-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlicense
executable file
·479 lines (359 loc) · 18.1 KB
/
license
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
This document/software/content/patent/science/or anything/ is mainly released under the one of/two of/all of/... the four bottom free licenses.
but some material and text have another license. this mean the project have some exceptions.
Read this license file, to find all thing about project license.
---------------------------------------------------------------------
mainly licenses:
This document/software/content/patent/science/or anything/ is under the:
1) CC0
OR
2) Public Domain
OR
3) A Free License
OR
4) GPLv3
----------------------------------------------------------------------
The contents of licenses:
----------------------------------------------------------------------
1) CC0:
The person who associated a work with this deed has dedicated the work to the public
domain by waiving all of his or her rights to the work worldwide
under copyright law, including all related and neighboring rights, to the extent allowed by law.
You can copy, modify, distribute and perform the work, even for commercial purposes,
all without asking permission
----------------------------------------------------------------------
2) Public Domain:
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org/>
----------------------------------------------------------------------
3) A Free License:
This is free and unencumbered software/document/science/patent/other_things/ released on the no licensed.
Anyone is free to learn/modify/copy/publish/use/compile/sell/re-license/or anything other/ or
distribute this document/software/content/patent/science/or anything/ either in source code form or as a compiled binary for any purpose, commercial or non-commercial or ... and by any means.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED.
----------------------------------------------------------------------
4) GPLv3:
Copyright (C) <2016> <mlibre>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------
Other license. exceptions
##########################
# impress.js:
This software/content/patent/science/or anything/ use impress.js JavaScript framework that released under the MIT and GPL license.
/**
* impress.js
*
* impress.js is a presentation tool based on the power of CSS3 transforms and transitions
* in modern browsers and inspired by the idea behind prezi.com.
*
*
* Copyright 2011-2012 Bartek Szopka (@bartaz)
*
* Released under the MIT and GPL Licenses.
*
* ------------------------------------------------
* author: Bartek Szopka
* version: 0.5.3
* URL: http://bartaz.github.com/impress.js/
* source: http://github.com/bartaz/impress.js/
*/
---------------------------------------------------------------------
# index.html , stylesheet.css:
These files are derivative/modified by me.
site: https://github.com/impress/impress.js
license: MIT Licenses.
MIT license:
The MIT License (MIT)
Copyright (c) 2011-2016 Bartek Szopka
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------------------
# Font license:
font name: Amaranth font.
source: http://www.fontsquirrel.com/fonts/amaranth
license file included in font folder.
or
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
or
http://scripts.sil.org/OFL
---------------------------------------------------------------------
# Debian logo:
"Openlogo-debianV2"
By Debian Project - www.debian.org/logos/.
License: CC BY-SA 3.0 via Wikimedia Commons.
License link: https://creativecommons.org/licenses/by-sa/3.0/
Source: https://commons.wikimedia.org/wiki/File:Openlogo-debianV2.svg#/media/File:Openlogo-debianV2.svg
---------------------------------------------------------------------
# GNU Linux logo:
original title: GNU/Linux For Newbies
Author: Posted by Babbzzz
Source: http://www.geekstogo.com/2707/linux-for-newbies-part-1/
License: http://creativecommons.org/licenses/by-nc/3.0/
---------------------------------------------------------------------
# license for contents of index.html:
From here to the end of the file(this file), various contents licenses is said.
When you see/open/go on every part of web_page/presentation/project/index.html you see a URL like this(e.x):
"http://mlibre.github.io/linux_essential_tutorial_presentation/index.html#/introduction" in address bar.
Any content license that we talk about that is splitted by a "#" in URL.
In our example it is "introduction".
---------------------------------------------------------------------
# /linux_distribution
original title: Linux distribution
Author: From Wikipedia, the free encyclopedia
Source: https://en.wikipedia.org/wiki/Linux_distribution
License: https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License
License: http://creativecommons.org/licenses/by-sa/3.0
---------------------------------------------------------------------
# /brief_history_of_linux
"In 1991, Linus Torvalds developed a Unix-compatible kernel and called it Linux."
,
"It was proprietary at first,"
,
"but in 1992, he made it free software;"
,
"combining Linux with the not-quite-complete GNU system resulted in a complete free
operating system"
Author: By Richard Stallman
original title: The GNU Project
Source: http://www.gnu.org/gnu/thegnuproject.en.html
license: http://creativecommons.org/licenses/by-nd/4.0/
---------------------------------------------------------------------
# /brief_history_of_linux
"received support and assistance from volunteers who succeeded in creating a complete and functional kernel"
,
"Linux is Unix-like, but was developed without any Unix code"
title: Operating system
Author: From Wikipedia, the free encyclopedia
Source: https://en.wikipedia.org/wiki/Operating_system
license: https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License
license: http://creativecommons.org/licenses/by-sa/3.0 license.
---------------------------------------------------------------------
# /linux_unix
"received support and assistance from volunteers who succeeded in creating a complete and functional kernel"
,
"Linux is Unix-like, but was developed without any Unix code,"
author: From Wikipedia, the free encyclopedia
title: Operating system
source: https://en.wikipedia.org/wiki/Operating_system
license: https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License
license: http://creativecommons.org/licenses/by-sa/3.0 license.
---------------------------------------------------------------------
# /linux_unix
"Assembly - c"
"OS X - Unix-based"
this work is a derivative/modified.
title: Operating system
author: From Wikipedia, the free encyclopedia
source: https://en.wikipedia.org/wiki/Operating_system
license: https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License
license: http://creativecommons.org/licenses/by-sa/3.0 license.
---------------------------------------------------------------------
# /gnu_1
"When I started working at the MIT Artificial Intelligence Lab in 1971,
I became part of a software-sharing community that had existed for many years."
,
"As a member of this community, an AI Lab staff system hacker, my job was to improve this system."
,
"We did not call our software “free software”, because that term did not yet exist; but that is what it was."
,
"The collapse of the community"
,
"ITS were obsolete"
,
"The modern computers of the era, such as the VAX or the 68020,
had their own operating systems, but none of them were free software "
Author: By Richard Stallman
original title: The GNU Project
Source: http://www.gnu.org/gnu/thegnuproject.en.html
license: http://creativecommons.org/licenses/by-nd/4.0/
---------------------------------------------------------------------
# /gnu_1
"ITS - assembly"
this work is a derivative/modified.
author: From Wikipedia, the free encyclopedia
title: Incompatible Timesharing System
source: https://en.wikipedia.org/wiki/Incompatible_Timesharing_System
license: https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License
license: http://creativecommons.org/licenses/by-sa/3.0 license.
---------------------------------------------------------------------
# /gnu_1_5
"sign a nondisclosure agreement even to get an executable copy."
,
"This meant that the first step in using a computer was to promise not to help your neighbor"
Author: By Richard Stallman
original title: The GNU Project
Source: http://www.gnu.org/gnu/thegnuproject.en.html
license: http://creativecommons.org/licenses/by-nd/4.0/
---------------------------------------------------------------------
# /gnu_2
"The rule made by the owners of proprietary software was,
“If you share with your neighbor, you are a pirate. If you want any changes, beg us to
make them.”
The idea that the proprietary software social system—the system that says you are
not allowed to share or change software—is antisocial, that it is unethical, that it is simply wrong,"
,
"what was needed first was an operating system"
,
"make the system compatible with Unix"
,
"GNU's Not Unix"
Author: By Richard Stallman
original title: The GNU Project
Source: http://www.gnu.org/gnu/thegnuproject.en.html
license: http://creativecommons.org/licenses/by-nd/4.0/
---------------------------------------------------------------------
# /gnu_3
"I therefore decided that my first program for the GNU Project would be a multilanguage, multiplatform
compiler."
,
"I therefore decided that my first program for the GNU Project would be a multilanguage, multiplatform
compiler."
,
"I concluded I would have to write a new compiler from scratch."
,
"That new compiler is now known as GCC; none of the Pastel compiler is used in it,
but I managed to adapt and use the C front end that I had written. But that was some
years later; first, I worked on GNU Emacs."
Author: By Richard Stallman
original title: The GNU Project
Source: http://www.gnu.org/gnu/thegnuproject.en.html
license: http://creativecommons.org/licenses/by-nd/4.0/
---------------------------------------------------------------------
# /gnu_3
"GNU Compiler Collection"
author: From Wikipedia, the free encyclopedia
title: GNU Compiler Collection
source: https://en.wikipedia.org/wiki/GNU_Compiler_Collection
license: https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License
license: http://creativecommons.org/licenses/by-sa/3.0.
---------------------------------------------------------------------
/ #copyleft
In 1980, the copyright law was extended to computer programs in the United States
author: From Wikipedia, the free encyclopedia
title: Free and open-source software
source: https://en.wikipedia.org/wiki/Free_and_open-source_software
license: https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License
license: http://creativecommons.org/licenses/by-sa/3.0 license.
---------------------------------------------------------------------
/ #copyleft
"Copyleft uses copyright law, but flips it over to serve the opposite of its usual purpose: instead of a means
for restricting a program, it becomes a means for keeping the program free."
,
"The principal goal of GNU is to be free software."
,
"The specific implementation of copyleft that we use for most GNU software is the GNU General Public License,
or GNU GPL for short."
,
"So we needed to use distribution terms that would prevent
GNU software from being turned into proprietary software. The method we use is called “copyleft”."
Author: By Richard Stallman
original title: The GNU Project
Source: http://www.gnu.org/gnu/thegnuproject.en.html
license: http://creativecommons.org/licenses/by-nd/4.0/
---------------------------------------------------------------------
# /fhs_start
author: From Wikipedia, the free encyclopedia
title: Filesystem Hierarchy Standard
source: https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
license: https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-Sh$
license: http://creativecommons.org/licenses/by-sa/3.0.
---------------------------------------------------------------------
# /linux_structure_image
Free and open-source-software display servers and UI toolkits" by Shmuel Csaba Otto Traian.
Licensed under CC BY-SA 3.0 via Commons - https://commons.wikimedia.org/wiki/File:Free_and_open-source-software_display_servers_and_UI_toolkits.svg#/media/File:Free_and_open-source-software_display_servers_and_UI_toolkits.svg
---------------------------------------------------------------------
# /30_birthday_FSF
Author: Free Software Foundation
Title: User Liberation: Watch and share our new video
Source: https://www.fsf.org/blogs/community/user-liberation-watch-and-share-our-new-video
License: https://creativecommons.org/licenses/by-sa/4.0/
---------------------------------------------------------------------
# /stallman_ted
Author: Richard Stallman TEDx video
Source: https://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society
license: https://creativecommons.org/licenses/by-nd/3.0/
---------------------------------------------------------------------
# /fhs_table_1
# /fhs_table_2
# /fhs_table_3
this work is a derivative/modified.
author: From Wikipedia, the free encyclopedia
title: Filesystem Hierarchy Standard
source: https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
license: https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License
license: http://creativecommons.org/licenses/by-sa/3.0
---------------------------------------------------------------------
# /shell_concept_example
"The shell accepts human readable commands and translates them into something the kernel can read and process."
author: http://bash.cyberciti.biz/guide/What_is_Linux_Shell
title: What is Linux Shell
source: http://bash.cyberciti.biz/guide/What_is_Linux_Shell
license: under the http://creativecommons.org/licenses/by-nc-sa/3.0/ license.
---------------------------------------------------------------------
# /Linux_kernel_input_output
"Linux kernel and gaming input-output latency"
by Shmuel Csaba Otto Traian.
Licensed under CC BY-SA 3.0 via Commons -
https://commons.wikimedia.org/wiki/File:Linux_kernel_and_gaming_input-output_latency.svg#/media/File:Linux_kernel_and_gaming_input-output_latency.svg
---------------------------------------------------------------------
# /mbr_table
This work is a derivative/modified by me.
author: From Wikipedia, the free encyclopedia
title: Master boot record
Source : https://en.wikipedia.org/wiki/Master_boot_record
license: https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License
license: https://creativecommons.org/licenses/by-sa/3.0/
---------------------------------------------------------------------
# /gpt_image
author: Kbolino at English Wikipedia
title: GUID Partition Table Scheme
Source : Transferred from en.wikipedia to Commons. Transfer was stated to be made by User:Kbolino.
https://commons.wikimedia.org/wiki/File:GUID_Partition_Table_Scheme.svg#/media/File:GUID_Partition_Table_Scheme.svg
license: Licensed under CC BY-SA 2.5 via Commons - link: http://creativecommons.org/licenses/by-sa/2.5/
---------------------------------------------------------------------
# /gpt_mbr_image_efi
title: GNU GRUB components
author: Shmuel Csaba Otto Traian.
Source: https://commons.wikimedia.org/wiki/File:GNU_GRUB_components.svg#/media/File:GNU_GRUB_components.svg
Licensed under CC BY-SA 3.0 via Commons - link: https://creativecommons.org/licenses/by-sa/3.0/