julien-c HF Staff commited on
Commit
20edaed
·
verified ·
1 Parent(s): 360db1f
README.md CHANGED
@@ -1,3 +1,66 @@
1
  ---
2
  license: mit
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ viewer: false
4
  ---
5
+
6
+ ## Common license info
7
+
8
+ ### Extracted from https://github.com/github/choosealicense.com
9
+
10
+ | license id |
11
+ | ------------------- |
12
+ | 0bsd |
13
+ | afl-3.0 |
14
+ | agpl-3.0 |
15
+ | apache-2.0 |
16
+ | artistic-2.0 |
17
+ | blueoak-1.0.0 |
18
+ | bsd-2-clause-patent |
19
+ | bsd-2-clause |
20
+ | bsd-3-clause-clear |
21
+ | bsd-3-clause |
22
+ | bsd-4-clause |
23
+ | bsl-1.0 |
24
+ | cc-by-4.0 |
25
+ | cc-by-sa-4.0 |
26
+ | cc0-1.0 |
27
+ | cecill-2.1 |
28
+ | cern-ohl-p-2.0 |
29
+ | cern-ohl-s-2.0 |
30
+ | cern-ohl-w-2.0 |
31
+ | ecl-2.0 |
32
+ | epl-1.0 |
33
+ | epl-2.0 |
34
+ | eupl-1.1 |
35
+ | eupl-1.2 |
36
+ | gfdl-1.3 |
37
+ | gpl-2.0 |
38
+ | gpl-3.0 |
39
+ | isc |
40
+ | lgpl-2.1 |
41
+ | lgpl-3.0 |
42
+ | lppl-1.3c |
43
+ | mit-0 |
44
+ | mit |
45
+ | mpl-2.0 |
46
+ | ms-pl |
47
+ | ms-rl |
48
+ | mulanpsl-2.0 |
49
+ | ncsa |
50
+ | odbl-1.0 |
51
+ | ofl-1.1 |
52
+ | osl-3.0 |
53
+ | postgresql |
54
+ | unlicense |
55
+ | upl-1.0 |
56
+ | vim |
57
+ | wtfpl |
58
+ | zlib |
59
+
60
+ ### Tips
61
+
62
+ To rename all .txt files to .md:
63
+
64
+ ```bash
65
+ find . -iname "*.txt" -exec bash -c 'mv "$0" "${0%\.txt}.md"' {} \;
66
+ ```
markdown/0bsd.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: BSD Zero Clause License
3
+ spdx-id: 0BSD
4
+
5
+ description: The BSD Zero Clause license goes further than the BSD 2-Clause license to allow you unlimited freedom with the software without requirements to include the copyright notice, license text, or disclaimer in either source or binary forms.
6
+
7
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. You may take the additional step of removing the copyright notice.
8
+
9
+ using:
10
+ gatsby-starter-default: https://github.com/gatsbyjs/gatsby-starter-default/blob/master/LICENSE
11
+ Toybox: https://github.com/landley/toybox/blob/master/LICENSE
12
+ PickMeUp: https://github.com/nazar-pc/PickMeUp/blob/master/copying.md
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - distribution
17
+ - modifications
18
+ - private-use
19
+
20
+ conditions: []
21
+
22
+ limitations:
23
+ - liability
24
+ - warranty
25
+
26
+ ---
27
+
28
+ BSD Zero Clause License
29
+
30
+ Copyright (c) [year] [fullname]
31
+
32
+ Permission to use, copy, modify, and/or distribute this software for any
33
+ purpose with or without fee is hereby granted.
34
+
35
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
36
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
37
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
38
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
39
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
40
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
41
+ PERFORMANCE OF THIS SOFTWARE.
markdown/afl-3.0.md ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Academic Free License v3.0
3
+ spdx-id: AFL-3.0
4
+
5
+ description: The Academic Free License is a variant of the Open Software License that does not require that the source code of derivative works be disclosed. It contains explicit copyright and patent grants and reserves trademark rights in the author.
6
+
7
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Files licensed under AFL 3.0 must also include the notice "Licensed under the Academic Free License version 3.0" adjacent to the copyright notice.
8
+
9
+ using:
10
+
11
+ permissions:
12
+ - commercial-use
13
+ - modifications
14
+ - distribution
15
+ - private-use
16
+ - patent-use
17
+
18
+ conditions:
19
+ - include-copyright
20
+ - document-changes
21
+
22
+ limitations:
23
+ - trademark-use
24
+ - liability
25
+ - warranty
26
+
27
+ ---
28
+
29
+ Academic Free License ("AFL") v. 3.0
30
+
31
+ This Academic Free License (the "License") applies to any original work of
32
+ authorship (the "Original Work") whose owner (the "Licensor") has placed the
33
+ following licensing notice adjacent to the copyright notice for the Original
34
+ Work:
35
+
36
+ Licensed under the Academic Free License version 3.0
37
+
38
+ 1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free,
39
+ non-exclusive, sublicensable license, for the duration of the copyright, to do
40
+ the following:
41
+
42
+ a) to reproduce the Original Work in copies, either alone or as part of a
43
+ collective work;
44
+
45
+ b) to translate, adapt, alter, transform, modify, or arrange the Original
46
+ Work, thereby creating derivative works ("Derivative Works") based upon the
47
+ Original Work;
48
+
49
+ c) to distribute or communicate copies of the Original Work and Derivative
50
+ Works to the public, under any license of your choice that does not
51
+ contradict the terms and conditions, including Licensor's reserved rights
52
+ and remedies, in this Academic Free License;
53
+
54
+ d) to perform the Original Work publicly; and
55
+
56
+ e) to display the Original Work publicly.
57
+
58
+ 2) Grant of Patent License. Licensor grants You a worldwide, royalty-free,
59
+ non-exclusive, sublicensable license, under patent claims owned or controlled
60
+ by the Licensor that are embodied in the Original Work as furnished by the
61
+ Licensor, for the duration of the patents, to make, use, sell, offer for sale,
62
+ have made, and import the Original Work and Derivative Works.
63
+
64
+ 3) Grant of Source Code License. The term "Source Code" means the preferred
65
+ form of the Original Work for making modifications to it and all available
66
+ documentation describing how to modify the Original Work. Licensor agrees to
67
+ provide a machine-readable copy of the Source Code of the Original Work along
68
+ with each copy of the Original Work that Licensor distributes. Licensor
69
+ reserves the right to satisfy this obligation by placing a machine-readable
70
+ copy of the Source Code in an information repository reasonably calculated to
71
+ permit inexpensive and convenient access by You for as long as Licensor
72
+ continues to distribute the Original Work.
73
+
74
+ 4) Exclusions From License Grant. Neither the names of Licensor, nor the names
75
+ of any contributors to the Original Work, nor any of their trademarks or
76
+ service marks, may be used to endorse or promote products derived from this
77
+ Original Work without express prior permission of the Licensor. Except as
78
+ expressly stated herein, nothing in this License grants any license to
79
+ Licensor's trademarks, copyrights, patents, trade secrets or any other
80
+ intellectual property. No patent license is granted to make, use, sell, offer
81
+ for sale, have made, or import embodiments of any patent claims other than the
82
+ licensed claims defined in Section 2. No license is granted to the trademarks
83
+ of Licensor even if such marks are included in the Original Work. Nothing in
84
+ this License shall be interpreted to prohibit Licensor from licensing under
85
+ terms different from this License any Original Work that Licensor otherwise
86
+ would have a right to license.
87
+
88
+ 5) External Deployment. The term "External Deployment" means the use,
89
+ distribution, or communication of the Original Work or Derivative Works in any
90
+ way such that the Original Work or Derivative Works may be used by anyone
91
+ other than You, whether those works are distributed or communicated to those
92
+ persons or made available as an application intended for use over a network.
93
+ As an express condition for the grants of license hereunder, You must treat
94
+ any External Deployment by You of the Original Work or a Derivative Work as a
95
+ distribution under section 1(c).
96
+
97
+ 6) Attribution Rights. You must retain, in the Source Code of any Derivative
98
+ Works that You create, all copyright, patent, or trademark notices from the
99
+ Source Code of the Original Work, as well as any notices of licensing and any
100
+ descriptive text identified therein as an "Attribution Notice." You must cause
101
+ the Source Code for any Derivative Works that You create to carry a prominent
102
+ Attribution Notice reasonably calculated to inform recipients that You have
103
+ modified the Original Work.
104
+
105
+ 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that
106
+ the copyright in and to the Original Work and the patent rights granted herein
107
+ by Licensor are owned by the Licensor or are sublicensed to You under the
108
+ terms of this License with the permission of the contributor(s) of those
109
+ copyrights and patent rights. Except as expressly stated in the immediately
110
+ preceding sentence, the Original Work is provided under this License on an "AS
111
+ IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without
112
+ limitation, the warranties of non-infringement, merchantability or fitness for
113
+ a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK
114
+ IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this
115
+ License. No license to the Original Work is granted by this License except
116
+ under this disclaimer.
117
+
118
+ 8) Limitation of Liability. Under no circumstances and under no legal theory,
119
+ whether in tort (including negligence), contract, or otherwise, shall the
120
+ Licensor be liable to anyone for any indirect, special, incidental, or
121
+ consequential damages of any character arising as a result of this License or
122
+ the use of the Original Work including, without limitation, damages for loss
123
+ of goodwill, work stoppage, computer failure or malfunction, or any and all
124
+ other commercial damages or losses. This limitation of liability shall not
125
+ apply to the extent applicable law prohibits such limitation.
126
+
127
+ 9) Acceptance and Termination. If, at any time, You expressly assented to this
128
+ License, that assent indicates your clear and irrevocable acceptance of this
129
+ License and all of its terms and conditions. If You distribute or communicate
130
+ copies of the Original Work or a Derivative Work, You must make a reasonable
131
+ effort under the circumstances to obtain the express assent of recipients to
132
+ the terms of this License. This License conditions your rights to undertake
133
+ the activities listed in Section 1, including your right to create Derivative
134
+ Works based upon the Original Work, and doing so without honoring these terms
135
+ and conditions is prohibited by copyright law and international treaty.
136
+ Nothing in this License is intended to affect copyright exceptions and
137
+ limitations (including "fair use" or "fair dealing"). This License shall
138
+ terminate immediately and You may no longer exercise any of the rights granted
139
+ to You by this License upon your failure to honor the conditions in Section
140
+ 1(c).
141
+
142
+ 10) Termination for Patent Action. This License shall terminate automatically
143
+ and You may no longer exercise any of the rights granted to You by this
144
+ License as of the date You commence an action, including a cross-claim or
145
+ counterclaim, against Licensor or any licensee alleging that the Original Work
146
+ infringes a patent. This termination provision shall not apply for an action
147
+ alleging patent infringement by combinations of the Original Work with other
148
+ software or hardware.
149
+
150
+ 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
151
+ License may be brought only in the courts of a jurisdiction wherein the
152
+ Licensor resides or in which Licensor conducts its primary business, and under
153
+ the laws of that jurisdiction excluding its conflict-of-law provisions. The
154
+ application of the United Nations Convention on Contracts for the
155
+ International Sale of Goods is expressly excluded. Any use of the Original
156
+ Work outside the scope of this License or after its termination shall be
157
+ subject to the requirements and penalties of copyright or patent law in the
158
+ appropriate jurisdiction. This section shall survive the termination of this
159
+ License.
160
+
161
+ 12) Attorneys' Fees. In any action to enforce the terms of this License or
162
+ seeking damages relating thereto, the prevailing party shall be entitled to
163
+ recover its costs and expenses, including, without limitation, reasonable
164
+ attorneys' fees and costs incurred in connection with such action, including
165
+ any appeal of such action. This section shall survive the termination of this
166
+ License.
167
+
168
+ 13) Miscellaneous. If any provision of this License is held to be
169
+ unenforceable, such provision shall be reformed only to the extent necessary
170
+ to make it enforceable.
171
+
172
+ 14) Definition of "You" in This License. "You" throughout this License,
173
+ whether in upper or lower case, means an individual or a legal entity
174
+ exercising rights under, and complying with all of the terms of, this License.
175
+ For legal entities, "You" includes any entity that controls, is controlled by,
176
+ or is under common control with you. For purposes of this definition,
177
+ "control" means (i) the power, direct or indirect, to cause the direction or
178
+ management of such entity, whether by contract or otherwise, or (ii) ownership
179
+ of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial
180
+ ownership of such entity.
181
+
182
+ 15) Right to Use. You may use the Original Work in all ways not otherwise
183
+ restricted or conditioned by this License or by law, and Licensor promises not
184
+ to interfere with or be responsible for such uses by You.
185
+
186
+ 16) Modification of This License. This License is Copyright © 2005 Lawrence
187
+ Rosen. Permission is granted to copy, distribute, or communicate this License
188
+ without modification. Nothing in this License permits You to modify this
189
+ License as applied to the Original Work or to Derivative Works. However, You
190
+ may modify the text of this License and copy, distribute or communicate your
191
+ modified version (the "Modified License") and apply it to other original works
192
+ of authorship subject to the following conditions: (i) You may not indicate in
193
+ any way that your Modified License is the "Academic Free License" or "AFL" and
194
+ you may not use those names in the name of your Modified License; (ii) You
195
+ must replace the notice specified in the first paragraph above with the notice
196
+ "Licensed under <insert your license name here>" or with a notice of your own
197
+ that is not confusingly similar to the notice in this License; and (iii) You
198
+ may not claim that your original works are open source software unless your
199
+ Modified License has been approved by Open Source Initiative (OSI) and You
200
+ comply with its license review and certification process.
markdown/agpl-3.0.md ADDED
@@ -0,0 +1,699 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: GNU Affero General Public License v3.0
3
+ spdx-id: AGPL-3.0
4
+ nickname: GNU AGPLv3
5
+ redirect_from: /licenses/agpl/
6
+ hidden: false
7
+
8
+ description: Permissions of this strongest copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available.
9
+
10
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
11
+
12
+ note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.
13
+
14
+ using:
15
+ Grafana: https://github.com/grafana/grafana/blob/main/LICENSE
16
+ Mastodon: https://github.com/mastodon/mastodon/blob/main/LICENSE
17
+ Nextcloud Server: https://github.com/nextcloud/server/blob/master/COPYING
18
+
19
+ permissions:
20
+ - commercial-use
21
+ - modifications
22
+ - distribution
23
+ - patent-use
24
+ - private-use
25
+
26
+ conditions:
27
+ - include-copyright
28
+ - document-changes
29
+ - disclose-source
30
+ - network-use-disclose
31
+ - same-license
32
+
33
+ limitations:
34
+ - liability
35
+ - warranty
36
+
37
+ ---
38
+
39
+ GNU AFFERO GENERAL PUBLIC LICENSE
40
+ Version 3, 19 November 2007
41
+
42
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
43
+ Everyone is permitted to copy and distribute verbatim copies
44
+ of this license document, but changing it is not allowed.
45
+
46
+ Preamble
47
+
48
+ The GNU Affero General Public License is a free, copyleft license for
49
+ software and other kinds of works, specifically designed to ensure
50
+ cooperation with the community in the case of network server software.
51
+
52
+ The licenses for most software and other practical works are designed
53
+ to take away your freedom to share and change the works. By contrast,
54
+ our General Public Licenses are intended to guarantee your freedom to
55
+ share and change all versions of a program--to make sure it remains free
56
+ software for all its users.
57
+
58
+ When we speak of free software, we are referring to freedom, not
59
+ price. Our General Public Licenses are designed to make sure that you
60
+ have the freedom to distribute copies of free software (and charge for
61
+ them if you wish), that you receive source code or can get it if you
62
+ want it, that you can change the software or use pieces of it in new
63
+ free programs, and that you know you can do these things.
64
+
65
+ Developers that use our General Public Licenses protect your rights
66
+ with two steps: (1) assert copyright on the software, and (2) offer
67
+ you this License which gives you legal permission to copy, distribute
68
+ and/or modify the software.
69
+
70
+ A secondary benefit of defending all users' freedom is that
71
+ improvements made in alternate versions of the program, if they
72
+ receive widespread use, become available for other developers to
73
+ incorporate. Many developers of free software are heartened and
74
+ encouraged by the resulting cooperation. However, in the case of
75
+ software used on network servers, this result may fail to come about.
76
+ The GNU General Public License permits making a modified version and
77
+ letting the public access it on a server without ever releasing its
78
+ source code to the public.
79
+
80
+ The GNU Affero General Public License is designed specifically to
81
+ ensure that, in such cases, the modified source code becomes available
82
+ to the community. It requires the operator of a network server to
83
+ provide the source code of the modified version running there to the
84
+ users of that server. Therefore, public use of a modified version, on
85
+ a publicly accessible server, gives the public access to the source
86
+ code of the modified version.
87
+
88
+ An older license, called the Affero General Public License and
89
+ published by Affero, was designed to accomplish similar goals. This is
90
+ a different license, not a version of the Affero GPL, but Affero has
91
+ released a new version of the Affero GPL which permits relicensing under
92
+ this license.
93
+
94
+ The precise terms and conditions for copying, distribution and
95
+ modification follow.
96
+
97
+ TERMS AND CONDITIONS
98
+
99
+ 0. Definitions.
100
+
101
+ "This License" refers to version 3 of the GNU Affero General Public License.
102
+
103
+ "Copyright" also means copyright-like laws that apply to other kinds of
104
+ works, such as semiconductor masks.
105
+
106
+ "The Program" refers to any copyrightable work licensed under this
107
+ License. Each licensee is addressed as "you". "Licensees" and
108
+ "recipients" may be individuals or organizations.
109
+
110
+ To "modify" a work means to copy from or adapt all or part of the work
111
+ in a fashion requiring copyright permission, other than the making of an
112
+ exact copy. The resulting work is called a "modified version" of the
113
+ earlier work or a work "based on" the earlier work.
114
+
115
+ A "covered work" means either the unmodified Program or a work based
116
+ on the Program.
117
+
118
+ To "propagate" a work means to do anything with it that, without
119
+ permission, would make you directly or secondarily liable for
120
+ infringement under applicable copyright law, except executing it on a
121
+ computer or modifying a private copy. Propagation includes copying,
122
+ distribution (with or without modification), making available to the
123
+ public, and in some countries other activities as well.
124
+
125
+ To "convey" a work means any kind of propagation that enables other
126
+ parties to make or receive copies. Mere interaction with a user through
127
+ a computer network, with no transfer of a copy, is not conveying.
128
+
129
+ An interactive user interface displays "Appropriate Legal Notices"
130
+ to the extent that it includes a convenient and prominently visible
131
+ feature that (1) displays an appropriate copyright notice, and (2)
132
+ tells the user that there is no warranty for the work (except to the
133
+ extent that warranties are provided), that licensees may convey the
134
+ work under this License, and how to view a copy of this License. If
135
+ the interface presents a list of user commands or options, such as a
136
+ menu, a prominent item in the list meets this criterion.
137
+
138
+ 1. Source Code.
139
+
140
+ The "source code" for a work means the preferred form of the work
141
+ for making modifications to it. "Object code" means any non-source
142
+ form of a work.
143
+
144
+ A "Standard Interface" means an interface that either is an official
145
+ standard defined by a recognized standards body, or, in the case of
146
+ interfaces specified for a particular programming language, one that
147
+ is widely used among developers working in that language.
148
+
149
+ The "System Libraries" of an executable work include anything, other
150
+ than the work as a whole, that (a) is included in the normal form of
151
+ packaging a Major Component, but which is not part of that Major
152
+ Component, and (b) serves only to enable use of the work with that
153
+ Major Component, or to implement a Standard Interface for which an
154
+ implementation is available to the public in source code form. A
155
+ "Major Component", in this context, means a major essential component
156
+ (kernel, window system, and so on) of the specific operating system
157
+ (if any) on which the executable work runs, or a compiler used to
158
+ produce the work, or an object code interpreter used to run it.
159
+
160
+ The "Corresponding Source" for a work in object code form means all
161
+ the source code needed to generate, install, and (for an executable
162
+ work) run the object code and to modify the work, including scripts to
163
+ control those activities. However, it does not include the work's
164
+ System Libraries, or general-purpose tools or generally available free
165
+ programs which are used unmodified in performing those activities but
166
+ which are not part of the work. For example, Corresponding Source
167
+ includes interface definition files associated with source files for
168
+ the work, and the source code for shared libraries and dynamically
169
+ linked subprograms that the work is specifically designed to require,
170
+ such as by intimate data communication or control flow between those
171
+ subprograms and other parts of the work.
172
+
173
+ The Corresponding Source need not include anything that users
174
+ can regenerate automatically from other parts of the Corresponding
175
+ Source.
176
+
177
+ The Corresponding Source for a work in source code form is that
178
+ same work.
179
+
180
+ 2. Basic Permissions.
181
+
182
+ All rights granted under this License are granted for the term of
183
+ copyright on the Program, and are irrevocable provided the stated
184
+ conditions are met. This License explicitly affirms your unlimited
185
+ permission to run the unmodified Program. The output from running a
186
+ covered work is covered by this License only if the output, given its
187
+ content, constitutes a covered work. This License acknowledges your
188
+ rights of fair use or other equivalent, as provided by copyright law.
189
+
190
+ You may make, run and propagate covered works that you do not
191
+ convey, without conditions so long as your license otherwise remains
192
+ in force. You may convey covered works to others for the sole purpose
193
+ of having them make modifications exclusively for you, or provide you
194
+ with facilities for running those works, provided that you comply with
195
+ the terms of this License in conveying all material for which you do
196
+ not control copyright. Those thus making or running the covered works
197
+ for you must do so exclusively on your behalf, under your direction
198
+ and control, on terms that prohibit them from making any copies of
199
+ your copyrighted material outside their relationship with you.
200
+
201
+ Conveying under any other circumstances is permitted solely under
202
+ the conditions stated below. Sublicensing is not allowed; section 10
203
+ makes it unnecessary.
204
+
205
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
206
+
207
+ No covered work shall be deemed part of an effective technological
208
+ measure under any applicable law fulfilling obligations under article
209
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
210
+ similar laws prohibiting or restricting circumvention of such
211
+ measures.
212
+
213
+ When you convey a covered work, you waive any legal power to forbid
214
+ circumvention of technological measures to the extent such circumvention
215
+ is effected by exercising rights under this License with respect to
216
+ the covered work, and you disclaim any intention to limit operation or
217
+ modification of the work as a means of enforcing, against the work's
218
+ users, your or third parties' legal rights to forbid circumvention of
219
+ technological measures.
220
+
221
+ 4. Conveying Verbatim Copies.
222
+
223
+ You may convey verbatim copies of the Program's source code as you
224
+ receive it, in any medium, provided that you conspicuously and
225
+ appropriately publish on each copy an appropriate copyright notice;
226
+ keep intact all notices stating that this License and any
227
+ non-permissive terms added in accord with section 7 apply to the code;
228
+ keep intact all notices of the absence of any warranty; and give all
229
+ recipients a copy of this License along with the Program.
230
+
231
+ You may charge any price or no price for each copy that you convey,
232
+ and you may offer support or warranty protection for a fee.
233
+
234
+ 5. Conveying Modified Source Versions.
235
+
236
+ You may convey a work based on the Program, or the modifications to
237
+ produce it from the Program, in the form of source code under the
238
+ terms of section 4, provided that you also meet all of these conditions:
239
+
240
+ a) The work must carry prominent notices stating that you modified
241
+ it, and giving a relevant date.
242
+
243
+ b) The work must carry prominent notices stating that it is
244
+ released under this License and any conditions added under section
245
+ 7. This requirement modifies the requirement in section 4 to
246
+ "keep intact all notices".
247
+
248
+ c) You must license the entire work, as a whole, under this
249
+ License to anyone who comes into possession of a copy. This
250
+ License will therefore apply, along with any applicable section 7
251
+ additional terms, to the whole of the work, and all its parts,
252
+ regardless of how they are packaged. This License gives no
253
+ permission to license the work in any other way, but it does not
254
+ invalidate such permission if you have separately received it.
255
+
256
+ d) If the work has interactive user interfaces, each must display
257
+ Appropriate Legal Notices; however, if the Program has interactive
258
+ interfaces that do not display Appropriate Legal Notices, your
259
+ work need not make them do so.
260
+
261
+ A compilation of a covered work with other separate and independent
262
+ works, which are not by their nature extensions of the covered work,
263
+ and which are not combined with it such as to form a larger program,
264
+ in or on a volume of a storage or distribution medium, is called an
265
+ "aggregate" if the compilation and its resulting copyright are not
266
+ used to limit the access or legal rights of the compilation's users
267
+ beyond what the individual works permit. Inclusion of a covered work
268
+ in an aggregate does not cause this License to apply to the other
269
+ parts of the aggregate.
270
+
271
+ 6. Conveying Non-Source Forms.
272
+
273
+ You may convey a covered work in object code form under the terms
274
+ of sections 4 and 5, provided that you also convey the
275
+ machine-readable Corresponding Source under the terms of this License,
276
+ in one of these ways:
277
+
278
+ a) Convey the object code in, or embodied in, a physical product
279
+ (including a physical distribution medium), accompanied by the
280
+ Corresponding Source fixed on a durable physical medium
281
+ customarily used for software interchange.
282
+
283
+ b) Convey the object code in, or embodied in, a physical product
284
+ (including a physical distribution medium), accompanied by a
285
+ written offer, valid for at least three years and valid for as
286
+ long as you offer spare parts or customer support for that product
287
+ model, to give anyone who possesses the object code either (1) a
288
+ copy of the Corresponding Source for all the software in the
289
+ product that is covered by this License, on a durable physical
290
+ medium customarily used for software interchange, for a price no
291
+ more than your reasonable cost of physically performing this
292
+ conveying of source, or (2) access to copy the
293
+ Corresponding Source from a network server at no charge.
294
+
295
+ c) Convey individual copies of the object code with a copy of the
296
+ written offer to provide the Corresponding Source. This
297
+ alternative is allowed only occasionally and noncommercially, and
298
+ only if you received the object code with such an offer, in accord
299
+ with subsection 6b.
300
+
301
+ d) Convey the object code by offering access from a designated
302
+ place (gratis or for a charge), and offer equivalent access to the
303
+ Corresponding Source in the same way through the same place at no
304
+ further charge. You need not require recipients to copy the
305
+ Corresponding Source along with the object code. If the place to
306
+ copy the object code is a network server, the Corresponding Source
307
+ may be on a different server (operated by you or a third party)
308
+ that supports equivalent copying facilities, provided you maintain
309
+ clear directions next to the object code saying where to find the
310
+ Corresponding Source. Regardless of what server hosts the
311
+ Corresponding Source, you remain obligated to ensure that it is
312
+ available for as long as needed to satisfy these requirements.
313
+
314
+ e) Convey the object code using peer-to-peer transmission, provided
315
+ you inform other peers where the object code and Corresponding
316
+ Source of the work are being offered to the general public at no
317
+ charge under subsection 6d.
318
+
319
+ A separable portion of the object code, whose source code is excluded
320
+ from the Corresponding Source as a System Library, need not be
321
+ included in conveying the object code work.
322
+
323
+ A "User Product" is either (1) a "consumer product", which means any
324
+ tangible personal property which is normally used for personal, family,
325
+ or household purposes, or (2) anything designed or sold for incorporation
326
+ into a dwelling. In determining whether a product is a consumer product,
327
+ doubtful cases shall be resolved in favor of coverage. For a particular
328
+ product received by a particular user, "normally used" refers to a
329
+ typical or common use of that class of product, regardless of the status
330
+ of the particular user or of the way in which the particular user
331
+ actually uses, or expects or is expected to use, the product. A product
332
+ is a consumer product regardless of whether the product has substantial
333
+ commercial, industrial or non-consumer uses, unless such uses represent
334
+ the only significant mode of use of the product.
335
+
336
+ "Installation Information" for a User Product means any methods,
337
+ procedures, authorization keys, or other information required to install
338
+ and execute modified versions of a covered work in that User Product from
339
+ a modified version of its Corresponding Source. The information must
340
+ suffice to ensure that the continued functioning of the modified object
341
+ code is in no case prevented or interfered with solely because
342
+ modification has been made.
343
+
344
+ If you convey an object code work under this section in, or with, or
345
+ specifically for use in, a User Product, and the conveying occurs as
346
+ part of a transaction in which the right of possession and use of the
347
+ User Product is transferred to the recipient in perpetuity or for a
348
+ fixed term (regardless of how the transaction is characterized), the
349
+ Corresponding Source conveyed under this section must be accompanied
350
+ by the Installation Information. But this requirement does not apply
351
+ if neither you nor any third party retains the ability to install
352
+ modified object code on the User Product (for example, the work has
353
+ been installed in ROM).
354
+
355
+ The requirement to provide Installation Information does not include a
356
+ requirement to continue to provide support service, warranty, or updates
357
+ for a work that has been modified or installed by the recipient, or for
358
+ the User Product in which it has been modified or installed. Access to a
359
+ network may be denied when the modification itself materially and
360
+ adversely affects the operation of the network or violates the rules and
361
+ protocols for communication across the network.
362
+
363
+ Corresponding Source conveyed, and Installation Information provided,
364
+ in accord with this section must be in a format that is publicly
365
+ documented (and with an implementation available to the public in
366
+ source code form), and must require no special password or key for
367
+ unpacking, reading or copying.
368
+
369
+ 7. Additional Terms.
370
+
371
+ "Additional permissions" are terms that supplement the terms of this
372
+ License by making exceptions from one or more of its conditions.
373
+ Additional permissions that are applicable to the entire Program shall
374
+ be treated as though they were included in this License, to the extent
375
+ that they are valid under applicable law. If additional permissions
376
+ apply only to part of the Program, that part may be used separately
377
+ under those permissions, but the entire Program remains governed by
378
+ this License without regard to the additional permissions.
379
+
380
+ When you convey a copy of a covered work, you may at your option
381
+ remove any additional permissions from that copy, or from any part of
382
+ it. (Additional permissions may be written to require their own
383
+ removal in certain cases when you modify the work.) You may place
384
+ additional permissions on material, added by you to a covered work,
385
+ for which you have or can give appropriate copyright permission.
386
+
387
+ Notwithstanding any other provision of this License, for material you
388
+ add to a covered work, you may (if authorized by the copyright holders of
389
+ that material) supplement the terms of this License with terms:
390
+
391
+ a) Disclaiming warranty or limiting liability differently from the
392
+ terms of sections 15 and 16 of this License; or
393
+
394
+ b) Requiring preservation of specified reasonable legal notices or
395
+ author attributions in that material or in the Appropriate Legal
396
+ Notices displayed by works containing it; or
397
+
398
+ c) Prohibiting misrepresentation of the origin of that material, or
399
+ requiring that modified versions of such material be marked in
400
+ reasonable ways as different from the original version; or
401
+
402
+ d) Limiting the use for publicity purposes of names of licensors or
403
+ authors of the material; or
404
+
405
+ e) Declining to grant rights under trademark law for use of some
406
+ trade names, trademarks, or service marks; or
407
+
408
+ f) Requiring indemnification of licensors and authors of that
409
+ material by anyone who conveys the material (or modified versions of
410
+ it) with contractual assumptions of liability to the recipient, for
411
+ any liability that these contractual assumptions directly impose on
412
+ those licensors and authors.
413
+
414
+ All other non-permissive additional terms are considered "further
415
+ restrictions" within the meaning of section 10. If the Program as you
416
+ received it, or any part of it, contains a notice stating that it is
417
+ governed by this License along with a term that is a further
418
+ restriction, you may remove that term. If a license document contains
419
+ a further restriction but permits relicensing or conveying under this
420
+ License, you may add to a covered work material governed by the terms
421
+ of that license document, provided that the further restriction does
422
+ not survive such relicensing or conveying.
423
+
424
+ If you add terms to a covered work in accord with this section, you
425
+ must place, in the relevant source files, a statement of the
426
+ additional terms that apply to those files, or a notice indicating
427
+ where to find the applicable terms.
428
+
429
+ Additional terms, permissive or non-permissive, may be stated in the
430
+ form of a separately written license, or stated as exceptions;
431
+ the above requirements apply either way.
432
+
433
+ 8. Termination.
434
+
435
+ You may not propagate or modify a covered work except as expressly
436
+ provided under this License. Any attempt otherwise to propagate or
437
+ modify it is void, and will automatically terminate your rights under
438
+ this License (including any patent licenses granted under the third
439
+ paragraph of section 11).
440
+
441
+ However, if you cease all violation of this License, then your
442
+ license from a particular copyright holder is reinstated (a)
443
+ provisionally, unless and until the copyright holder explicitly and
444
+ finally terminates your license, and (b) permanently, if the copyright
445
+ holder fails to notify you of the violation by some reasonable means
446
+ prior to 60 days after the cessation.
447
+
448
+ Moreover, your license from a particular copyright holder is
449
+ reinstated permanently if the copyright holder notifies you of the
450
+ violation by some reasonable means, this is the first time you have
451
+ received notice of violation of this License (for any work) from that
452
+ copyright holder, and you cure the violation prior to 30 days after
453
+ your receipt of the notice.
454
+
455
+ Termination of your rights under this section does not terminate the
456
+ licenses of parties who have received copies or rights from you under
457
+ this License. If your rights have been terminated and not permanently
458
+ reinstated, you do not qualify to receive new licenses for the same
459
+ material under section 10.
460
+
461
+ 9. Acceptance Not Required for Having Copies.
462
+
463
+ You are not required to accept this License in order to receive or
464
+ run a copy of the Program. Ancillary propagation of a covered work
465
+ occurring solely as a consequence of using peer-to-peer transmission
466
+ to receive a copy likewise does not require acceptance. However,
467
+ nothing other than this License grants you permission to propagate or
468
+ modify any covered work. These actions infringe copyright if you do
469
+ not accept this License. Therefore, by modifying or propagating a
470
+ covered work, you indicate your acceptance of this License to do so.
471
+
472
+ 10. Automatic Licensing of Downstream Recipients.
473
+
474
+ Each time you convey a covered work, the recipient automatically
475
+ receives a license from the original licensors, to run, modify and
476
+ propagate that work, subject to this License. You are not responsible
477
+ for enforcing compliance by third parties with this License.
478
+
479
+ An "entity transaction" is a transaction transferring control of an
480
+ organization, or substantially all assets of one, or subdividing an
481
+ organization, or merging organizations. If propagation of a covered
482
+ work results from an entity transaction, each party to that
483
+ transaction who receives a copy of the work also receives whatever
484
+ licenses to the work the party's predecessor in interest had or could
485
+ give under the previous paragraph, plus a right to possession of the
486
+ Corresponding Source of the work from the predecessor in interest, if
487
+ the predecessor has it or can get it with reasonable efforts.
488
+
489
+ You may not impose any further restrictions on the exercise of the
490
+ rights granted or affirmed under this License. For example, you may
491
+ not impose a license fee, royalty, or other charge for exercise of
492
+ rights granted under this License, and you may not initiate litigation
493
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
494
+ any patent claim is infringed by making, using, selling, offering for
495
+ sale, or importing the Program or any portion of it.
496
+
497
+ 11. Patents.
498
+
499
+ A "contributor" is a copyright holder who authorizes use under this
500
+ License of the Program or a work on which the Program is based. The
501
+ work thus licensed is called the contributor's "contributor version".
502
+
503
+ A contributor's "essential patent claims" are all patent claims
504
+ owned or controlled by the contributor, whether already acquired or
505
+ hereafter acquired, that would be infringed by some manner, permitted
506
+ by this License, of making, using, or selling its contributor version,
507
+ but do not include claims that would be infringed only as a
508
+ consequence of further modification of the contributor version. For
509
+ purposes of this definition, "control" includes the right to grant
510
+ patent sublicenses in a manner consistent with the requirements of
511
+ this License.
512
+
513
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
514
+ patent license under the contributor's essential patent claims, to
515
+ make, use, sell, offer for sale, import and otherwise run, modify and
516
+ propagate the contents of its contributor version.
517
+
518
+ In the following three paragraphs, a "patent license" is any express
519
+ agreement or commitment, however denominated, not to enforce a patent
520
+ (such as an express permission to practice a patent or covenant not to
521
+ sue for patent infringement). To "grant" such a patent license to a
522
+ party means to make such an agreement or commitment not to enforce a
523
+ patent against the party.
524
+
525
+ If you convey a covered work, knowingly relying on a patent license,
526
+ and the Corresponding Source of the work is not available for anyone
527
+ to copy, free of charge and under the terms of this License, through a
528
+ publicly available network server or other readily accessible means,
529
+ then you must either (1) cause the Corresponding Source to be so
530
+ available, or (2) arrange to deprive yourself of the benefit of the
531
+ patent license for this particular work, or (3) arrange, in a manner
532
+ consistent with the requirements of this License, to extend the patent
533
+ license to downstream recipients. "Knowingly relying" means you have
534
+ actual knowledge that, but for the patent license, your conveying the
535
+ covered work in a country, or your recipient's use of the covered work
536
+ in a country, would infringe one or more identifiable patents in that
537
+ country that you have reason to believe are valid.
538
+
539
+ If, pursuant to or in connection with a single transaction or
540
+ arrangement, you convey, or propagate by procuring conveyance of, a
541
+ covered work, and grant a patent license to some of the parties
542
+ receiving the covered work authorizing them to use, propagate, modify
543
+ or convey a specific copy of the covered work, then the patent license
544
+ you grant is automatically extended to all recipients of the covered
545
+ work and works based on it.
546
+
547
+ A patent license is "discriminatory" if it does not include within
548
+ the scope of its coverage, prohibits the exercise of, or is
549
+ conditioned on the non-exercise of one or more of the rights that are
550
+ specifically granted under this License. You may not convey a covered
551
+ work if you are a party to an arrangement with a third party that is
552
+ in the business of distributing software, under which you make payment
553
+ to the third party based on the extent of your activity of conveying
554
+ the work, and under which the third party grants, to any of the
555
+ parties who would receive the covered work from you, a discriminatory
556
+ patent license (a) in connection with copies of the covered work
557
+ conveyed by you (or copies made from those copies), or (b) primarily
558
+ for and in connection with specific products or compilations that
559
+ contain the covered work, unless you entered into that arrangement,
560
+ or that patent license was granted, prior to 28 March 2007.
561
+
562
+ Nothing in this License shall be construed as excluding or limiting
563
+ any implied license or other defenses to infringement that may
564
+ otherwise be available to you under applicable patent law.
565
+
566
+ 12. No Surrender of Others' Freedom.
567
+
568
+ If conditions are imposed on you (whether by court order, agreement or
569
+ otherwise) that contradict the conditions of this License, they do not
570
+ excuse you from the conditions of this License. If you cannot convey a
571
+ covered work so as to satisfy simultaneously your obligations under this
572
+ License and any other pertinent obligations, then as a consequence you may
573
+ not convey it at all. For example, if you agree to terms that obligate you
574
+ to collect a royalty for further conveying from those to whom you convey
575
+ the Program, the only way you could satisfy both those terms and this
576
+ License would be to refrain entirely from conveying the Program.
577
+
578
+ 13. Remote Network Interaction; Use with the GNU General Public License.
579
+
580
+ Notwithstanding any other provision of this License, if you modify the
581
+ Program, your modified version must prominently offer all users
582
+ interacting with it remotely through a computer network (if your version
583
+ supports such interaction) an opportunity to receive the Corresponding
584
+ Source of your version by providing access to the Corresponding Source
585
+ from a network server at no charge, through some standard or customary
586
+ means of facilitating copying of software. This Corresponding Source
587
+ shall include the Corresponding Source for any work covered by version 3
588
+ of the GNU General Public License that is incorporated pursuant to the
589
+ following paragraph.
590
+
591
+ Notwithstanding any other provision of this License, you have
592
+ permission to link or combine any covered work with a work licensed
593
+ under version 3 of the GNU General Public License into a single
594
+ combined work, and to convey the resulting work. The terms of this
595
+ License will continue to apply to the part which is the covered work,
596
+ but the work with which it is combined will remain governed by version
597
+ 3 of the GNU General Public License.
598
+
599
+ 14. Revised Versions of this License.
600
+
601
+ The Free Software Foundation may publish revised and/or new versions of
602
+ the GNU Affero General Public License from time to time. Such new versions
603
+ will be similar in spirit to the present version, but may differ in detail to
604
+ address new problems or concerns.
605
+
606
+ Each version is given a distinguishing version number. If the
607
+ Program specifies that a certain numbered version of the GNU Affero General
608
+ Public License "or any later version" applies to it, you have the
609
+ option of following the terms and conditions either of that numbered
610
+ version or of any later version published by the Free Software
611
+ Foundation. If the Program does not specify a version number of the
612
+ GNU Affero General Public License, you may choose any version ever published
613
+ by the Free Software Foundation.
614
+
615
+ If the Program specifies that a proxy can decide which future
616
+ versions of the GNU Affero General Public License can be used, that proxy's
617
+ public statement of acceptance of a version permanently authorizes you
618
+ to choose that version for the Program.
619
+
620
+ Later license versions may give you additional or different
621
+ permissions. However, no additional obligations are imposed on any
622
+ author or copyright holder as a result of your choosing to follow a
623
+ later version.
624
+
625
+ 15. Disclaimer of Warranty.
626
+
627
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
628
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
629
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
630
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
631
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
632
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
633
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
634
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
635
+
636
+ 16. Limitation of Liability.
637
+
638
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
639
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
640
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
641
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
642
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
643
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
644
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
645
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
646
+ SUCH DAMAGES.
647
+
648
+ 17. Interpretation of Sections 15 and 16.
649
+
650
+ If the disclaimer of warranty and limitation of liability provided
651
+ above cannot be given local legal effect according to their terms,
652
+ reviewing courts shall apply local law that most closely approximates
653
+ an absolute waiver of all civil liability in connection with the
654
+ Program, unless a warranty or assumption of liability accompanies a
655
+ copy of the Program in return for a fee.
656
+
657
+ END OF TERMS AND CONDITIONS
658
+
659
+ How to Apply These Terms to Your New Programs
660
+
661
+ If you develop a new program, and you want it to be of the greatest
662
+ possible use to the public, the best way to achieve this is to make it
663
+ free software which everyone can redistribute and change under these terms.
664
+
665
+ To do so, attach the following notices to the program. It is safest
666
+ to attach them to the start of each source file to most effectively
667
+ state the exclusion of warranty; and each file should have at least
668
+ the "copyright" line and a pointer to where the full notice is found.
669
+
670
+ <one line to give the program's name and a brief idea of what it does.>
671
+ Copyright (C) <year> <name of author>
672
+
673
+ This program is free software: you can redistribute it and/or modify
674
+ it under the terms of the GNU Affero General Public License as published
675
+ by the Free Software Foundation, either version 3 of the License, or
676
+ (at your option) any later version.
677
+
678
+ This program is distributed in the hope that it will be useful,
679
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
680
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
681
+ GNU Affero General Public License for more details.
682
+
683
+ You should have received a copy of the GNU Affero General Public License
684
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
685
+
686
+ Also add information on how to contact you by electronic and paper mail.
687
+
688
+ If your software can interact with users remotely through a computer
689
+ network, you should also make sure that it provides a way for users to
690
+ get its source. For example, if your program is a web application, its
691
+ interface could display a "Source" link that leads users to an archive
692
+ of the code. There are many ways you could offer source, and different
693
+ solutions will be better for different programs; see section 13 for the
694
+ specific requirements.
695
+
696
+ You should also get your employer (if you work as a programmer) or school,
697
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
698
+ For more information on this, and how to apply and follow the GNU AGPL, see
699
+ <https://www.gnu.org/licenses/>.
markdown/apache-2.0.md ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Apache License 2.0
3
+ spdx-id: Apache-2.0
4
+ redirect_from: /licenses/apache/
5
+ featured: true
6
+ hidden: false
7
+
8
+ description: A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
9
+
10
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
11
+
12
+ note: The Apache Software Foundation <a href="https://apache.org/foundation/license-faq.html#Apply-My-Software">recommends</a> taking the additional step of adding a boilerplate notice to the header of each source file. You can find the notice in the appendix at the very end of the license text.
13
+
14
+ using:
15
+ Kubernetes: https://github.com/kubernetes/kubernetes/blob/master/LICENSE
16
+ PDF.js: https://github.com/mozilla/pdf.js/blob/master/LICENSE
17
+ Swift: https://github.com/apple/swift/blob/main/LICENSE.txt
18
+
19
+ permissions:
20
+ - commercial-use
21
+ - modifications
22
+ - distribution
23
+ - patent-use
24
+ - private-use
25
+
26
+ conditions:
27
+ - include-copyright
28
+ - document-changes
29
+
30
+ limitations:
31
+ - trademark-use
32
+ - liability
33
+ - warranty
34
+
35
+ ---
36
+
37
+ Apache License
38
+ Version 2.0, January 2004
39
+ http://www.apache.org/licenses/
40
+
41
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
42
+
43
+ 1. Definitions.
44
+
45
+ "License" shall mean the terms and conditions for use, reproduction,
46
+ and distribution as defined by Sections 1 through 9 of this document.
47
+
48
+ "Licensor" shall mean the copyright owner or entity authorized by
49
+ the copyright owner that is granting the License.
50
+
51
+ "Legal Entity" shall mean the union of the acting entity and all
52
+ other entities that control, are controlled by, or are under common
53
+ control with that entity. For the purposes of this definition,
54
+ "control" means (i) the power, direct or indirect, to cause the
55
+ direction or management of such entity, whether by contract or
56
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
57
+ outstanding shares, or (iii) beneficial ownership of such entity.
58
+
59
+ "You" (or "Your") shall mean an individual or Legal Entity
60
+ exercising permissions granted by this License.
61
+
62
+ "Source" form shall mean the preferred form for making modifications,
63
+ including but not limited to software source code, documentation
64
+ source, and configuration files.
65
+
66
+ "Object" form shall mean any form resulting from mechanical
67
+ transformation or translation of a Source form, including but
68
+ not limited to compiled object code, generated documentation,
69
+ and conversions to other media types.
70
+
71
+ "Work" shall mean the work of authorship, whether in Source or
72
+ Object form, made available under the License, as indicated by a
73
+ copyright notice that is included in or attached to the work
74
+ (an example is provided in the Appendix below).
75
+
76
+ "Derivative Works" shall mean any work, whether in Source or Object
77
+ form, that is based on (or derived from) the Work and for which the
78
+ editorial revisions, annotations, elaborations, or other modifications
79
+ represent, as a whole, an original work of authorship. For the purposes
80
+ of this License, Derivative Works shall not include works that remain
81
+ separable from, or merely link (or bind by name) to the interfaces of,
82
+ the Work and Derivative Works thereof.
83
+
84
+ "Contribution" shall mean any work of authorship, including
85
+ the original version of the Work and any modifications or additions
86
+ to that Work or Derivative Works thereof, that is intentionally
87
+ submitted to Licensor for inclusion in the Work by the copyright owner
88
+ or by an individual or Legal Entity authorized to submit on behalf of
89
+ the copyright owner. For the purposes of this definition, "submitted"
90
+ means any form of electronic, verbal, or written communication sent
91
+ to the Licensor or its representatives, including but not limited to
92
+ communication on electronic mailing lists, source code control systems,
93
+ and issue tracking systems that are managed by, or on behalf of, the
94
+ Licensor for the purpose of discussing and improving the Work, but
95
+ excluding communication that is conspicuously marked or otherwise
96
+ designated in writing by the copyright owner as "Not a Contribution."
97
+
98
+ "Contributor" shall mean Licensor and any individual or Legal Entity
99
+ on behalf of whom a Contribution has been received by Licensor and
100
+ subsequently incorporated within the Work.
101
+
102
+ 2. Grant of Copyright License. Subject to the terms and conditions of
103
+ this License, each Contributor hereby grants to You a perpetual,
104
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
105
+ copyright license to reproduce, prepare Derivative Works of,
106
+ publicly display, publicly perform, sublicense, and distribute the
107
+ Work and such Derivative Works in Source or Object form.
108
+
109
+ 3. Grant of Patent License. Subject to the terms and conditions of
110
+ this License, each Contributor hereby grants to You a perpetual,
111
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
112
+ (except as stated in this section) patent license to make, have made,
113
+ use, offer to sell, sell, import, and otherwise transfer the Work,
114
+ where such license applies only to those patent claims licensable
115
+ by such Contributor that are necessarily infringed by their
116
+ Contribution(s) alone or by combination of their Contribution(s)
117
+ with the Work to which such Contribution(s) was submitted. If You
118
+ institute patent litigation against any entity (including a
119
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
120
+ or a Contribution incorporated within the Work constitutes direct
121
+ or contributory patent infringement, then any patent licenses
122
+ granted to You under this License for that Work shall terminate
123
+ as of the date such litigation is filed.
124
+
125
+ 4. Redistribution. You may reproduce and distribute copies of the
126
+ Work or Derivative Works thereof in any medium, with or without
127
+ modifications, and in Source or Object form, provided that You
128
+ meet the following conditions:
129
+
130
+ (a) You must give any other recipients of the Work or
131
+ Derivative Works a copy of this License; and
132
+
133
+ (b) You must cause any modified files to carry prominent notices
134
+ stating that You changed the files; and
135
+
136
+ (c) You must retain, in the Source form of any Derivative Works
137
+ that You distribute, all copyright, patent, trademark, and
138
+ attribution notices from the Source form of the Work,
139
+ excluding those notices that do not pertain to any part of
140
+ the Derivative Works; and
141
+
142
+ (d) If the Work includes a "NOTICE" text file as part of its
143
+ distribution, then any Derivative Works that You distribute must
144
+ include a readable copy of the attribution notices contained
145
+ within such NOTICE file, excluding those notices that do not
146
+ pertain to any part of the Derivative Works, in at least one
147
+ of the following places: within a NOTICE text file distributed
148
+ as part of the Derivative Works; within the Source form or
149
+ documentation, if provided along with the Derivative Works; or,
150
+ within a display generated by the Derivative Works, if and
151
+ wherever such third-party notices normally appear. The contents
152
+ of the NOTICE file are for informational purposes only and
153
+ do not modify the License. You may add Your own attribution
154
+ notices within Derivative Works that You distribute, alongside
155
+ or as an addendum to the NOTICE text from the Work, provided
156
+ that such additional attribution notices cannot be construed
157
+ as modifying the License.
158
+
159
+ You may add Your own copyright statement to Your modifications and
160
+ may provide additional or different license terms and conditions
161
+ for use, reproduction, or distribution of Your modifications, or
162
+ for any such Derivative Works as a whole, provided Your use,
163
+ reproduction, and distribution of the Work otherwise complies with
164
+ the conditions stated in this License.
165
+
166
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
167
+ any Contribution intentionally submitted for inclusion in the Work
168
+ by You to the Licensor shall be under the terms and conditions of
169
+ this License, without any additional terms or conditions.
170
+ Notwithstanding the above, nothing herein shall supersede or modify
171
+ the terms of any separate license agreement you may have executed
172
+ with Licensor regarding such Contributions.
173
+
174
+ 6. Trademarks. This License does not grant permission to use the trade
175
+ names, trademarks, service marks, or product names of the Licensor,
176
+ except as required for reasonable and customary use in describing the
177
+ origin of the Work and reproducing the content of the NOTICE file.
178
+
179
+ 7. Disclaimer of Warranty. Unless required by applicable law or
180
+ agreed to in writing, Licensor provides the Work (and each
181
+ Contributor provides its Contributions) on an "AS IS" BASIS,
182
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
183
+ implied, including, without limitation, any warranties or conditions
184
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
185
+ PARTICULAR PURPOSE. You are solely responsible for determining the
186
+ appropriateness of using or redistributing the Work and assume any
187
+ risks associated with Your exercise of permissions under this License.
188
+
189
+ 8. Limitation of Liability. In no event and under no legal theory,
190
+ whether in tort (including negligence), contract, or otherwise,
191
+ unless required by applicable law (such as deliberate and grossly
192
+ negligent acts) or agreed to in writing, shall any Contributor be
193
+ liable to You for damages, including any direct, indirect, special,
194
+ incidental, or consequential damages of any character arising as a
195
+ result of this License or out of the use or inability to use the
196
+ Work (including but not limited to damages for loss of goodwill,
197
+ work stoppage, computer failure or malfunction, or any and all
198
+ other commercial damages or losses), even if such Contributor
199
+ has been advised of the possibility of such damages.
200
+
201
+ 9. Accepting Warranty or Additional Liability. While redistributing
202
+ the Work or Derivative Works thereof, You may choose to offer,
203
+ and charge a fee for, acceptance of support, warranty, indemnity,
204
+ or other liability obligations and/or rights consistent with this
205
+ License. However, in accepting such obligations, You may act only
206
+ on Your own behalf and on Your sole responsibility, not on behalf
207
+ of any other Contributor, and only if You agree to indemnify,
208
+ defend, and hold each Contributor harmless for any liability
209
+ incurred by, or claims asserted against, such Contributor by reason
210
+ of your accepting any such warranty or additional liability.
211
+
212
+ END OF TERMS AND CONDITIONS
213
+
214
+ APPENDIX: How to apply the Apache License to your work.
215
+
216
+ To apply the Apache License to your work, attach the following
217
+ boilerplate notice, with the fields enclosed by brackets "[]"
218
+ replaced with your own identifying information. (Don't include
219
+ the brackets!) The text should be enclosed in the appropriate
220
+ comment syntax for the file format. We also recommend that a
221
+ file or class name and description of purpose be included on the
222
+ same "printed page" as the copyright notice for easier
223
+ identification within third-party archives.
224
+
225
+ Copyright [yyyy] [name of copyright owner]
226
+
227
+ Licensed under the Apache License, Version 2.0 (the "License");
228
+ you may not use this file except in compliance with the License.
229
+ You may obtain a copy of the License at
230
+
231
+ http://www.apache.org/licenses/LICENSE-2.0
232
+
233
+ Unless required by applicable law or agreed to in writing, software
234
+ distributed under the License is distributed on an "AS IS" BASIS,
235
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
236
+ See the License for the specific language governing permissions and
237
+ limitations under the License.
markdown/artistic-2.0.md ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Artistic License 2.0
3
+ spdx-id: Artistic-2.0
4
+ redirect_from: /licenses/artistic/
5
+
6
+ description: Heavily favored by the Perl community, the Artistic license requires that modified versions of the software do not prevent users from running the standard version.
7
+
8
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Do not replace the copyright notice (year, author), which refers to the license itself, not the licensed project.
9
+
10
+ using:
11
+
12
+ permissions:
13
+ - commercial-use
14
+ - modifications
15
+ - distribution
16
+ - patent-use
17
+ - private-use
18
+
19
+ conditions:
20
+ - include-copyright
21
+ - document-changes
22
+
23
+ limitations:
24
+ - liability
25
+ - trademark-use
26
+ - warranty
27
+
28
+ ---
29
+
30
+ The Artistic License 2.0
31
+
32
+ Copyright (c) 2000-2006, The Perl Foundation.
33
+
34
+ Everyone is permitted to copy and distribute verbatim copies
35
+ of this license document, but changing it is not allowed.
36
+
37
+ Preamble
38
+
39
+ This license establishes the terms under which a given free software
40
+ Package may be copied, modified, distributed, and/or redistributed.
41
+ The intent is that the Copyright Holder maintains some artistic
42
+ control over the development of that Package while still keeping the
43
+ Package available as open source and free software.
44
+
45
+ You are always permitted to make arrangements wholly outside of this
46
+ license directly with the Copyright Holder of a given Package. If the
47
+ terms of this license do not permit the full use that you propose to
48
+ make of the Package, you should contact the Copyright Holder and seek
49
+ a different licensing arrangement.
50
+
51
+ Definitions
52
+
53
+ "Copyright Holder" means the individual(s) or organization(s)
54
+ named in the copyright notice for the entire Package.
55
+
56
+ "Contributor" means any party that has contributed code or other
57
+ material to the Package, in accordance with the Copyright Holder's
58
+ procedures.
59
+
60
+ "You" and "your" means any person who would like to copy,
61
+ distribute, or modify the Package.
62
+
63
+ "Package" means the collection of files distributed by the
64
+ Copyright Holder, and derivatives of that collection and/or of
65
+ those files. A given Package may consist of either the Standard
66
+ Version, or a Modified Version.
67
+
68
+ "Distribute" means providing a copy of the Package or making it
69
+ accessible to anyone else, or in the case of a company or
70
+ organization, to others outside of your company or organization.
71
+
72
+ "Distributor Fee" means any fee that you charge for Distributing
73
+ this Package or providing support for this Package to another
74
+ party. It does not mean licensing fees.
75
+
76
+ "Standard Version" refers to the Package if it has not been
77
+ modified, or has been modified only in ways explicitly requested
78
+ by the Copyright Holder.
79
+
80
+ "Modified Version" means the Package, if it has been changed, and
81
+ such changes were not explicitly requested by the Copyright
82
+ Holder.
83
+
84
+ "Original License" means this Artistic License as Distributed with
85
+ the Standard Version of the Package, in its current version or as
86
+ it may be modified by The Perl Foundation in the future.
87
+
88
+ "Source" form means the source code, documentation source, and
89
+ configuration files for the Package.
90
+
91
+ "Compiled" form means the compiled bytecode, object code, binary,
92
+ or any other form resulting from mechanical transformation or
93
+ translation of the Source form.
94
+
95
+
96
+ Permission for Use and Modification Without Distribution
97
+
98
+ (1) You are permitted to use the Standard Version and create and use
99
+ Modified Versions for any purpose without restriction, provided that
100
+ you do not Distribute the Modified Version.
101
+
102
+
103
+ Permissions for Redistribution of the Standard Version
104
+
105
+ (2) You may Distribute verbatim copies of the Source form of the
106
+ Standard Version of this Package in any medium without restriction,
107
+ either gratis or for a Distributor Fee, provided that you duplicate
108
+ all of the original copyright notices and associated disclaimers. At
109
+ your discretion, such verbatim copies may or may not include a
110
+ Compiled form of the Package.
111
+
112
+ (3) You may apply any bug fixes, portability changes, and other
113
+ modifications made available from the Copyright Holder. The resulting
114
+ Package will still be considered the Standard Version, and as such
115
+ will be subject to the Original License.
116
+
117
+
118
+ Distribution of Modified Versions of the Package as Source
119
+
120
+ (4) You may Distribute your Modified Version as Source (either gratis
121
+ or for a Distributor Fee, and with or without a Compiled form of the
122
+ Modified Version) provided that you clearly document how it differs
123
+ from the Standard Version, including, but not limited to, documenting
124
+ any non-standard features, executables, or modules, and provided that
125
+ you do at least ONE of the following:
126
+
127
+ (a) make the Modified Version available to the Copyright Holder
128
+ of the Standard Version, under the Original License, so that the
129
+ Copyright Holder may include your modifications in the Standard
130
+ Version.
131
+
132
+ (b) ensure that installation of your Modified Version does not
133
+ prevent the user installing or running the Standard Version. In
134
+ addition, the Modified Version must bear a name that is different
135
+ from the name of the Standard Version.
136
+
137
+ (c) allow anyone who receives a copy of the Modified Version to
138
+ make the Source form of the Modified Version available to others
139
+ under
140
+
141
+ (i) the Original License or
142
+
143
+ (ii) a license that permits the licensee to freely copy,
144
+ modify and redistribute the Modified Version using the same
145
+ licensing terms that apply to the copy that the licensee
146
+ received, and requires that the Source form of the Modified
147
+ Version, and of any works derived from it, be made freely
148
+ available in that license fees are prohibited but Distributor
149
+ Fees are allowed.
150
+
151
+
152
+ Distribution of Compiled Forms of the Standard Version
153
+ or Modified Versions without the Source
154
+
155
+ (5) You may Distribute Compiled forms of the Standard Version without
156
+ the Source, provided that you include complete instructions on how to
157
+ get the Source of the Standard Version. Such instructions must be
158
+ valid at the time of your distribution. If these instructions, at any
159
+ time while you are carrying out such distribution, become invalid, you
160
+ must provide new instructions on demand or cease further distribution.
161
+ If you provide valid instructions or cease distribution within thirty
162
+ days after you become aware that the instructions are invalid, then
163
+ you do not forfeit any of your rights under this license.
164
+
165
+ (6) You may Distribute a Modified Version in Compiled form without
166
+ the Source, provided that you comply with Section 4 with respect to
167
+ the Source of the Modified Version.
168
+
169
+
170
+ Aggregating or Linking the Package
171
+
172
+ (7) You may aggregate the Package (either the Standard Version or
173
+ Modified Version) with other packages and Distribute the resulting
174
+ aggregation provided that you do not charge a licensing fee for the
175
+ Package. Distributor Fees are permitted, and licensing fees for other
176
+ components in the aggregation are permitted. The terms of this license
177
+ apply to the use and Distribution of the Standard or Modified Versions
178
+ as included in the aggregation.
179
+
180
+ (8) You are permitted to link Modified and Standard Versions with
181
+ other works, to embed the Package in a larger work of your own, or to
182
+ build stand-alone binary or bytecode versions of applications that
183
+ include the Package, and Distribute the result without restriction,
184
+ provided the result does not expose a direct interface to the Package.
185
+
186
+
187
+ Items That are Not Considered Part of a Modified Version
188
+
189
+ (9) Works (including, but not limited to, modules and scripts) that
190
+ merely extend or make use of the Package, do not, by themselves, cause
191
+ the Package to be a Modified Version. In addition, such works are not
192
+ considered parts of the Package itself, and are not subject to the
193
+ terms of this license.
194
+
195
+
196
+ General Provisions
197
+
198
+ (10) Any use, modification, and distribution of the Standard or
199
+ Modified Versions is governed by this Artistic License. By using,
200
+ modifying or distributing the Package, you accept this license. Do not
201
+ use, modify, or distribute the Package, if you do not accept this
202
+ license.
203
+
204
+ (11) If your Modified Version has been derived from a Modified
205
+ Version made by someone other than you, you are nevertheless required
206
+ to ensure that your Modified Version complies with the requirements of
207
+ this license.
208
+
209
+ (12) This license does not grant you the right to use any trademark,
210
+ service mark, tradename, or logo of the Copyright Holder.
211
+
212
+ (13) This license includes the non-exclusive, worldwide,
213
+ free-of-charge patent license to make, have made, use, offer to sell,
214
+ sell, import and otherwise transfer the Package with respect to any
215
+ patent claims licensable by the Copyright Holder that are necessarily
216
+ infringed by the Package. If you institute patent litigation
217
+ (including a cross-claim or counterclaim) against any party alleging
218
+ that the Package constitutes direct or contributory patent
219
+ infringement, then this Artistic License to you shall terminate on the
220
+ date that such litigation is filed.
221
+
222
+ (14) Disclaimer of Warranty:
223
+ THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
224
+ IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
225
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
226
+ NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
227
+ LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
228
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
229
+ DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
230
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
markdown/blueoak-1.0.0.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Blue Oak Model License 1.0.0
3
+ spdx-id: BlueOak-1.0.0
4
+
5
+ description: A permissive license whose main conditions require providing notice of the license. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
6
+
7
+ how: Create a text file (typically named LICENSE.md) in the root of your source code and copy the text of the license into the file.
8
+
9
+ using:
10
+ drone-gc: https://github.com/drone/drone-gc/blob/master/LICENSE.md
11
+ oh-my-git: https://github.com/git-learning-game/oh-my-git/blob/main/LICENSE.md
12
+ punct: https://github.com/otherjoel/punct/blob/main/LICENSE.md
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - modifications
17
+ - distribution
18
+ - patent-use
19
+ - private-use
20
+
21
+ conditions:
22
+ - include-copyright
23
+
24
+ limitations:
25
+ - liability
26
+ - warranty
27
+
28
+ ---
29
+
30
+ # Blue Oak Model License
31
+
32
+ Version 1.0.0
33
+
34
+ ## Purpose
35
+
36
+ This license gives everyone as much permission to work with
37
+ this software as possible, while protecting contributors
38
+ from liability.
39
+
40
+ ## Acceptance
41
+
42
+ In order to receive this license, you must agree to its
43
+ rules. The rules of this license are both obligations
44
+ under that agreement and conditions to your license.
45
+ You must not do anything with this software that triggers
46
+ a rule that you cannot or will not follow.
47
+
48
+ ## Copyright
49
+
50
+ Each contributor licenses you to do everything with this
51
+ software that would otherwise infringe that contributor's
52
+ copyright in it.
53
+
54
+ ## Notices
55
+
56
+ You must ensure that everyone who gets a copy of
57
+ any part of this software from you, with or without
58
+ changes, also gets the text of this license or a link to
59
+ <https://blueoakcouncil.org/license/1.0.0>.
60
+
61
+ ## Excuse
62
+
63
+ If anyone notifies you in writing that you have not
64
+ complied with [Notices](#notices), you can keep your
65
+ license by taking all practical steps to comply within 30
66
+ days after the notice. If you do not do so, your license
67
+ ends immediately.
68
+
69
+ ## Patent
70
+
71
+ Each contributor licenses you to do everything with this
72
+ software that would otherwise infringe any patent claims
73
+ they can license or become able to license.
74
+
75
+ ## Reliability
76
+
77
+ No contributor can revoke this license.
78
+
79
+ ## No Liability
80
+
81
+ ***As far as the law allows, this software comes as is,
82
+ without any warranty or condition, and no contributor
83
+ will be liable to anyone for any damages related to this
84
+ software or this license, under any kind of legal claim.***
markdown/bsd-2-clause-patent.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: BSD-2-Clause Plus Patent License
3
+ spdx-id: BSD-2-Clause-Patent
4
+
5
+ description: "This license is designed to provide: a) a simple permissive license; b) that is compatible with the GNU GPL-2.0; and c) which also has an express patent grant included."
6
+
7
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
8
+
9
+ using:
10
+ Manubot: https://github.com/manubot/manubot/blob/main/LICENSE.md
11
+ obonet: https://github.com/dhimmel/obonet/blob/main/LICENSE.md
12
+ Preprint Similarity Search: https://github.com/greenelab/preprint-similarity-search/blob/master/LICENSE.md
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - modifications
17
+ - distribution
18
+ - patent-use
19
+ - private-use
20
+
21
+ conditions:
22
+ - include-copyright
23
+
24
+ limitations:
25
+ - liability
26
+ - warranty
27
+
28
+ ---
29
+
30
+ Copyright (c) [year] [fullname]
31
+
32
+ Redistribution and use in source and binary forms, with or without
33
+ modification, are permitted provided that the following conditions are met:
34
+
35
+ 1. Redistributions of source code must retain the above copyright notice,
36
+ this list of conditions and the following disclaimer.
37
+
38
+ 2. Redistributions in binary form must reproduce the above copyright notice,
39
+ this list of conditions and the following disclaimer in the documentation
40
+ and/or other materials provided with the distribution.
41
+
42
+ Subject to the terms and conditions of this license, each copyright holder
43
+ and contributor hereby grants to those receiving rights under this license
44
+ a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
45
+ (except for failure to satisfy the conditions of this license) patent license
46
+ to make, have made, use, offer to sell, sell, import, and otherwise transfer
47
+ this software, where such license applies only to those patent claims, already
48
+ acquired or hereafter acquired, licensable by such copyright holder or
49
+ contributor that are necessarily infringed by:
50
+
51
+ (a) their Contribution(s) (the licensed copyrights of copyright holders and
52
+ non-copyrightable additions of contributors, in source or binary form) alone;
53
+ or
54
+
55
+ (b) combination of their Contribution(s) with the work of authorship to which
56
+ such Contribution(s) was added by such copyright holder or contributor, if,
57
+ at the time the Contribution is added, such addition causes such combination
58
+ to be necessarily infringed. The patent license shall not apply to any other
59
+ combinations which include the Contribution.
60
+
61
+ Except as expressly stated above, no rights or licenses from any copyright
62
+ holder or contributor is granted under this license, whether expressly, by
63
+ implication, estoppel or otherwise.
64
+
65
+ DISCLAIMER
66
+
67
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
68
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
69
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
70
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
71
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
72
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
73
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
74
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
75
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
76
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
markdown/bsd-2-clause.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: BSD 2-Clause "Simplified" License
3
+ spdx-id: BSD-2-Clause
4
+ redirect_from: /licenses/bsd/
5
+ hidden: false
6
+
7
+ description: A permissive license that comes in two variants, the <a href="/licenses/bsd-2-clause/">BSD 2-Clause</a> and <a href="/licenses/bsd-3-clause/">BSD 3-Clause</a>. Both have very minute differences to the MIT license.
8
+
9
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
10
+
11
+ using:
12
+ go-redis: https://github.com/go-redis/redis/blob/master/LICENSE
13
+ Homebrew: https://github.com/Homebrew/brew/blob/master/LICENSE.txt
14
+ Pony: https://github.com/ponylang/ponyc/blob/master/LICENSE
15
+
16
+ permissions:
17
+ - commercial-use
18
+ - modifications
19
+ - distribution
20
+ - private-use
21
+
22
+ conditions:
23
+ - include-copyright
24
+
25
+ limitations:
26
+ - liability
27
+ - warranty
28
+
29
+ ---
30
+
31
+ BSD 2-Clause License
32
+
33
+ Copyright (c) [year], [fullname]
34
+
35
+ Redistribution and use in source and binary forms, with or without
36
+ modification, are permitted provided that the following conditions are met:
37
+
38
+ 1. Redistributions of source code must retain the above copyright notice, this
39
+ list of conditions and the following disclaimer.
40
+
41
+ 2. Redistributions in binary form must reproduce the above copyright notice,
42
+ this list of conditions and the following disclaimer in the documentation
43
+ and/or other materials provided with the distribution.
44
+
45
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
46
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
47
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
48
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
49
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
50
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
51
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
52
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
53
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
54
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
markdown/bsd-3-clause-clear.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: BSD 3-Clause Clear License
3
+ spdx-id: BSD-3-Clause-Clear
4
+ nickname: Clear BSD
5
+
6
+ description: A variant of the <a href="/licenses/bsd-3-clause/">BSD 3-Clause License</a> that explicitly does not grant any patent rights.
7
+
8
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
9
+
10
+ using:
11
+
12
+ permissions:
13
+ - commercial-use
14
+ - modifications
15
+ - distribution
16
+ - private-use
17
+
18
+ conditions:
19
+ - include-copyright
20
+
21
+ limitations:
22
+ - liability
23
+ - patent-use
24
+ - warranty
25
+
26
+ ---
27
+
28
+ The Clear BSD License
29
+
30
+ Copyright (c) [year] [fullname]
31
+ All rights reserved.
32
+
33
+ Redistribution and use in source and binary forms, with or without
34
+ modification, are permitted (subject to the limitations in the disclaimer
35
+ below) provided that the following conditions are met:
36
+
37
+ * Redistributions of source code must retain the above copyright notice,
38
+ this list of conditions and the following disclaimer.
39
+
40
+ * Redistributions in binary form must reproduce the above copyright
41
+ notice, this list of conditions and the following disclaimer in the
42
+ documentation and/or other materials provided with the distribution.
43
+
44
+ * Neither the name of the copyright holder nor the names of its
45
+ contributors may be used to endorse or promote products derived from this
46
+ software without specific prior written permission.
47
+
48
+ NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY
49
+ THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
50
+ CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
51
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
52
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
53
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
54
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
55
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
56
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
57
+ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
58
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
59
+ POSSIBILITY OF SUCH DAMAGE.
markdown/bsd-3-clause.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: BSD 3-Clause "New" or "Revised" License
3
+ spdx-id: BSD-3-Clause
4
+ nickname: Modified BSD License
5
+ hidden: false
6
+
7
+ description: A permissive license similar to the <a href="/licenses/bsd-2-clause/">BSD 2-Clause License</a>, but with a 3rd clause that prohibits others from using the name of the copyright holder or its contributors to promote derived products without written consent.
8
+
9
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
10
+
11
+ using:
12
+ Flutter: https://github.com/flutter/flutter/blob/master/LICENSE
13
+ LevelDB: https://github.com/google/leveldb/blob/master/LICENSE
14
+ Quill: https://github.com/quilljs/quill/blob/develop/LICENSE
15
+
16
+ permissions:
17
+ - commercial-use
18
+ - modifications
19
+ - distribution
20
+ - private-use
21
+
22
+ conditions:
23
+ - include-copyright
24
+
25
+ limitations:
26
+ - liability
27
+ - warranty
28
+
29
+ ---
30
+
31
+ BSD 3-Clause License
32
+
33
+ Copyright (c) [year], [fullname]
34
+
35
+ Redistribution and use in source and binary forms, with or without
36
+ modification, are permitted provided that the following conditions are met:
37
+
38
+ 1. Redistributions of source code must retain the above copyright notice, this
39
+ list of conditions and the following disclaimer.
40
+
41
+ 2. Redistributions in binary form must reproduce the above copyright notice,
42
+ this list of conditions and the following disclaimer in the documentation
43
+ and/or other materials provided with the distribution.
44
+
45
+ 3. Neither the name of the copyright holder nor the names of its
46
+ contributors may be used to endorse or promote products derived from
47
+ this software without specific prior written permission.
48
+
49
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
50
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
51
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
52
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
53
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
54
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
55
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
56
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
57
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
58
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
markdown/bsd-4-clause.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: BSD 4-Clause "Original" or "Old" License
3
+ spdx-id: BSD-4-Clause
4
+
5
+ description: A permissive license similar to the <a href="/licenses/bsd-3-clause/">BSD 3-Clause License</a>, but with an "advertising clause" that requires an acknowledgment of the original source in all advertising material.
6
+
7
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace [project] with the project organization, if any, that sponsors this work.
8
+
9
+ using:
10
+ Choco-solver: https://github.com/chocoteam/choco-solver/blob/master/LICENSE
11
+ PMSPAUR-public: https://github.com/ArthurGodet/PMSPAUR-public/blob/master/LICENSE
12
+ Switchblade: https://github.com/SwitchbladeBot/switchblade/blob/dev/LICENSE
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - modifications
17
+ - distribution
18
+ - private-use
19
+
20
+ conditions:
21
+ - include-copyright
22
+
23
+ limitations:
24
+ - liability
25
+ - warranty
26
+
27
+ ---
28
+
29
+ BSD 4-Clause License
30
+
31
+ Copyright (c) [year], [fullname]
32
+ All rights reserved.
33
+
34
+ Redistribution and use in source and binary forms, with or without
35
+ modification, are permitted provided that the following conditions are met:
36
+
37
+ 1. Redistributions of source code must retain the above copyright notice, this
38
+ list of conditions and the following disclaimer.
39
+
40
+ 2. Redistributions in binary form must reproduce the above copyright notice,
41
+ this list of conditions and the following disclaimer in the documentation
42
+ and/or other materials provided with the distribution.
43
+
44
+ 3. All advertising materials mentioning features or use of this software must
45
+ display the following acknowledgement:
46
+ This product includes software developed by [project].
47
+
48
+ 4. Neither the name of the copyright holder nor the names of its
49
+ contributors may be used to endorse or promote products derived from
50
+ this software without specific prior written permission.
51
+
52
+ THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER "AS IS" AND ANY EXPRESS OR
53
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
54
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
55
+ EVENT SHALL COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
56
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
57
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
58
+ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
59
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
60
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
61
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
markdown/bsl-1.0.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Boost Software License 1.0
3
+ spdx-id: BSL-1.0
4
+ hidden: false
5
+
6
+ description: A simple permissive license only requiring preservation of copyright and license notices for source (and not binary) distribution. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
7
+
8
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
9
+
10
+ note: Boost recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the <a href="https://www.boost.org/users/license.html#FAQ">Boost Software License FAQ</a>.
11
+
12
+ using:
13
+ Boost: https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt
14
+ Catch2: https://github.com/catchorg/Catch2/blob/devel/LICENSE.txt
15
+ DMD: https://github.com/dlang/dmd/blob/master/LICENSE.txt
16
+
17
+ permissions:
18
+ - commercial-use
19
+ - modifications
20
+ - distribution
21
+ - private-use
22
+
23
+ conditions:
24
+ - include-copyright--source
25
+
26
+ limitations:
27
+ - liability
28
+ - warranty
29
+
30
+ ---
31
+
32
+ Boost Software License - Version 1.0 - August 17th, 2003
33
+
34
+ Permission is hereby granted, free of charge, to any person or organization
35
+ obtaining a copy of the software and accompanying documentation covered by
36
+ this license (the "Software") to use, reproduce, display, distribute,
37
+ execute, and transmit the Software, and to prepare derivative works of the
38
+ Software, and to permit third-parties to whom the Software is furnished to
39
+ do so, all subject to the following:
40
+
41
+ The copyright notices in the Software and this entire statement, including
42
+ the above license grant, this restriction and the following disclaimer,
43
+ must be included in all copies of the Software, in whole or in part, and
44
+ all derivative works of the Software, unless such copies or derivative
45
+ works are solely in the form of machine-executable object code generated by
46
+ a source language processor.
47
+
48
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
51
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
52
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
53
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
54
+ DEALINGS IN THE SOFTWARE.
markdown/cc-by-4.0.md ADDED
@@ -0,0 +1,426 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Creative Commons Attribution 4.0 International
3
+ spdx-id: CC-BY-4.0
4
+
5
+ description: Permits almost any use subject to providing credit and license notice. Frequently used for media assets and educational materials. The most common license for Open Access scientific publications. Not recommended for software.
6
+
7
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. It is also acceptable to solely supply a link to a copy of the license, usually to the <a href='https://creativecommons.org/licenses/by/4.0/'>canonical URL for the license</a>.
8
+
9
+ using:
10
+ caniuse: https://github.com/Fyrd/caniuse/blob/master/LICENSE
11
+ FiveThirtyEight data: https://github.com/fivethirtyeight/data/blob/master/LICENSE
12
+ Kubernetes documentation: https://github.com/kubernetes/website/blob/master/LICENSE
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - modifications
17
+ - distribution
18
+ - private-use
19
+
20
+ conditions:
21
+ - include-copyright
22
+ - document-changes
23
+
24
+ limitations:
25
+ - liability
26
+ - trademark-use
27
+ - patent-use
28
+ - warranty
29
+
30
+ ---
31
+
32
+ Attribution 4.0 International
33
+
34
+ =======================================================================
35
+
36
+ Creative Commons Corporation ("Creative Commons") is not a law firm and
37
+ does not provide legal services or legal advice. Distribution of
38
+ Creative Commons public licenses does not create a lawyer-client or
39
+ other relationship. Creative Commons makes its licenses and related
40
+ information available on an "as-is" basis. Creative Commons gives no
41
+ warranties regarding its licenses, any material licensed under their
42
+ terms and conditions, or any related information. Creative Commons
43
+ disclaims all liability for damages resulting from their use to the
44
+ fullest extent possible.
45
+
46
+ Using Creative Commons Public Licenses
47
+
48
+ Creative Commons public licenses provide a standard set of terms and
49
+ conditions that creators and other rights holders may use to share
50
+ original works of authorship and other material subject to copyright
51
+ and certain other rights specified in the public license below. The
52
+ following considerations are for informational purposes only, are not
53
+ exhaustive, and do not form part of our licenses.
54
+
55
+ Considerations for licensors: Our public licenses are
56
+ intended for use by those authorized to give the public
57
+ permission to use material in ways otherwise restricted by
58
+ copyright and certain other rights. Our licenses are
59
+ irrevocable. Licensors should read and understand the terms
60
+ and conditions of the license they choose before applying it.
61
+ Licensors should also secure all rights necessary before
62
+ applying our licenses so that the public can reuse the
63
+ material as expected. Licensors should clearly mark any
64
+ material not subject to the license. This includes other CC-
65
+ licensed material, or material used under an exception or
66
+ limitation to copyright. More considerations for licensors:
67
+ wiki.creativecommons.org/Considerations_for_licensors
68
+
69
+ Considerations for the public: By using one of our public
70
+ licenses, a licensor grants the public permission to use the
71
+ licensed material under specified terms and conditions. If
72
+ the licensor's permission is not necessary for any reason--for
73
+ example, because of any applicable exception or limitation to
74
+ copyright--then that use is not regulated by the license. Our
75
+ licenses grant only permissions under copyright and certain
76
+ other rights that a licensor has authority to grant. Use of
77
+ the licensed material may still be restricted for other
78
+ reasons, including because others have copyright or other
79
+ rights in the material. A licensor may make special requests,
80
+ such as asking that all changes be marked or described.
81
+ Although not required by our licenses, you are encouraged to
82
+ respect those requests where reasonable. More considerations
83
+ for the public:
84
+ wiki.creativecommons.org/Considerations_for_licensees
85
+
86
+ =======================================================================
87
+
88
+ Creative Commons Attribution 4.0 International Public License
89
+
90
+ By exercising the Licensed Rights (defined below), You accept and agree
91
+ to be bound by the terms and conditions of this Creative Commons
92
+ Attribution 4.0 International Public License ("Public License"). To the
93
+ extent this Public License may be interpreted as a contract, You are
94
+ granted the Licensed Rights in consideration of Your acceptance of
95
+ these terms and conditions, and the Licensor grants You such rights in
96
+ consideration of benefits the Licensor receives from making the
97
+ Licensed Material available under these terms and conditions.
98
+
99
+
100
+ Section 1 -- Definitions.
101
+
102
+ a. Adapted Material means material subject to Copyright and Similar
103
+ Rights that is derived from or based upon the Licensed Material
104
+ and in which the Licensed Material is translated, altered,
105
+ arranged, transformed, or otherwise modified in a manner requiring
106
+ permission under the Copyright and Similar Rights held by the
107
+ Licensor. For purposes of this Public License, where the Licensed
108
+ Material is a musical work, performance, or sound recording,
109
+ Adapted Material is always produced where the Licensed Material is
110
+ synched in timed relation with a moving image.
111
+
112
+ b. Adapter's License means the license You apply to Your Copyright
113
+ and Similar Rights in Your contributions to Adapted Material in
114
+ accordance with the terms and conditions of this Public License.
115
+
116
+ c. Copyright and Similar Rights means copyright and/or similar rights
117
+ closely related to copyright including, without limitation,
118
+ performance, broadcast, sound recording, and Sui Generis Database
119
+ Rights, without regard to how the rights are labeled or
120
+ categorized. For purposes of this Public License, the rights
121
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
122
+ Rights.
123
+
124
+ d. Effective Technological Measures means those measures that, in the
125
+ absence of proper authority, may not be circumvented under laws
126
+ fulfilling obligations under Article 11 of the WIPO Copyright
127
+ Treaty adopted on December 20, 1996, and/or similar international
128
+ agreements.
129
+
130
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
131
+ any other exception or limitation to Copyright and Similar Rights
132
+ that applies to Your use of the Licensed Material.
133
+
134
+ f. Licensed Material means the artistic or literary work, database,
135
+ or other material to which the Licensor applied this Public
136
+ License.
137
+
138
+ g. Licensed Rights means the rights granted to You subject to the
139
+ terms and conditions of this Public License, which are limited to
140
+ all Copyright and Similar Rights that apply to Your use of the
141
+ Licensed Material and that the Licensor has authority to license.
142
+
143
+ h. Licensor means the individual(s) or entity(ies) granting rights
144
+ under this Public License.
145
+
146
+ i. Share means to provide material to the public by any means or
147
+ process that requires permission under the Licensed Rights, such
148
+ as reproduction, public display, public performance, distribution,
149
+ dissemination, communication, or importation, and to make material
150
+ available to the public including in ways that members of the
151
+ public may access the material from a place and at a time
152
+ individually chosen by them.
153
+
154
+ j. Sui Generis Database Rights means rights other than copyright
155
+ resulting from Directive 96/9/EC of the European Parliament and of
156
+ the Council of 11 March 1996 on the legal protection of databases,
157
+ as amended and/or succeeded, as well as other essentially
158
+ equivalent rights anywhere in the world.
159
+
160
+ k. You means the individual or entity exercising the Licensed Rights
161
+ under this Public License. Your has a corresponding meaning.
162
+
163
+
164
+ Section 2 -- Scope.
165
+
166
+ a. License grant.
167
+
168
+ 1. Subject to the terms and conditions of this Public License,
169
+ the Licensor hereby grants You a worldwide, royalty-free,
170
+ non-sublicensable, non-exclusive, irrevocable license to
171
+ exercise the Licensed Rights in the Licensed Material to:
172
+
173
+ a. reproduce and Share the Licensed Material, in whole or
174
+ in part; and
175
+
176
+ b. produce, reproduce, and Share Adapted Material.
177
+
178
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
179
+ Exceptions and Limitations apply to Your use, this Public
180
+ License does not apply, and You do not need to comply with
181
+ its terms and conditions.
182
+
183
+ 3. Term. The term of this Public License is specified in Section
184
+ 6(a).
185
+
186
+ 4. Media and formats; technical modifications allowed. The
187
+ Licensor authorizes You to exercise the Licensed Rights in
188
+ all media and formats whether now known or hereafter created,
189
+ and to make technical modifications necessary to do so. The
190
+ Licensor waives and/or agrees not to assert any right or
191
+ authority to forbid You from making technical modifications
192
+ necessary to exercise the Licensed Rights, including
193
+ technical modifications necessary to circumvent Effective
194
+ Technological Measures. For purposes of this Public License,
195
+ simply making modifications authorized by this Section 2(a)
196
+ (4) never produces Adapted Material.
197
+
198
+ 5. Downstream recipients.
199
+
200
+ a. Offer from the Licensor -- Licensed Material. Every
201
+ recipient of the Licensed Material automatically
202
+ receives an offer from the Licensor to exercise the
203
+ Licensed Rights under the terms and conditions of this
204
+ Public License.
205
+
206
+ b. No downstream restrictions. You may not offer or impose
207
+ any additional or different terms or conditions on, or
208
+ apply any Effective Technological Measures to, the
209
+ Licensed Material if doing so restricts exercise of the
210
+ Licensed Rights by any recipient of the Licensed
211
+ Material.
212
+
213
+ 6. No endorsement. Nothing in this Public License constitutes or
214
+ may be construed as permission to assert or imply that You
215
+ are, or that Your use of the Licensed Material is, connected
216
+ with, or sponsored, endorsed, or granted official status by,
217
+ the Licensor or others designated to receive attribution as
218
+ provided in Section 3(a)(1)(A)(i).
219
+
220
+ b. Other rights.
221
+
222
+ 1. Moral rights, such as the right of integrity, are not
223
+ licensed under this Public License, nor are publicity,
224
+ privacy, and/or other similar personality rights; however, to
225
+ the extent possible, the Licensor waives and/or agrees not to
226
+ assert any such rights held by the Licensor to the limited
227
+ extent necessary to allow You to exercise the Licensed
228
+ Rights, but not otherwise.
229
+
230
+ 2. Patent and trademark rights are not licensed under this
231
+ Public License.
232
+
233
+ 3. To the extent possible, the Licensor waives any right to
234
+ collect royalties from You for the exercise of the Licensed
235
+ Rights, whether directly or through a collecting society
236
+ under any voluntary or waivable statutory or compulsory
237
+ licensing scheme. In all other cases the Licensor expressly
238
+ reserves any right to collect such royalties.
239
+
240
+
241
+ Section 3 -- License Conditions.
242
+
243
+ Your exercise of the Licensed Rights is expressly made subject to the
244
+ following conditions.
245
+
246
+ a. Attribution.
247
+
248
+ 1. If You Share the Licensed Material (including in modified
249
+ form), You must:
250
+
251
+ a. retain the following if it is supplied by the Licensor
252
+ with the Licensed Material:
253
+
254
+ i. identification of the creator(s) of the Licensed
255
+ Material and any others designated to receive
256
+ attribution, in any reasonable manner requested by
257
+ the Licensor (including by pseudonym if
258
+ designated);
259
+
260
+ ii. a copyright notice;
261
+
262
+ iii. a notice that refers to this Public License;
263
+
264
+ iv. a notice that refers to the disclaimer of
265
+ warranties;
266
+
267
+ v. a URI or hyperlink to the Licensed Material to the
268
+ extent reasonably practicable;
269
+
270
+ b. indicate if You modified the Licensed Material and
271
+ retain an indication of any previous modifications; and
272
+
273
+ c. indicate the Licensed Material is licensed under this
274
+ Public License, and include the text of, or the URI or
275
+ hyperlink to, this Public License.
276
+
277
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
278
+ reasonable manner based on the medium, means, and context in
279
+ which You Share the Licensed Material. For example, it may be
280
+ reasonable to satisfy the conditions by providing a URI or
281
+ hyperlink to a resource that includes the required
282
+ information.
283
+
284
+ 3. If requested by the Licensor, You must remove any of the
285
+ information required by Section 3(a)(1)(A) to the extent
286
+ reasonably practicable.
287
+
288
+ 4. If You Share Adapted Material You produce, the Adapter's
289
+ License You apply must not prevent recipients of the Adapted
290
+ Material from complying with this Public License.
291
+
292
+
293
+ Section 4 -- Sui Generis Database Rights.
294
+
295
+ Where the Licensed Rights include Sui Generis Database Rights that
296
+ apply to Your use of the Licensed Material:
297
+
298
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
299
+ to extract, reuse, reproduce, and Share all or a substantial
300
+ portion of the contents of the database;
301
+
302
+ b. if You include all or a substantial portion of the database
303
+ contents in a database in which You have Sui Generis Database
304
+ Rights, then the database in which You have Sui Generis Database
305
+ Rights (but not its individual contents) is Adapted Material; and
306
+
307
+ c. You must comply with the conditions in Section 3(a) if You Share
308
+ all or a substantial portion of the contents of the database.
309
+
310
+ For the avoidance of doubt, this Section 4 supplements and does not
311
+ replace Your obligations under this Public License where the Licensed
312
+ Rights include other Copyright and Similar Rights.
313
+
314
+
315
+ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
316
+
317
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
318
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
319
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
320
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
321
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
322
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
323
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
324
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
325
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
326
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
327
+
328
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
329
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
330
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
331
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
332
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
333
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
334
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
335
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
336
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
337
+
338
+ c. The disclaimer of warranties and limitation of liability provided
339
+ above shall be interpreted in a manner that, to the extent
340
+ possible, most closely approximates an absolute disclaimer and
341
+ waiver of all liability.
342
+
343
+
344
+ Section 6 -- Term and Termination.
345
+
346
+ a. This Public License applies for the term of the Copyright and
347
+ Similar Rights licensed here. However, if You fail to comply with
348
+ this Public License, then Your rights under this Public License
349
+ terminate automatically.
350
+
351
+ b. Where Your right to use the Licensed Material has terminated under
352
+ Section 6(a), it reinstates:
353
+
354
+ 1. automatically as of the date the violation is cured, provided
355
+ it is cured within 30 days of Your discovery of the
356
+ violation; or
357
+
358
+ 2. upon express reinstatement by the Licensor.
359
+
360
+ For the avoidance of doubt, this Section 6(b) does not affect any
361
+ right the Licensor may have to seek remedies for Your violations
362
+ of this Public License.
363
+
364
+ c. For the avoidance of doubt, the Licensor may also offer the
365
+ Licensed Material under separate terms or conditions or stop
366
+ distributing the Licensed Material at any time; however, doing so
367
+ will not terminate this Public License.
368
+
369
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
370
+ License.
371
+
372
+
373
+ Section 7 -- Other Terms and Conditions.
374
+
375
+ a. The Licensor shall not be bound by any additional or different
376
+ terms or conditions communicated by You unless expressly agreed.
377
+
378
+ b. Any arrangements, understandings, or agreements regarding the
379
+ Licensed Material not stated herein are separate from and
380
+ independent of the terms and conditions of this Public License.
381
+
382
+
383
+ Section 8 -- Interpretation.
384
+
385
+ a. For the avoidance of doubt, this Public License does not, and
386
+ shall not be interpreted to, reduce, limit, restrict, or impose
387
+ conditions on any use of the Licensed Material that could lawfully
388
+ be made without permission under this Public License.
389
+
390
+ b. To the extent possible, if any provision of this Public License is
391
+ deemed unenforceable, it shall be automatically reformed to the
392
+ minimum extent necessary to make it enforceable. If the provision
393
+ cannot be reformed, it shall be severed from this Public License
394
+ without affecting the enforceability of the remaining terms and
395
+ conditions.
396
+
397
+ c. No term or condition of this Public License will be waived and no
398
+ failure to comply consented to unless expressly agreed to by the
399
+ Licensor.
400
+
401
+ d. Nothing in this Public License constitutes or may be interpreted
402
+ as a limitation upon, or waiver of, any privileges and immunities
403
+ that apply to the Licensor or You, including from the legal
404
+ processes of any jurisdiction or authority.
405
+
406
+
407
+ =======================================================================
408
+
409
+ Creative Commons is not a party to its public licenses.
410
+ Notwithstanding, Creative Commons may elect to apply one of its public
411
+ licenses to material it publishes and in those instances will be
412
+ considered the “Licensor.” The text of the Creative Commons public
413
+ licenses is dedicated to the public domain under the CC0 Public Domain
414
+ Dedication. Except for the limited purpose of indicating that material
415
+ is shared under a Creative Commons public license or as otherwise
416
+ permitted by the Creative Commons policies published at
417
+ creativecommons.org/policies, Creative Commons does not authorize the
418
+ use of the trademark "Creative Commons" or any other trademark or logo
419
+ of Creative Commons without its prior written consent including,
420
+ without limitation, in connection with any unauthorized modifications
421
+ to any of its public licenses or any other arrangements,
422
+ understandings, or agreements concerning use of licensed material. For
423
+ the avoidance of doubt, this paragraph does not form part of the public
424
+ licenses.
425
+
426
+ Creative Commons may be contacted at creativecommons.org.
markdown/cc-by-sa-4.0.md ADDED
@@ -0,0 +1,459 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Creative Commons Attribution Share Alike 4.0 International
3
+ spdx-id: CC-BY-SA-4.0
4
+
5
+ description: Similar to <a href='/licenses/cc-by-4.0/'>CC-BY-4.0</a> but requires derivatives be distributed under the same or a similar, <a href="https://creativecommons.org/compatiblelicenses">compatible</a> license. Frequently used for media assets and educational materials. A previous version is the default license for Wikipedia and other Wikimedia projects. Not recommended for software.
6
+
7
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. It is also acceptable to solely supply a link to a copy of the license, usually to the <a href='https://creativecommons.org/licenses/by-sa/4.0/'>canonical URL for the license</a>.
8
+
9
+ using:
10
+ Flight rules for Git: https://github.com/k88hudson/git-flight-rules/blob/master/LICENSE
11
+ Material Design Iconic Font: https://github.com/zavoloklom/material-design-iconic-font/blob/master/License.md
12
+ OWASP MSTG: https://github.com/OWASP/owasp-mstg/blob/master/License.md
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - modifications
17
+ - distribution
18
+ - private-use
19
+
20
+ conditions:
21
+ - include-copyright
22
+ - document-changes
23
+ - same-license
24
+
25
+ limitations:
26
+ - liability
27
+ - trademark-use
28
+ - patent-use
29
+ - warranty
30
+
31
+ ---
32
+
33
+ Attribution-ShareAlike 4.0 International
34
+
35
+ =======================================================================
36
+
37
+ Creative Commons Corporation ("Creative Commons") is not a law firm and
38
+ does not provide legal services or legal advice. Distribution of
39
+ Creative Commons public licenses does not create a lawyer-client or
40
+ other relationship. Creative Commons makes its licenses and related
41
+ information available on an "as-is" basis. Creative Commons gives no
42
+ warranties regarding its licenses, any material licensed under their
43
+ terms and conditions, or any related information. Creative Commons
44
+ disclaims all liability for damages resulting from their use to the
45
+ fullest extent possible.
46
+
47
+ Using Creative Commons Public Licenses
48
+
49
+ Creative Commons public licenses provide a standard set of terms and
50
+ conditions that creators and other rights holders may use to share
51
+ original works of authorship and other material subject to copyright
52
+ and certain other rights specified in the public license below. The
53
+ following considerations are for informational purposes only, are not
54
+ exhaustive, and do not form part of our licenses.
55
+
56
+ Considerations for licensors: Our public licenses are
57
+ intended for use by those authorized to give the public
58
+ permission to use material in ways otherwise restricted by
59
+ copyright and certain other rights. Our licenses are
60
+ irrevocable. Licensors should read and understand the terms
61
+ and conditions of the license they choose before applying it.
62
+ Licensors should also secure all rights necessary before
63
+ applying our licenses so that the public can reuse the
64
+ material as expected. Licensors should clearly mark any
65
+ material not subject to the license. This includes other CC-
66
+ licensed material, or material used under an exception or
67
+ limitation to copyright. More considerations for licensors:
68
+ wiki.creativecommons.org/Considerations_for_licensors
69
+
70
+ Considerations for the public: By using one of our public
71
+ licenses, a licensor grants the public permission to use the
72
+ licensed material under specified terms and conditions. If
73
+ the licensor's permission is not necessary for any reason--for
74
+ example, because of any applicable exception or limitation to
75
+ copyright--then that use is not regulated by the license. Our
76
+ licenses grant only permissions under copyright and certain
77
+ other rights that a licensor has authority to grant. Use of
78
+ the licensed material may still be restricted for other
79
+ reasons, including because others have copyright or other
80
+ rights in the material. A licensor may make special requests,
81
+ such as asking that all changes be marked or described.
82
+ Although not required by our licenses, you are encouraged to
83
+ respect those requests where reasonable. More considerations
84
+ for the public:
85
+ wiki.creativecommons.org/Considerations_for_licensees
86
+
87
+ =======================================================================
88
+
89
+ Creative Commons Attribution-ShareAlike 4.0 International Public
90
+ License
91
+
92
+ By exercising the Licensed Rights (defined below), You accept and agree
93
+ to be bound by the terms and conditions of this Creative Commons
94
+ Attribution-ShareAlike 4.0 International Public License ("Public
95
+ License"). To the extent this Public License may be interpreted as a
96
+ contract, You are granted the Licensed Rights in consideration of Your
97
+ acceptance of these terms and conditions, and the Licensor grants You
98
+ such rights in consideration of benefits the Licensor receives from
99
+ making the Licensed Material available under these terms and
100
+ conditions.
101
+
102
+
103
+ Section 1 -- Definitions.
104
+
105
+ a. Adapted Material means material subject to Copyright and Similar
106
+ Rights that is derived from or based upon the Licensed Material
107
+ and in which the Licensed Material is translated, altered,
108
+ arranged, transformed, or otherwise modified in a manner requiring
109
+ permission under the Copyright and Similar Rights held by the
110
+ Licensor. For purposes of this Public License, where the Licensed
111
+ Material is a musical work, performance, or sound recording,
112
+ Adapted Material is always produced where the Licensed Material is
113
+ synched in timed relation with a moving image.
114
+
115
+ b. Adapter's License means the license You apply to Your Copyright
116
+ and Similar Rights in Your contributions to Adapted Material in
117
+ accordance with the terms and conditions of this Public License.
118
+
119
+ c. BY-SA Compatible License means a license listed at
120
+ creativecommons.org/compatiblelicenses, approved by Creative
121
+ Commons as essentially the equivalent of this Public License.
122
+
123
+ d. Copyright and Similar Rights means copyright and/or similar rights
124
+ closely related to copyright including, without limitation,
125
+ performance, broadcast, sound recording, and Sui Generis Database
126
+ Rights, without regard to how the rights are labeled or
127
+ categorized. For purposes of this Public License, the rights
128
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
129
+ Rights.
130
+
131
+ e. Effective Technological Measures means those measures that, in the
132
+ absence of proper authority, may not be circumvented under laws
133
+ fulfilling obligations under Article 11 of the WIPO Copyright
134
+ Treaty adopted on December 20, 1996, and/or similar international
135
+ agreements.
136
+
137
+ f. Exceptions and Limitations means fair use, fair dealing, and/or
138
+ any other exception or limitation to Copyright and Similar Rights
139
+ that applies to Your use of the Licensed Material.
140
+
141
+ g. License Elements means the license attributes listed in the name
142
+ of a Creative Commons Public License. The License Elements of this
143
+ Public License are Attribution and ShareAlike.
144
+
145
+ h. Licensed Material means the artistic or literary work, database,
146
+ or other material to which the Licensor applied this Public
147
+ License.
148
+
149
+ i. Licensed Rights means the rights granted to You subject to the
150
+ terms and conditions of this Public License, which are limited to
151
+ all Copyright and Similar Rights that apply to Your use of the
152
+ Licensed Material and that the Licensor has authority to license.
153
+
154
+ j. Licensor means the individual(s) or entity(ies) granting rights
155
+ under this Public License.
156
+
157
+ k. Share means to provide material to the public by any means or
158
+ process that requires permission under the Licensed Rights, such
159
+ as reproduction, public display, public performance, distribution,
160
+ dissemination, communication, or importation, and to make material
161
+ available to the public including in ways that members of the
162
+ public may access the material from a place and at a time
163
+ individually chosen by them.
164
+
165
+ l. Sui Generis Database Rights means rights other than copyright
166
+ resulting from Directive 96/9/EC of the European Parliament and of
167
+ the Council of 11 March 1996 on the legal protection of databases,
168
+ as amended and/or succeeded, as well as other essentially
169
+ equivalent rights anywhere in the world.
170
+
171
+ m. You means the individual or entity exercising the Licensed Rights
172
+ under this Public License. Your has a corresponding meaning.
173
+
174
+
175
+ Section 2 -- Scope.
176
+
177
+ a. License grant.
178
+
179
+ 1. Subject to the terms and conditions of this Public License,
180
+ the Licensor hereby grants You a worldwide, royalty-free,
181
+ non-sublicensable, non-exclusive, irrevocable license to
182
+ exercise the Licensed Rights in the Licensed Material to:
183
+
184
+ a. reproduce and Share the Licensed Material, in whole or
185
+ in part; and
186
+
187
+ b. produce, reproduce, and Share Adapted Material.
188
+
189
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
190
+ Exceptions and Limitations apply to Your use, this Public
191
+ License does not apply, and You do not need to comply with
192
+ its terms and conditions.
193
+
194
+ 3. Term. The term of this Public License is specified in Section
195
+ 6(a).
196
+
197
+ 4. Media and formats; technical modifications allowed. The
198
+ Licensor authorizes You to exercise the Licensed Rights in
199
+ all media and formats whether now known or hereafter created,
200
+ and to make technical modifications necessary to do so. The
201
+ Licensor waives and/or agrees not to assert any right or
202
+ authority to forbid You from making technical modifications
203
+ necessary to exercise the Licensed Rights, including
204
+ technical modifications necessary to circumvent Effective
205
+ Technological Measures. For purposes of this Public License,
206
+ simply making modifications authorized by this Section 2(a)
207
+ (4) never produces Adapted Material.
208
+
209
+ 5. Downstream recipients.
210
+
211
+ a. Offer from the Licensor -- Licensed Material. Every
212
+ recipient of the Licensed Material automatically
213
+ receives an offer from the Licensor to exercise the
214
+ Licensed Rights under the terms and conditions of this
215
+ Public License.
216
+
217
+ b. Additional offer from the Licensor -- Adapted Material.
218
+ Every recipient of Adapted Material from You
219
+ automatically receives an offer from the Licensor to
220
+ exercise the Licensed Rights in the Adapted Material
221
+ under the conditions of the Adapter's License You apply.
222
+
223
+ c. No downstream restrictions. You may not offer or impose
224
+ any additional or different terms or conditions on, or
225
+ apply any Effective Technological Measures to, the
226
+ Licensed Material if doing so restricts exercise of the
227
+ Licensed Rights by any recipient of the Licensed
228
+ Material.
229
+
230
+ 6. No endorsement. Nothing in this Public License constitutes or
231
+ may be construed as permission to assert or imply that You
232
+ are, or that Your use of the Licensed Material is, connected
233
+ with, or sponsored, endorsed, or granted official status by,
234
+ the Licensor or others designated to receive attribution as
235
+ provided in Section 3(a)(1)(A)(i).
236
+
237
+ b. Other rights.
238
+
239
+ 1. Moral rights, such as the right of integrity, are not
240
+ licensed under this Public License, nor are publicity,
241
+ privacy, and/or other similar personality rights; however, to
242
+ the extent possible, the Licensor waives and/or agrees not to
243
+ assert any such rights held by the Licensor to the limited
244
+ extent necessary to allow You to exercise the Licensed
245
+ Rights, but not otherwise.
246
+
247
+ 2. Patent and trademark rights are not licensed under this
248
+ Public License.
249
+
250
+ 3. To the extent possible, the Licensor waives any right to
251
+ collect royalties from You for the exercise of the Licensed
252
+ Rights, whether directly or through a collecting society
253
+ under any voluntary or waivable statutory or compulsory
254
+ licensing scheme. In all other cases the Licensor expressly
255
+ reserves any right to collect such royalties.
256
+
257
+
258
+ Section 3 -- License Conditions.
259
+
260
+ Your exercise of the Licensed Rights is expressly made subject to the
261
+ following conditions.
262
+
263
+ a. Attribution.
264
+
265
+ 1. If You Share the Licensed Material (including in modified
266
+ form), You must:
267
+
268
+ a. retain the following if it is supplied by the Licensor
269
+ with the Licensed Material:
270
+
271
+ i. identification of the creator(s) of the Licensed
272
+ Material and any others designated to receive
273
+ attribution, in any reasonable manner requested by
274
+ the Licensor (including by pseudonym if
275
+ designated);
276
+
277
+ ii. a copyright notice;
278
+
279
+ iii. a notice that refers to this Public License;
280
+
281
+ iv. a notice that refers to the disclaimer of
282
+ warranties;
283
+
284
+ v. a URI or hyperlink to the Licensed Material to the
285
+ extent reasonably practicable;
286
+
287
+ b. indicate if You modified the Licensed Material and
288
+ retain an indication of any previous modifications; and
289
+
290
+ c. indicate the Licensed Material is licensed under this
291
+ Public License, and include the text of, or the URI or
292
+ hyperlink to, this Public License.
293
+
294
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
295
+ reasonable manner based on the medium, means, and context in
296
+ which You Share the Licensed Material. For example, it may be
297
+ reasonable to satisfy the conditions by providing a URI or
298
+ hyperlink to a resource that includes the required
299
+ information.
300
+
301
+ 3. If requested by the Licensor, You must remove any of the
302
+ information required by Section 3(a)(1)(A) to the extent
303
+ reasonably practicable.
304
+
305
+ b. ShareAlike.
306
+
307
+ In addition to the conditions in Section 3(a), if You Share
308
+ Adapted Material You produce, the following conditions also apply.
309
+
310
+ 1. The Adapter's License You apply must be a Creative Commons
311
+ license with the same License Elements, this version or
312
+ later, or a BY-SA Compatible License.
313
+
314
+ 2. You must include the text of, or the URI or hyperlink to, the
315
+ Adapter's License You apply. You may satisfy this condition
316
+ in any reasonable manner based on the medium, means, and
317
+ context in which You Share Adapted Material.
318
+
319
+ 3. You may not offer or impose any additional or different terms
320
+ or conditions on, or apply any Effective Technological
321
+ Measures to, Adapted Material that restrict exercise of the
322
+ rights granted under the Adapter's License You apply.
323
+
324
+
325
+ Section 4 -- Sui Generis Database Rights.
326
+
327
+ Where the Licensed Rights include Sui Generis Database Rights that
328
+ apply to Your use of the Licensed Material:
329
+
330
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
331
+ to extract, reuse, reproduce, and Share all or a substantial
332
+ portion of the contents of the database;
333
+
334
+ b. if You include all or a substantial portion of the database
335
+ contents in a database in which You have Sui Generis Database
336
+ Rights, then the database in which You have Sui Generis Database
337
+ Rights (but not its individual contents) is Adapted Material,
338
+ including for purposes of Section 3(b); and
339
+
340
+ c. You must comply with the conditions in Section 3(a) if You Share
341
+ all or a substantial portion of the contents of the database.
342
+
343
+ For the avoidance of doubt, this Section 4 supplements and does not
344
+ replace Your obligations under this Public License where the Licensed
345
+ Rights include other Copyright and Similar Rights.
346
+
347
+
348
+ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
349
+
350
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
351
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
352
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
353
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
354
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
355
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
356
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
357
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
358
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
359
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
360
+
361
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
362
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
363
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
364
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
365
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
366
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
367
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
368
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
369
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
370
+
371
+ c. The disclaimer of warranties and limitation of liability provided
372
+ above shall be interpreted in a manner that, to the extent
373
+ possible, most closely approximates an absolute disclaimer and
374
+ waiver of all liability.
375
+
376
+
377
+ Section 6 -- Term and Termination.
378
+
379
+ a. This Public License applies for the term of the Copyright and
380
+ Similar Rights licensed here. However, if You fail to comply with
381
+ this Public License, then Your rights under this Public License
382
+ terminate automatically.
383
+
384
+ b. Where Your right to use the Licensed Material has terminated under
385
+ Section 6(a), it reinstates:
386
+
387
+ 1. automatically as of the date the violation is cured, provided
388
+ it is cured within 30 days of Your discovery of the
389
+ violation; or
390
+
391
+ 2. upon express reinstatement by the Licensor.
392
+
393
+ For the avoidance of doubt, this Section 6(b) does not affect any
394
+ right the Licensor may have to seek remedies for Your violations
395
+ of this Public License.
396
+
397
+ c. For the avoidance of doubt, the Licensor may also offer the
398
+ Licensed Material under separate terms or conditions or stop
399
+ distributing the Licensed Material at any time; however, doing so
400
+ will not terminate this Public License.
401
+
402
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
403
+ License.
404
+
405
+
406
+ Section 7 -- Other Terms and Conditions.
407
+
408
+ a. The Licensor shall not be bound by any additional or different
409
+ terms or conditions communicated by You unless expressly agreed.
410
+
411
+ b. Any arrangements, understandings, or agreements regarding the
412
+ Licensed Material not stated herein are separate from and
413
+ independent of the terms and conditions of this Public License.
414
+
415
+
416
+ Section 8 -- Interpretation.
417
+
418
+ a. For the avoidance of doubt, this Public License does not, and
419
+ shall not be interpreted to, reduce, limit, restrict, or impose
420
+ conditions on any use of the Licensed Material that could lawfully
421
+ be made without permission under this Public License.
422
+
423
+ b. To the extent possible, if any provision of this Public License is
424
+ deemed unenforceable, it shall be automatically reformed to the
425
+ minimum extent necessary to make it enforceable. If the provision
426
+ cannot be reformed, it shall be severed from this Public License
427
+ without affecting the enforceability of the remaining terms and
428
+ conditions.
429
+
430
+ c. No term or condition of this Public License will be waived and no
431
+ failure to comply consented to unless expressly agreed to by the
432
+ Licensor.
433
+
434
+ d. Nothing in this Public License constitutes or may be interpreted
435
+ as a limitation upon, or waiver of, any privileges and immunities
436
+ that apply to the Licensor or You, including from the legal
437
+ processes of any jurisdiction or authority.
438
+
439
+
440
+ =======================================================================
441
+
442
+ Creative Commons is not a party to its public licenses.
443
+ Notwithstanding, Creative Commons may elect to apply one of its public
444
+ licenses to material it publishes and in those instances will be
445
+ considered the “Licensor.” The text of the Creative Commons public
446
+ licenses is dedicated to the public domain under the CC0 Public Domain
447
+ Dedication. Except for the limited purpose of indicating that material
448
+ is shared under a Creative Commons public license or as otherwise
449
+ permitted by the Creative Commons policies published at
450
+ creativecommons.org/policies, Creative Commons does not authorize the
451
+ use of the trademark "Creative Commons" or any other trademark or logo
452
+ of Creative Commons without its prior written consent including,
453
+ without limitation, in connection with any unauthorized modifications
454
+ to any of its public licenses or any other arrangements,
455
+ understandings, or agreements concerning use of licensed material. For
456
+ the avoidance of doubt, this paragraph does not form part of the public
457
+ licenses.
458
+
459
+ Creative Commons may be contacted at creativecommons.org.
markdown/cc0-1.0.md ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Creative Commons Zero v1.0 Universal
3
+ spdx-id: CC0-1.0
4
+ redirect_from: /licenses/cc0/
5
+ hidden: false
6
+
7
+ description: The <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC0 Public Domain Dedication</a> waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.
8
+
9
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
10
+
11
+ note: Creative Commons recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be <a href="https://wiki.creativecommons.org/wiki/CC0_FAQ#May_I_apply_CC0_to_computer_software.3F_If_so.2C_is_there_a_recommended_implementation.3F">found on their website</a>.
12
+
13
+ using:
14
+ Awesome: https://github.com/sindresorhus/awesome/blob/main/license
15
+ Shields.io: https://github.com/badges/shields/blob/master/LICENSE
16
+ psdash: https://github.com/Jahaja/psdash/blob/master/LICENSE
17
+
18
+ permissions:
19
+ - commercial-use
20
+ - modifications
21
+ - distribution
22
+ - private-use
23
+
24
+ conditions: []
25
+
26
+ limitations:
27
+ - liability
28
+ - trademark-use
29
+ - patent-use
30
+ - warranty
31
+
32
+ ---
33
+
34
+ Creative Commons Legal Code
35
+
36
+ CC0 1.0 Universal
37
+
38
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
39
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
40
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
41
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
42
+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
43
+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
44
+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
45
+ HEREUNDER.
46
+
47
+ Statement of Purpose
48
+
49
+ The laws of most jurisdictions throughout the world automatically confer
50
+ exclusive Copyright and Related Rights (defined below) upon the creator
51
+ and subsequent owner(s) (each and all, an "owner") of an original work of
52
+ authorship and/or a database (each, a "Work").
53
+
54
+ Certain owners wish to permanently relinquish those rights to a Work for
55
+ the purpose of contributing to a commons of creative, cultural and
56
+ scientific works ("Commons") that the public can reliably and without fear
57
+ of later claims of infringement build upon, modify, incorporate in other
58
+ works, reuse and redistribute as freely as possible in any form whatsoever
59
+ and for any purposes, including without limitation commercial purposes.
60
+ These owners may contribute to the Commons to promote the ideal of a free
61
+ culture and the further production of creative, cultural and scientific
62
+ works, or to gain reputation or greater distribution for their Work in
63
+ part through the use and efforts of others.
64
+
65
+ For these and/or other purposes and motivations, and without any
66
+ expectation of additional consideration or compensation, the person
67
+ associating CC0 with a Work (the "Affirmer"), to the extent that he or she
68
+ is an owner of Copyright and Related Rights in the Work, voluntarily
69
+ elects to apply CC0 to the Work and publicly distribute the Work under its
70
+ terms, with knowledge of his or her Copyright and Related Rights in the
71
+ Work and the meaning and intended legal effect of CC0 on those rights.
72
+
73
+ 1. Copyright and Related Rights. A Work made available under CC0 may be
74
+ protected by copyright and related or neighboring rights ("Copyright and
75
+ Related Rights"). Copyright and Related Rights include, but are not
76
+ limited to, the following:
77
+
78
+ i. the right to reproduce, adapt, distribute, perform, display,
79
+ communicate, and translate a Work;
80
+ ii. moral rights retained by the original author(s) and/or performer(s);
81
+ iii. publicity and privacy rights pertaining to a person's image or
82
+ likeness depicted in a Work;
83
+ iv. rights protecting against unfair competition in regards to a Work,
84
+ subject to the limitations in paragraph 4(a), below;
85
+ v. rights protecting the extraction, dissemination, use and reuse of data
86
+ in a Work;
87
+ vi. database rights (such as those arising under Directive 96/9/EC of the
88
+ European Parliament and of the Council of 11 March 1996 on the legal
89
+ protection of databases, and under any national implementation
90
+ thereof, including any amended or successor version of such
91
+ directive); and
92
+ vii. other similar, equivalent or corresponding rights throughout the
93
+ world based on applicable law or treaty, and any national
94
+ implementations thereof.
95
+
96
+ 2. Waiver. To the greatest extent permitted by, but not in contravention
97
+ of, applicable law, Affirmer hereby overtly, fully, permanently,
98
+ irrevocably and unconditionally waives, abandons, and surrenders all of
99
+ Affirmer's Copyright and Related Rights and associated claims and causes
100
+ of action, whether now known or unknown (including existing as well as
101
+ future claims and causes of action), in the Work (i) in all territories
102
+ worldwide, (ii) for the maximum duration provided by applicable law or
103
+ treaty (including future time extensions), (iii) in any current or future
104
+ medium and for any number of copies, and (iv) for any purpose whatsoever,
105
+ including without limitation commercial, advertising or promotional
106
+ purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
107
+ member of the public at large and to the detriment of Affirmer's heirs and
108
+ successors, fully intending that such Waiver shall not be subject to
109
+ revocation, rescission, cancellation, termination, or any other legal or
110
+ equitable action to disrupt the quiet enjoyment of the Work by the public
111
+ as contemplated by Affirmer's express Statement of Purpose.
112
+
113
+ 3. Public License Fallback. Should any part of the Waiver for any reason
114
+ be judged legally invalid or ineffective under applicable law, then the
115
+ Waiver shall be preserved to the maximum extent permitted taking into
116
+ account Affirmer's express Statement of Purpose. In addition, to the
117
+ extent the Waiver is so judged Affirmer hereby grants to each affected
118
+ person a royalty-free, non transferable, non sublicensable, non exclusive,
119
+ irrevocable and unconditional license to exercise Affirmer's Copyright and
120
+ Related Rights in the Work (i) in all territories worldwide, (ii) for the
121
+ maximum duration provided by applicable law or treaty (including future
122
+ time extensions), (iii) in any current or future medium and for any number
123
+ of copies, and (iv) for any purpose whatsoever, including without
124
+ limitation commercial, advertising or promotional purposes (the
125
+ "License"). The License shall be deemed effective as of the date CC0 was
126
+ applied by Affirmer to the Work. Should any part of the License for any
127
+ reason be judged legally invalid or ineffective under applicable law, such
128
+ partial invalidity or ineffectiveness shall not invalidate the remainder
129
+ of the License, and in such case Affirmer hereby affirms that he or she
130
+ will not (i) exercise any of his or her remaining Copyright and Related
131
+ Rights in the Work or (ii) assert any associated claims and causes of
132
+ action with respect to the Work, in either case contrary to Affirmer's
133
+ express Statement of Purpose.
134
+
135
+ 4. Limitations and Disclaimers.
136
+
137
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
138
+ surrendered, licensed or otherwise affected by this document.
139
+ b. Affirmer offers the Work as-is and makes no representations or
140
+ warranties of any kind concerning the Work, express, implied,
141
+ statutory or otherwise, including without limitation warranties of
142
+ title, merchantability, fitness for a particular purpose, non
143
+ infringement, or the absence of latent or other defects, accuracy, or
144
+ the present or absence of errors, whether or not discoverable, all to
145
+ the greatest extent permissible under applicable law.
146
+ c. Affirmer disclaims responsibility for clearing rights of other persons
147
+ that may apply to the Work or any use thereof, including without
148
+ limitation any person's Copyright and Related Rights in the Work.
149
+ Further, Affirmer disclaims responsibility for obtaining any necessary
150
+ consents, permissions or other rights required for any use of the
151
+ Work.
152
+ d. Affirmer understands and acknowledges that Creative Commons is not a
153
+ party to this document and has no duty or obligation with respect to
154
+ this CC0 or use of the Work.
markdown/cecill-2.1.md ADDED
@@ -0,0 +1,580 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: CeCILL Free Software License Agreement v2.1
3
+ spdx-id: CECILL-2.1
4
+
5
+ description: Strong copyleft license made by three French public research organisations, CEA, CNRS, and Inria, compatible with AGPL-3.0, EUPL-1.1, and GPL-2.0, or later versions of those licenses.
6
+
7
+ how: Create a text file (typically named LICENSE or LICENCE) in the root of your source code and copy the text of the license into the file.
8
+
9
+ using:
10
+ BMC-Tools: https://github.com/ANSSI-FR/bmc-tools/blob/master/LICENCE.txt
11
+ Taxe foncière: https://github.com/etalab/taxe-fonciere/blob/master/LICENSE
12
+ VITAM: https://github.com/ProgrammeVitam/vitam/blob/master_0.15.x/Licence_CeCILL_V2.1-fr.txt
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - modifications
17
+ - distribution
18
+ - private-use
19
+ - patent-use
20
+
21
+ conditions:
22
+ - include-copyright
23
+ - network-use-disclose
24
+ - disclose-source
25
+ - same-license
26
+
27
+ limitations:
28
+ - liability
29
+ - warranty
30
+
31
+ ---
32
+
33
+
34
+ CONTRAT DE LICENCE DE LOGICIEL LIBRE CeCILL
35
+
36
+ Version 2.1 du 2013-06-21
37
+
38
+
39
+ Avertissement
40
+
41
+ Ce contrat est une licence de logiciel libre issue d'une concertation
42
+ entre ses auteurs afin que le respect de deux grands principes préside à
43
+ sa rédaction:
44
+
45
+ * d'une part, le respect des principes de diffusion des logiciels
46
+ libres: accès au code source, droits étendus conférés aux utilisateurs,
47
+ * d'autre part, la désignation d'un droit applicable, le droit
48
+ français, auquel elle est conforme, tant au regard du droit de la
49
+ responsabilité civile que du droit de la propriété intellectuelle et
50
+ de la protection qu'il offre aux auteurs et titulaires des droits
51
+ patrimoniaux sur un logiciel.
52
+
53
+ Les auteurs de la licence CeCILL (Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
54
+ sont:
55
+
56
+ Commissariat à l'énergie atomique et aux énergies alternatives - CEA,
57
+ établissement public de recherche à caractère scientifique, technique et
58
+ industriel, dont le siège est situé 25 rue Leblanc, immeuble Le Ponant
59
+ D, 75015 Paris.
60
+
61
+ Centre National de la Recherche Scientifique - CNRS, établissement
62
+ public à caractère scientifique et technologique, dont le siège est
63
+ situé 3 rue Michel-Ange, 75794 Paris cedex 16.
64
+
65
+ Institut National de Recherche en Informatique et en Automatique -
66
+ Inria, établissement public à caractère scientifique et technologique,
67
+ dont le siège est situé Domaine de Voluceau, Rocquencourt, BP 105, 78153
68
+ Le Chesnay cedex.
69
+
70
+
71
+ Préambule
72
+
73
+ Ce contrat est une licence de logiciel libre dont l'objectif est de
74
+ conférer aux utilisateurs la liberté de modification et de
75
+ redistribution du logiciel régi par cette licence dans le cadre d'un
76
+ modèle de diffusion en logiciel libre.
77
+
78
+ L'exercice de ces libertés est assorti de certains devoirs à la charge
79
+ des utilisateurs afin de préserver ce statut au cours des
80
+ redistributions ultérieures.
81
+
82
+ L'accessibilité au code source et les droits de copie, de modification
83
+ et de redistribution qui en découlent ont pour contrepartie de n'offrir
84
+ aux utilisateurs qu'une garantie limitée et de ne faire peser sur
85
+ l'auteur du logiciel, le titulaire des droits patrimoniaux et les
86
+ concédants successifs qu'une responsabilité restreinte.
87
+
88
+ A cet égard l'attention de l'utilisateur est attirée sur les risques
89
+ associés au chargement, à l'utilisation, à la modification et/ou au
90
+ développement et à la reproduction du logiciel par l'utilisateur étant
91
+ donné sa spécificité de logiciel libre, qui peut le rendre complexe à
92
+ manipuler et qui le réserve donc à des développeurs ou des
93
+ professionnels avertis possédant des connaissances informatiques
94
+ approfondies. Les utilisateurs sont donc invités à charger et tester
95
+ l'adéquation du logiciel à leurs besoins dans des conditions permettant
96
+ d'assurer la sécurité de leurs systèmes et/ou de leurs données et, plus
97
+ généralement, à l'utiliser et l'exploiter dans les mêmes conditions de
98
+ sécurité. Ce contrat peut être reproduit et diffusé librement, sous
99
+ réserve de le conserver en l'état, sans ajout ni suppression de clauses.
100
+
101
+ Ce contrat est susceptible de s'appliquer à tout logiciel dont le
102
+ titulaire des droits patrimoniaux décide de soumettre l'exploitation aux
103
+ dispositions qu'il contient.
104
+
105
+ Une liste de questions fréquemment posées se trouve sur le site web
106
+ officiel de la famille des licences CeCILL
107
+ (http://www.cecill.info/index.fr.html) pour toute clarification qui
108
+ serait nécessaire.
109
+
110
+
111
+ Article 1 - DEFINITIONS
112
+
113
+ Dans ce contrat, les termes suivants, lorsqu'ils seront écrits avec une
114
+ lettre capitale, auront la signification suivante:
115
+
116
+ Contrat: désigne le présent contrat de licence, ses éventuelles versions
117
+ postérieures et annexes.
118
+
119
+ Logiciel: désigne le logiciel sous sa forme de Code Objet et/ou de Code
120
+ Source et le cas échéant sa documentation, dans leur état au moment de
121
+ l'acceptation du Contrat par le Licencié.
122
+
123
+ Logiciel Initial: désigne le Logiciel sous sa forme de Code Source et
124
+ éventuellement de Code Objet et le cas échéant sa documentation, dans
125
+ leur état au moment de leur première diffusion sous les termes du Contrat.
126
+
127
+ Logiciel Modifié: désigne le Logiciel modifié par au moins une
128
+ Contribution.
129
+
130
+ Code Source: désigne l'ensemble des instructions et des lignes de
131
+ programme du Logiciel et auquel l'accès est nécessaire en vue de
132
+ modifier le Logiciel.
133
+
134
+ Code Objet: désigne les fichiers binaires issus de la compilation du
135
+ Code Source.
136
+
137
+ Titulaire: désigne le ou les détenteurs des droits patrimoniaux d'auteur
138
+ sur le Logiciel Initial.
139
+
140
+ Licencié: désigne le ou les utilisateurs du Logiciel ayant accepté le
141
+ Contrat.
142
+
143
+ Contributeur: désigne le Licencié auteur d'au moins une Contribution.
144
+
145
+ Concédant: désigne le Titulaire ou toute personne physique ou morale
146
+ distribuant le Logiciel sous le Contrat.
147
+
148
+ Contribution: désigne l'ensemble des modifications, corrections,
149
+ traductions, adaptations et/ou nouvelles fonctionnalités intégrées dans
150
+ le Logiciel par tout Contributeur, ainsi que tout Module Interne.
151
+
152
+ Module: désigne un ensemble de fichiers sources y compris leur
153
+ documentation qui permet de réaliser des fonctionnalités ou services
154
+ supplémentaires à ceux fournis par le Logiciel.
155
+
156
+ Module Externe: désigne tout Module, non dérivé du Logiciel, tel que ce
157
+ Module et le Logiciel s'exécutent dans des espaces d'adressage
158
+ différents, l'un appelant l'autre au moment de leur exécution.
159
+
160
+ Module Interne: désigne tout Module lié au Logiciel de telle sorte
161
+ qu'ils s'exécutent dans le même espace d'adressage.
162
+
163
+ GNU GPL: désigne la GNU General Public License dans sa version 2 ou
164
+ toute version ultérieure, telle que publiée par Free Software Foundation
165
+ Inc.
166
+
167
+ GNU Affero GPL: désigne la GNU Affero General Public License dans sa
168
+ version 3 ou toute version ultérieure, telle que publiée par Free
169
+ Software Foundation Inc.
170
+
171
+ EUPL: désigne la Licence Publique de l'Union européenne dans sa version
172
+ 1.1 ou toute version ultérieure, telle que publiée par la Commission
173
+ Européenne.
174
+
175
+ Parties: désigne collectivement le Licencié et le Concédant.
176
+
177
+ Ces termes s'entendent au singulier comme au pluriel.
178
+
179
+
180
+ Article 2 - OBJET
181
+
182
+ Le Contrat a pour objet la concession par le Concédant au Licencié d'une
183
+ licence non exclusive, cessible et mondiale du Logiciel telle que
184
+ définie ci-après à l'article 5 <#etendue> pour toute la durée de
185
+ protection des droits portant sur ce Logiciel.
186
+
187
+
188
+ Article 3 - ACCEPTATION
189
+
190
+ 3.1 L'acceptation par le Licencié des termes du Contrat est réputée
191
+ acquise du fait du premier des faits suivants:
192
+
193
+ * (i) le chargement du Logiciel par tout moyen notamment par
194
+ téléchargement à partir d'un serveur distant ou par chargement à
195
+ partir d'un support physique;
196
+ * (ii) le premier exercice par le Licencié de l'un quelconque des
197
+ droits concédés par le Contrat.
198
+
199
+ 3.2 Un exemplaire du Contrat, contenant notamment un avertissement
200
+ relatif aux spécificités du Logiciel, à la restriction de garantie et à
201
+ la limitation à un usage par des utilisateurs expérimentés a été mis à
202
+ disposition du Licencié préalablement à son acceptation telle que
203
+ définie à l'article 3.1 <#acceptation-acquise> ci dessus et le Licencié
204
+ reconnaît en avoir pris connaissance.
205
+
206
+
207
+ Article 4 - ENTREE EN VIGUEUR ET DUREE
208
+
209
+
210
+ 4.1 ENTREE EN VIGUEUR
211
+
212
+ Le Contrat entre en vigueur à la date de son acceptation par le Licencié
213
+ telle que définie en 3.1 <#acceptation-acquise>.
214
+
215
+
216
+ 4.2 DUREE
217
+
218
+ Le Contrat produira ses effets pendant toute la durée légale de
219
+ protection des droits patrimoniaux portant sur le Logiciel.
220
+
221
+
222
+ Article 5 - ETENDUE DES DROITS CONCEDES
223
+
224
+ Le Concédant concède au Licencié, qui accepte, les droits suivants sur
225
+ le Logiciel pour toutes destinations et pour la durée du Contrat dans
226
+ les conditions ci-après détaillées.
227
+
228
+ Par ailleurs, si le Concédant détient ou venait à détenir un ou
229
+ plusieurs brevets d'invention protégeant tout ou partie des
230
+ fonctionnalités du Logiciel ou de ses composants, il s'engage à ne pas
231
+ opposer les éventuels droits conférés par ces brevets aux Licenciés
232
+ successifs qui utiliseraient, exploiteraient ou modifieraient le
233
+ Logiciel. En cas de cession de ces brevets, le Concédant s'engage à
234
+ faire reprendre les obligations du présent alinéa aux cessionnaires.
235
+
236
+
237
+ 5.1 DROIT D'UTILISATION
238
+
239
+ Le Licencié est autorisé à utiliser le Logiciel, sans restriction quant
240
+ aux domaines d'application, étant ci-après précisé que cela comporte:
241
+
242
+ 1.
243
+
244
+ la reproduction permanente ou provisoire du Logiciel en tout ou
245
+ partie par tout moyen et sous toute forme.
246
+
247
+ 2.
248
+
249
+ le chargement, l'affichage, l'exécution, ou le stockage du Logiciel
250
+ sur tout support.
251
+
252
+ 3.
253
+
254
+ la possibilité d'en observer, d'en étudier, ou d'en tester le
255
+ fonctionnement afin de déterminer les idées et principes qui sont à
256
+ la base de n'importe quel élément de ce Logiciel; et ceci, lorsque
257
+ le Licencié effectue toute opération de chargement, d'affichage,
258
+ d'exécution, de transmission ou de stockage du Logiciel qu'il est en
259
+ droit d'effectuer en vertu du Contrat.
260
+
261
+
262
+ 5.2 DROIT D'APPORTER DES CONTRIBUTIONS
263
+
264
+ Le droit d'apporter des Contributions comporte le droit de traduire,
265
+ d'adapter, d'arranger ou d'apporter toute autre modification au Logiciel
266
+ et le droit de reproduire le logiciel en résultant.
267
+
268
+ Le Licencié est autorisé à apporter toute Contribution au Logiciel sous
269
+ réserve de mentionner, de façon explicite, son nom en tant qu'auteur de
270
+ cette Contribution et la date de création de celle-ci.
271
+
272
+
273
+ 5.3 DROIT DE DISTRIBUTION
274
+
275
+ Le droit de distribution comporte notamment le droit de diffuser, de
276
+ transmettre et de communiquer le Logiciel au public sur tout support et
277
+ par tout moyen ainsi que le droit de mettre sur le marché à titre
278
+ onéreux ou gratuit, un ou des exemplaires du Logiciel par tout procédé.
279
+
280
+ Le Licencié est autorisé à distribuer des copies du Logiciel, modifié ou
281
+ non, à des tiers dans les conditions ci-après détaillées.
282
+
283
+
284
+ 5.3.1 DISTRIBUTION DU LOGICIEL SANS MODIFICATION
285
+
286
+ Le Licencié est autorisé à distribuer des copies conformes du Logiciel,
287
+ sous forme de Code Source ou de Code Objet, à condition que cette
288
+ distribution respecte les dispositions du Contrat dans leur totalité et
289
+ soit accompagnée:
290
+
291
+ 1.
292
+
293
+ d'un exemplaire du Contrat,
294
+
295
+ 2.
296
+
297
+ d'un avertissement relatif à la restriction de garantie et de
298
+ responsabilité du Concédant telle que prévue aux articles 8
299
+ <#responsabilite> et 9 <#garantie>,
300
+
301
+ et que, dans le cas où seul le Code Objet du Logiciel est redistribué,
302
+ le Licencié permette un accès effectif au Code Source complet du
303
+ Logiciel pour une durée d'au moins 3 ans à compter de la distribution du
304
+ logiciel, étant entendu que le coût additionnel d'acquisition du Code
305
+ Source ne devra pas excéder le simple coût de transfert des données.
306
+
307
+
308
+ 5.3.2 DISTRIBUTION DU LOGICIEL MODIFIE
309
+
310
+ Lorsque le Licencié apporte une Contribution au Logiciel, les conditions
311
+ de distribution du Logiciel Modifié en résultant sont alors soumises à
312
+ l'intégralité des dispositions du Contrat.
313
+
314
+ Le Licencié est autorisé à distribuer le Logiciel Modifié, sous forme de
315
+ code source ou de code objet, à condition que cette distribution
316
+ respecte les dispositions du Contrat dans leur totalité et soit
317
+ accompagnée:
318
+
319
+ 1.
320
+
321
+ d'un exemplaire du Contrat,
322
+
323
+ 2.
324
+
325
+ d'un avertissement relatif à la restriction de garantie et de
326
+ responsabilité du Concédant telle que prévue aux articles 8
327
+ <#responsabilite> et 9 <#garantie>,
328
+
329
+ et, dans le cas où seul le code objet du Logiciel Modifié est redistribué,
330
+
331
+ 3.
332
+
333
+ d'une note précisant les conditions d'accès effectif au code source
334
+ complet du Logiciel Modifié, pendant une période d'au moins 3 ans à
335
+ compter de la distribution du Logiciel Modifié, étant entendu que le
336
+ coût additionnel d'acquisition du code source ne devra pas excéder
337
+ le simple coût de transfert des données.
338
+
339
+
340
+ 5.3.3 DISTRIBUTION DES MODULES EXTERNES
341
+
342
+ Lorsque le Licencié a développé un Module Externe les conditions du
343
+ Contrat ne s'appliquent pas à ce Module Externe, qui peut être distribué
344
+ sous un contrat de licence différent.
345
+
346
+
347
+ 5.3.4 COMPATIBILITE AVEC D'AUTRES LICENCES
348
+
349
+ Le Licencié peut inclure un code soumis aux dispositions d'une des
350
+ versions de la licence GNU GPL, GNU Affero GPL et/ou EUPL dans le
351
+ Logiciel modifié ou non et distribuer l'ensemble sous les conditions de
352
+ la même version de la licence GNU GPL, GNU Affero GPL et/ou EUPL.
353
+
354
+ Le Licencié peut inclure le Logiciel modifié ou non dans un code soumis
355
+ aux dispositions d'une des versions de la licence GNU GPL, GNU Affero
356
+ GPL et/ou EUPL et distribuer l'ensemble sous les conditions de la même
357
+ version de la licence GNU GPL, GNU Affero GPL et/ou EUPL.
358
+
359
+
360
+ Article 6 - PROPRIETE INTELLECTUELLE
361
+
362
+
363
+ 6.1 SUR LE LOGICIEL INITIAL
364
+
365
+ Le Titulaire est détenteur des droits patrimoniaux sur le Logiciel
366
+ Initial. Toute utilisation du Logiciel Initial est soumise au respect
367
+ des conditions dans lesquelles le Titulaire a choisi de diffuser son
368
+ oeuvre et nul autre n'a la faculté de modifier les conditions de
369
+ diffusion de ce Logiciel Initial.
370
+
371
+ Le Titulaire s'engage à ce que le Logiciel Initial reste au moins régi
372
+ par le Contrat et ce, pour la durée visée à l'article 4.2 <#duree>.
373
+
374
+
375
+ 6.2 SUR LES CONTRIBUTIONS
376
+
377
+ Le Licencié qui a développé une Contribution est titulaire sur celle-ci
378
+ des droits de propriété intellectuelle dans les conditions définies par
379
+ la législation applicable.
380
+
381
+
382
+ 6.3 SUR LES MODULES EXTERNES
383
+
384
+ Le Licencié qui a développé un Module Externe est titulaire sur celui-ci
385
+ des droits de propriété intellectuelle dans les conditions définies par
386
+ la législation applicable et reste libre du choix du contrat régissant
387
+ sa diffusion.
388
+
389
+
390
+ 6.4 DISPOSITIONS COMMUNES
391
+
392
+ Le Licencié s'engage expressément:
393
+
394
+ 1.
395
+
396
+ à ne pas supprimer ou modifier de quelque manière que ce soit les
397
+ mentions de propriété intellectuelle apposées sur le Logiciel;
398
+
399
+ 2.
400
+
401
+ à reproduire à l'identique lesdites mentions de propriété
402
+ intellectuelle sur les copies du Logiciel modifié ou non.
403
+
404
+ Le Licencié s'engage à ne pas porter atteinte, directement ou
405
+ indirectement, aux droits de propriété intellectuelle du Titulaire et/ou
406
+ des Contributeurs sur le Logiciel et à prendre, le cas échéant, à
407
+ l'égard de son personnel toutes les mesures nécessaires pour assurer le
408
+ respect des dits droits de propriété intellectuelle du Titulaire et/ou
409
+ des Contributeurs.
410
+
411
+
412
+ Article 7 - SERVICES ASSOCIES
413
+
414
+ 7.1 Le Contrat n'oblige en aucun cas le Concédant à la réalisation de
415
+ prestations d'assistance technique ou de maintenance du Logiciel.
416
+
417
+ Cependant le Concédant reste libre de proposer ce type de services. Les
418
+ termes et conditions d'une telle assistance technique et/ou d'une telle
419
+ maintenance seront alors déterminés dans un acte séparé. Ces actes de
420
+ maintenance et/ou assistance technique n'engageront que la seule
421
+ responsabilité du Concédant qui les propose.
422
+
423
+ 7.2 De même, tout Concédant est libre de proposer, sous sa seule
424
+ responsabilité, à ses licenciés une garantie, qui n'engagera que lui,
425
+ lors de la redistribution du Logiciel et/ou du Logiciel Modifié et ce,
426
+ dans les conditions qu'il souhaite. Cette garantie et les modalités
427
+ financières de son application feront l'objet d'un acte séparé entre le
428
+ Concédant et le Licencié.
429
+
430
+
431
+ Article 8 - RESPONSABILITE
432
+
433
+ 8.1 Sous réserve des dispositions de l'article 8.2
434
+ <#limite-responsabilite>, le Licencié a la faculté, sous réserve de
435
+ prouver la faute du Concédant concerné, de solliciter la réparation du
436
+ préjudice direct qu'il subirait du fait du Logiciel et dont il apportera
437
+ la preuve.
438
+
439
+ 8.2 La responsabilité du Concédant est limitée aux engagements pris en
440
+ application du Contrat et ne saurait être engagée en raison notamment:
441
+ (i) des dommages dus à l'inexécution, totale ou partielle, de ses
442
+ obligations par le Licencié, (ii) des dommages directs ou indirects
443
+ découlant de l'utilisation ou des performances du Logiciel subis par le
444
+ Licencié et (iii) plus généralement d'un quelconque dommage indirect. En
445
+ particulier, les Parties conviennent expressément que tout préjudice
446
+ financier ou commercial (par exemple perte de données, perte de
447
+ bénéfices, perte d'exploitation, perte de clientèle ou de commandes,
448
+ manque à gagner, trouble commercial quelconque) ou toute action dirigée
449
+ contre le Licencié par un tiers, constitue un dommage indirect et
450
+ n'ouvre pas droit à réparation par le Concédant.
451
+
452
+
453
+ Article 9 - GARANTIE
454
+
455
+ 9.1 Le Licencié reconnaît que l'état actuel des connaissances
456
+ scientifiques et techniques au moment de la mise en circulation du
457
+ Logiciel ne permet pas d'en tester et d'en vérifier toutes les
458
+ utilisations ni de détecter l'existence d'éventuels défauts. L'attention
459
+ du Licencié a été attirée sur ce point sur les risques associés au
460
+ chargement, à l'utilisation, la modification et/ou au développement et à
461
+ la reproduction du Logiciel qui sont réservés à des utilisateurs avertis.
462
+
463
+ Il relève de la responsabilité du Licencié de contrôler, par tous
464
+ moyens, l'adéquation du produit à ses besoins, son bon fonctionnement et
465
+ de s'assurer qu'il ne causera pas de dommages aux personnes et aux biens.
466
+
467
+ 9.2 Le Concédant déclare de bonne foi être en droit de concéder
468
+ l'ensemble des droits attachés au Logiciel (comprenant notamment les
469
+ droits visés à l'article 5 <#etendue>).
470
+
471
+ 9.3 Le Licencié reconnaît que le Logiciel est fourni "en l'état" par le
472
+ Concédant sans autre garantie, expresse ou tacite, que celle prévue à
473
+ l'article 9.2 <#bonne-foi> et notamment sans aucune garantie sur sa
474
+ valeur commerciale, son caractère sécurisé, innovant ou pertinent.
475
+
476
+ En particulier, le Concédant ne garantit pas que le Logiciel est exempt
477
+ d'erreur, qu'il fonctionnera sans interruption, qu'il sera compatible
478
+ avec l'équipement du Licencié et sa configuration logicielle ni qu'il
479
+ remplira les besoins du Licencié.
480
+
481
+ 9.4 Le Concédant ne garantit pas, de manière expresse ou tacite, que le
482
+ Logiciel ne porte pas atteinte à un quelconque droit de propriété
483
+ intellectuelle d'un tiers portant sur un brevet, un logiciel ou sur tout
484
+ autre droit de propriété. Ainsi, le Concédant exclut toute garantie au
485
+ profit du Licencié contre les actions en contrefaçon qui pourraient être
486
+ diligentées au titre de l'utilisation, de la modification, et de la
487
+ redistribution du Logiciel. Néanmoins, si de telles actions sont
488
+ exercées contre le Licencié, le Concédant lui apportera son expertise
489
+ technique et juridique pour sa défense. Cette expertise technique et
490
+ juridique est déterminée au cas par cas entre le Concédant concerné et
491
+ le Licencié dans le cadre d'un protocole d'accord. Le Concédant dégage
492
+ toute responsabilité quant à l'utilisation de la dénomination du
493
+ Logiciel par le Licencié. Aucune garantie n'est apportée quant à
494
+ l'existence de droits antérieurs sur le nom du Logiciel et sur
495
+ l'existence d'une marque.
496
+
497
+
498
+ Article 10 - RESILIATION
499
+
500
+ 10.1 En cas de manquement par le Licencié aux obligations mises à sa
501
+ charge par le Contrat, le Concédant pourra résilier de plein droit le
502
+ Contrat trente (30) jours après notification adressée au Licencié et
503
+ restée sans effet.
504
+
505
+ 10.2 Le Licencié dont le Contrat est résilié n'est plus autorisé à
506
+ utiliser, modifier ou distribuer le Logiciel. Cependant, toutes les
507
+ licences qu'il aura concédées antérieurement à la résiliation du Contrat
508
+ resteront valides sous réserve qu'elles aient été effectuées en
509
+ conformité avec le Contrat.
510
+
511
+
512
+ Article 11 - DISPOSITIONS DIVERSES
513
+
514
+
515
+ 11.1 CAUSE EXTERIEURE
516
+
517
+ Aucune des Parties ne sera responsable d'un retard ou d'une défaillance
518
+ d'exécution du Contrat qui serait dû à un cas de force majeure, un cas
519
+ fortuit ou une cause extérieure, telle que, notamment, le mauvais
520
+ fonctionnement ou les interruptions du réseau électrique ou de
521
+ télécommunication, la paralysie du réseau liée à une attaque
522
+ informatique, l'intervention des autorités gouvernementales, les
523
+ catastrophes naturelles, les dégâts des eaux, les tremblements de terre,
524
+ le feu, les explosions, les grèves et les conflits sociaux, l'état de
525
+ guerre...
526
+
527
+ 11.2 Le fait, par l'une ou l'autre des Parties, d'omettre en une ou
528
+ plusieurs occasions de se prévaloir d'une ou plusieurs dispositions du
529
+ Contrat, ne pourra en aucun cas impliquer renonciation par la Partie
530
+ intéressée à s'en prévaloir ultérieurement.
531
+
532
+ 11.3 Le Contrat annule et remplace toute convention antérieure, écrite
533
+ ou orale, entre les Parties sur le même objet et constitue l'accord
534
+ entier entre les Parties sur cet objet. Aucune addition ou modification
535
+ aux termes du Contrat n'aura d'effet à l'égard des Parties à moins
536
+ d'être faite par écrit et signée par leurs représentants dûment habilités.
537
+
538
+ 11.4 Dans l'hypothèse où une ou plusieurs des dispositions du Contrat
539
+ s'avèrerait contraire à une loi ou à un texte applicable, existants ou
540
+ futurs, cette loi ou ce texte prévaudrait, et les Parties feraient les
541
+ amendements nécessaires pour se conformer à cette loi ou à ce texte.
542
+ Toutes les autres dispositions resteront en vigueur. De même, la
543
+ nullité, pour quelque raison que ce soit, d'une des dispositions du
544
+ Contrat ne saurait entraîner la nullité de l'ensemble du Contrat.
545
+
546
+
547
+ 11.5 LANGUE
548
+
549
+ Le Contrat est rédigé en langue française et en langue anglaise, ces
550
+ deux versions faisant également foi.
551
+
552
+
553
+ Article 12 - NOUVELLES VERSIONS DU CONTRAT
554
+
555
+ 12.1 Toute personne est autorisée à copier et distribuer des copies de
556
+ ce Contrat.
557
+
558
+ 12.2 Afin d'en préserver la cohérence, le texte du Contrat est protégé
559
+ et ne peut être modifié que par les auteurs de la licence, lesquels se
560
+ réservent le droit de publier périodiquement des mises à jour ou de
561
+ nouvelles versions du Contrat, qui posséderont chacune un numéro
562
+ distinct. Ces versions ultérieures seront susceptibles de prendre en
563
+ compte de nouvelles problématiques rencontrées par les logiciels libres.
564
+
565
+ 12.3 Tout Logiciel diffusé sous une version donnée du Contrat ne pourra
566
+ faire l'objet d'une diffusion ultérieure que sous la même version du
567
+ Contrat ou une version postérieure, sous réserve des dispositions de
568
+ l'article 5.3.4 <#compatibilite>.
569
+
570
+
571
+ Article 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE
572
+
573
+ 13.1 Le Contrat est régi par la loi française. Les Parties conviennent
574
+ de tenter de régler à l'amiable les différends ou litiges qui
575
+ viendraient à se produire par suite ou à l'occasion du Contrat.
576
+
577
+ 13.2 A défaut d'accord amiable dans un délai de deux (2) mois à compter
578
+ de leur survenance et sauf situation relevant d'une procédure d'urgence,
579
+ les différends ou litiges seront portés par la Partie la plus diligente
580
+ devant les Tribunaux compétents de Paris.
markdown/cern-ohl-p-2.0.md ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: CERN Open Hardware Licence Version 2 - Permissive
3
+ spdx-id: CERN-OHL-P-2.0
4
+ nickname: CERN OHL v2 Permissive
5
+
6
+ description: A permissive license for hardware designs, with conditions only requiring preservation of notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without sources.
7
+
8
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
9
+
10
+ note: 'CERN <a href="https://ohwr.org/project/cernohl/wikis/uploads/8a6b5d01f71c207c49493e4d114d61e6/cern_ohl_p_v2_howto.pdf">recommends</a> adding the following information in the source files: copyright and license notice, a disclaimer of warranties and a source location. You can also include the source location in a part of the design which will be visible in the end product.'
11
+
12
+ using:
13
+ tedium: https://github.com/jboone/tedium/blob/master/LICENSE-CERN-OHL-P-v2
14
+ LEDEAF: https://github.com/adamgreig/ledeaf/blob/master/LICENSE_CERN_OHL_P_v2.txt
15
+ Open source controller board for ventilators: https://github.com/CV19CO/open_controller_for_ventilator/blob/master/LICENSE
16
+
17
+ permissions:
18
+ - commercial-use
19
+ - modifications
20
+ - distribution
21
+ - private-use
22
+ - patent-use
23
+
24
+ conditions:
25
+ - include-copyright
26
+ - document-changes
27
+
28
+ limitations:
29
+ - liability
30
+ - warranty
31
+
32
+ ---
33
+ CERN Open Hardware Licence Version 2 - Permissive
34
+
35
+
36
+ Preamble
37
+
38
+ CERN has developed this licence to promote collaboration among hardware
39
+ designers and to provide a legal tool which supports the freedom to use,
40
+ study, modify, share and distribute hardware designs and products based on
41
+ those designs. Version 2 of the CERN Open Hardware Licence comes in three
42
+ variants: this licence, CERN-OHL-P (permissive); and two reciprocal licences:
43
+ CERN-OHL-W (weakly reciprocal) and CERN-OHL-S (strongly reciprocal).
44
+
45
+ The CERN-OHL-P is copyright CERN 2020. Anyone is welcome to use it, in
46
+ unmodified form only.
47
+
48
+ Use of this Licence does not imply any endorsement by CERN of any Licensor or
49
+ their designs nor does it imply any involvement by CERN in their development.
50
+
51
+
52
+ 1 Definitions
53
+
54
+ 1.1 'Licence' means this CERN-OHL-P.
55
+
56
+ 1.2 'Source' means information such as design materials or digital code
57
+ which can be applied to Make or test a Product or to prepare a Product
58
+ for use, Conveyance or sale, regardless of its medium or how it is
59
+ expressed. It may include Notices.
60
+
61
+ 1.3 'Covered Source' means Source that is explicitly made available under
62
+ this Licence.
63
+
64
+ 1.4 'Product' means any device, component, work or physical object, whether
65
+ in finished or intermediate form, arising from the use, application or
66
+ processing of Covered Source.
67
+
68
+ 1.5 'Make' means to create or configure something, whether by manufacture,
69
+ assembly, compiling, loading or applying Covered Source or another
70
+ Product or otherwise.
71
+
72
+ 1.6 'Notice' means copyright, acknowledgement and trademark notices,
73
+ references to the location of any Notices, modification notices
74
+ (subsection 3.3(b)) and all notices that refer to this Licence and to
75
+ the disclaimer of warranties that are included in the Covered Source.
76
+
77
+ 1.7 'Licensee' or 'You' means any person exercising rights under this
78
+ Licence.
79
+
80
+ 1.8 'Licensor' means a person who creates Source or modifies Covered Source
81
+ and subsequently Conveys the resulting Covered Source under the terms
82
+ and conditions of this Licence. A person may be a Licensee and a
83
+ Licensor at the same time.
84
+
85
+ 1.9 'Convey' means to communicate to the public or distribute.
86
+
87
+
88
+ 2 Applicability
89
+
90
+ 2.1 This Licence governs the use, copying, modification, Conveying of
91
+ Covered Source and Products, and the Making of Products. By exercising
92
+ any right granted under this Licence, You irrevocably accept these terms
93
+ and conditions.
94
+
95
+ 2.2 This Licence is granted by the Licensor directly to You, and shall apply
96
+ worldwide and without limitation in time.
97
+
98
+ 2.3 You shall not attempt to restrict by contract or otherwise the rights
99
+ granted under this Licence to other Licensees.
100
+
101
+ 2.4 This Licence is not intended to restrict fair use, fair dealing, or any
102
+ other similar right.
103
+
104
+
105
+ 3 Copying, Modifying and Conveying Covered Source
106
+
107
+ 3.1 You may copy and Convey verbatim copies of Covered Source, in any
108
+ medium, provided You retain all Notices.
109
+
110
+ 3.2 You may modify Covered Source, other than Notices.
111
+
112
+ You may only delete Notices if they are no longer applicable to the
113
+ corresponding Covered Source as modified by You and You may add
114
+ additional Notices applicable to Your modifications.
115
+
116
+ 3.3 You may Convey modified Covered Source (with the effect that You shall
117
+ also become a Licensor) provided that You:
118
+
119
+ a) retain Notices as required in subsection 3.2; and
120
+
121
+ b) add a Notice to the modified Covered Source stating that You have
122
+ modified it, with the date and brief description of how You have
123
+ modified it.
124
+
125
+ 3.4 You may Convey Covered Source or modified Covered Source under licence
126
+ terms which differ from the terms of this Licence provided that You:
127
+
128
+ a) comply at all times with subsection 3.3; and
129
+
130
+ b) provide a copy of this Licence to anyone to whom You Convey Covered
131
+ Source or modified Covered Source.
132
+
133
+
134
+ 4 Making and Conveying Products
135
+
136
+ You may Make Products, and/or Convey them, provided that You ensure that the
137
+ recipient of the Product has access to any Notices applicable to the Product.
138
+
139
+
140
+ 5 DISCLAIMER AND LIABILITY
141
+
142
+ 5.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products are
143
+ provided 'as is' and any express or implied warranties, including, but
144
+ not limited to, implied warranties of merchantability, of satisfactory
145
+ quality, non-infringement of third party rights, and fitness for a
146
+ particular purpose or use are disclaimed in respect of any Source or
147
+ Product to the maximum extent permitted by law. The Licensor makes no
148
+ representation that any Source or Product does not or will not infringe
149
+ any patent, copyright, trade secret or other proprietary right. The
150
+ entire risk as to the use, quality, and performance of any Source or
151
+ Product shall be with You and not the Licensor. This disclaimer of
152
+ warranty is an essential part of this Licence and a condition for the
153
+ grant of any rights granted under this Licence.
154
+
155
+ 5.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to the
156
+ maximum extent permitted by law, have no liability for direct, indirect,
157
+ special, incidental, consequential, exemplary, punitive or other damages
158
+ of any character including, without limitation, procurement of
159
+ substitute goods or services, loss of use, data or profits, or business
160
+ interruption, however caused and on any theory of contract, warranty,
161
+ tort (including negligence), product liability or otherwise, arising in
162
+ any way in relation to the Covered Source, modified Covered Source
163
+ and/or the Making or Conveyance of a Product, even if advised of the
164
+ possibility of such damages, and You shall hold the Licensor(s) free and
165
+ harmless from any liability, costs, damages, fees and expenses,
166
+ including claims by third parties, in relation to such use.
167
+
168
+
169
+ 6 Patents
170
+
171
+ 6.1 Subject to the terms and conditions of this Licence, each Licensor
172
+ hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
173
+ royalty-free, irrevocable (except as stated in this section 6, or where
174
+ terminated by the Licensor for cause) patent licence to Make, have Made,
175
+ use, offer to sell, sell, import, and otherwise transfer the Covered
176
+ Source and Products, where such licence applies only to those patent
177
+ claims licensable by such Licensor that are necessarily infringed by
178
+ exercising rights under the Covered Source as Conveyed by that Licensor.
179
+
180
+ 6.2 If You institute patent litigation against any entity (including a
181
+ cross-claim or counterclaim in a lawsuit) alleging that the Covered
182
+ Source or a Product constitutes direct or contributory patent
183
+ infringement, or You seek any declaration that a patent licensed to You
184
+ under this Licence is invalid or unenforceable then any rights granted
185
+ to You under this Licence shall terminate as of the date such process is
186
+ initiated.
187
+
188
+
189
+ 7 General
190
+
191
+ 7.1 If any provisions of this Licence are or subsequently become invalid or
192
+ unenforceable for any reason, the remaining provisions shall remain
193
+ effective.
194
+
195
+ 7.2 You shall not use any of the name (including acronyms and
196
+ abbreviations), image, or logo by which the Licensor or CERN is known,
197
+ except where needed to comply with section 3, or where the use is
198
+ otherwise allowed by law. Any such permitted use shall be factual and
199
+ shall not be made so as to suggest any kind of endorsement or
200
+ implication of involvement by the Licensor or its personnel.
201
+
202
+ 7.3 CERN may publish updated versions and variants of this Licence which it
203
+ considers to be in the spirit of this version, but may differ in detail
204
+ to address new problems or concerns. New versions will be published with
205
+ a unique version number and a variant identifier specifying the variant.
206
+ If the Licensor has specified that a given variant applies to the
207
+ Covered Source without specifying a version, You may treat that Covered
208
+ Source as being released under any version of the CERN-OHL with that
209
+ variant. If no variant is specified, the Covered Source shall be treated
210
+ as being released under CERN-OHL-S. The Licensor may also specify that
211
+ the Covered Source is subject to a specific version of the CERN-OHL or
212
+ any later version in which case You may apply this or any later version
213
+ of CERN-OHL with the same variant identifier published by CERN.
214
+
215
+ 7.4 This Licence shall not be enforceable except by a Licensor acting as
216
+ such, and third party beneficiary rights are specifically excluded.
markdown/cern-ohl-s-2.0.md ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: CERN Open Hardware Licence Version 2 - Strongly Reciprocal
3
+ spdx-id: CERN-OHL-S-2.0
4
+ nickname: CERN OHL v2 Strongly Reciprocal
5
+
6
+ description: Permissions of this strongly reciprocal license for hardware designs are conditioned on making available complete sources of licensed works and modifications, which include larger works using a licensed work, under the same license. Notices must be preserved. Contributors provide an express grant of patent rights.
7
+
8
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
9
+
10
+ note: 'CERN <a href="https://ohwr.org/project/cernohl/wikis/uploads/cf37727497ca2b5295a7ab83a40fcf5a/cern_ohl_s_v2_user_guide.pdf">recommends</a> adding the following information in the source files: copyright and license notice, a disclaimer of warranties and a source location. You can also include the source location in a part of the design which will be visible in the end product.'
11
+
12
+ using:
13
+ USB Armory: https://github.com/f-secure-foundry/usbarmory/blob/master/hardware/mark-two/LICENSE
14
+ waffling60: https://github.com/4pplet/waffling60/blob/master/LICENCE.md
15
+ Passport Electronics: https://github.com/Foundation-Devices/passport-electronics/blob/master/LICENSE.txt
16
+
17
+ permissions:
18
+ - commercial-use
19
+ - modifications
20
+ - distribution
21
+ - private-use
22
+ - patent-use
23
+
24
+ conditions:
25
+ - include-copyright
26
+ - document-changes
27
+ - disclose-source
28
+ - same-license
29
+
30
+ limitations:
31
+ - liability
32
+ - warranty
33
+
34
+ ---
35
+ CERN Open Hardware Licence Version 2 - Strongly Reciprocal
36
+
37
+
38
+ Preamble
39
+
40
+ CERN has developed this licence to promote collaboration among hardware
41
+ designers and to provide a legal tool which supports the freedom to use,
42
+ study, modify, share and distribute hardware designs and products based on
43
+ those designs. Version 2 of the CERN Open Hardware Licence comes in three
44
+ variants: CERN-OHL-P (permissive); and two reciprocal licences: CERN-OHL-W
45
+ (weakly reciprocal) and this licence, CERN-OHL-S (strongly reciprocal).
46
+
47
+ The CERN-OHL-S is copyright CERN 2020. Anyone is welcome to use it, in
48
+ unmodified form only.
49
+
50
+ Use of this Licence does not imply any endorsement by CERN of any Licensor or
51
+ their designs nor does it imply any involvement by CERN in their development.
52
+
53
+
54
+ 1 Definitions
55
+
56
+ 1.1 'Licence' means this CERN-OHL-S.
57
+
58
+ 1.2 'Compatible Licence' means
59
+
60
+ a) any earlier version of the CERN Open Hardware licence, or
61
+
62
+ b) any version of the CERN-OHL-S, or
63
+
64
+ c) any licence which permits You to treat the Source to which it
65
+ applies as licensed under CERN-OHL-S provided that on Conveyance of
66
+ any such Source, or any associated Product You treat the Source in
67
+ question as being licensed under CERN-OHL-S.
68
+
69
+ 1.3 'Source' means information such as design materials or digital code
70
+ which can be applied to Make or test a Product or to prepare a Product
71
+ for use, Conveyance or sale, regardless of its medium or how it is
72
+ expressed. It may include Notices.
73
+
74
+ 1.4 'Covered Source' means Source that is explicitly made available under
75
+ this Licence.
76
+
77
+ 1.5 'Product' means any device, component, work or physical object, whether
78
+ in finished or intermediate form, arising from the use, application or
79
+ processing of Covered Source.
80
+
81
+ 1.6 'Make' means to create or configure something, whether by manufacture,
82
+ assembly, compiling, loading or applying Covered Source or another
83
+ Product or otherwise.
84
+
85
+ 1.7 'Available Component' means any part, sub-assembly, library or code
86
+ which:
87
+
88
+ a) is licensed to You as Complete Source under a Compatible Licence; or
89
+
90
+ b) is available, at the time a Product or the Source containing it is
91
+ first Conveyed, to You and any other prospective licensees
92
+
93
+ i) as a physical part with sufficient rights and information
94
+ (including any configuration and programming files and
95
+ information about its characteristics and interfaces) to enable
96
+ it either to be Made itself, or to be sourced and used to Make
97
+ the Product; or
98
+ ii) as part of the normal distribution of a tool used to design or
99
+ Make the Product.
100
+
101
+ 1.8 'Complete Source' means the set of all Source necessary to Make a
102
+ Product, in the preferred form for making modifications, including
103
+ necessary installation and interfacing information both for the Product,
104
+ and for any included Available Components. If the format is
105
+ proprietary, it must also be made available in a format (if the
106
+ proprietary tool can create it) which is viewable with a tool available
107
+ to potential licensees and licensed under a licence approved by the Free
108
+ Software Foundation or the Open Source Initiative. Complete Source need
109
+ not include the Source of any Available Component, provided that You
110
+ include in the Complete Source sufficient information to enable a
111
+ recipient to Make or source and use the Available Component to Make the
112
+ Product.
113
+
114
+ 1.9 'Source Location' means a location where a Licensor has placed Covered
115
+ Source, and which that Licensor reasonably believes will remain easily
116
+ accessible for at least three years for anyone to obtain a digital copy.
117
+
118
+ 1.10 'Notice' means copyright, acknowledgement and trademark notices, Source
119
+ Location references, modification notices (subsection 3.3(b)) and all
120
+ notices that refer to this Licence and to the disclaimer of warranties
121
+ that are included in the Covered Source.
122
+
123
+ 1.11 'Licensee' or 'You' means any person exercising rights under this
124
+ Licence.
125
+
126
+ 1.12 'Licensor' means a natural or legal person who creates or modifies
127
+ Covered Source. A person may be a Licensee and a Licensor at the same
128
+ time.
129
+
130
+ 1.13 'Convey' means to communicate to the public or distribute.
131
+
132
+
133
+ 2 Applicability
134
+
135
+ 2.1 This Licence governs the use, copying, modification, Conveying of
136
+ Covered Source and Products, and the Making of Products. By exercising
137
+ any right granted under this Licence, You irrevocably accept these terms
138
+ and conditions.
139
+
140
+ 2.2 This Licence is granted by the Licensor directly to You, and shall apply
141
+ worldwide and without limitation in time.
142
+
143
+ 2.3 You shall not attempt to restrict by contract or otherwise the rights
144
+ granted under this Licence to other Licensees.
145
+
146
+ 2.4 This Licence is not intended to restrict fair use, fair dealing, or any
147
+ other similar right.
148
+
149
+
150
+ 3 Copying, Modifying and Conveying Covered Source
151
+
152
+ 3.1 You may copy and Convey verbatim copies of Covered Source, in any
153
+ medium, provided You retain all Notices.
154
+
155
+ 3.2 You may modify Covered Source, other than Notices, provided that You
156
+ irrevocably undertake to make that modified Covered Source available
157
+ from a Source Location should You Convey a Product in circumstances
158
+ where the recipient does not otherwise receive a copy of the modified
159
+ Covered Source. In each case subsection 3.3 shall apply.
160
+
161
+ You may only delete Notices if they are no longer applicable to the
162
+ corresponding Covered Source as modified by You and You may add
163
+ additional Notices applicable to Your modifications. Including Covered
164
+ Source in a larger work is modifying the Covered Source, and the larger
165
+ work becomes modified Covered Source.
166
+
167
+ 3.3 You may Convey modified Covered Source (with the effect that You shall
168
+ also become a Licensor) provided that You:
169
+
170
+ a) retain Notices as required in subsection 3.2;
171
+
172
+ b) add a Notice to the modified Covered Source stating that You have
173
+ modified it, with the date and brief description of how You have
174
+ modified it;
175
+
176
+ c) add a Source Location Notice for the modified Covered Source if You
177
+ Convey in circumstances where the recipient does not otherwise
178
+ receive a copy of the modified Covered Source; and
179
+
180
+ d) license the modified Covered Source under the terms and conditions
181
+ of this Licence (or, as set out in subsection 8.3, a later version,
182
+ if permitted by the licence of the original Covered Source). Such
183
+ modified Covered Source must be licensed as a whole, but excluding
184
+ Available Components contained in it, which remain licensed under
185
+ their own applicable licences.
186
+
187
+
188
+ 4 Making and Conveying Products
189
+
190
+ You may Make Products, and/or Convey them, provided that You either provide
191
+ each recipient with a copy of the Complete Source or ensure that each
192
+ recipient is notified of the Source Location of the Complete Source. That
193
+ Complete Source is Covered Source, and You must accordingly satisfy Your
194
+ obligations set out in subsection 3.3. If specified in a Notice, the Product
195
+ must visibly and securely display the Source Location on it or its packaging
196
+ or documentation in the manner specified in that Notice.
197
+
198
+
199
+ 5 Research and Development
200
+
201
+ You may Convey Covered Source, modified Covered Source or Products to a legal
202
+ entity carrying out development, testing or quality assurance work on Your
203
+ behalf provided that the work is performed on terms which prevent the entity
204
+ from both using the Source or Products for its own internal purposes and
205
+ Conveying the Source or Products or any modifications to them to any person
206
+ other than You. Any modifications made by the entity shall be deemed to be
207
+ made by You pursuant to subsection 3.2.
208
+
209
+
210
+ 6 DISCLAIMER AND LIABILITY
211
+
212
+ 6.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products are
213
+ provided 'as is' and any express or implied warranties, including, but
214
+ not limited to, implied warranties of merchantability, of satisfactory
215
+ quality, non-infringement of third party rights, and fitness for a
216
+ particular purpose or use are disclaimed in respect of any Source or
217
+ Product to the maximum extent permitted by law. The Licensor makes no
218
+ representation that any Source or Product does not or will not infringe
219
+ any patent, copyright, trade secret or other proprietary right. The
220
+ entire risk as to the use, quality, and performance of any Source or
221
+ Product shall be with You and not the Licensor. This disclaimer of
222
+ warranty is an essential part of this Licence and a condition for the
223
+ grant of any rights granted under this Licence.
224
+
225
+ 6.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to the
226
+ maximum extent permitted by law, have no liability for direct, indirect,
227
+ special, incidental, consequential, exemplary, punitive or other damages
228
+ of any character including, without limitation, procurement of
229
+ substitute goods or services, loss of use, data or profits, or business
230
+ interruption, however caused and on any theory of contract, warranty,
231
+ tort (including negligence), product liability or otherwise, arising in
232
+ any way in relation to the Covered Source, modified Covered Source
233
+ and/or the Making or Conveyance of a Product, even if advised of the
234
+ possibility of such damages, and You shall hold the Licensor(s) free and
235
+ harmless from any liability, costs, damages, fees and expenses,
236
+ including claims by third parties, in relation to such use.
237
+
238
+
239
+ 7 Patents
240
+
241
+ 7.1 Subject to the terms and conditions of this Licence, each Licensor
242
+ hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
243
+ royalty-free, irrevocable (except as stated in subsections 7.2 and 8.4)
244
+ patent licence to Make, have Made, use, offer to sell, sell, import, and
245
+ otherwise transfer the Covered Source and Products, where such licence
246
+ applies only to those patent claims licensable by such Licensor that are
247
+ necessarily infringed by exercising rights under the Covered Source as
248
+ Conveyed by that Licensor.
249
+
250
+ 7.2 If You institute patent litigation against any entity (including a
251
+ cross-claim or counterclaim in a lawsuit) alleging that the Covered
252
+ Source or a Product constitutes direct or contributory patent
253
+ infringement, or You seek any declaration that a patent licensed to You
254
+ under this Licence is invalid or unenforceable then any rights granted
255
+ to You under this Licence shall terminate as of the date such process is
256
+ initiated.
257
+
258
+
259
+ 8 General
260
+
261
+ 8.1 If any provisions of this Licence are or subsequently become invalid or
262
+ unenforceable for any reason, the remaining provisions shall remain
263
+ effective.
264
+
265
+ 8.2 You shall not use any of the name (including acronyms and
266
+ abbreviations), image, or logo by which the Licensor or CERN is known,
267
+ except where needed to comply with section 3, or where the use is
268
+ otherwise allowed by law. Any such permitted use shall be factual and
269
+ shall not be made so as to suggest any kind of endorsement or
270
+ implication of involvement by the Licensor or its personnel.
271
+
272
+ 8.3 CERN may publish updated versions and variants of this Licence which it
273
+ considers to be in the spirit of this version, but may differ in detail
274
+ to address new problems or concerns. New versions will be published with
275
+ a unique version number and a variant identifier specifying the variant.
276
+ If the Licensor has specified that a given variant applies to the
277
+ Covered Source without specifying a version, You may treat that Covered
278
+ Source as being released under any version of the CERN-OHL with that
279
+ variant. If no variant is specified, the Covered Source shall be treated
280
+ as being released under CERN-OHL-S. The Licensor may also specify that
281
+ the Covered Source is subject to a specific version of the CERN-OHL or
282
+ any later version in which case You may apply this or any later version
283
+ of CERN-OHL with the same variant identifier published by CERN.
284
+
285
+ 8.4 This Licence shall terminate with immediate effect if You fail to comply
286
+ with any of its terms and conditions.
287
+
288
+ 8.5 However, if You cease all breaches of this Licence, then Your Licence
289
+ from any Licensor is reinstated unless such Licensor has terminated this
290
+ Licence by giving You, while You remain in breach, a notice specifying
291
+ the breach and requiring You to cure it within 30 days, and You have
292
+ failed to come into compliance in all material respects by the end of
293
+ the 30 day period. Should You repeat the breach after receipt of a cure
294
+ notice and subsequent reinstatement, this Licence will terminate
295
+ immediately and permanently. Section 6 shall continue to apply after any
296
+ termination.
297
+
298
+ 8.6 This Licence shall not be enforceable except by a Licensor acting as
299
+ such, and third party beneficiary rights are specifically excluded.
markdown/cern-ohl-w-2.0.md ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: CERN Open Hardware Licence Version 2 - Weakly Reciprocal
3
+ spdx-id: CERN-OHL-W-2.0
4
+ nickname: CERN OHL v2 Weakly Reciprocal
5
+
6
+ description: Permissions of this weakly-reciprocal license are conditioned on making available complete sources of licensed works and modifications under the same license. Notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without sources for the larger work.
7
+
8
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
9
+
10
+ note: 'CERN <a href="https://ohwr.org/project/cernohl/wikis/uploads/c2e5e9d297949b5c2d324a6cbf6adda0/cern_ohl_w_v2_howto.pdf">recommends</a> adding the following information in the source files: copyright and license notice, a disclaimer of warranties and a source location. You can also include the source location in a part of the design which will be visible in the end product.'
11
+
12
+ using:
13
+ Simple PCIe FMC carrier: https://ohwr.org/project/spec/blob/master/LICENSES/CERN-OHL-W-2.0.txt
14
+ GProcessor8Bits: https://github.com/JonathSpirit/GP8B/blob/master/LICENSE
15
+ FPGA Cores: https://github.com/suoto/fpga_cores/blob/master/LICENSE
16
+
17
+ permissions:
18
+ - commercial-use
19
+ - modifications
20
+ - distribution
21
+ - private-use
22
+ - patent-use
23
+
24
+ conditions:
25
+ - include-copyright
26
+ - document-changes
27
+ - disclose-source
28
+ - same-license--library
29
+
30
+ limitations:
31
+ - liability
32
+ - warranty
33
+
34
+ ---
35
+ CERN Open Hardware Licence Version 2 - Weakly Reciprocal
36
+
37
+
38
+ Preamble
39
+
40
+ CERN has developed this licence to promote collaboration among hardware
41
+ designers and to provide a legal tool which supports the freedom to use,
42
+ study, modify, share and distribute hardware designs and products based on
43
+ those designs. Version 2 of the CERN Open Hardware Licence comes in three
44
+ variants: CERN-OHL-P (permissive); and two reciprocal licences: this licence,
45
+ CERN-OHL-W (weakly reciprocal) and CERN-OHL-S (strongly reciprocal).
46
+
47
+ The CERN-OHL-W is copyright CERN 2020. Anyone is welcome to use it, in
48
+ unmodified form only.
49
+
50
+ Use of this Licence does not imply any endorsement by CERN of any Licensor or
51
+ their designs nor does it imply any involvement by CERN in their development.
52
+
53
+
54
+ 1 Definitions
55
+
56
+ 1.1 'Licence' means this CERN-OHL-W.
57
+
58
+ 1.2 'Compatible Licence' means
59
+
60
+ a) any earlier version of the CERN Open Hardware licence, or
61
+
62
+ b) any version of the CERN-OHL-S or the CERN-OHL-W, or
63
+
64
+ c) any licence which permits You to treat the Source to which it
65
+ applies as licensed under CERN-OHL-S or CERN-OHL-W provided that on
66
+ Conveyance of any such Source, or any associated Product You treat
67
+ the Source in question as being licensed under CERN-OHL-S or
68
+ CERN-OHL-W as appropriate.
69
+
70
+ 1.3 'Source' means information such as design materials or digital code
71
+ which can be applied to Make or test a Product or to prepare a Product
72
+ for use, Conveyance or sale, regardless of its medium or how it is
73
+ expressed. It may include Notices.
74
+
75
+ 1.4 'Covered Source' means Source that is explicitly made available under
76
+ this Licence.
77
+
78
+ 1.5 'Product' means any device, component, work or physical object, whether
79
+ in finished or intermediate form, arising from the use, application or
80
+ processing of Covered Source.
81
+
82
+ 1.6 'Make' means to create or configure something, whether by manufacture,
83
+ assembly, compiling, loading or applying Covered Source or another
84
+ Product or otherwise.
85
+
86
+ 1.7 'Available Component' means any part, sub-assembly, library or code
87
+ which:
88
+
89
+ a) is licensed to You as Complete Source under a Compatible Licence; or
90
+
91
+ b) is available, at the time a Product or the Source containing it is
92
+ first Conveyed, to You and any other prospective licensees
93
+
94
+ i) with sufficient rights and information (including any
95
+ configuration and programming files and information about its
96
+ characteristics and interfaces) to enable it either to be Made
97
+ itself, or to be sourced and used to Make the Product; or
98
+ ii) as part of the normal distribution of a tool used to design or
99
+ Make the Product.
100
+
101
+ 1.8 'External Material' means anything (including Source) which:
102
+
103
+ a) is only combined with Covered Source in such a way that it
104
+ interfaces with the Covered Source using a documented interface
105
+ which is described in the Covered Source; and
106
+
107
+ b) is not a derivative of or contains Covered Source, or, if it is, it
108
+ is solely to the extent necessary to facilitate such interfacing.
109
+
110
+ 1.9 'Complete Source' means the set of all Source necessary to Make a
111
+ Product, in the preferred form for making modifications, including
112
+ necessary installation and interfacing information both for the Product,
113
+ and for any included Available Components. If the format is
114
+ proprietary, it must also be made available in a format (if the
115
+ proprietary tool can create it) which is viewable with a tool available
116
+ to potential licensees and licensed under a licence approved by the Free
117
+ Software Foundation or the Open Source Initiative. Complete Source need
118
+ not include the Source of any Available Component, provided that You
119
+ include in the Complete Source sufficient information to enable a
120
+ recipient to Make or source and use the Available Component to Make the
121
+ Product.
122
+
123
+ 1.10 'Source Location' means a location where a Licensor has placed Covered
124
+ Source, and which that Licensor reasonably believes will remain easily
125
+ accessible for at least three years for anyone to obtain a digital copy.
126
+
127
+ 1.11 'Notice' means copyright, acknowledgement and trademark notices, Source
128
+ Location references, modification notices (subsection 3.3(b)) and all
129
+ notices that refer to this Licence and to the disclaimer of warranties
130
+ that are included in the Covered Source.
131
+
132
+ 1.12 'Licensee' or 'You' means any person exercising rights under this
133
+ Licence.
134
+
135
+ 1.13 'Licensor' means a natural or legal person who creates or modifies
136
+ Covered Source. A person may be a Licensee and a Licensor at the same
137
+ time.
138
+
139
+ 1.14 'Convey' means to communicate to the public or distribute.
140
+
141
+
142
+ 2 Applicability
143
+
144
+ 2.1 This Licence governs the use, copying, modification, Conveying of
145
+ Covered Source and Products, and the Making of Products. By exercising
146
+ any right granted under this Licence, You irrevocably accept these terms
147
+ and conditions.
148
+
149
+ 2.2 This Licence is granted by the Licensor directly to You, and shall apply
150
+ worldwide and without limitation in time.
151
+
152
+ 2.3 You shall not attempt to restrict by contract or otherwise the rights
153
+ granted under this Licence to other Licensees.
154
+
155
+ 2.4 This Licence is not intended to restrict fair use, fair dealing, or any
156
+ other similar right.
157
+
158
+
159
+ 3 Copying, Modifying and Conveying Covered Source
160
+
161
+ 3.1 You may copy and Convey verbatim copies of Covered Source, in any
162
+ medium, provided You retain all Notices.
163
+
164
+ 3.2 You may modify Covered Source, other than Notices, provided that You
165
+ irrevocably undertake to make that modified Covered Source available
166
+ from a Source Location should You Convey a Product in circumstances
167
+ where the recipient does not otherwise receive a copy of the modified
168
+ Covered Source. In each case subsection 3.3 shall apply.
169
+
170
+ You may only delete Notices if they are no longer applicable to the
171
+ corresponding Covered Source as modified by You and You may add
172
+ additional Notices applicable to Your modifications.
173
+
174
+ 3.3 You may Convey modified Covered Source (with the effect that You shall
175
+ also become a Licensor) provided that You:
176
+
177
+ a) retain Notices as required in subsection 3.2;
178
+
179
+ b) add a Notice to the modified Covered Source stating that You have
180
+ modified it, with the date and brief description of how You have
181
+ modified it;
182
+
183
+ c) add a Source Location Notice for the modified Covered Source if You
184
+ Convey in circumstances where the recipient does not otherwise
185
+ receive a copy of the modified Covered Source; and
186
+
187
+ d) license the modified Covered Source under the terms and conditions
188
+ of this Licence (or, as set out in subsection 8.3, a later version,
189
+ if permitted by the licence of the original Covered Source). Such
190
+ modified Covered Source must be licensed as a whole, but excluding
191
+ Available Components contained in it or External Material to which
192
+ it is interfaced, which remain licensed under their own applicable
193
+ licences.
194
+
195
+
196
+ 4 Making and Conveying Products
197
+
198
+ 4.1 You may Make Products, and/or Convey them, provided that You either
199
+ provide each recipient with a copy of the Complete Source or ensure that
200
+ each recipient is notified of the Source Location of the Complete
201
+ Source. That Complete Source includes Covered Source and You must
202
+ accordingly satisfy Your obligations set out in subsection 3.3. If
203
+ specified in a Notice, the Product must visibly and securely display the
204
+ Source Location on it or its packaging or documentation in the manner
205
+ specified in that Notice.
206
+
207
+ 4.2 Where You Convey a Product which incorporates External Material, the
208
+ Complete Source for that Product which You are required to provide under
209
+ subsection 4.1 need not include any Source for the External Material.
210
+
211
+ 4.3 You may license Products under terms of Your choice, provided that such
212
+ terms do not restrict or attempt to restrict any recipients' rights
213
+ under this Licence to the Covered Source.
214
+
215
+
216
+ 5 Research and Development
217
+
218
+ You may Convey Covered Source, modified Covered Source or Products to a legal
219
+ entity carrying out development, testing or quality assurance work on Your
220
+ behalf provided that the work is performed on terms which prevent the entity
221
+ from both using the Source or Products for its own internal purposes and
222
+ Conveying the Source or Products or any modifications to them to any person
223
+ other than You. Any modifications made by the entity shall be deemed to be
224
+ made by You pursuant to subsection 3.2.
225
+
226
+
227
+ 6 DISCLAIMER AND LIABILITY
228
+
229
+ 6.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products are
230
+ provided 'as is' and any express or implied warranties, including, but
231
+ not limited to, implied warranties of merchantability, of satisfactory
232
+ quality, non-infringement of third party rights, and fitness for a
233
+ particular purpose or use are disclaimed in respect of any Source or
234
+ Product to the maximum extent permitted by law. The Licensor makes no
235
+ representation that any Source or Product does not or will not infringe
236
+ any patent, copyright, trade secret or other proprietary right. The
237
+ entire risk as to the use, quality, and performance of any Source or
238
+ Product shall be with You and not the Licensor. This disclaimer of
239
+ warranty is an essential part of this Licence and a condition for the
240
+ grant of any rights granted under this Licence.
241
+
242
+ 6.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to the
243
+ maximum extent permitted by law, have no liability for direct, indirect,
244
+ special, incidental, consequential, exemplary, punitive or other damages
245
+ of any character including, without limitation, procurement of
246
+ substitute goods or services, loss of use, data or profits, or business
247
+ interruption, however caused and on any theory of contract, warranty,
248
+ tort (including negligence), product liability or otherwise, arising in
249
+ any way in relation to the Covered Source, modified Covered Source
250
+ and/or the Making or Conveyance of a Product, even if advised of the
251
+ possibility of such damages, and You shall hold the Licensor(s) free and
252
+ harmless from any liability, costs, damages, fees and expenses,
253
+ including claims by third parties, in relation to such use.
254
+
255
+
256
+ 7 Patents
257
+
258
+ 7.1 Subject to the terms and conditions of this Licence, each Licensor
259
+ hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
260
+ royalty-free, irrevocable (except as stated in subsections 7.2 and 8.4)
261
+ patent licence to Make, have Made, use, offer to sell, sell, import, and
262
+ otherwise transfer the Covered Source and Products, where such licence
263
+ applies only to those patent claims licensable by such Licensor that are
264
+ necessarily infringed by exercising rights under the Covered Source as
265
+ Conveyed by that Licensor.
266
+
267
+ 7.2 If You institute patent litigation against any entity (including a
268
+ cross-claim or counterclaim in a lawsuit) alleging that the Covered
269
+ Source or a Product constitutes direct or contributory patent
270
+ infringement, or You seek any declaration that a patent licensed to You
271
+ under this Licence is invalid or unenforceable then any rights granted
272
+ to You under this Licence shall terminate as of the date such process is
273
+ initiated.
274
+
275
+
276
+ 8 General
277
+
278
+ 8.1 If any provisions of this Licence are or subsequently become invalid or
279
+ unenforceable for any reason, the remaining provisions shall remain
280
+ effective.
281
+
282
+ 8.2 You shall not use any of the name (including acronyms and
283
+ abbreviations), image, or logo by which the Licensor or CERN is known,
284
+ except where needed to comply with section 3, or where the use is
285
+ otherwise allowed by law. Any such permitted use shall be factual and
286
+ shall not be made so as to suggest any kind of endorsement or
287
+ implication of involvement by the Licensor or its personnel.
288
+
289
+ 8.3 CERN may publish updated versions and variants of this Licence which it
290
+ considers to be in the spirit of this version, but may differ in detail
291
+ to address new problems or concerns. New versions will be published with
292
+ a unique version number and a variant identifier specifying the variant.
293
+ If the Licensor has specified that a given variant applies to the
294
+ Covered Source without specifying a version, You may treat that Covered
295
+ Source as being released under any version of the CERN-OHL with that
296
+ variant. If no variant is specified, the Covered Source shall be treated
297
+ as being released under CERN-OHL-S. The Licensor may also specify that
298
+ the Covered Source is subject to a specific version of the CERN-OHL or
299
+ any later version in which case You may apply this or any later version
300
+ of CERN-OHL with the same variant identifier published by CERN.
301
+
302
+ You may treat Covered Source licensed under CERN-OHL-W as licensed under
303
+ CERN-OHL-S if and only if all Available Components referenced in the
304
+ Covered Source comply with the corresponding definition of Available
305
+ Component for CERN-OHL-S.
306
+
307
+ 8.4 This Licence shall terminate with immediate effect if You fail to comply
308
+ with any of its terms and conditions.
309
+
310
+ 8.5 However, if You cease all breaches of this Licence, then Your Licence
311
+ from any Licensor is reinstated unless such Licensor has terminated this
312
+ Licence by giving You, while You remain in breach, a notice specifying
313
+ the breach and requiring You to cure it within 30 days, and You have
314
+ failed to come into compliance in all material respects by the end of
315
+ the 30 day period. Should You repeat the breach after receipt of a cure
316
+ notice and subsequent reinstatement, this Licence will terminate
317
+ immediately and permanently. Section 6 shall continue to apply after any
318
+ termination.
319
+
320
+ 8.6 This Licence shall not be enforceable except by a Licensor acting as
321
+ such, and third party beneficiary rights are specifically excluded.
markdown/ecl-2.0.md ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Educational Community License v2.0
3
+ spdx-id: ECL-2.0
4
+
5
+ description: The Educational Community License version 2.0 ("ECL") consists of the Apache 2.0 license, modified to change the scope of the patent grant in section 3 to be specific to the needs of the education communities using this license.
6
+
7
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
8
+
9
+ note: The Apereo Foundation recommends taking the additional step of adding a boilerplate notice to the header of each source file. You can find the notice in the appendix at the very end of the license text.
10
+
11
+ using:
12
+ Sakai: https://github.com/sakaiproject/sakai/blob/master/LICENSE
13
+ OAE: https://github.com/oaeproject/Hilary/blob/master/LICENSE
14
+ Opencast: https://github.com/opencast/opencast/blob/develop/LICENSE
15
+
16
+ permissions:
17
+ - commercial-use
18
+ - modifications
19
+ - distribution
20
+ - patent-use
21
+ - private-use
22
+
23
+ conditions:
24
+ - include-copyright
25
+ - document-changes
26
+
27
+ limitations:
28
+ - trademark-use
29
+ - liability
30
+ - warranty
31
+
32
+ ---
33
+ Educational Community License
34
+
35
+ Version 2.0, April 2007
36
+
37
+ http://opensource.org/licenses/ECL-2.0
38
+
39
+ The Educational Community License version 2.0 ("ECL") consists of the Apache
40
+ 2.0 license, modified to change the scope of the patent grant in section 3 to
41
+ be specific to the needs of the education communities using this license. The
42
+ original Apache 2.0 license can be found at:
43
+ http://www.apache.org/licenses/LICENSE-2.0
44
+
45
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
46
+
47
+ 1. Definitions.
48
+
49
+ "License" shall mean the terms and conditions for use, reproduction, and
50
+ distribution as defined by Sections 1 through 9 of this document.
51
+
52
+ "Licensor" shall mean the copyright owner or entity authorized by the
53
+ copyright owner that is granting the License.
54
+
55
+ "Legal Entity" shall mean the union of the acting entity and all other
56
+ entities that control, are controlled by, or are under common control with
57
+ that entity. For the purposes of this definition, "control" means (i) the
58
+ power, direct or indirect, to cause the direction or management of such
59
+ entity, whether by contract or otherwise, or (ii) ownership of fifty percent
60
+ (50%) or more of the outstanding shares, or (iii) beneficial ownership of such
61
+ entity.
62
+
63
+ "You" (or "Your") shall mean an individual or Legal Entity exercising
64
+ permissions granted by this License.
65
+
66
+ "Source" form shall mean the preferred form for making modifications,
67
+ including but not limited to software source code, documentation source, and
68
+ configuration files.
69
+
70
+ "Object" form shall mean any form resulting from mechanical transformation or
71
+ translation of a Source form, including but not limited to compiled object
72
+ code, generated documentation, and conversions to other media types.
73
+
74
+ "Work" shall mean the work of authorship, whether in Source or Object form,
75
+ made available under the License, as indicated by a copyright notice that is
76
+ included in or attached to the work (an example is provided in the Appendix
77
+ below).
78
+
79
+ "Derivative Works" shall mean any work, whether in Source or Object form, that
80
+ is based on (or derived from) the Work and for which the editorial revisions,
81
+ annotations, elaborations, or other modifications represent, as a whole, an
82
+ original work of authorship. For the purposes of this License, Derivative
83
+ Works shall not include works that remain separable from, or merely link (or
84
+ bind by name) to the interfaces of, the Work and Derivative Works thereof.
85
+
86
+ "Contribution" shall mean any work of authorship, including the original
87
+ version of the Work and any modifications or additions to that Work or
88
+ Derivative Works thereof, that is intentionally submitted to Licensor for
89
+ inclusion in the Work by the copyright owner or by an individual or Legal
90
+ Entity authorized to submit on behalf of the copyright owner. For the purposes
91
+ of this definition, "submitted" means any form of electronic, verbal, or
92
+ written communication sent to the Licensor or its representatives, including
93
+ but not limited to communication on electronic mailing lists, source code
94
+ control systems, and issue tracking systems that are managed by, or on behalf
95
+ of, the Licensor for the purpose of discussing and improving the Work, but
96
+ excluding communication that is conspicuously marked or otherwise designated
97
+ in writing by the copyright owner as "Not a Contribution."
98
+
99
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf
100
+ of whom a Contribution has been received by Licensor and subsequently
101
+ incorporated within the Work.
102
+
103
+ 2. Grant of Copyright License.
104
+
105
+ Subject to the terms and conditions of this License, each Contributor hereby
106
+ grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
107
+ irrevocable copyright license to reproduce, prepare Derivative Works of,
108
+ publicly display, publicly perform, sublicense, and distribute the Work and
109
+ such Derivative Works in Source or Object form.
110
+
111
+ 3. Grant of Patent License.
112
+
113
+ Subject to the terms and conditions of this License, each Contributor hereby
114
+ grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
115
+ irrevocable (except as stated in this section) patent license to make, have
116
+ made, use, offer to sell, sell, import, and otherwise transfer the Work, where
117
+ such license applies only to those patent claims licensable by such
118
+ Contributor that are necessarily infringed by their Contribution(s) alone or
119
+ by combination of their Contribution(s) with the Work to which such
120
+ Contribution(s) was submitted. If You institute patent litigation against any
121
+ entity (including a cross-claim or counterclaim in a lawsuit) alleging that
122
+ the Work or a Contribution incorporated within the Work constitutes direct or
123
+ contributory patent infringement, then any patent licenses granted to You
124
+ under this License for that Work shall terminate as of the date such
125
+ litigation is filed. Any patent license granted hereby with respect to
126
+ contributions by an individual employed by an institution or organization is
127
+ limited to patent claims where the individual that is the author of the Work
128
+ is also the inventor of the patent claims licensed, and where the organization
129
+ or institution has the right to grant such license under applicable grant and
130
+ research funding agreements. No other express or implied licenses are granted.
131
+
132
+ 4. Redistribution.
133
+
134
+ You may reproduce and distribute copies of the Work or Derivative Works
135
+ thereof in any medium, with or without modifications, and in Source or Object
136
+ form, provided that You meet the following conditions:
137
+
138
+ You must give any other recipients of the Work or Derivative Works a copy of
139
+ this License; and You must cause any modified files to carry prominent notices
140
+ stating that You changed the files; and You must retain, in the Source form of
141
+ any Derivative Works that You distribute, all copyright, patent, trademark,
142
+ and attribution notices from the Source form of the Work, excluding those
143
+ notices that do not pertain to any part of the Derivative Works; and If the
144
+ Work includes a "NOTICE" text file as part of its distribution, then any
145
+ Derivative Works that You distribute must include a readable copy of the
146
+ attribution notices contained within such NOTICE file, excluding those notices
147
+ that do not pertain to any part of the Derivative Works, in at least one of
148
+ the following places: within a NOTICE text file distributed as part of the
149
+ Derivative Works; within the Source form or documentation, if provided along
150
+ with the Derivative Works; or, within a display generated by the Derivative
151
+ Works, if and wherever such third-party notices normally appear. The contents
152
+ of the NOTICE file are for informational purposes only and do not modify the
153
+ License. You may add Your own attribution notices within Derivative Works that
154
+ You distribute, alongside or as an addendum to the NOTICE text from the Work,
155
+ provided that such additional attribution notices cannot be construed as
156
+ modifying the License. You may add Your own copyright statement to Your
157
+ modifications and may provide additional or different license terms and
158
+ conditions for use, reproduction, or distribution of Your modifications, or
159
+ for any such Derivative Works as a whole, provided Your use, reproduction, and
160
+ distribution of the Work otherwise complies with the conditions stated in this
161
+ License.
162
+
163
+ 5. Submission of Contributions.
164
+
165
+ Unless You explicitly state otherwise, any Contribution intentionally
166
+ submitted for inclusion in the Work by You to the Licensor shall be under the
167
+ terms and conditions of this License, without any additional terms or
168
+ conditions. Notwithstanding the above, nothing herein shall supersede or
169
+ modify the terms of any separate license agreement you may have executed with
170
+ Licensor regarding such Contributions.
171
+
172
+ 6. Trademarks.
173
+
174
+ This License does not grant permission to use the trade names, trademarks,
175
+ service marks, or product names of the Licensor, except as required for
176
+ reasonable and customary use in describing the origin of the Work and
177
+ reproducing the content of the NOTICE file.
178
+
179
+ 7. Disclaimer of Warranty.
180
+
181
+ Unless required by applicable law or agreed to in writing, Licensor provides
182
+ the Work (and each Contributor provides its Contributions) on an "AS IS"
183
+ BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
184
+ implied, including, without limitation, any warranties or conditions of TITLE,
185
+ NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
186
+ are solely responsible for determining the appropriateness of using or
187
+ redistributing the Work and assume any risks associated with Your exercise of
188
+ permissions under this License.
189
+
190
+ 8. Limitation of Liability.
191
+
192
+ In no event and under no legal theory, whether in tort (including negligence),
193
+ contract, or otherwise, unless required by applicable law (such as deliberate
194
+ and grossly negligent acts) or agreed to in writing, shall any Contributor be
195
+ liable to You for damages, including any direct, indirect, special,
196
+ incidental, or consequential damages of any character arising as a result of
197
+ this License or out of the use or inability to use the Work (including but not
198
+ limited to damages for loss of goodwill, work stoppage, computer failure or
199
+ malfunction, or any and all other commercial damages or losses), even if such
200
+ Contributor has been advised of the possibility of such damages.
201
+
202
+ 9. Accepting Warranty or Additional Liability.
203
+
204
+ While redistributing the Work or Derivative Works thereof, You may choose to
205
+ offer, and charge a fee for, acceptance of support, warranty, indemnity, or
206
+ other liability obligations and/or rights consistent with this License.
207
+ However, in accepting such obligations, You may act only on Your own behalf
208
+ and on Your sole responsibility, not on behalf of any other Contributor, and
209
+ only if You agree to indemnify, defend, and hold each Contributor harmless for
210
+ any liability incurred by, or claims asserted against, such Contributor by
211
+ reason of your accepting any such warranty or additional liability.
212
+
213
+ END OF TERMS AND CONDITIONS
214
+
215
+ APPENDIX: How to apply the Educational Community License to your work
216
+
217
+ To apply the Educational Community License to your work, attach the following
218
+ boilerplate notice, with the fields enclosed by brackets "[]" replaced with
219
+ your own identifying information. (Don't include the brackets!) The text
220
+ should be enclosed in the appropriate comment syntax for the file format. We
221
+ also recommend that a file or class name and description of purpose be
222
+ included on the same "printed page" as the copyright notice for easier
223
+ identification within third-party archives.
224
+
225
+ Copyright [yyyy] [name of copyright owner] Licensed under the Educational
226
+ Community License, Version 2.0 (the "License"); you may not use this file
227
+ except in compliance with the License. You may obtain a copy of the License at
228
+
229
+ http://opensource.org/licenses/ECL-2.0
230
+
231
+ Unless required by applicable law or agreed to in writing, software
232
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
233
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
234
+ License for the specific language governing permissions and limitations under
235
+ the License.
markdown/epl-1.0.md ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Eclipse Public License 1.0
3
+ spdx-id: EPL-1.0
4
+
5
+ description: This commercially-friendly copyleft license provides the ability to commercially license binaries; a modern royalty-free patent license grant; and the ability for linked works to use other licenses, including commercial ones.
6
+
7
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
8
+
9
+ using:
10
+ ClojureScript: https://github.com/clojure/clojurescript/blob/master/LICENSE
11
+ JUnit: https://github.com/junit-team/junit4/blob/main/LICENSE-junit.txt
12
+ Quil: https://github.com/quil/quil/blob/master/LICENSE
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - distribution
17
+ - modifications
18
+ - patent-use
19
+ - private-use
20
+
21
+ conditions:
22
+ - disclose-source
23
+ - include-copyright
24
+ - same-license
25
+
26
+ limitations:
27
+ - liability
28
+ - warranty
29
+
30
+ ---
31
+
32
+ Eclipse Public License - v 1.0
33
+
34
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
35
+ LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
36
+ CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
37
+
38
+ 1. DEFINITIONS
39
+
40
+ "Contribution" means:
41
+ a) in the case of the initial Contributor, the initial code and
42
+ documentation distributed under this Agreement, and
43
+ b) in the case of each subsequent Contributor:
44
+ i) changes to the Program, and
45
+ ii) additions to the Program;
46
+
47
+ where such changes and/or additions to the Program originate from and are
48
+ distributed by that particular Contributor. A Contribution 'originates' from a
49
+ Contributor if it was added to the Program by such Contributor itself or
50
+ anyone acting on such Contributor's behalf. Contributions do not include
51
+ additions to the Program which: (i) are separate modules of software
52
+ distributed in conjunction with the Program under their own license agreement,
53
+ and (ii) are not derivative works of the Program.
54
+ "Contributor" means any person or entity that distributes the Program.
55
+
56
+ "Licensed Patents" mean patent claims licensable by a Contributor which are
57
+ necessarily infringed by the use or sale of its Contribution alone or when
58
+ combined with the Program.
59
+
60
+ "Program" means the Contributions distributed in accordance with this
61
+ Agreement.
62
+
63
+ "Recipient" means anyone who receives the Program under this Agreement,
64
+ including all Contributors.
65
+
66
+ 2. GRANT OF RIGHTS
67
+
68
+ a) Subject to the terms of this Agreement, each Contributor hereby grants
69
+ Recipient a non-exclusive, worldwide, royalty-free copyright license to
70
+ reproduce, prepare derivative works of, publicly display, publicly
71
+ perform, distribute and sublicense the Contribution of such Contributor,
72
+ if any, and such derivative works, in source code and object code form.
73
+
74
+ b) Subject to the terms of this Agreement, each Contributor hereby grants
75
+ Recipient a non-exclusive, worldwide, royalty-free patent license under
76
+ Licensed Patents to make, use, sell, offer to sell, import and otherwise
77
+ transfer the Contribution of such Contributor, if any, in source code and
78
+ object code form. This patent license shall apply to the combination of
79
+ the Contribution and the Program if, at the time the Contribution is
80
+ added by the Contributor, such addition of the Contribution causes such
81
+ combination to be covered by the Licensed Patents. The patent license
82
+ shall not apply to any other combinations which include the Contribution.
83
+ No hardware per se is licensed hereunder.
84
+
85
+ c) Recipient understands that although each Contributor grants the
86
+ licenses to its Contributions set forth herein, no assurances are
87
+ provided by any Contributor that the Program does not infringe the patent
88
+ or other intellectual property rights of any other entity. Each
89
+ Contributor disclaims any liability to Recipient for claims brought by
90
+ any other entity based on infringement of intellectual property rights or
91
+ otherwise. As a condition to exercising the rights and licenses granted
92
+ hereunder, each Recipient hereby assumes sole responsibility to secure
93
+ any other intellectual property rights needed, if any. For example, if a
94
+ third party patent license is required to allow Recipient to distribute
95
+ the Program, it is Recipient's responsibility to acquire that license
96
+ before distributing the Program.
97
+
98
+ d) Each Contributor represents that to its knowledge it has sufficient
99
+ copyright rights in its Contribution, if any, to grant the copyright
100
+ license set forth in this Agreement.
101
+
102
+ 3. REQUIREMENTS
103
+ A Contributor may choose to distribute the Program in object code form under
104
+ its own license agreement, provided that:
105
+
106
+ a) it complies with the terms and conditions of this Agreement; and
107
+
108
+ b) its license agreement:
109
+ i) effectively disclaims on behalf of all Contributors all
110
+ warranties and conditions, express and implied, including warranties
111
+ or conditions of title and non-infringement, and implied warranties
112
+ or conditions of merchantability and fitness for a particular
113
+ purpose;
114
+ ii) effectively excludes on behalf of all Contributors all liability
115
+ for damages, including direct, indirect, special, incidental and
116
+ consequential damages, such as lost profits;
117
+ iii) states that any provisions which differ from this Agreement are
118
+ offered by that Contributor alone and not by any other party; and
119
+ iv) states that source code for the Program is available from such
120
+ Contributor, and informs licensees how to obtain it in a reasonable
121
+ manner on or through a medium customarily used for software
122
+ exchange.
123
+
124
+ When the Program is made available in source code form:
125
+
126
+ a) it must be made available under this Agreement; and
127
+
128
+ b) a copy of this Agreement must be included with each copy of the
129
+ Program.
130
+ Contributors may not remove or alter any copyright notices contained within
131
+ the Program.
132
+
133
+ Each Contributor must identify itself as the originator of its Contribution,
134
+ if any, in a manner that reasonably allows subsequent Recipients to identify
135
+ the originator of the Contribution.
136
+
137
+ 4. COMMERCIAL DISTRIBUTION
138
+ Commercial distributors of software may accept certain responsibilities with
139
+ respect to end users, business partners and the like. While this license is
140
+ intended to facilitate the commercial use of the Program, the Contributor who
141
+ includes the Program in a commercial product offering should do so in a manner
142
+ which does not create potential liability for other Contributors. Therefore,
143
+ if a Contributor includes the Program in a commercial product offering, such
144
+ Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
145
+ every other Contributor ("Indemnified Contributor") against any losses,
146
+ damages and costs (collectively "Losses") arising from claims, lawsuits and
147
+ other legal actions brought by a third party against the Indemnified
148
+ Contributor to the extent caused by the acts or omissions of such Commercial
149
+ Contributor in connection with its distribution of the Program in a commercial
150
+ product offering. The obligations in this section do not apply to any claims
151
+ or Losses relating to any actual or alleged intellectual property
152
+ infringement. In order to qualify, an Indemnified Contributor must: a)
153
+ promptly notify the Commercial Contributor in writing of such claim, and b)
154
+ allow the Commercial Contributor to control, and cooperate with the Commercial
155
+ Contributor in, the defense and any related settlement negotiations. The
156
+ Indemnified Contributor may participate in any such claim at its own expense.
157
+
158
+ For example, a Contributor might include the Program in a commercial product
159
+ offering, Product X. That Contributor is then a Commercial Contributor. If
160
+ that Commercial Contributor then makes performance claims, or offers
161
+ warranties related to Product X, those performance claims and warranties are
162
+ such Commercial Contributor's responsibility alone. Under this section, the
163
+ Commercial Contributor would have to defend claims against the other
164
+ Contributors related to those performance claims and warranties, and if a
165
+ court requires any other Contributor to pay any damages as a result, the
166
+ Commercial Contributor must pay those damages.
167
+
168
+ 5. NO WARRANTY
169
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
170
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
171
+ IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
172
+ NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
173
+ Recipient is solely responsible for determining the appropriateness of using
174
+ and distributing the Program and assumes all risks associated with its
175
+ exercise of rights under this Agreement , including but not limited to the
176
+ risks and costs of program errors, compliance with applicable laws, damage to
177
+ or loss of data, programs or equipment, and unavailability or interruption of
178
+ operations.
179
+
180
+ 6. DISCLAIMER OF LIABILITY
181
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
182
+ CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
183
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
184
+ LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
185
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
186
+ ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
187
+ EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY
188
+ OF SUCH DAMAGES.
189
+
190
+ 7. GENERAL
191
+
192
+ If any provision of this Agreement is invalid or unenforceable under
193
+ applicable law, it shall not affect the validity or enforceability of the
194
+ remainder of the terms of this Agreement, and without further action by the
195
+ parties hereto, such provision shall be reformed to the minimum extent
196
+ necessary to make such provision valid and enforceable.
197
+
198
+ If Recipient institutes patent litigation against any entity (including a
199
+ cross-claim or counterclaim in a lawsuit) alleging that the Program itself
200
+ (excluding combinations of the Program with other software or hardware)
201
+ infringes such Recipient's patent(s), then such Recipient's rights granted
202
+ under Section 2(b) shall terminate as of the date such litigation is filed.
203
+
204
+ All Recipient's rights under this Agreement shall terminate if it fails to
205
+ comply with any of the material terms or conditions of this Agreement and does
206
+ not cure such failure in a reasonable period of time after becoming aware of
207
+ such noncompliance. If all Recipient's rights under this Agreement terminate,
208
+ Recipient agrees to cease use and distribution of the Program as soon as
209
+ reasonably practicable. However, Recipient's obligations under this Agreement
210
+ and any licenses granted by Recipient relating to the Program shall continue
211
+ and survive.
212
+
213
+ Everyone is permitted to copy and distribute copies of this Agreement, but in
214
+ order to avoid inconsistency the Agreement is copyrighted and may only be
215
+ modified in the following manner. The Agreement Steward reserves the right to
216
+ publish new versions (including revisions) of this Agreement from time to
217
+ time. No one other than the Agreement Steward has the right to modify this
218
+ Agreement. The Eclipse Foundation is the initial Agreement Steward. The
219
+ Eclipse Foundation may assign the responsibility to serve as the Agreement
220
+ Steward to a suitable separate entity. Each new version of the Agreement will
221
+ be given a distinguishing version number. The Program (including
222
+ Contributions) may always be distributed subject to the version of the
223
+ Agreement under which it was received. In addition, after a new version of the
224
+ Agreement is published, Contributor may elect to distribute the Program
225
+ (including its Contributions) under the new version. Except as expressly
226
+ stated in Sections 2(a) and 2(b) above, Recipient receives no rights or
227
+ licenses to the intellectual property of any Contributor under this Agreement,
228
+ whether expressly, by implication, estoppel or otherwise. All rights in the
229
+ Program not expressly granted under this Agreement are reserved.
230
+
231
+ This Agreement is governed by the laws of the State of New York and the
232
+ intellectual property laws of the United States of America. No party to this
233
+ Agreement will bring a legal action under this Agreement more than one year
234
+ after the cause of action arose. Each party waives its rights to a jury trial
235
+ in any resulting litigation.
markdown/epl-2.0.md ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Eclipse Public License 2.0
3
+ spdx-id: EPL-2.0
4
+ redirect_from: /licenses/eclipse/
5
+ hidden: false
6
+
7
+ description: This commercially-friendly copyleft license provides the ability to commercially license binaries; a modern royalty-free patent license grant; and the ability for linked works to use other licenses, including commercial ones.
8
+
9
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
10
+
11
+ using:
12
+ hawkBit: https://github.com/eclipse/hawkbit/blob/master/LICENSE
13
+ openHAB: https://github.com/openhab/openhab-distro/blob/main/LICENSE
14
+ SUMO: https://github.com/eclipse-sumo/sumo/blob/main/LICENSE
15
+
16
+ permissions:
17
+ - commercial-use
18
+ - distribution
19
+ - modifications
20
+ - patent-use
21
+ - private-use
22
+
23
+ conditions:
24
+ - disclose-source
25
+ - include-copyright
26
+ - same-license
27
+
28
+ limitations:
29
+ - liability
30
+ - warranty
31
+
32
+ ---
33
+
34
+ Eclipse Public License - v 2.0
35
+
36
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
37
+ PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
38
+ OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
39
+
40
+ 1. DEFINITIONS
41
+
42
+ "Contribution" means:
43
+
44
+ a) in the case of the initial Contributor, the initial content
45
+ Distributed under this Agreement, and
46
+
47
+ b) in the case of each subsequent Contributor:
48
+ i) changes to the Program, and
49
+ ii) additions to the Program;
50
+ where such changes and/or additions to the Program originate from
51
+ and are Distributed by that particular Contributor. A Contribution
52
+ "originates" from a Contributor if it was added to the Program by
53
+ such Contributor itself or anyone acting on such Contributor's behalf.
54
+ Contributions do not include changes or additions to the Program that
55
+ are not Modified Works.
56
+
57
+ "Contributor" means any person or entity that Distributes the Program.
58
+
59
+ "Licensed Patents" mean patent claims licensable by a Contributor which
60
+ are necessarily infringed by the use or sale of its Contribution alone
61
+ or when combined with the Program.
62
+
63
+ "Program" means the Contributions Distributed in accordance with this
64
+ Agreement.
65
+
66
+ "Recipient" means anyone who receives the Program under this Agreement
67
+ or any Secondary License (as applicable), including Contributors.
68
+
69
+ "Derivative Works" shall mean any work, whether in Source Code or other
70
+ form, that is based on (or derived from) the Program and for which the
71
+ editorial revisions, annotations, elaborations, or other modifications
72
+ represent, as a whole, an original work of authorship.
73
+
74
+ "Modified Works" shall mean any work in Source Code or other form that
75
+ results from an addition to, deletion from, or modification of the
76
+ contents of the Program, including, for purposes of clarity any new file
77
+ in Source Code form that contains any contents of the Program. Modified
78
+ Works shall not include works that contain only declarations,
79
+ interfaces, types, classes, structures, or files of the Program solely
80
+ in each case in order to link to, bind by name, or subclass the Program
81
+ or Modified Works thereof.
82
+
83
+ "Distribute" means the acts of a) distributing or b) making available
84
+ in any manner that enables the transfer of a copy.
85
+
86
+ "Source Code" means the form of a Program preferred for making
87
+ modifications, including but not limited to software source code,
88
+ documentation source, and configuration files.
89
+
90
+ "Secondary License" means either the GNU General Public License,
91
+ Version 2.0, or any later versions of that license, including any
92
+ exceptions or additional permissions as identified by the initial
93
+ Contributor.
94
+
95
+ 2. GRANT OF RIGHTS
96
+
97
+ a) Subject to the terms of this Agreement, each Contributor hereby
98
+ grants Recipient a non-exclusive, worldwide, royalty-free copyright
99
+ license to reproduce, prepare Derivative Works of, publicly display,
100
+ publicly perform, Distribute and sublicense the Contribution of such
101
+ Contributor, if any, and such Derivative Works.
102
+
103
+ b) Subject to the terms of this Agreement, each Contributor hereby
104
+ grants Recipient a non-exclusive, worldwide, royalty-free patent
105
+ license under Licensed Patents to make, use, sell, offer to sell,
106
+ import and otherwise transfer the Contribution of such Contributor,
107
+ if any, in Source Code or other form. This patent license shall
108
+ apply to the combination of the Contribution and the Program if, at
109
+ the time the Contribution is added by the Contributor, such addition
110
+ of the Contribution causes such combination to be covered by the
111
+ Licensed Patents. The patent license shall not apply to any other
112
+ combinations which include the Contribution. No hardware per se is
113
+ licensed hereunder.
114
+
115
+ c) Recipient understands that although each Contributor grants the
116
+ licenses to its Contributions set forth herein, no assurances are
117
+ provided by any Contributor that the Program does not infringe the
118
+ patent or other intellectual property rights of any other entity.
119
+ Each Contributor disclaims any liability to Recipient for claims
120
+ brought by any other entity based on infringement of intellectual
121
+ property rights or otherwise. As a condition to exercising the
122
+ rights and licenses granted hereunder, each Recipient hereby
123
+ assumes sole responsibility to secure any other intellectual
124
+ property rights needed, if any. For example, if a third party
125
+ patent license is required to allow Recipient to Distribute the
126
+ Program, it is Recipient's responsibility to acquire that license
127
+ before distributing the Program.
128
+
129
+ d) Each Contributor represents that to its knowledge it has
130
+ sufficient copyright rights in its Contribution, if any, to grant
131
+ the copyright license set forth in this Agreement.
132
+
133
+ e) Notwithstanding the terms of any Secondary License, no
134
+ Contributor makes additional grants to any Recipient (other than
135
+ those set forth in this Agreement) as a result of such Recipient's
136
+ receipt of the Program under the terms of a Secondary License
137
+ (if permitted under the terms of Section 3).
138
+
139
+ 3. REQUIREMENTS
140
+
141
+ 3.1 If a Contributor Distributes the Program in any form, then:
142
+
143
+ a) the Program must also be made available as Source Code, in
144
+ accordance with section 3.2, and the Contributor must accompany
145
+ the Program with a statement that the Source Code for the Program
146
+ is available under this Agreement, and informs Recipients how to
147
+ obtain it in a reasonable manner on or through a medium customarily
148
+ used for software exchange; and
149
+
150
+ b) the Contributor may Distribute the Program under a license
151
+ different than this Agreement, provided that such license:
152
+ i) effectively disclaims on behalf of all other Contributors all
153
+ warranties and conditions, express and implied, including
154
+ warranties or conditions of title and non-infringement, and
155
+ implied warranties or conditions of merchantability and fitness
156
+ for a particular purpose;
157
+
158
+ ii) effectively excludes on behalf of all other Contributors all
159
+ liability for damages, including direct, indirect, special,
160
+ incidental and consequential damages, such as lost profits;
161
+
162
+ iii) does not attempt to limit or alter the recipients' rights
163
+ in the Source Code under section 3.2; and
164
+
165
+ iv) requires any subsequent distribution of the Program by any
166
+ party to be under a license that satisfies the requirements
167
+ of this section 3.
168
+
169
+ 3.2 When the Program is Distributed as Source Code:
170
+
171
+ a) it must be made available under this Agreement, or if the
172
+ Program (i) is combined with other material in a separate file or
173
+ files made available under a Secondary License, and (ii) the initial
174
+ Contributor attached to the Source Code the notice described in
175
+ Exhibit A of this Agreement, then the Program may be made available
176
+ under the terms of such Secondary Licenses, and
177
+
178
+ b) a copy of this Agreement must be included with each copy of
179
+ the Program.
180
+
181
+ 3.3 Contributors may not remove or alter any copyright, patent,
182
+ trademark, attribution notices, disclaimers of warranty, or limitations
183
+ of liability ("notices") contained within the Program from any copy of
184
+ the Program which they Distribute, provided that Contributors may add
185
+ their own appropriate notices.
186
+
187
+ 4. COMMERCIAL DISTRIBUTION
188
+
189
+ Commercial distributors of software may accept certain responsibilities
190
+ with respect to end users, business partners and the like. While this
191
+ license is intended to facilitate the commercial use of the Program,
192
+ the Contributor who includes the Program in a commercial product
193
+ offering should do so in a manner which does not create potential
194
+ liability for other Contributors. Therefore, if a Contributor includes
195
+ the Program in a commercial product offering, such Contributor
196
+ ("Commercial Contributor") hereby agrees to defend and indemnify every
197
+ other Contributor ("Indemnified Contributor") against any losses,
198
+ damages and costs (collectively "Losses") arising from claims, lawsuits
199
+ and other legal actions brought by a third party against the Indemnified
200
+ Contributor to the extent caused by the acts or omissions of such
201
+ Commercial Contributor in connection with its distribution of the Program
202
+ in a commercial product offering. The obligations in this section do not
203
+ apply to any claims or Losses relating to any actual or alleged
204
+ intellectual property infringement. In order to qualify, an Indemnified
205
+ Contributor must: a) promptly notify the Commercial Contributor in
206
+ writing of such claim, and b) allow the Commercial Contributor to control,
207
+ and cooperate with the Commercial Contributor in, the defense and any
208
+ related settlement negotiations. The Indemnified Contributor may
209
+ participate in any such claim at its own expense.
210
+
211
+ For example, a Contributor might include the Program in a commercial
212
+ product offering, Product X. That Contributor is then a Commercial
213
+ Contributor. If that Commercial Contributor then makes performance
214
+ claims, or offers warranties related to Product X, those performance
215
+ claims and warranties are such Commercial Contributor's responsibility
216
+ alone. Under this section, the Commercial Contributor would have to
217
+ defend claims against the other Contributors related to those performance
218
+ claims and warranties, and if a court requires any other Contributor to
219
+ pay any damages as a result, the Commercial Contributor must pay
220
+ those damages.
221
+
222
+ 5. NO WARRANTY
223
+
224
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
225
+ PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
226
+ BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
227
+ IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
228
+ TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
229
+ PURPOSE. Each Recipient is solely responsible for determining the
230
+ appropriateness of using and distributing the Program and assumes all
231
+ risks associated with its exercise of rights under this Agreement,
232
+ including but not limited to the risks and costs of program errors,
233
+ compliance with applicable laws, damage to or loss of data, programs
234
+ or equipment, and unavailability or interruption of operations.
235
+
236
+ 6. DISCLAIMER OF LIABILITY
237
+
238
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
239
+ PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
240
+ SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
241
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
242
+ PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
243
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
244
+ ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
245
+ EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
246
+ POSSIBILITY OF SUCH DAMAGES.
247
+
248
+ 7. GENERAL
249
+
250
+ If any provision of this Agreement is invalid or unenforceable under
251
+ applicable law, it shall not affect the validity or enforceability of
252
+ the remainder of the terms of this Agreement, and without further
253
+ action by the parties hereto, such provision shall be reformed to the
254
+ minimum extent necessary to make such provision valid and enforceable.
255
+
256
+ If Recipient institutes patent litigation against any entity
257
+ (including a cross-claim or counterclaim in a lawsuit) alleging that the
258
+ Program itself (excluding combinations of the Program with other software
259
+ or hardware) infringes such Recipient's patent(s), then such Recipient's
260
+ rights granted under Section 2(b) shall terminate as of the date such
261
+ litigation is filed.
262
+
263
+ All Recipient's rights under this Agreement shall terminate if it
264
+ fails to comply with any of the material terms or conditions of this
265
+ Agreement and does not cure such failure in a reasonable period of
266
+ time after becoming aware of such noncompliance. If all Recipient's
267
+ rights under this Agreement terminate, Recipient agrees to cease use
268
+ and distribution of the Program as soon as reasonably practicable.
269
+ However, Recipient's obligations under this Agreement and any licenses
270
+ granted by Recipient relating to the Program shall continue and survive.
271
+
272
+ Everyone is permitted to copy and distribute copies of this Agreement,
273
+ but in order to avoid inconsistency the Agreement is copyrighted and
274
+ may only be modified in the following manner. The Agreement Steward
275
+ reserves the right to publish new versions (including revisions) of
276
+ this Agreement from time to time. No one other than the Agreement
277
+ Steward has the right to modify this Agreement. The Eclipse Foundation
278
+ is the initial Agreement Steward. The Eclipse Foundation may assign the
279
+ responsibility to serve as the Agreement Steward to a suitable separate
280
+ entity. Each new version of the Agreement will be given a distinguishing
281
+ version number. The Program (including Contributions) may always be
282
+ Distributed subject to the version of the Agreement under which it was
283
+ received. In addition, after a new version of the Agreement is published,
284
+ Contributor may elect to Distribute the Program (including its
285
+ Contributions) under the new version.
286
+
287
+ Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
288
+ receives no rights or licenses to the intellectual property of any
289
+ Contributor under this Agreement, whether expressly, by implication,
290
+ estoppel or otherwise. All rights in the Program not expressly granted
291
+ under this Agreement are reserved. Nothing in this Agreement is intended
292
+ to be enforceable by any entity that is not a Contributor or Recipient.
293
+ No third-party beneficiary rights are created under this Agreement.
294
+
295
+ Exhibit A - Form of Secondary Licenses Notice
296
+
297
+ "This Source Code may also be made available under the following
298
+ Secondary Licenses when the conditions for such availability set forth
299
+ in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
300
+ version(s), and exceptions or additional permissions here}."
301
+
302
+ Simply including a copy of this Agreement, including this Exhibit A
303
+ is not sufficient to license the Source Code under Secondary Licenses.
304
+
305
+ If it is not possible or desirable to put the notice in a particular
306
+ file, then You may include the notice in a location (such as a LICENSE
307
+ file in a relevant directory) where a recipient would be likely to
308
+ look for such a notice.
309
+
310
+ You may add additional accurate notices of copyright ownership.
markdown/eupl-1.1.md ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: European Union Public License 1.1
3
+ spdx-id: EUPL-1.1
4
+ redirect_from: /licenses/eupl-v1.1/
5
+
6
+ description: The “European Union Public Licence” (EUPL) is a copyleft free/open source software license created on the initiative of and approved by the European Commission in 22 official languages of the European Union.
7
+
8
+ how: Create a text file (typically named COPYING or LICENCE.txt) in the root of your source code and copy the text of the license into the file.
9
+
10
+ note: The European Commission recommends taking the additional step of adding a <a href="https://joinup.ec.europa.eu/sites/default/files/inline-files/EUPL%201_1%20Guidelines%20EN%20Joinup.pdf#page=17">boilerplate notice</a> to the top of each file.
11
+
12
+ using:
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - modifications
17
+ - distribution
18
+ - patent-use
19
+ - private-use
20
+
21
+ conditions:
22
+ - include-copyright
23
+ - disclose-source
24
+ - document-changes
25
+ - network-use-disclose
26
+ - same-license
27
+
28
+ limitations:
29
+ - liability
30
+ - trademark-use
31
+ - warranty
32
+
33
+ ---
34
+
35
+ European Union Public Licence
36
+ V. 1.1
37
+
38
+
39
+ EUPL © the European Community 2007
40
+
41
+
42
+ This European Union Public Licence (the “EUPL”) applies to the
43
+ Work or Software (as defined below) which is provided under the terms of this
44
+ Licence. Any use of the Work, other than as authorised under this Licence is
45
+ prohibited (to the extent such use is covered by a right of the copyright
46
+ holder of the Work).
47
+
48
+ The Original Work is provided under the terms of this
49
+ Licence when the Licensor (as defined below) has placed the following notice
50
+ immediately following the copyright notice for the Original Work:
51
+
52
+ Licensed under the EUPL V.1.1
53
+
54
+ or has expressed by any other mean his willingness to license under the EUPL.
55
+
56
+
57
+ 1. Definitions
58
+
59
+ In this Licence, the
60
+ following terms have the following meaning:
61
+
62
+ - The Licence: this Licence.
63
+
64
+ - The Original Work or the Software: the software distributed
65
+ and/or communicated by the Licensor under this Licence, available as Source
66
+ Code and also as Executable Code as the case may be.
67
+
68
+ - Derivative Works:
69
+ the works or software that could be created by the Licensee, based upon the
70
+ Original Work or modifications thereof. This Licence does not define the
71
+ extent of modification or dependence on the Original Work required in order to
72
+ classify a work as a Derivative Work; this extent is determined by copyright
73
+ law applicable in the country mentioned in Article 15.
74
+
75
+ - The Work: the Original Work and/or its Derivative Works.
76
+
77
+ - The Source Code: the human-readable form of the Work which is the most
78
+ convenient for people to study and modify.
79
+
80
+ - The Executable Code: any code which has generally been compiled and which
81
+ is meant to be interpreted by a computer as a program.
82
+
83
+ - The Licensor: the natural or legal person that distributes and/or
84
+ communicates the Work under the Licence.
85
+
86
+ - Contributor(s): any natural or legal person who modifies the Work under the
87
+ Licence, or otherwise contributes to the creation of a Derivative Work.
88
+
89
+ - The Licensee or “You”: any natural or legal person who makes any usage of
90
+ the Software under the terms of the Licence.
91
+
92
+ - Distribution and/or Communication: any act of selling, giving, lending,
93
+ renting, distributing, communicating, transmitting, or otherwise
94
+ making available, on-line or off-line, copies of the Work or providing access
95
+ to its essential functionalities at the disposal of any other natural or legal
96
+ person.
97
+
98
+
99
+ 2. Scope of the rights granted by the Licence
100
+
101
+ The Licensor hereby grants You a world-wide, royalty-free, non-exclusive,
102
+ sub-licensable licence to do the following, for the duration of copyright
103
+ vested in the Original Work:
104
+
105
+ - use the Work in any circumstance and for all usage,
106
+ - reproduce the Work,
107
+ - modify the Original Work, and make Derivative Works
108
+ based upon the Work,
109
+ - communicate to the public, including the right to make available or display
110
+ the Work or copies thereof to the public and perform publicly, as the case
111
+ may be, the Work,
112
+ - distribute the Work or copies thereof,
113
+ - lend and rent the Work or copies thereof,
114
+ - sub-license rights in the Work or copies thereof.
115
+
116
+ Those rights can be exercised on any media, supports and formats, whether now
117
+ known or later invented, as far as the applicable law permits so.
118
+
119
+ In the countries where moral rights apply, the Licensor waives his right to
120
+ exercise his moral right to the extent allowed by law in order to make
121
+ effective the licence of the economic rights here above listed.
122
+
123
+ The Licensor grants to the Licensee royalty-free, non exclusive usage rights
124
+ to any patents held by the Licensor, to the extent necessary to make use of
125
+ the rights granted on the Work under this Licence.
126
+
127
+
128
+ 3. Communication of the Source Code
129
+
130
+ The Licensor may provide the Work either
131
+ in its Source Code form, or as Executable Code. If the Work is provided as
132
+ Executable Code, the Licensor provides in addition a machine-readable copy of
133
+ the Source Code of the Work along with each copy of the Work that the Licensor
134
+ distributes or indicates, in a notice following the copyright notice attached
135
+ to the Work, a repository where the Source Code is easily and freely
136
+ accessible for as long as the Licensor continues to distribute and/or
137
+ communicate the Work.
138
+
139
+
140
+ 4. Limitations on copyright
141
+
142
+ Nothing in this Licence is intended to deprive the Licensee of the benefits
143
+ from any exception or limitation to the exclusive rights of the rights owners
144
+ in the Original Work or Software, of the exhaustion of those rights or of
145
+ other applicable limitations thereto.
146
+
147
+
148
+ 5. Obligations of the Licensee
149
+
150
+ The grant of the rights mentioned above is subject to some restrictions and
151
+ obligations imposed on the Licensee. Those obligations are the following:
152
+
153
+ Attribution right:
154
+ the Licensee shall keep intact all copyright, patent or trademarks notices and
155
+ all notices that refer to the Licence and to the disclaimer of warranties. The
156
+ Licensee must include a copy of such notices and a copy of the Licence with
157
+ every copy of the Work he/she distributes and/or communicates. The Licensee
158
+ must cause any Derivative Work to carry prominent notices stating that the
159
+ Work has been modified and the date of modification.
160
+
161
+ Copyleft clause:
162
+ If the Licensee distributes and/or communicates copies of the Original Works
163
+ or Derivative Works based upon the Original Work, this Distribution and/or
164
+ Communication will be done under the terms of this Licence or of a later
165
+ version of this Licence unless the Original Work is expressly distributed only
166
+ under this version of the Licence. The Licensee (becoming Licensor) cannot
167
+ offer or impose any additional terms or conditions on the Work or Derivative
168
+ Work that alter or restrict the terms of the Licence.
169
+
170
+ Compatibility clause:
171
+ If the Licensee Distributes and/or Communicates Derivative Works or copies
172
+ thereof based upon both the Original Work and another work licensed under a
173
+ Compatible Licence, this Distribution and/or Communication can be done under
174
+ the terms of this Compatible Licence. For the sake of this clause,
175
+ “Compatible Licence” refers to the licences listed in the appendix
176
+ attached to this Licence. Should the Licensee’s obligations under the
177
+ Compatible Licence conflict with his/her obligations under this Licence, the
178
+ obligations of the Compatible Licence shall prevail.
179
+
180
+ Provision of Source Code:
181
+ When distributing and/or communicating copies of the Work, the Licensee
182
+ will provide a machine-readable copy of the Source Code or indicate a
183
+ repository where this Source will be easily and freely available for as long
184
+ as the Licensee continues to distribute and/or communicate the Work.
185
+
186
+ Legal Protection:
187
+ This Licence does not grant permission to use the trade names,
188
+ trademarks, service marks, or names of the Licensor, except as required for
189
+ reasonable and customary use in describing the origin of the Work and
190
+ reproducing the content of the copyright notice.
191
+
192
+
193
+ 6. Chain of Authorship
194
+
195
+ The original Licensor warrants that the copyright in the Original Work
196
+ granted hereunder is owned by him/her or licensed to him/her and
197
+ that he/she has the power and authority to grant the Licence.
198
+
199
+ Each Contributor warrants that the copyright in the modifications he/she
200
+ brings to the Work are owned by him/her or licensed to him/her and that
201
+ he/she has the power and authority to grant the Licence.
202
+
203
+ Each time You accept the Licence, the original Licensor and subsequent
204
+ Contributors grant You a licence to their contributions to the Work, under
205
+ the terms of this Licence.
206
+
207
+
208
+ 7. Disclaimer of Warranty
209
+
210
+ The Work is a work in progress, which is continuously improved by numerous
211
+ contributors. It is not a finished work and may therefore contain defects or
212
+ “bugs” inherent to this type of software development.
213
+
214
+ For the above reason, the Work is provided under the Licence on an “as is”
215
+ basis and without warranties of any kind concerning the Work, including
216
+ without limitation merchantability, fitness for a particular purpose, absence
217
+ of defects or errors, accuracy, non-infringement of intellectual property
218
+ rights other than copyright as stated in Article 6 of this Licence.
219
+
220
+ This disclaimer of warranty is an essential part of the Licence and a
221
+ condition for the grant of any rights to the Work.
222
+
223
+
224
+ 8. Disclaimer of Liability
225
+
226
+ Except in the cases of wilful misconduct or damages directly caused to
227
+ natural persons, the Licensor will in no event be liable for any direct or
228
+ indirect, material or moral, damages of any kind, arising out of the Licence
229
+ or of the use of the Work, including without limitation,
230
+ damages for loss of goodwill, work stoppage, computer failure or malfunction,
231
+ loss of data or any commercial damage, even if the Licensor has been advised
232
+ of the possibility of such damage. However, the Licensor will be liable under
233
+ statutory product liability laws as far such laws apply to the Work.
234
+
235
+
236
+ 9. Additional agreements
237
+
238
+ While distributing the Original Work or Derivative Works, You may choose
239
+ to conclude an additional agreement to offer, and charge a fee for,
240
+ acceptance of support, warranty, indemnity, or other liability
241
+ obligations and/or services consistent with this Licence. However, in
242
+ accepting such obligations, You may act only on your own behalf and on your
243
+ sole responsibility, not on behalf of the original Licensor or any other
244
+ Contributor, and only if You agree to indemnify, defend, and hold each
245
+ Contributor harmless for any liability incurred by, or claims asserted against
246
+ such Contributor by the fact You have accepted any such warranty or additional
247
+ liability.
248
+
249
+
250
+ 10. Acceptance of the Licence
251
+
252
+ The provisions of this Licence can be accepted by clicking on
253
+ an icon “I agree” placed under the bottom of a window displaying the text of
254
+ this Licence or by affirming consent in any other similar way, in accordance
255
+ with the rules of applicable law. Clicking on that icon indicates your clear
256
+ and irrevocable acceptance of this Licence and
257
+ all of its terms and conditions.
258
+
259
+ Similarly, you irrevocably accept this Licence and
260
+ all of its terms and conditions by exercising any rights granted to You
261
+ by Article 2 of this Licence, such as the use of the Work,
262
+ the creation by You of a Derivative Work or the Distribution and/or
263
+ Communication by You of the Work or copies thereof.
264
+
265
+
266
+ 11. Information to the public
267
+
268
+ In case of any Distribution and/or Communication of the Work by means of
269
+ electronic communication by You (for example, by offering to download
270
+ the Work from a remote location) the distribution channel or media (for
271
+ example, a website) must at least provide to the public the information
272
+ requested by the applicable law regarding the Licensor, the Licence and the
273
+ way it may be accessible, concluded, stored and reproduced by the
274
+ Licensee.
275
+
276
+
277
+ 12. Termination of the Licence
278
+
279
+ The Licence and the rights granted hereunder will terminate automatically
280
+ upon any breach by the Licensee of the terms of the Licence.
281
+
282
+ Such a termination will not terminate the licences of any person who has
283
+ received the Work from the Licensee under the Licence, provided such persons
284
+ remain in full compliance with the Licence.
285
+
286
+
287
+ 13. Miscellaneous
288
+
289
+ Without prejudice of Article 9 above, the Licence represents the complete
290
+ agreement between the Parties as to the Work licensed hereunder.
291
+
292
+ If any provision of the Licence is invalid or unenforceable under applicable
293
+ law, this will not affect the validity or enforceability of the Licence as a
294
+ whole. Such provision will be construed and/or reformed so as necessary
295
+ to make it valid and enforceable.
296
+
297
+ The European Commission may publish other linguistic versions and/or new
298
+ versions of this Licence, so far this is required and reasonable, without
299
+ reducing the scope of the rights granted by the Licence.
300
+ New versions of the Licence will be published with a unique version number.
301
+
302
+ All linguistic versions of this Licence, approved by the European Commission,
303
+ have identical value. Parties can take advantage of the linguistic version
304
+ of their choice.
305
+
306
+
307
+ 14. Jurisdiction
308
+
309
+ Any litigation resulting from the interpretation of this License, arising
310
+ between the European Commission, as a Licensor, and any Licensee,
311
+ will be subject to the jurisdiction of the Court of Justice of the
312
+ European Communities, as laid down in article 238 of the Treaty establishing
313
+ the European Community.
314
+
315
+ Any litigation arising between Parties, other than the European Commission,
316
+ and resulting from the interpretation of this License, will be subject to the
317
+ exclusive jurisdiction of the competent court where the Licensor resides or
318
+ conducts its primary business.
319
+
320
+
321
+ 15. Applicable Law
322
+
323
+ This Licence shall be governed by the law of the European Union country where
324
+ the Licensor resides or has his registered office.
325
+
326
+ This licence shall be governed by the Belgian law if:
327
+
328
+ - a litigation arises between the European Commission, as a Licensor, and any
329
+ Licensee;
330
+ - the Licensor, other than the European Commission, has no residence or
331
+ registered office inside a European Union country.
332
+
333
+
334
+ ===
335
+
336
+
337
+ Appendix
338
+
339
+
340
+ “Compatible Licences” according to article 5 EUPL are:
341
+ - GNU General Public License (GNU GPL) v. 2
342
+ - Open Software License (OSL) v. 2.1, v. 3.0
343
+ - Common Public License v. 1.0
344
+ - Eclipse Public License v. 1.0
345
+ - Cecill v. 2.0
markdown/eupl-1.2.md ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: European Union Public License 1.2
3
+ spdx-id: EUPL-1.2
4
+
5
+ description: The European Union Public Licence (EUPL) is a copyleft free/open source software license created on the initiative of and approved by the European Commission in <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12">23 official languages</a> of the European Union.
6
+
7
+ how: Indicate “Licensed under the EUPL” following the copyright notice of your source code, for example in a README file or directly in a source code file as a comment.
8
+
9
+ using:
10
+ HeroRotation: https://github.com/herotc/hero-rotation/blob/shadowlands/LICENSE
11
+ WildDuck: https://github.com/nodemailer/wildduck/blob/master/LICENSE
12
+ ZoneMTA: https://github.com/zone-eu/zone-mta/blob/master/LICENSE
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - modifications
17
+ - distribution
18
+ - patent-use
19
+ - private-use
20
+
21
+ conditions:
22
+ - include-copyright
23
+ - disclose-source
24
+ - document-changes
25
+ - network-use-disclose
26
+ - same-license
27
+
28
+ limitations:
29
+ - liability
30
+ - trademark-use
31
+ - warranty
32
+
33
+ ---
34
+
35
+ EUROPEAN UNION PUBLIC LICENCE v. 1.2
36
+ EUPL © the European Union 2007, 2016
37
+
38
+ This European Union Public Licence (the ‘EUPL’) applies to the Work (as
39
+ defined below) which is provided under the terms of this Licence. Any use of
40
+ the Work, other than as authorised under this Licence is prohibited (to the
41
+ extent such use is covered by a right of the copyright holder of the Work).
42
+
43
+ The Work is provided under the terms of this Licence when the Licensor (as
44
+ defined below) has placed the following notice immediately following the
45
+ copyright notice for the Work:
46
+
47
+ Licensed under the EUPL
48
+
49
+ or has expressed by any other means his willingness to license under the EUPL.
50
+
51
+ 1. Definitions
52
+
53
+ In this Licence, the following terms have the following meaning:
54
+
55
+ - ‘The Licence’: this Licence.
56
+
57
+ - ‘The Original Work’: the work or software distributed or communicated by the
58
+ Licensor under this Licence, available as Source Code and also as Executable
59
+ Code as the case may be.
60
+
61
+ - ‘Derivative Works’: the works or software that could be created by the
62
+ Licensee, based upon the Original Work or modifications thereof. This
63
+ Licence does not define the extent of modification or dependence on the
64
+ Original Work required in order to classify a work as a Derivative Work;
65
+ this extent is determined by copyright law applicable in the country
66
+ mentioned in Article 15.
67
+
68
+ - ‘The Work’: the Original Work or its Derivative Works.
69
+
70
+ - ‘The Source Code’: the human-readable form of the Work which is the most
71
+ convenient for people to study and modify.
72
+
73
+ - ‘The Executable Code’: any code which has generally been compiled and which
74
+ is meant to be interpreted by a computer as a program.
75
+
76
+ - ‘The Licensor’: the natural or legal person that distributes or communicates
77
+ the Work under the Licence.
78
+
79
+ - ‘Contributor(s)’: any natural or legal person who modifies the Work under
80
+ the Licence, or otherwise contributes to the creation of a Derivative Work.
81
+
82
+ - ‘The Licensee’ or ‘You’: any natural or legal person who makes any usage of
83
+ the Work under the terms of the Licence.
84
+
85
+ - ‘Distribution’ or ‘Communication’: any act of selling, giving, lending,
86
+ renting, distributing, communicating, transmitting, or otherwise making
87
+ available, online or offline, copies of the Work or providing access to its
88
+ essential functionalities at the disposal of any other natural or legal
89
+ person.
90
+
91
+ 2. Scope of the rights granted by the Licence
92
+
93
+ The Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
94
+ sublicensable licence to do the following, for the duration of copyright
95
+ vested in the Original Work:
96
+
97
+ - use the Work in any circumstance and for all usage,
98
+ - reproduce the Work,
99
+ - modify the Work, and make Derivative Works based upon the Work,
100
+ - communicate to the public, including the right to make available or display
101
+ the Work or copies thereof to the public and perform publicly, as the case
102
+ may be, the Work,
103
+ - distribute the Work or copies thereof,
104
+ - lend and rent the Work or copies thereof,
105
+ - sublicense rights in the Work or copies thereof.
106
+
107
+ Those rights can be exercised on any media, supports and formats, whether now
108
+ known or later invented, as far as the applicable law permits so.
109
+
110
+ In the countries where moral rights apply, the Licensor waives his right to
111
+ exercise his moral right to the extent allowed by law in order to make
112
+ effective the licence of the economic rights here above listed.
113
+
114
+ The Licensor grants to the Licensee royalty-free, non-exclusive usage rights
115
+ to any patents held by the Licensor, to the extent necessary to make use of
116
+ the rights granted on the Work under this Licence.
117
+
118
+ 3. Communication of the Source Code
119
+
120
+ The Licensor may provide the Work either in its Source Code form, or as
121
+ Executable Code. If the Work is provided as Executable Code, the Licensor
122
+ provides in addition a machine-readable copy of the Source Code of the Work
123
+ along with each copy of the Work that the Licensor distributes or indicates,
124
+ in a notice following the copyright notice attached to the Work, a repository
125
+ where the Source Code is easily and freely accessible for as long as the
126
+ Licensor continues to distribute or communicate the Work.
127
+
128
+ 4. Limitations on copyright
129
+
130
+ Nothing in this Licence is intended to deprive the Licensee of the benefits
131
+ from any exception or limitation to the exclusive rights of the rights owners
132
+ in the Work, of the exhaustion of those rights or of other applicable
133
+ limitations thereto.
134
+
135
+ 5. Obligations of the Licensee
136
+
137
+ The grant of the rights mentioned above is subject to some restrictions and
138
+ obligations imposed on the Licensee. Those obligations are the following:
139
+
140
+ Attribution right: The Licensee shall keep intact all copyright, patent or
141
+ trademarks notices and all notices that refer to the Licence and to the
142
+ disclaimer of warranties. The Licensee must include a copy of such notices and
143
+ a copy of the Licence with every copy of the Work he/she distributes or
144
+ communicates. The Licensee must cause any Derivative Work to carry prominent
145
+ notices stating that the Work has been modified and the date of modification.
146
+
147
+ Copyleft clause: If the Licensee distributes or communicates copies of the
148
+ Original Works or Derivative Works, this Distribution or Communication will be
149
+ done under the terms of this Licence or of a later version of this Licence
150
+ unless the Original Work is expressly distributed only under this version of
151
+ the Licence — for example by communicating ‘EUPL v. 1.2 only’. The Licensee
152
+ (becoming Licensor) cannot offer or impose any additional terms or conditions
153
+ on the Work or Derivative Work that alter or restrict the terms of the
154
+ Licence.
155
+
156
+ Compatibility clause: If the Licensee Distributes or Communicates Derivative
157
+ Works or copies thereof based upon both the Work and another work licensed
158
+ under a Compatible Licence, this Distribution or Communication can be done
159
+ under the terms of this Compatible Licence. For the sake of this clause,
160
+ ‘Compatible Licence’ refers to the licences listed in the appendix attached to
161
+ this Licence. Should the Licensee's obligations under the Compatible Licence
162
+ conflict with his/her obligations under this Licence, the obligations of the
163
+ Compatible Licence shall prevail.
164
+
165
+ Provision of Source Code: When distributing or communicating copies of the
166
+ Work, the Licensee will provide a machine-readable copy of the Source Code or
167
+ indicate a repository where this Source will be easily and freely available
168
+ for as long as the Licensee continues to distribute or communicate the Work.
169
+
170
+ Legal Protection: This Licence does not grant permission to use the trade
171
+ names, trademarks, service marks, or names of the Licensor, except as required
172
+ for reasonable and customary use in describing the origin of the Work and
173
+ reproducing the content of the copyright notice.
174
+
175
+ 6. Chain of Authorship
176
+
177
+ The original Licensor warrants that the copyright in the Original Work granted
178
+ hereunder is owned by him/her or licensed to him/her and that he/she has the
179
+ power and authority to grant the Licence.
180
+
181
+ Each Contributor warrants that the copyright in the modifications he/she
182
+ brings to the Work are owned by him/her or licensed to him/her and that he/she
183
+ has the power and authority to grant the Licence.
184
+
185
+ Each time You accept the Licence, the original Licensor and subsequent
186
+ Contributors grant You a licence to their contributions to the Work, under the
187
+ terms of this Licence.
188
+
189
+ 7. Disclaimer of Warranty
190
+
191
+ The Work is a work in progress, which is continuously improved by numerous
192
+ Contributors. It is not a finished work and may therefore contain defects or
193
+ ‘bugs’ inherent to this type of development.
194
+
195
+ For the above reason, the Work is provided under the Licence on an ‘as is’
196
+ basis and without warranties of any kind concerning the Work, including
197
+ without limitation merchantability, fitness for a particular purpose, absence
198
+ of defects or errors, accuracy, non-infringement of intellectual property
199
+ rights other than copyright as stated in Article 6 of this Licence.
200
+
201
+ This disclaimer of warranty is an essential part of the Licence and a
202
+ condition for the grant of any rights to the Work.
203
+
204
+ 8. Disclaimer of Liability
205
+
206
+ Except in the cases of wilful misconduct or damages directly caused to natural
207
+ persons, the Licensor will in no event be liable for any direct or indirect,
208
+ material or moral, damages of any kind, arising out of the Licence or of the
209
+ use of the Work, including without limitation, damages for loss of goodwill,
210
+ work stoppage, computer failure or malfunction, loss of data or any commercial
211
+ damage, even if the Licensor has been advised of the possibility of such
212
+ damage. However, the Licensor will be liable under statutory product liability
213
+ laws as far such laws apply to the Work.
214
+
215
+ 9. Additional agreements
216
+
217
+ While distributing the Work, You may choose to conclude an additional
218
+ agreement, defining obligations or services consistent with this Licence.
219
+ However, if accepting obligations, You may act only on your own behalf and on
220
+ your sole responsibility, not on behalf of the original Licensor or any other
221
+ Contributor, and only if You agree to indemnify, defend, and hold each
222
+ Contributor harmless for any liability incurred by, or claims asserted against
223
+ such Contributor by the fact You have accepted any warranty or additional
224
+ liability.
225
+
226
+ 10. Acceptance of the Licence
227
+
228
+ The provisions of this Licence can be accepted by clicking on an icon ‘I
229
+ agree’ placed under the bottom of a window displaying the text of this Licence
230
+ or by affirming consent in any other similar way, in accordance with the rules
231
+ of applicable law. Clicking on that icon indicates your clear and irrevocable
232
+ acceptance of this Licence and all of its terms and conditions.
233
+
234
+ Similarly, you irrevocably accept this Licence and all of its terms and
235
+ conditions by exercising any rights granted to You by Article 2 of this
236
+ Licence, such as the use of the Work, the creation by You of a Derivative Work
237
+ or the Distribution or Communication by You of the Work or copies thereof.
238
+
239
+ 11. Information to the public
240
+
241
+ In case of any Distribution or Communication of the Work by means of
242
+ electronic communication by You (for example, by offering to download the Work
243
+ from a remote location) the distribution channel or media (for example, a
244
+ website) must at least provide to the public the information requested by the
245
+ applicable law regarding the Licensor, the Licence and the way it may be
246
+ accessible, concluded, stored and reproduced by the Licensee.
247
+
248
+ 12. Termination of the Licence
249
+
250
+ The Licence and the rights granted hereunder will terminate automatically upon
251
+ any breach by the Licensee of the terms of the Licence.
252
+
253
+ Such a termination will not terminate the licences of any person who has
254
+ received the Work from the Licensee under the Licence, provided such persons
255
+ remain in full compliance with the Licence.
256
+
257
+ 13. Miscellaneous
258
+
259
+ Without prejudice of Article 9 above, the Licence represents the complete
260
+ agreement between the Parties as to the Work.
261
+
262
+ If any provision of the Licence is invalid or unenforceable under applicable
263
+ law, this will not affect the validity or enforceability of the Licence as a
264
+ whole. Such provision will be construed or reformed so as necessary to make it
265
+ valid and enforceable.
266
+
267
+ The European Commission may publish other linguistic versions or new versions
268
+ of this Licence or updated versions of the Appendix, so far this is required
269
+ and reasonable, without reducing the scope of the rights granted by the
270
+ Licence. New versions of the Licence will be published with a unique version
271
+ number.
272
+
273
+ All linguistic versions of this Licence, approved by the European Commission,
274
+ have identical value. Parties can take advantage of the linguistic version of
275
+ their choice.
276
+
277
+ 14. Jurisdiction
278
+
279
+ Without prejudice to specific agreement between parties,
280
+
281
+ - any litigation resulting from the interpretation of this License, arising
282
+ between the European Union institutions, bodies, offices or agencies, as a
283
+ Licensor, and any Licensee, will be subject to the jurisdiction of the Court
284
+ of Justice of the European Union, as laid down in article 272 of the Treaty
285
+ on the Functioning of the European Union,
286
+
287
+ - any litigation arising between other parties and resulting from the
288
+ interpretation of this License, will be subject to the exclusive
289
+ jurisdiction of the competent court where the Licensor resides or conducts
290
+ its primary business.
291
+
292
+ 15. Applicable Law
293
+
294
+ Without prejudice to specific agreement between parties,
295
+
296
+ - this Licence shall be governed by the law of the European Union Member State
297
+ where the Licensor has his seat, resides or has his registered office,
298
+
299
+ - this licence shall be governed by Belgian law if the Licensor has no seat,
300
+ residence or registered office inside a European Union Member State.
301
+
302
+ Appendix
303
+
304
+ ‘Compatible Licences’ according to Article 5 EUPL are:
305
+
306
+ - GNU General Public License (GPL) v. 2, v. 3
307
+ - GNU Affero General Public License (AGPL) v. 3
308
+ - Open Software License (OSL) v. 2.1, v. 3.0
309
+ - Eclipse Public License (EPL) v. 1.0
310
+ - CeCILL v. 2.0, v. 2.1
311
+ - Mozilla Public Licence (MPL) v. 2
312
+ - GNU Lesser General Public Licence (LGPL) v. 2.1, v. 3
313
+ - Creative Commons Attribution-ShareAlike v. 3.0 Unported (CC BY-SA 3.0) for
314
+ works other than software
315
+ - European Union Public Licence (EUPL) v. 1.1, v. 1.2
316
+ - Québec Free and Open-Source Licence — Reciprocity (LiLiQ-R) or Strong
317
+ Reciprocity (LiLiQ-R+).
318
+
319
+ The European Commission may update this Appendix to later versions of the
320
+ above licences without producing a new version of the EUPL, as long as they
321
+ provide the rights granted in Article 2 of this Licence and protect the
322
+ covered Source Code from exclusive appropriation.
323
+
324
+ All other changes or additions to this Appendix require the production of a
325
+ new EUPL version.
markdown/gfdl-1.3.md ADDED
@@ -0,0 +1,483 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: GNU Free Documentation License v1.3
3
+
4
+ spdx-id: GFDL-1.3
5
+
6
+ description: A copyleft license for software documentation.
7
+
8
+ how: Create a text file (typically named COPYING, as per GNU conventions) in the root of your source code and copy the text of the license into the file.
9
+
10
+ note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice after the title of a licensed document. The boilerplate can be found at the "addendum" part of the license.
11
+
12
+ using:
13
+ GNU LilyPond (Documentation): https://git.savannah.gnu.org/cgit/lilypond.git/tree/COPYING.FDL
14
+ GNU Scientific Library (Documentation): https://git.savannah.gnu.org/cgit/gsl.git/tree/doc/_static/fdl.txt
15
+ Qt (Documentation): https://code.qt.io/cgit/qt/qt.git/tree/LICENSE.FDL
16
+
17
+ permissions:
18
+ - commercial-use
19
+ - modifications
20
+ - distribution
21
+ - private-use
22
+
23
+ conditions:
24
+ - include-copyright
25
+ - disclose-source
26
+ - same-license
27
+ - document-changes
28
+
29
+ limitations:
30
+ - liability
31
+ - warranty
32
+ ---
33
+
34
+ GNU Free Documentation License
35
+ Version 1.3, 3 November 2008
36
+
37
+
38
+ Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
39
+ <https://fsf.org/>
40
+ Everyone is permitted to copy and distribute verbatim copies
41
+ of this license document, but changing it is not allowed.
42
+
43
+ 0. PREAMBLE
44
+
45
+ The purpose of this License is to make a manual, textbook, or other
46
+ functional and useful document "free" in the sense of freedom: to
47
+ assure everyone the effective freedom to copy and redistribute it,
48
+ with or without modifying it, either commercially or noncommercially.
49
+ Secondarily, this License preserves for the author and publisher a way
50
+ to get credit for their work, while not being considered responsible
51
+ for modifications made by others.
52
+
53
+ This License is a kind of "copyleft", which means that derivative
54
+ works of the document must themselves be free in the same sense. It
55
+ complements the GNU General Public License, which is a copyleft
56
+ license designed for free software.
57
+
58
+ We have designed this License in order to use it for manuals for free
59
+ software, because free software needs free documentation: a free
60
+ program should come with manuals providing the same freedoms that the
61
+ software does. But this License is not limited to software manuals;
62
+ it can be used for any textual work, regardless of subject matter or
63
+ whether it is published as a printed book. We recommend this License
64
+ principally for works whose purpose is instruction or reference.
65
+
66
+
67
+ 1. APPLICABILITY AND DEFINITIONS
68
+
69
+ This License applies to any manual or other work, in any medium, that
70
+ contains a notice placed by the copyright holder saying it can be
71
+ distributed under the terms of this License. Such a notice grants a
72
+ world-wide, royalty-free license, unlimited in duration, to use that
73
+ work under the conditions stated herein. The "Document", below,
74
+ refers to any such manual or work. Any member of the public is a
75
+ licensee, and is addressed as "you". You accept the license if you
76
+ copy, modify or distribute the work in a way requiring permission
77
+ under copyright law.
78
+
79
+ A "Modified Version" of the Document means any work containing the
80
+ Document or a portion of it, either copied verbatim, or with
81
+ modifications and/or translated into another language.
82
+
83
+ A "Secondary Section" is a named appendix or a front-matter section of
84
+ the Document that deals exclusively with the relationship of the
85
+ publishers or authors of the Document to the Document's overall
86
+ subject (or to related matters) and contains nothing that could fall
87
+ directly within that overall subject. (Thus, if the Document is in
88
+ part a textbook of mathematics, a Secondary Section may not explain
89
+ any mathematics.) The relationship could be a matter of historical
90
+ connection with the subject or with related matters, or of legal,
91
+ commercial, philosophical, ethical or political position regarding
92
+ them.
93
+
94
+ The "Invariant Sections" are certain Secondary Sections whose titles
95
+ are designated, as being those of Invariant Sections, in the notice
96
+ that says that the Document is released under this License. If a
97
+ section does not fit the above definition of Secondary then it is not
98
+ allowed to be designated as Invariant. The Document may contain zero
99
+ Invariant Sections. If the Document does not identify any Invariant
100
+ Sections then there are none.
101
+
102
+ The "Cover Texts" are certain short passages of text that are listed,
103
+ as Front-Cover Texts or Back-Cover Texts, in the notice that says that
104
+ the Document is released under this License. A Front-Cover Text may
105
+ be at most 5 words, and a Back-Cover Text may be at most 25 words.
106
+
107
+ A "Transparent" copy of the Document means a machine-readable copy,
108
+ represented in a format whose specification is available to the
109
+ general public, that is suitable for revising the document
110
+ straightforwardly with generic text editors or (for images composed of
111
+ pixels) generic paint programs or (for drawings) some widely available
112
+ drawing editor, and that is suitable for input to text formatters or
113
+ for automatic translation to a variety of formats suitable for input
114
+ to text formatters. A copy made in an otherwise Transparent file
115
+ format whose markup, or absence of markup, has been arranged to thwart
116
+ or discourage subsequent modification by readers is not Transparent.
117
+ An image format is not Transparent if used for any substantial amount
118
+ of text. A copy that is not "Transparent" is called "Opaque".
119
+
120
+ Examples of suitable formats for Transparent copies include plain
121
+ ASCII without markup, Texinfo input format, LaTeX input format, SGML
122
+ or XML using a publicly available DTD, and standard-conforming simple
123
+ HTML, PostScript or PDF designed for human modification. Examples of
124
+ transparent image formats include PNG, XCF and JPG. Opaque formats
125
+ include proprietary formats that can be read and edited only by
126
+ proprietary word processors, SGML or XML for which the DTD and/or
127
+ processing tools are not generally available, and the
128
+ machine-generated HTML, PostScript or PDF produced by some word
129
+ processors for output purposes only.
130
+
131
+ The "Title Page" means, for a printed book, the title page itself,
132
+ plus such following pages as are needed to hold, legibly, the material
133
+ this License requires to appear in the title page. For works in
134
+ formats which do not have any title page as such, "Title Page" means
135
+ the text near the most prominent appearance of the work's title,
136
+ preceding the beginning of the body of the text.
137
+
138
+ The "publisher" means any person or entity that distributes copies of
139
+ the Document to the public.
140
+
141
+ A section "Entitled XYZ" means a named subunit of the Document whose
142
+ title either is precisely XYZ or contains XYZ in parentheses following
143
+ text that translates XYZ in another language. (Here XYZ stands for a
144
+ specific section name mentioned below, such as "Acknowledgements",
145
+ "Dedications", "Endorsements", or "History".) To "Preserve the Title"
146
+ of such a section when you modify the Document means that it remains a
147
+ section "Entitled XYZ" according to this definition.
148
+
149
+ The Document may include Warranty Disclaimers next to the notice which
150
+ states that this License applies to the Document. These Warranty
151
+ Disclaimers are considered to be included by reference in this
152
+ License, but only as regards disclaiming warranties: any other
153
+ implication that these Warranty Disclaimers may have is void and has
154
+ no effect on the meaning of this License.
155
+
156
+ 2. VERBATIM COPYING
157
+
158
+ You may copy and distribute the Document in any medium, either
159
+ commercially or noncommercially, provided that this License, the
160
+ copyright notices, and the license notice saying this License applies
161
+ to the Document are reproduced in all copies, and that you add no
162
+ other conditions whatsoever to those of this License. You may not use
163
+ technical measures to obstruct or control the reading or further
164
+ copying of the copies you make or distribute. However, you may accept
165
+ compensation in exchange for copies. If you distribute a large enough
166
+ number of copies you must also follow the conditions in section 3.
167
+
168
+ You may also lend copies, under the same conditions stated above, and
169
+ you may publicly display copies.
170
+
171
+
172
+ 3. COPYING IN QUANTITY
173
+
174
+ If you publish printed copies (or copies in media that commonly have
175
+ printed covers) of the Document, numbering more than 100, and the
176
+ Document's license notice requires Cover Texts, you must enclose the
177
+ copies in covers that carry, clearly and legibly, all these Cover
178
+ Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
179
+ the back cover. Both covers must also clearly and legibly identify
180
+ you as the publisher of these copies. The front cover must present
181
+ the full title with all words of the title equally prominent and
182
+ visible. You may add other material on the covers in addition.
183
+ Copying with changes limited to the covers, as long as they preserve
184
+ the title of the Document and satisfy these conditions, can be treated
185
+ as verbatim copying in other respects.
186
+
187
+ If the required texts for either cover are too voluminous to fit
188
+ legibly, you should put the first ones listed (as many as fit
189
+ reasonably) on the actual cover, and continue the rest onto adjacent
190
+ pages.
191
+
192
+ If you publish or distribute Opaque copies of the Document numbering
193
+ more than 100, you must either include a machine-readable Transparent
194
+ copy along with each Opaque copy, or state in or with each Opaque copy
195
+ a computer-network location from which the general network-using
196
+ public has access to download using public-standard network protocols
197
+ a complete Transparent copy of the Document, free of added material.
198
+ If you use the latter option, you must take reasonably prudent steps,
199
+ when you begin distribution of Opaque copies in quantity, to ensure
200
+ that this Transparent copy will remain thus accessible at the stated
201
+ location until at least one year after the last time you distribute an
202
+ Opaque copy (directly or through your agents or retailers) of that
203
+ edition to the public.
204
+
205
+ It is requested, but not required, that you contact the authors of the
206
+ Document well before redistributing any large number of copies, to
207
+ give them a chance to provide you with an updated version of the
208
+ Document.
209
+
210
+
211
+ 4. MODIFICATIONS
212
+
213
+ You may copy and distribute a Modified Version of the Document under
214
+ the conditions of sections 2 and 3 above, provided that you release
215
+ the Modified Version under precisely this License, with the Modified
216
+ Version filling the role of the Document, thus licensing distribution
217
+ and modification of the Modified Version to whoever possesses a copy
218
+ of it. In addition, you must do these things in the Modified Version:
219
+
220
+ A. Use in the Title Page (and on the covers, if any) a title distinct
221
+ from that of the Document, and from those of previous versions
222
+ (which should, if there were any, be listed in the History section
223
+ of the Document). You may use the same title as a previous version
224
+ if the original publisher of that version gives permission.
225
+ B. List on the Title Page, as authors, one or more persons or entities
226
+ responsible for authorship of the modifications in the Modified
227
+ Version, together with at least five of the principal authors of the
228
+ Document (all of its principal authors, if it has fewer than five),
229
+ unless they release you from this requirement.
230
+ C. State on the Title page the name of the publisher of the
231
+ Modified Version, as the publisher.
232
+ D. Preserve all the copyright notices of the Document.
233
+ E. Add an appropriate copyright notice for your modifications
234
+ adjacent to the other copyright notices.
235
+ F. Include, immediately after the copyright notices, a license notice
236
+ giving the public permission to use the Modified Version under the
237
+ terms of this License, in the form shown in the Addendum below.
238
+ G. Preserve in that license notice the full lists of Invariant Sections
239
+ and required Cover Texts given in the Document's license notice.
240
+ H. Include an unaltered copy of this License.
241
+ I. Preserve the section Entitled "History", Preserve its Title, and add
242
+ to it an item stating at least the title, year, new authors, and
243
+ publisher of the Modified Version as given on the Title Page. If
244
+ there is no section Entitled "History" in the Document, create one
245
+ stating the title, year, authors, and publisher of the Document as
246
+ given on its Title Page, then add an item describing the Modified
247
+ Version as stated in the previous sentence.
248
+ J. Preserve the network location, if any, given in the Document for
249
+ public access to a Transparent copy of the Document, and likewise
250
+ the network locations given in the Document for previous versions
251
+ it was based on. These may be placed in the "History" section.
252
+ You may omit a network location for a work that was published at
253
+ least four years before the Document itself, or if the original
254
+ publisher of the version it refers to gives permission.
255
+ K. For any section Entitled "Acknowledgements" or "Dedications",
256
+ Preserve the Title of the section, and preserve in the section all
257
+ the substance and tone of each of the contributor acknowledgements
258
+ and/or dedications given therein.
259
+ L. Preserve all the Invariant Sections of the Document,
260
+ unaltered in their text and in their titles. Section numbers
261
+ or the equivalent are not considered part of the section titles.
262
+ M. Delete any section Entitled "Endorsements". Such a section
263
+ may not be included in the Modified Version.
264
+ N. Do not retitle any existing section to be Entitled "Endorsements"
265
+ or to conflict in title with any Invariant Section.
266
+ O. Preserve any Warranty Disclaimers.
267
+
268
+ If the Modified Version includes new front-matter sections or
269
+ appendices that qualify as Secondary Sections and contain no material
270
+ copied from the Document, you may at your option designate some or all
271
+ of these sections as invariant. To do this, add their titles to the
272
+ list of Invariant Sections in the Modified Version's license notice.
273
+ These titles must be distinct from any other section titles.
274
+
275
+ You may add a section Entitled "Endorsements", provided it contains
276
+ nothing but endorsements of your Modified Version by various
277
+ parties--for example, statements of peer review or that the text has
278
+ been approved by an organization as the authoritative definition of a
279
+ standard.
280
+
281
+ You may add a passage of up to five words as a Front-Cover Text, and a
282
+ passage of up to 25 words as a Back-Cover Text, to the end of the list
283
+ of Cover Texts in the Modified Version. Only one passage of
284
+ Front-Cover Text and one of Back-Cover Text may be added by (or
285
+ through arrangements made by) any one entity. If the Document already
286
+ includes a cover text for the same cover, previously added by you or
287
+ by arrangement made by the same entity you are acting on behalf of,
288
+ you may not add another; but you may replace the old one, on explicit
289
+ permission from the previous publisher that added the old one.
290
+
291
+ The author(s) and publisher(s) of the Document do not by this License
292
+ give permission to use their names for publicity for or to assert or
293
+ imply endorsement of any Modified Version.
294
+
295
+
296
+ 5. COMBINING DOCUMENTS
297
+
298
+ You may combine the Document with other documents released under this
299
+ License, under the terms defined in section 4 above for modified
300
+ versions, provided that you include in the combination all of the
301
+ Invariant Sections of all of the original documents, unmodified, and
302
+ list them all as Invariant Sections of your combined work in its
303
+ license notice, and that you preserve all their Warranty Disclaimers.
304
+
305
+ The combined work need only contain one copy of this License, and
306
+ multiple identical Invariant Sections may be replaced with a single
307
+ copy. If there are multiple Invariant Sections with the same name but
308
+ different contents, make the title of each such section unique by
309
+ adding at the end of it, in parentheses, the name of the original
310
+ author or publisher of that section if known, or else a unique number.
311
+ Make the same adjustment to the section titles in the list of
312
+ Invariant Sections in the license notice of the combined work.
313
+
314
+ In the combination, you must combine any sections Entitled "History"
315
+ in the various original documents, forming one section Entitled
316
+ "History"; likewise combine any sections Entitled "Acknowledgements",
317
+ and any sections Entitled "Dedications". You must delete all sections
318
+ Entitled "Endorsements".
319
+
320
+
321
+ 6. COLLECTIONS OF DOCUMENTS
322
+
323
+ You may make a collection consisting of the Document and other
324
+ documents released under this License, and replace the individual
325
+ copies of this License in the various documents with a single copy
326
+ that is included in the collection, provided that you follow the rules
327
+ of this License for verbatim copying of each of the documents in all
328
+ other respects.
329
+
330
+ You may extract a single document from such a collection, and
331
+ distribute it individually under this License, provided you insert a
332
+ copy of this License into the extracted document, and follow this
333
+ License in all other respects regarding verbatim copying of that
334
+ document.
335
+
336
+
337
+ 7. AGGREGATION WITH INDEPENDENT WORKS
338
+
339
+ A compilation of the Document or its derivatives with other separate
340
+ and independent documents or works, in or on a volume of a storage or
341
+ distribution medium, is called an "aggregate" if the copyright
342
+ resulting from the compilation is not used to limit the legal rights
343
+ of the compilation's users beyond what the individual works permit.
344
+ When the Document is included in an aggregate, this License does not
345
+ apply to the other works in the aggregate which are not themselves
346
+ derivative works of the Document.
347
+
348
+ If the Cover Text requirement of section 3 is applicable to these
349
+ copies of the Document, then if the Document is less than one half of
350
+ the entire aggregate, the Document's Cover Texts may be placed on
351
+ covers that bracket the Document within the aggregate, or the
352
+ electronic equivalent of covers if the Document is in electronic form.
353
+ Otherwise they must appear on printed covers that bracket the whole
354
+ aggregate.
355
+
356
+
357
+ 8. TRANSLATION
358
+
359
+ Translation is considered a kind of modification, so you may
360
+ distribute translations of the Document under the terms of section 4.
361
+ Replacing Invariant Sections with translations requires special
362
+ permission from their copyright holders, but you may include
363
+ translations of some or all Invariant Sections in addition to the
364
+ original versions of these Invariant Sections. You may include a
365
+ translation of this License, and all the license notices in the
366
+ Document, and any Warranty Disclaimers, provided that you also include
367
+ the original English version of this License and the original versions
368
+ of those notices and disclaimers. In case of a disagreement between
369
+ the translation and the original version of this License or a notice
370
+ or disclaimer, the original version will prevail.
371
+
372
+ If a section in the Document is Entitled "Acknowledgements",
373
+ "Dedications", or "History", the requirement (section 4) to Preserve
374
+ its Title (section 1) will typically require changing the actual
375
+ title.
376
+
377
+
378
+ 9. TERMINATION
379
+
380
+ You may not copy, modify, sublicense, or distribute the Document
381
+ except as expressly provided under this License. Any attempt
382
+ otherwise to copy, modify, sublicense, or distribute it is void, and
383
+ will automatically terminate your rights under this License.
384
+
385
+ However, if you cease all violation of this License, then your license
386
+ from a particular copyright holder is reinstated (a) provisionally,
387
+ unless and until the copyright holder explicitly and finally
388
+ terminates your license, and (b) permanently, if the copyright holder
389
+ fails to notify you of the violation by some reasonable means prior to
390
+ 60 days after the cessation.
391
+
392
+ Moreover, your license from a particular copyright holder is
393
+ reinstated permanently if the copyright holder notifies you of the
394
+ violation by some reasonable means, this is the first time you have
395
+ received notice of violation of this License (for any work) from that
396
+ copyright holder, and you cure the violation prior to 30 days after
397
+ your receipt of the notice.
398
+
399
+ Termination of your rights under this section does not terminate the
400
+ licenses of parties who have received copies or rights from you under
401
+ this License. If your rights have been terminated and not permanently
402
+ reinstated, receipt of a copy of some or all of the same material does
403
+ not give you any rights to use it.
404
+
405
+
406
+ 10. FUTURE REVISIONS OF THIS LICENSE
407
+
408
+ The Free Software Foundation may publish new, revised versions of the
409
+ GNU Free Documentation License from time to time. Such new versions
410
+ will be similar in spirit to the present version, but may differ in
411
+ detail to address new problems or concerns. See
412
+ https://www.gnu.org/licenses/.
413
+
414
+ Each version of the License is given a distinguishing version number.
415
+ If the Document specifies that a particular numbered version of this
416
+ License "or any later version" applies to it, you have the option of
417
+ following the terms and conditions either of that specified version or
418
+ of any later version that has been published (not as a draft) by the
419
+ Free Software Foundation. If the Document does not specify a version
420
+ number of this License, you may choose any version ever published (not
421
+ as a draft) by the Free Software Foundation. If the Document
422
+ specifies that a proxy can decide which future versions of this
423
+ License can be used, that proxy's public statement of acceptance of a
424
+ version permanently authorizes you to choose that version for the
425
+ Document.
426
+
427
+ 11. RELICENSING
428
+
429
+ "Massive Multiauthor Collaboration Site" (or "MMC Site") means any
430
+ World Wide Web server that publishes copyrightable works and also
431
+ provides prominent facilities for anybody to edit those works. A
432
+ public wiki that anybody can edit is an example of such a server. A
433
+ "Massive Multiauthor Collaboration" (or "MMC") contained in the site
434
+ means any set of copyrightable works thus published on the MMC site.
435
+
436
+ "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0
437
+ license published by Creative Commons Corporation, a not-for-profit
438
+ corporation with a principal place of business in San Francisco,
439
+ California, as well as future copyleft versions of that license
440
+ published by that same organization.
441
+
442
+ "Incorporate" means to publish or republish a Document, in whole or in
443
+ part, as part of another Document.
444
+
445
+ An MMC is "eligible for relicensing" if it is licensed under this
446
+ License, and if all works that were first published under this License
447
+ somewhere other than this MMC, and subsequently incorporated in whole or
448
+ in part into the MMC, (1) had no cover texts or invariant sections, and
449
+ (2) were thus incorporated prior to November 1, 2008.
450
+
451
+ The operator of an MMC Site may republish an MMC contained in the site
452
+ under CC-BY-SA on the same site at any time before August 1, 2009,
453
+ provided the MMC is eligible for relicensing.
454
+
455
+
456
+ ADDENDUM: How to use this License for your documents
457
+
458
+ To use this License in a document you have written, include a copy of
459
+ the License in the document and put the following copyright and
460
+ license notices just after the title page:
461
+
462
+ Copyright (c) YEAR YOUR NAME.
463
+ Permission is granted to copy, distribute and/or modify this document
464
+ under the terms of the GNU Free Documentation License, Version 1.3
465
+ or any later version published by the Free Software Foundation;
466
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
467
+ A copy of the license is included in the section entitled "GNU
468
+ Free Documentation License".
469
+
470
+ If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
471
+ replace the "with...Texts." line with this:
472
+
473
+ with the Invariant Sections being LIST THEIR TITLES, with the
474
+ Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
475
+
476
+ If you have Invariant Sections without Cover Texts, or some other
477
+ combination of the three, merge those two alternatives to suit the
478
+ situation.
479
+
480
+ If your document contains nontrivial examples of program code, we
481
+ recommend releasing these examples in parallel under your choice of
482
+ free software license, such as the GNU General Public License,
483
+ to permit their use in free software.
markdown/gpl-2.0.md ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: GNU General Public License v2.0
3
+ spdx-id: GPL-2.0
4
+ nickname: GNU GPLv2
5
+ redirect_from: /licenses/gpl-v2/
6
+ hidden: false
7
+
8
+ description: The GNU GPL is the most widely used free software license and has a strong copyleft requirement. When distributing derived works, the source code of the work must be made available under the same license. There are multiple variants of the GNU GPL, each with different requirements.
9
+
10
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
11
+
12
+ note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.
13
+
14
+ using:
15
+ AliSQL: https://github.com/alibaba/AliSQL/blob/master/COPYING
16
+ Discourse: https://github.com/discourse/discourse/blob/master/LICENSE.txt
17
+ Jellyfin: https://github.com/jellyfin/jellyfin/blob/master/LICENSE
18
+
19
+ permissions:
20
+ - commercial-use
21
+ - modifications
22
+ - distribution
23
+ - private-use
24
+
25
+ conditions:
26
+ - include-copyright
27
+ - document-changes
28
+ - disclose-source
29
+ - same-license
30
+
31
+ limitations:
32
+ - liability
33
+ - warranty
34
+
35
+ ---
36
+
37
+ GNU GENERAL PUBLIC LICENSE
38
+ Version 2, June 1991
39
+
40
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
41
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
42
+ Everyone is permitted to copy and distribute verbatim copies
43
+ of this license document, but changing it is not allowed.
44
+
45
+ Preamble
46
+
47
+ The licenses for most software are designed to take away your
48
+ freedom to share and change it. By contrast, the GNU General Public
49
+ License is intended to guarantee your freedom to share and change free
50
+ software--to make sure the software is free for all its users. This
51
+ General Public License applies to most of the Free Software
52
+ Foundation's software and to any other program whose authors commit to
53
+ using it. (Some other Free Software Foundation software is covered by
54
+ the GNU Lesser General Public License instead.) You can apply it to
55
+ your programs, too.
56
+
57
+ When we speak of free software, we are referring to freedom, not
58
+ price. Our General Public Licenses are designed to make sure that you
59
+ have the freedom to distribute copies of free software (and charge for
60
+ this service if you wish), that you receive source code or can get it
61
+ if you want it, that you can change the software or use pieces of it
62
+ in new free programs; and that you know you can do these things.
63
+
64
+ To protect your rights, we need to make restrictions that forbid
65
+ anyone to deny you these rights or to ask you to surrender the rights.
66
+ These restrictions translate to certain responsibilities for you if you
67
+ distribute copies of the software, or if you modify it.
68
+
69
+ For example, if you distribute copies of such a program, whether
70
+ gratis or for a fee, you must give the recipients all the rights that
71
+ you have. You must make sure that they, too, receive or can get the
72
+ source code. And you must show them these terms so they know their
73
+ rights.
74
+
75
+ We protect your rights with two steps: (1) copyright the software, and
76
+ (2) offer you this license which gives you legal permission to copy,
77
+ distribute and/or modify the software.
78
+
79
+ Also, for each author's protection and ours, we want to make certain
80
+ that everyone understands that there is no warranty for this free
81
+ software. If the software is modified by someone else and passed on, we
82
+ want its recipients to know that what they have is not the original, so
83
+ that any problems introduced by others will not reflect on the original
84
+ authors' reputations.
85
+
86
+ Finally, any free program is threatened constantly by software
87
+ patents. We wish to avoid the danger that redistributors of a free
88
+ program will individually obtain patent licenses, in effect making the
89
+ program proprietary. To prevent this, we have made it clear that any
90
+ patent must be licensed for everyone's free use or not licensed at all.
91
+
92
+ The precise terms and conditions for copying, distribution and
93
+ modification follow.
94
+
95
+ GNU GENERAL PUBLIC LICENSE
96
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
97
+
98
+ 0. This License applies to any program or other work which contains
99
+ a notice placed by the copyright holder saying it may be distributed
100
+ under the terms of this General Public License. The "Program", below,
101
+ refers to any such program or work, and a "work based on the Program"
102
+ means either the Program or any derivative work under copyright law:
103
+ that is to say, a work containing the Program or a portion of it,
104
+ either verbatim or with modifications and/or translated into another
105
+ language. (Hereinafter, translation is included without limitation in
106
+ the term "modification".) Each licensee is addressed as "you".
107
+
108
+ Activities other than copying, distribution and modification are not
109
+ covered by this License; they are outside its scope. The act of
110
+ running the Program is not restricted, and the output from the Program
111
+ is covered only if its contents constitute a work based on the
112
+ Program (independent of having been made by running the Program).
113
+ Whether that is true depends on what the Program does.
114
+
115
+ 1. You may copy and distribute verbatim copies of the Program's
116
+ source code as you receive it, in any medium, provided that you
117
+ conspicuously and appropriately publish on each copy an appropriate
118
+ copyright notice and disclaimer of warranty; keep intact all the
119
+ notices that refer to this License and to the absence of any warranty;
120
+ and give any other recipients of the Program a copy of this License
121
+ along with the Program.
122
+
123
+ You may charge a fee for the physical act of transferring a copy, and
124
+ you may at your option offer warranty protection in exchange for a fee.
125
+
126
+ 2. You may modify your copy or copies of the Program or any portion
127
+ of it, thus forming a work based on the Program, and copy and
128
+ distribute such modifications or work under the terms of Section 1
129
+ above, provided that you also meet all of these conditions:
130
+
131
+ a) You must cause the modified files to carry prominent notices
132
+ stating that you changed the files and the date of any change.
133
+
134
+ b) You must cause any work that you distribute or publish, that in
135
+ whole or in part contains or is derived from the Program or any
136
+ part thereof, to be licensed as a whole at no charge to all third
137
+ parties under the terms of this License.
138
+
139
+ c) If the modified program normally reads commands interactively
140
+ when run, you must cause it, when started running for such
141
+ interactive use in the most ordinary way, to print or display an
142
+ announcement including an appropriate copyright notice and a
143
+ notice that there is no warranty (or else, saying that you provide
144
+ a warranty) and that users may redistribute the program under
145
+ these conditions, and telling the user how to view a copy of this
146
+ License. (Exception: if the Program itself is interactive but
147
+ does not normally print such an announcement, your work based on
148
+ the Program is not required to print an announcement.)
149
+
150
+ These requirements apply to the modified work as a whole. If
151
+ identifiable sections of that work are not derived from the Program,
152
+ and can be reasonably considered independent and separate works in
153
+ themselves, then this License, and its terms, do not apply to those
154
+ sections when you distribute them as separate works. But when you
155
+ distribute the same sections as part of a whole which is a work based
156
+ on the Program, the distribution of the whole must be on the terms of
157
+ this License, whose permissions for other licensees extend to the
158
+ entire whole, and thus to each and every part regardless of who wrote it.
159
+
160
+ Thus, it is not the intent of this section to claim rights or contest
161
+ your rights to work written entirely by you; rather, the intent is to
162
+ exercise the right to control the distribution of derivative or
163
+ collective works based on the Program.
164
+
165
+ In addition, mere aggregation of another work not based on the Program
166
+ with the Program (or with a work based on the Program) on a volume of
167
+ a storage or distribution medium does not bring the other work under
168
+ the scope of this License.
169
+
170
+ 3. You may copy and distribute the Program (or a work based on it,
171
+ under Section 2) in object code or executable form under the terms of
172
+ Sections 1 and 2 above provided that you also do one of the following:
173
+
174
+ a) Accompany it with the complete corresponding machine-readable
175
+ source code, which must be distributed under the terms of Sections
176
+ 1 and 2 above on a medium customarily used for software interchange; or,
177
+
178
+ b) Accompany it with a written offer, valid for at least three
179
+ years, to give any third party, for a charge no more than your
180
+ cost of physically performing source distribution, a complete
181
+ machine-readable copy of the corresponding source code, to be
182
+ distributed under the terms of Sections 1 and 2 above on a medium
183
+ customarily used for software interchange; or,
184
+
185
+ c) Accompany it with the information you received as to the offer
186
+ to distribute corresponding source code. (This alternative is
187
+ allowed only for noncommercial distribution and only if you
188
+ received the program in object code or executable form with such
189
+ an offer, in accord with Subsection b above.)
190
+
191
+ The source code for a work means the preferred form of the work for
192
+ making modifications to it. For an executable work, complete source
193
+ code means all the source code for all modules it contains, plus any
194
+ associated interface definition files, plus the scripts used to
195
+ control compilation and installation of the executable. However, as a
196
+ special exception, the source code distributed need not include
197
+ anything that is normally distributed (in either source or binary
198
+ form) with the major components (compiler, kernel, and so on) of the
199
+ operating system on which the executable runs, unless that component
200
+ itself accompanies the executable.
201
+
202
+ If distribution of executable or object code is made by offering
203
+ access to copy from a designated place, then offering equivalent
204
+ access to copy the source code from the same place counts as
205
+ distribution of the source code, even though third parties are not
206
+ compelled to copy the source along with the object code.
207
+
208
+ 4. You may not copy, modify, sublicense, or distribute the Program
209
+ except as expressly provided under this License. Any attempt
210
+ otherwise to copy, modify, sublicense or distribute the Program is
211
+ void, and will automatically terminate your rights under this License.
212
+ However, parties who have received copies, or rights, from you under
213
+ this License will not have their licenses terminated so long as such
214
+ parties remain in full compliance.
215
+
216
+ 5. You are not required to accept this License, since you have not
217
+ signed it. However, nothing else grants you permission to modify or
218
+ distribute the Program or its derivative works. These actions are
219
+ prohibited by law if you do not accept this License. Therefore, by
220
+ modifying or distributing the Program (or any work based on the
221
+ Program), you indicate your acceptance of this License to do so, and
222
+ all its terms and conditions for copying, distributing or modifying
223
+ the Program or works based on it.
224
+
225
+ 6. Each time you redistribute the Program (or any work based on the
226
+ Program), the recipient automatically receives a license from the
227
+ original licensor to copy, distribute or modify the Program subject to
228
+ these terms and conditions. You may not impose any further
229
+ restrictions on the recipients' exercise of the rights granted herein.
230
+ You are not responsible for enforcing compliance by third parties to
231
+ this License.
232
+
233
+ 7. If, as a consequence of a court judgment or allegation of patent
234
+ infringement or for any other reason (not limited to patent issues),
235
+ conditions are imposed on you (whether by court order, agreement or
236
+ otherwise) that contradict the conditions of this License, they do not
237
+ excuse you from the conditions of this License. If you cannot
238
+ distribute so as to satisfy simultaneously your obligations under this
239
+ License and any other pertinent obligations, then as a consequence you
240
+ may not distribute the Program at all. For example, if a patent
241
+ license would not permit royalty-free redistribution of the Program by
242
+ all those who receive copies directly or indirectly through you, then
243
+ the only way you could satisfy both it and this License would be to
244
+ refrain entirely from distribution of the Program.
245
+
246
+ If any portion of this section is held invalid or unenforceable under
247
+ any particular circumstance, the balance of the section is intended to
248
+ apply and the section as a whole is intended to apply in other
249
+ circumstances.
250
+
251
+ It is not the purpose of this section to induce you to infringe any
252
+ patents or other property right claims or to contest validity of any
253
+ such claims; this section has the sole purpose of protecting the
254
+ integrity of the free software distribution system, which is
255
+ implemented by public license practices. Many people have made
256
+ generous contributions to the wide range of software distributed
257
+ through that system in reliance on consistent application of that
258
+ system; it is up to the author/donor to decide if he or she is willing
259
+ to distribute software through any other system and a licensee cannot
260
+ impose that choice.
261
+
262
+ This section is intended to make thoroughly clear what is believed to
263
+ be a consequence of the rest of this License.
264
+
265
+ 8. If the distribution and/or use of the Program is restricted in
266
+ certain countries either by patents or by copyrighted interfaces, the
267
+ original copyright holder who places the Program under this License
268
+ may add an explicit geographical distribution limitation excluding
269
+ those countries, so that distribution is permitted only in or among
270
+ countries not thus excluded. In such case, this License incorporates
271
+ the limitation as if written in the body of this License.
272
+
273
+ 9. The Free Software Foundation may publish revised and/or new versions
274
+ of the General Public License from time to time. Such new versions will
275
+ be similar in spirit to the present version, but may differ in detail to
276
+ address new problems or concerns.
277
+
278
+ Each version is given a distinguishing version number. If the Program
279
+ specifies a version number of this License which applies to it and "any
280
+ later version", you have the option of following the terms and conditions
281
+ either of that version or of any later version published by the Free
282
+ Software Foundation. If the Program does not specify a version number of
283
+ this License, you may choose any version ever published by the Free Software
284
+ Foundation.
285
+
286
+ 10. If you wish to incorporate parts of the Program into other free
287
+ programs whose distribution conditions are different, write to the author
288
+ to ask for permission. For software which is copyrighted by the Free
289
+ Software Foundation, write to the Free Software Foundation; we sometimes
290
+ make exceptions for this. Our decision will be guided by the two goals
291
+ of preserving the free status of all derivatives of our free software and
292
+ of promoting the sharing and reuse of software generally.
293
+
294
+ NO WARRANTY
295
+
296
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
297
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
298
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
299
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
300
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
301
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
302
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
303
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
304
+ REPAIR OR CORRECTION.
305
+
306
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
307
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
308
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
309
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
310
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
311
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
312
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
313
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
314
+ POSSIBILITY OF SUCH DAMAGES.
315
+
316
+ END OF TERMS AND CONDITIONS
317
+
318
+ How to Apply These Terms to Your New Programs
319
+
320
+ If you develop a new program, and you want it to be of the greatest
321
+ possible use to the public, the best way to achieve this is to make it
322
+ free software which everyone can redistribute and change under these terms.
323
+
324
+ To do so, attach the following notices to the program. It is safest
325
+ to attach them to the start of each source file to most effectively
326
+ convey the exclusion of warranty; and each file should have at least
327
+ the "copyright" line and a pointer to where the full notice is found.
328
+
329
+ <one line to give the program's name and a brief idea of what it does.>
330
+ Copyright (C) <year> <name of author>
331
+
332
+ This program is free software; you can redistribute it and/or modify
333
+ it under the terms of the GNU General Public License as published by
334
+ the Free Software Foundation; either version 2 of the License, or
335
+ (at your option) any later version.
336
+
337
+ This program is distributed in the hope that it will be useful,
338
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
339
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
340
+ GNU General Public License for more details.
341
+
342
+ You should have received a copy of the GNU General Public License along
343
+ with this program; if not, write to the Free Software Foundation, Inc.,
344
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
345
+
346
+ Also add information on how to contact you by electronic and paper mail.
347
+
348
+ If the program is interactive, make it output a short notice like this
349
+ when it starts in an interactive mode:
350
+
351
+ Gnomovision version 69, Copyright (C) year name of author
352
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
353
+ This is free software, and you are welcome to redistribute it
354
+ under certain conditions; type `show c' for details.
355
+
356
+ The hypothetical commands `show w' and `show c' should show the appropriate
357
+ parts of the General Public License. Of course, the commands you use may
358
+ be called something other than `show w' and `show c'; they could even be
359
+ mouse-clicks or menu items--whatever suits your program.
360
+
361
+ You should also get your employer (if you work as a programmer) or your
362
+ school, if any, to sign a "copyright disclaimer" for the program, if
363
+ necessary. Here is a sample; alter the names:
364
+
365
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
366
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
367
+
368
+ <signature of Ty Coon>, 1 April 1989
369
+ Ty Coon, President of Vice
370
+
371
+ This General Public License does not permit incorporating your program into
372
+ proprietary programs. If your program is a subroutine library, you may
373
+ consider it more useful to permit linking proprietary applications with the
374
+ library. If this is what you want to do, use the GNU Lesser General
375
+ Public License instead of this License.
markdown/gpl-3.0.md ADDED
@@ -0,0 +1,712 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: GNU General Public License v3.0
3
+ spdx-id: GPL-3.0
4
+ nickname: GNU GPLv3
5
+ redirect_from: /licenses/gpl-v3/
6
+ featured: true
7
+ hidden: false
8
+
9
+ description: Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.
10
+
11
+ how: Create a text file (typically named COPYING, as per GNU conventions) in the root of your source code and copy the text of the license into the file.
12
+
13
+ note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.
14
+
15
+ using:
16
+ Ansible: https://github.com/ansible/ansible/blob/devel/COPYING
17
+ Bash: https://git.savannah.gnu.org/cgit/bash.git/tree/COPYING
18
+ GIMP: https://git.gnome.org/browse/gimp/tree/COPYING
19
+
20
+ permissions:
21
+ - commercial-use
22
+ - modifications
23
+ - distribution
24
+ - patent-use
25
+ - private-use
26
+
27
+ conditions:
28
+ - include-copyright
29
+ - document-changes
30
+ - disclose-source
31
+ - same-license
32
+
33
+ limitations:
34
+ - liability
35
+ - warranty
36
+
37
+ ---
38
+
39
+ GNU GENERAL PUBLIC LICENSE
40
+ Version 3, 29 June 2007
41
+
42
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
43
+ Everyone is permitted to copy and distribute verbatim copies
44
+ of this license document, but changing it is not allowed.
45
+
46
+ Preamble
47
+
48
+ The GNU General Public License is a free, copyleft license for
49
+ software and other kinds of works.
50
+
51
+ The licenses for most software and other practical works are designed
52
+ to take away your freedom to share and change the works. By contrast,
53
+ the GNU General Public License is intended to guarantee your freedom to
54
+ share and change all versions of a program--to make sure it remains free
55
+ software for all its users. We, the Free Software Foundation, use the
56
+ GNU General Public License for most of our software; it applies also to
57
+ any other work released this way by its authors. You can apply it to
58
+ your programs, too.
59
+
60
+ When we speak of free software, we are referring to freedom, not
61
+ price. Our General Public Licenses are designed to make sure that you
62
+ have the freedom to distribute copies of free software (and charge for