julien-c HF staff commited on
Commit
20edaed
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
63
+ them if you wish), that you receive source code or can get it if you
64
+ want it, that you can change the software or use pieces of it in new
65
+ free programs, and that you know you can do these things.
66
+
67
+ To protect your rights, we need to prevent others from denying you
68
+ these rights or asking you to surrender the rights. Therefore, you have
69
+ certain responsibilities if you distribute copies of the software, or if
70
+ you modify it: responsibilities to respect the freedom of others.
71
+
72
+ For example, if you distribute copies of such a program, whether
73
+ gratis or for a fee, you must pass on to the recipients the same
74
+ freedoms that you received. You must make sure that they, too, receive
75
+ or can get the source code. And you must show them these terms so they
76
+ know their rights.
77
+
78
+ Developers that use the GNU GPL protect your rights with two steps:
79
+ (1) assert copyright on the software, and (2) offer you this License
80
+ giving you legal permission to copy, distribute and/or modify it.
81
+
82
+ For the developers' and authors' protection, the GPL clearly explains
83
+ that there is no warranty for this free software. For both users' and
84
+ authors' sake, the GPL requires that modified versions be marked as
85
+ changed, so that their problems will not be attributed erroneously to
86
+ authors of previous versions.
87
+
88
+ Some devices are designed to deny users access to install or run
89
+ modified versions of the software inside them, although the manufacturer
90
+ can do so. This is fundamentally incompatible with the aim of
91
+ protecting users' freedom to change the software. The systematic
92
+ pattern of such abuse occurs in the area of products for individuals to
93
+ use, which is precisely where it is most unacceptable. Therefore, we
94
+ have designed this version of the GPL to prohibit the practice for those
95
+ products. If such problems arise substantially in other domains, we
96
+ stand ready to extend this provision to those domains in future versions
97
+ of the GPL, as needed to protect the freedom of users.
98
+
99
+ Finally, every program is threatened constantly by software patents.
100
+ States should not allow patents to restrict development and use of
101
+ software on general-purpose computers, but in those that do, we wish to
102
+ avoid the special danger that patents applied to a free program could
103
+ make it effectively proprietary. To prevent this, the GPL assures that
104
+ patents cannot be used to render the program non-free.
105
+
106
+ The precise terms and conditions for copying, distribution and
107
+ modification follow.
108
+
109
+ TERMS AND CONDITIONS
110
+
111
+ 0. Definitions.
112
+
113
+ "This License" refers to version 3 of the GNU General Public License.
114
+
115
+ "Copyright" also means copyright-like laws that apply to other kinds of
116
+ works, such as semiconductor masks.
117
+
118
+ "The Program" refers to any copyrightable work licensed under this
119
+ License. Each licensee is addressed as "you". "Licensees" and
120
+ "recipients" may be individuals or organizations.
121
+
122
+ To "modify" a work means to copy from or adapt all or part of the work
123
+ in a fashion requiring copyright permission, other than the making of an
124
+ exact copy. The resulting work is called a "modified version" of the
125
+ earlier work or a work "based on" the earlier work.
126
+
127
+ A "covered work" means either the unmodified Program or a work based
128
+ on the Program.
129
+
130
+ To "propagate" a work means to do anything with it that, without
131
+ permission, would make you directly or secondarily liable for
132
+ infringement under applicable copyright law, except executing it on a
133
+ computer or modifying a private copy. Propagation includes copying,
134
+ distribution (with or without modification), making available to the
135
+ public, and in some countries other activities as well.
136
+
137
+ To "convey" a work means any kind of propagation that enables other
138
+ parties to make or receive copies. Mere interaction with a user through
139
+ a computer network, with no transfer of a copy, is not conveying.
140
+
141
+ An interactive user interface displays "Appropriate Legal Notices"
142
+ to the extent that it includes a convenient and prominently visible
143
+ feature that (1) displays an appropriate copyright notice, and (2)
144
+ tells the user that there is no warranty for the work (except to the
145
+ extent that warranties are provided), that licensees may convey the
146
+ work under this License, and how to view a copy of this License. If
147
+ the interface presents a list of user commands or options, such as a
148
+ menu, a prominent item in the list meets this criterion.
149
+
150
+ 1. Source Code.
151
+
152
+ The "source code" for a work means the preferred form of the work
153
+ for making modifications to it. "Object code" means any non-source
154
+ form of a work.
155
+
156
+ A "Standard Interface" means an interface that either is an official
157
+ standard defined by a recognized standards body, or, in the case of
158
+ interfaces specified for a particular programming language, one that
159
+ is widely used among developers working in that language.
160
+
161
+ The "System Libraries" of an executable work include anything, other
162
+ than the work as a whole, that (a) is included in the normal form of
163
+ packaging a Major Component, but which is not part of that Major
164
+ Component, and (b) serves only to enable use of the work with that
165
+ Major Component, or to implement a Standard Interface for which an
166
+ implementation is available to the public in source code form. A
167
+ "Major Component", in this context, means a major essential component
168
+ (kernel, window system, and so on) of the specific operating system
169
+ (if any) on which the executable work runs, or a compiler used to
170
+ produce the work, or an object code interpreter used to run it.
171
+
172
+ The "Corresponding Source" for a work in object code form means all
173
+ the source code needed to generate, install, and (for an executable
174
+ work) run the object code and to modify the work, including scripts to
175
+ control those activities. However, it does not include the work's
176
+ System Libraries, or general-purpose tools or generally available free
177
+ programs which are used unmodified in performing those activities but
178
+ which are not part of the work. For example, Corresponding Source
179
+ includes interface definition files associated with source files for
180
+ the work, and the source code for shared libraries and dynamically
181
+ linked subprograms that the work is specifically designed to require,
182
+ such as by intimate data communication or control flow between those
183
+ subprograms and other parts of the work.
184
+
185
+ The Corresponding Source need not include anything that users
186
+ can regenerate automatically from other parts of the Corresponding
187
+ Source.
188
+
189
+ The Corresponding Source for a work in source code form is that
190
+ same work.
191
+
192
+ 2. Basic Permissions.
193
+
194
+ All rights granted under this License are granted for the term of
195
+ copyright on the Program, and are irrevocable provided the stated
196
+ conditions are met. This License explicitly affirms your unlimited
197
+ permission to run the unmodified Program. The output from running a
198
+ covered work is covered by this License only if the output, given its
199
+ content, constitutes a covered work. This License acknowledges your
200
+ rights of fair use or other equivalent, as provided by copyright law.
201
+
202
+ You may make, run and propagate covered works that you do not
203
+ convey, without conditions so long as your license otherwise remains
204
+ in force. You may convey covered works to others for the sole purpose
205
+ of having them make modifications exclusively for you, or provide you
206
+ with facilities for running those works, provided that you comply with
207
+ the terms of this License in conveying all material for which you do
208
+ not control copyright. Those thus making or running the covered works
209
+ for you must do so exclusively on your behalf, under your direction
210
+ and control, on terms that prohibit them from making any copies of
211
+ your copyrighted material outside their relationship with you.
212
+
213
+ Conveying under any other circumstances is permitted solely under
214
+ the conditions stated below. Sublicensing is not allowed; section 10
215
+ makes it unnecessary.
216
+
217
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
218
+
219
+ No covered work shall be deemed part of an effective technological
220
+ measure under any applicable law fulfilling obligations under article
221
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
222
+ similar laws prohibiting or restricting circumvention of such
223
+ measures.
224
+
225
+ When you convey a covered work, you waive any legal power to forbid
226
+ circumvention of technological measures to the extent such circumvention
227
+ is effected by exercising rights under this License with respect to
228
+ the covered work, and you disclaim any intention to limit operation or
229
+ modification of the work as a means of enforcing, against the work's
230
+ users, your or third parties' legal rights to forbid circumvention of
231
+ technological measures.
232
+
233
+ 4. Conveying Verbatim Copies.
234
+
235
+ You may convey verbatim copies of the Program's source code as you
236
+ receive it, in any medium, provided that you conspicuously and
237
+ appropriately publish on each copy an appropriate copyright notice;
238
+ keep intact all notices stating that this License and any
239
+ non-permissive terms added in accord with section 7 apply to the code;
240
+ keep intact all notices of the absence of any warranty; and give all
241
+ recipients a copy of this License along with the Program.
242
+
243
+ You may charge any price or no price for each copy that you convey,
244
+ and you may offer support or warranty protection for a fee.
245
+
246
+ 5. Conveying Modified Source Versions.
247
+
248
+ You may convey a work based on the Program, or the modifications to
249
+ produce it from the Program, in the form of source code under the
250
+ terms of section 4, provided that you also meet all of these conditions:
251
+
252
+ a) The work must carry prominent notices stating that you modified
253
+ it, and giving a relevant date.
254
+
255
+ b) The work must carry prominent notices stating that it is
256
+ released under this License and any conditions added under section
257
+ 7. This requirement modifies the requirement in section 4 to
258
+ "keep intact all notices".
259
+
260
+ c) You must license the entire work, as a whole, under this
261
+ License to anyone who comes into possession of a copy. This
262
+ License will therefore apply, along with any applicable section 7
263
+ additional terms, to the whole of the work, and all its parts,
264
+ regardless of how they are packaged. This License gives no
265
+ permission to license the work in any other way, but it does not
266
+ invalidate such permission if you have separately received it.
267
+
268
+ d) If the work has interactive user interfaces, each must display
269
+ Appropriate Legal Notices; however, if the Program has interactive
270
+ interfaces that do not display Appropriate Legal Notices, your
271
+ work need not make them do so.
272
+
273
+ A compilation of a covered work with other separate and independent
274
+ works, which are not by their nature extensions of the covered work,
275
+ and which are not combined with it such as to form a larger program,
276
+ in or on a volume of a storage or distribution medium, is called an
277
+ "aggregate" if the compilation and its resulting copyright are not
278
+ used to limit the access or legal rights of the compilation's users
279
+ beyond what the individual works permit. Inclusion of a covered work
280
+ in an aggregate does not cause this License to apply to the other
281
+ parts of the aggregate.
282
+
283
+ 6. Conveying Non-Source Forms.
284
+
285
+ You may convey a covered work in object code form under the terms
286
+ of sections 4 and 5, provided that you also convey the
287
+ machine-readable Corresponding Source under the terms of this License,
288
+ in one of these ways:
289
+
290
+ a) Convey the object code in, or embodied in, a physical product
291
+ (including a physical distribution medium), accompanied by the
292
+ Corresponding Source fixed on a durable physical medium
293
+ customarily used for software interchange.
294
+
295
+ b) Convey the object code in, or embodied in, a physical product
296
+ (including a physical distribution medium), accompanied by a
297
+ written offer, valid for at least three years and valid for as
298
+ long as you offer spare parts or customer support for that product
299
+ model, to give anyone who possesses the object code either (1) a
300
+ copy of the Corresponding Source for all the software in the
301
+ product that is covered by this License, on a durable physical
302
+ medium customarily used for software interchange, for a price no
303
+ more than your reasonable cost of physically performing this
304
+ conveying of source, or (2) access to copy the
305
+ Corresponding Source from a network server at no charge.
306
+
307
+ c) Convey individual copies of the object code with a copy of the
308
+ written offer to provide the Corresponding Source. This
309
+ alternative is allowed only occasionally and noncommercially, and
310
+ only if you received the object code with such an offer, in accord
311
+ with subsection 6b.
312
+
313
+ d) Convey the object code by offering access from a designated
314
+ place (gratis or for a charge), and offer equivalent access to the
315
+ Corresponding Source in the same way through the same place at no
316
+ further charge. You need not require recipients to copy the
317
+ Corresponding Source along with the object code. If the place to
318
+ copy the object code is a network server, the Corresponding Source
319
+ may be on a different server (operated by you or a third party)
320
+ that supports equivalent copying facilities, provided you maintain
321
+ clear directions next to the object code saying where to find the
322
+ Corresponding Source. Regardless of what server hosts the
323
+ Corresponding Source, you remain obligated to ensure that it is
324
+ available for as long as needed to satisfy these requirements.
325
+
326
+ e) Convey the object code using peer-to-peer transmission, provided
327
+ you inform other peers where the object code and Corresponding
328
+ Source of the work are being offered to the general public at no
329
+ charge under subsection 6d.
330
+
331
+ A separable portion of the object code, whose source code is excluded
332
+ from the Corresponding Source as a System Library, need not be
333
+ included in conveying the object code work.
334
+
335
+ A "User Product" is either (1) a "consumer product", which means any
336
+ tangible personal property which is normally used for personal, family,
337
+ or household purposes, or (2) anything designed or sold for incorporation
338
+ into a dwelling. In determining whether a product is a consumer product,
339
+ doubtful cases shall be resolved in favor of coverage. For a particular
340
+ product received by a particular user, "normally used" refers to a
341
+ typical or common use of that class of product, regardless of the status
342
+ of the particular user or of the way in which the particular user
343
+ actually uses, or expects or is expected to use, the product. A product
344
+ is a consumer product regardless of whether the product has substantial
345
+ commercial, industrial or non-consumer uses, unless such uses represent
346
+ the only significant mode of use of the product.
347
+
348
+ "Installation Information" for a User Product means any methods,
349
+ procedures, authorization keys, or other information required to install
350
+ and execute modified versions of a covered work in that User Product from
351
+ a modified version of its Corresponding Source. The information must
352
+ suffice to ensure that the continued functioning of the modified object
353
+ code is in no case prevented or interfered with solely because
354
+ modification has been made.
355
+
356
+ If you convey an object code work under this section in, or with, or
357
+ specifically for use in, a User Product, and the conveying occurs as
358
+ part of a transaction in which the right of possession and use of the
359
+ User Product is transferred to the recipient in perpetuity or for a
360
+ fixed term (regardless of how the transaction is characterized), the
361
+ Corresponding Source conveyed under this section must be accompanied
362
+ by the Installation Information. But this requirement does not apply
363
+ if neither you nor any third party retains the ability to install
364
+ modified object code on the User Product (for example, the work has
365
+ been installed in ROM).
366
+
367
+ The requirement to provide Installation Information does not include a
368
+ requirement to continue to provide support service, warranty, or updates
369
+ for a work that has been modified or installed by the recipient, or for
370
+ the User Product in which it has been modified or installed. Access to a
371
+ network may be denied when the modification itself materially and
372
+ adversely affects the operation of the network or violates the rules and
373
+ protocols for communication across the network.
374
+
375
+ Corresponding Source conveyed, and Installation Information provided,
376
+ in accord with this section must be in a format that is publicly
377
+ documented (and with an implementation available to the public in
378
+ source code form), and must require no special password or key for
379
+ unpacking, reading or copying.
380
+
381
+ 7. Additional Terms.
382
+
383
+ "Additional permissions" are terms that supplement the terms of this
384
+ License by making exceptions from one or more of its conditions.
385
+ Additional permissions that are applicable to the entire Program shall
386
+ be treated as though they were included in this License, to the extent
387
+ that they are valid under applicable law. If additional permissions
388
+ apply only to part of the Program, that part may be used separately
389
+ under those permissions, but the entire Program remains governed by
390
+ this License without regard to the additional permissions.
391
+
392
+ When you convey a copy of a covered work, you may at your option
393
+ remove any additional permissions from that copy, or from any part of
394
+ it. (Additional permissions may be written to require their own
395
+ removal in certain cases when you modify the work.) You may place
396
+ additional permissions on material, added by you to a covered work,
397
+ for which you have or can give appropriate copyright permission.
398
+
399
+ Notwithstanding any other provision of this License, for material you
400
+ add to a covered work, you may (if authorized by the copyright holders of
401
+ that material) supplement the terms of this License with terms:
402
+
403
+ a) Disclaiming warranty or limiting liability differently from the
404
+ terms of sections 15 and 16 of this License; or
405
+
406
+ b) Requiring preservation of specified reasonable legal notices or
407
+ author attributions in that material or in the Appropriate Legal
408
+ Notices displayed by works containing it; or
409
+
410
+ c) Prohibiting misrepresentation of the origin of that material, or
411
+ requiring that modified versions of such material be marked in
412
+ reasonable ways as different from the original version; or
413
+
414
+ d) Limiting the use for publicity purposes of names of licensors or
415
+ authors of the material; or
416
+
417
+ e) Declining to grant rights under trademark law for use of some
418
+ trade names, trademarks, or service marks; or
419
+
420
+ f) Requiring indemnification of licensors and authors of that
421
+ material by anyone who conveys the material (or modified versions of
422
+ it) with contractual assumptions of liability to the recipient, for
423
+ any liability that these contractual assumptions directly impose on
424
+ those licensors and authors.
425
+
426
+ All other non-permissive additional terms are considered "further
427
+ restrictions" within the meaning of section 10. If the Program as you
428
+ received it, or any part of it, contains a notice stating that it is
429
+ governed by this License along with a term that is a further
430
+ restriction, you may remove that term. If a license document contains
431
+ a further restriction but permits relicensing or conveying under this
432
+ License, you may add to a covered work material governed by the terms
433
+ of that license document, provided that the further restriction does
434
+ not survive such relicensing or conveying.
435
+
436
+ If you add terms to a covered work in accord with this section, you
437
+ must place, in the relevant source files, a statement of the
438
+ additional terms that apply to those files, or a notice indicating
439
+ where to find the applicable terms.
440
+
441
+ Additional terms, permissive or non-permissive, may be stated in the
442
+ form of a separately written license, or stated as exceptions;
443
+ the above requirements apply either way.
444
+
445
+ 8. Termination.
446
+
447
+ You may not propagate or modify a covered work except as expressly
448
+ provided under this License. Any attempt otherwise to propagate or
449
+ modify it is void, and will automatically terminate your rights under
450
+ this License (including any patent licenses granted under the third
451
+ paragraph of section 11).
452
+
453
+ However, if you cease all violation of this License, then your
454
+ license from a particular copyright holder is reinstated (a)
455
+ provisionally, unless and until the copyright holder explicitly and
456
+ finally terminates your license, and (b) permanently, if the copyright
457
+ holder fails to notify you of the violation by some reasonable means
458
+ prior to 60 days after the cessation.
459
+
460
+ Moreover, your license from a particular copyright holder is
461
+ reinstated permanently if the copyright holder notifies you of the
462
+ violation by some reasonable means, this is the first time you have
463
+ received notice of violation of this License (for any work) from that
464
+ copyright holder, and you cure the violation prior to 30 days after
465
+ your receipt of the notice.
466
+
467
+ Termination of your rights under this section does not terminate the
468
+ licenses of parties who have received copies or rights from you under
469
+ this License. If your rights have been terminated and not permanently
470
+ reinstated, you do not qualify to receive new licenses for the same
471
+ material under section 10.
472
+
473
+ 9. Acceptance Not Required for Having Copies.
474
+
475
+ You are not required to accept this License in order to receive or
476
+ run a copy of the Program. Ancillary propagation of a covered work
477
+ occurring solely as a consequence of using peer-to-peer transmission
478
+ to receive a copy likewise does not require acceptance. However,
479
+ nothing other than this License grants you permission to propagate or
480
+ modify any covered work. These actions infringe copyright if you do
481
+ not accept this License. Therefore, by modifying or propagating a
482
+ covered work, you indicate your acceptance of this License to do so.
483
+
484
+ 10. Automatic Licensing of Downstream Recipients.
485
+
486
+ Each time you convey a covered work, the recipient automatically
487
+ receives a license from the original licensors, to run, modify and
488
+ propagate that work, subject to this License. You are not responsible
489
+ for enforcing compliance by third parties with this License.
490
+
491
+ An "entity transaction" is a transaction transferring control of an
492
+ organization, or substantially all assets of one, or subdividing an
493
+ organization, or merging organizations. If propagation of a covered
494
+ work results from an entity transaction, each party to that
495
+ transaction who receives a copy of the work also receives whatever
496
+ licenses to the work the party's predecessor in interest had or could
497
+ give under the previous paragraph, plus a right to possession of the
498
+ Corresponding Source of the work from the predecessor in interest, if
499
+ the predecessor has it or can get it with reasonable efforts.
500
+
501
+ You may not impose any further restrictions on the exercise of the
502
+ rights granted or affirmed under this License. For example, you may
503
+ not impose a license fee, royalty, or other charge for exercise of
504
+ rights granted under this License, and you may not initiate litigation
505
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
506
+ any patent claim is infringed by making, using, selling, offering for
507
+ sale, or importing the Program or any portion of it.
508
+
509
+ 11. Patents.
510
+
511
+ A "contributor" is a copyright holder who authorizes use under this
512
+ License of the Program or a work on which the Program is based. The
513
+ work thus licensed is called the contributor's "contributor version".
514
+
515
+ A contributor's "essential patent claims" are all patent claims
516
+ owned or controlled by the contributor, whether already acquired or
517
+ hereafter acquired, that would be infringed by some manner, permitted
518
+ by this License, of making, using, or selling its contributor version,
519
+ but do not include claims that would be infringed only as a
520
+ consequence of further modification of the contributor version. For
521
+ purposes of this definition, "control" includes the right to grant
522
+ patent sublicenses in a manner consistent with the requirements of
523
+ this License.
524
+
525
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
526
+ patent license under the contributor's essential patent claims, to
527
+ make, use, sell, offer for sale, import and otherwise run, modify and
528
+ propagate the contents of its contributor version.
529
+
530
+ In the following three paragraphs, a "patent license" is any express
531
+ agreement or commitment, however denominated, not to enforce a patent
532
+ (such as an express permission to practice a patent or covenant not to
533
+ sue for patent infringement). To "grant" such a patent license to a
534
+ party means to make such an agreement or commitment not to enforce a
535
+ patent against the party.
536
+
537
+ If you convey a covered work, knowingly relying on a patent license,
538
+ and the Corresponding Source of the work is not available for anyone
539
+ to copy, free of charge and under the terms of this License, through a
540
+ publicly available network server or other readily accessible means,
541
+ then you must either (1) cause the Corresponding Source to be so
542
+ available, or (2) arrange to deprive yourself of the benefit of the
543
+ patent license for this particular work, or (3) arrange, in a manner
544
+ consistent with the requirements of this License, to extend the patent
545
+ license to downstream recipients. "Knowingly relying" means you have
546
+ actual knowledge that, but for the patent license, your conveying the
547
+ covered work in a country, or your recipient's use of the covered work
548
+ in a country, would infringe one or more identifiable patents in that
549
+ country that you have reason to believe are valid.
550
+
551
+ If, pursuant to or in connection with a single transaction or
552
+ arrangement, you convey, or propagate by procuring conveyance of, a
553
+ covered work, and grant a patent license to some of the parties
554
+ receiving the covered work authorizing them to use, propagate, modify
555
+ or convey a specific copy of the covered work, then the patent license
556
+ you grant is automatically extended to all recipients of the covered
557
+ work and works based on it.
558
+
559
+ A patent license is "discriminatory" if it does not include within
560
+ the scope of its coverage, prohibits the exercise of, or is
561
+ conditioned on the non-exercise of one or more of the rights that are
562
+ specifically granted under this License. You may not convey a covered
563
+ work if you are a party to an arrangement with a third party that is
564
+ in the business of distributing software, under which you make payment
565
+ to the third party based on the extent of your activity of conveying
566
+ the work, and under which the third party grants, to any of the
567
+ parties who would receive the covered work from you, a discriminatory
568
+ patent license (a) in connection with copies of the covered work
569
+ conveyed by you (or copies made from those copies), or (b) primarily
570
+ for and in connection with specific products or compilations that
571
+ contain the covered work, unless you entered into that arrangement,
572
+ or that patent license was granted, prior to 28 March 2007.
573
+
574
+ Nothing in this License shall be construed as excluding or limiting
575
+ any implied license or other defenses to infringement that may
576
+ otherwise be available to you under applicable patent law.
577
+
578
+ 12. No Surrender of Others' Freedom.
579
+
580
+ If conditions are imposed on you (whether by court order, agreement or
581
+ otherwise) that contradict the conditions of this License, they do not
582
+ excuse you from the conditions of this License. If you cannot convey a
583
+ covered work so as to satisfy simultaneously your obligations under this
584
+ License and any other pertinent obligations, then as a consequence you may
585
+ not convey it at all. For example, if you agree to terms that obligate you
586
+ to collect a royalty for further conveying from those to whom you convey
587
+ the Program, the only way you could satisfy both those terms and this
588
+ License would be to refrain entirely from conveying the Program.
589
+
590
+ 13. Use with the GNU Affero General Public License.
591
+
592
+ Notwithstanding any other provision of this License, you have
593
+ permission to link or combine any covered work with a work licensed
594
+ under version 3 of the GNU Affero General Public License into a single
595
+ combined work, and to convey the resulting work. The terms of this
596
+ License will continue to apply to the part which is the covered work,
597
+ but the special requirements of the GNU Affero General Public License,
598
+ section 13, concerning interaction through a network will apply to the
599
+ combination as such.
600
+
601
+ 14. Revised Versions of this License.
602
+
603
+ The Free Software Foundation may publish revised and/or new versions of
604
+ the GNU General Public License from time to time. Such new versions will
605
+ be similar in spirit to the present version, but may differ in detail to
606
+ address new problems or concerns.
607
+
608
+ Each version is given a distinguishing version number. If the
609
+ Program specifies that a certain numbered version of the GNU General
610
+ Public License "or any later version" applies to it, you have the
611
+ option of following the terms and conditions either of that numbered
612
+ version or of any later version published by the Free Software
613
+ Foundation. If the Program does not specify a version number of the
614
+ GNU General Public License, you may choose any version ever published
615
+ by the Free Software Foundation.
616
+
617
+ If the Program specifies that a proxy can decide which future
618
+ versions of the GNU General Public License can be used, that proxy's
619
+ public statement of acceptance of a version permanently authorizes you
620
+ to choose that version for the Program.
621
+
622
+ Later license versions may give you additional or different
623
+ permissions. However, no additional obligations are imposed on any
624
+ author or copyright holder as a result of your choosing to follow a
625
+ later version.
626
+
627
+ 15. Disclaimer of Warranty.
628
+
629
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
630
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
631
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
632
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
633
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
634
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
635
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
636
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
637
+
638
+ 16. Limitation of Liability.
639
+
640
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
641
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
642
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
643
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
644
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
645
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
646
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
647
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
648
+ SUCH DAMAGES.
649
+
650
+ 17. Interpretation of Sections 15 and 16.
651
+
652
+ If the disclaimer of warranty and limitation of liability provided
653
+ above cannot be given local legal effect according to their terms,
654
+ reviewing courts shall apply local law that most closely approximates
655
+ an absolute waiver of all civil liability in connection with the
656
+ Program, unless a warranty or assumption of liability accompanies a
657
+ copy of the Program in return for a fee.
658
+
659
+ END OF TERMS AND CONDITIONS
660
+
661
+ How to Apply These Terms to Your New Programs
662
+
663
+ If you develop a new program, and you want it to be of the greatest
664
+ possible use to the public, the best way to achieve this is to make it
665
+ free software which everyone can redistribute and change under these terms.
666
+
667
+ To do so, attach the following notices to the program. It is safest
668
+ to attach them to the start of each source file to most effectively
669
+ state the exclusion of warranty; and each file should have at least
670
+ the "copyright" line and a pointer to where the full notice is found.
671
+
672
+ <one line to give the program's name and a brief idea of what it does.>
673
+ Copyright (C) <year> <name of author>
674
+
675
+ This program is free software: you can redistribute it and/or modify
676
+ it under the terms of the GNU General Public License as published by
677
+ the Free Software Foundation, either version 3 of the License, or
678
+ (at your option) any later version.
679
+
680
+ This program is distributed in the hope that it will be useful,
681
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
682
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
683
+ GNU General Public License for more details.
684
+
685
+ You should have received a copy of the GNU General Public License
686
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
687
+
688
+ Also add information on how to contact you by electronic and paper mail.
689
+
690
+ If the program does terminal interaction, make it output a short
691
+ notice like this when it starts in an interactive mode:
692
+
693
+ <program> Copyright (C) <year> <name of author>
694
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
695
+ This is free software, and you are welcome to redistribute it
696
+ under certain conditions; type `show c' for details.
697
+
698
+ The hypothetical commands `show w' and `show c' should show the appropriate
699
+ parts of the General Public License. Of course, your program's commands
700
+ might be different; for a GUI interface, you would use an "about box".
701
+
702
+ You should also get your employer (if you work as a programmer) or school,
703
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
704
+ For more information on this, and how to apply and follow the GNU GPL, see
705
+ <https://www.gnu.org/licenses/>.
706
+
707
+ The GNU General Public License does not permit incorporating your program
708
+ into proprietary programs. If your program is a subroutine library, you
709
+ may consider it more useful to permit linking proprietary applications with
710
+ the library. If this is what you want to do, use the GNU Lesser General
711
+ Public License instead of this License. But first, please read
712
+ <https://www.gnu.org/licenses/why-not-lgpl.html>.
markdown/isc.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: ISC License
3
+ spdx-id: ISC
4
+
5
+ description: A permissive license lets people do anything with your code with proper attribution and without warranty. The ISC license is functionally equivalent to the <a href="/licenses/bsd-2-clause/">BSD 2-Clause</a> and <a href="/licenses/mit/">MIT</a> licenses, removing some language that is no longer necessary.
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
+ Starship: https://github.com/starship/starship/blob/master/LICENSE
11
+ Node.js semver: https://github.com/npm/node-semver/blob/master/LICENSE
12
+ OpenStreetMap iD: https://github.com/openstreetmap/iD/blob/develop/LICENSE.md
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - distribution
17
+ - modifications
18
+ - private-use
19
+
20
+ conditions:
21
+ - include-copyright
22
+
23
+ limitations:
24
+ - liability
25
+ - warranty
26
+
27
+ ---
28
+
29
+ ISC License
30
+
31
+ Copyright (c) [year] [fullname]
32
+
33
+ Permission to use, copy, modify, and/or distribute this software for any
34
+ purpose with or without fee is hereby granted, provided that the above
35
+ copyright notice and this permission notice appear in all copies.
36
+
37
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
38
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
39
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
40
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
41
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
42
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
43
+ PERFORMANCE OF THIS SOFTWARE.
markdown/lgpl-2.1.md ADDED
@@ -0,0 +1,537 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: GNU Lesser General Public License v2.1
3
+ spdx-id: LGPL-2.1
4
+ nickname: GNU LGPLv2.1
5
+ redirect_from: /licenses/lgpl-v2.1/
6
+ hidden: false
7
+
8
+ description: Primarily used for software libraries, the GNU LGPL requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction. There are two commonly used versions of the GNU LGPL.
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
+
16
+ permissions:
17
+ - commercial-use
18
+ - modifications
19
+ - distribution
20
+ - private-use
21
+
22
+ conditions:
23
+ - include-copyright
24
+ - disclose-source
25
+ - document-changes
26
+ - same-license--library
27
+
28
+ limitations:
29
+ - liability
30
+ - warranty
31
+
32
+ ---
33
+
34
+ GNU LESSER GENERAL PUBLIC LICENSE
35
+ Version 2.1, February 1999
36
+
37
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
38
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
39
+ Everyone is permitted to copy and distribute verbatim copies
40
+ of this license document, but changing it is not allowed.
41
+
42
+ [This is the first released version of the Lesser GPL. It also counts
43
+ as the successor of the GNU Library Public License, version 2, hence
44
+ the version number 2.1.]
45
+
46
+ Preamble
47
+
48
+ The licenses for most software are designed to take away your
49
+ freedom to share and change it. By contrast, the GNU General Public
50
+ Licenses are intended to guarantee your freedom to share and change
51
+ free software--to make sure the software is free for all its users.
52
+
53
+ This license, the Lesser General Public License, applies to some
54
+ specially designated software packages--typically libraries--of the
55
+ Free Software Foundation and other authors who decide to use it. You
56
+ can use it too, but we suggest you first think carefully about whether
57
+ this license or the ordinary General Public License is the better
58
+ strategy to use in any particular case, based on the explanations below.
59
+
60
+ When we speak of free software, we are referring to freedom of use,
61
+ not price. Our General Public Licenses are designed to make sure that
62
+ you have the freedom to distribute copies of free software (and charge
63
+ for this service if you wish); that you receive source code or can get
64
+ it if you want it; that you can change the software and use pieces of
65
+ it in new free programs; and that you are informed that you can do
66
+ these things.
67
+
68
+ To protect your rights, we need to make restrictions that forbid
69
+ distributors to deny you these rights or to ask you to surrender these
70
+ rights. These restrictions translate to certain responsibilities for
71
+ you if you distribute copies of the library or if you modify it.
72
+
73
+ For example, if you distribute copies of the library, whether gratis
74
+ or for a fee, you must give the recipients all the rights that we gave
75
+ you. You must make sure that they, too, receive or can get the source
76
+ code. If you link other code with the library, you must provide
77
+ complete object files to the recipients, so that they can relink them
78
+ with the library after making changes to the library and recompiling
79
+ it. And you must show them these terms so they know their rights.
80
+
81
+ We protect your rights with a two-step method: (1) we copyright the
82
+ library, and (2) we offer you this license, which gives you legal
83
+ permission to copy, distribute and/or modify the library.
84
+
85
+ To protect each distributor, we want to make it very clear that
86
+ there is no warranty for the free library. Also, if the library is
87
+ modified by someone else and passed on, the recipients should know
88
+ that what they have is not the original version, so that the original
89
+ author's reputation will not be affected by problems that might be
90
+ introduced by others.
91
+
92
+ Finally, software patents pose a constant threat to the existence of
93
+ any free program. We wish to make sure that a company cannot
94
+ effectively restrict the users of a free program by obtaining a
95
+ restrictive license from a patent holder. Therefore, we insist that
96
+ any patent license obtained for a version of the library must be
97
+ consistent with the full freedom of use specified in this license.
98
+
99
+ Most GNU software, including some libraries, is covered by the
100
+ ordinary GNU General Public License. This license, the GNU Lesser
101
+ General Public License, applies to certain designated libraries, and
102
+ is quite different from the ordinary General Public License. We use
103
+ this license for certain libraries in order to permit linking those
104
+ libraries into non-free programs.
105
+
106
+ When a program is linked with a library, whether statically or using
107
+ a shared library, the combination of the two is legally speaking a
108
+ combined work, a derivative of the original library. The ordinary
109
+ General Public License therefore permits such linking only if the
110
+ entire combination fits its criteria of freedom. The Lesser General
111
+ Public License permits more lax criteria for linking other code with
112
+ the library.
113
+
114
+ We call this license the "Lesser" General Public License because it
115
+ does Less to protect the user's freedom than the ordinary General
116
+ Public License. It also provides other free software developers Less
117
+ of an advantage over competing non-free programs. These disadvantages
118
+ are the reason we use the ordinary General Public License for many
119
+ libraries. However, the Lesser license provides advantages in certain
120
+ special circumstances.
121
+
122
+ For example, on rare occasions, there may be a special need to
123
+ encourage the widest possible use of a certain library, so that it becomes
124
+ a de-facto standard. To achieve this, non-free programs must be
125
+ allowed to use the library. A more frequent case is that a free
126
+ library does the same job as widely used non-free libraries. In this
127
+ case, there is little to gain by limiting the free library to free
128
+ software only, so we use the Lesser General Public License.
129
+
130
+ In other cases, permission to use a particular library in non-free
131
+ programs enables a greater number of people to use a large body of
132
+ free software. For example, permission to use the GNU C Library in
133
+ non-free programs enables many more people to use the whole GNU
134
+ operating system, as well as its variant, the GNU/Linux operating
135
+ system.
136
+
137
+ Although the Lesser General Public License is Less protective of the
138
+ users' freedom, it does ensure that the user of a program that is
139
+ linked with the Library has the freedom and the wherewithal to run
140
+ that program using a modified version of the Library.
141
+
142
+ The precise terms and conditions for copying, distribution and
143
+ modification follow. Pay close attention to the difference between a
144
+ "work based on the library" and a "work that uses the library". The
145
+ former contains code derived from the library, whereas the latter must
146
+ be combined with the library in order to run.
147
+
148
+ GNU LESSER GENERAL PUBLIC LICENSE
149
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
150
+
151
+ 0. This License Agreement applies to any software library or other
152
+ program which contains a notice placed by the copyright holder or
153
+ other authorized party saying it may be distributed under the terms of
154
+ this Lesser General Public License (also called "this License").
155
+ Each licensee is addressed as "you".
156
+
157
+ A "library" means a collection of software functions and/or data
158
+ prepared so as to be conveniently linked with application programs
159
+ (which use some of those functions and data) to form executables.
160
+
161
+ The "Library", below, refers to any such software library or work
162
+ which has been distributed under these terms. A "work based on the
163
+ Library" means either the Library or any derivative work under
164
+ copyright law: that is to say, a work containing the Library or a
165
+ portion of it, either verbatim or with modifications and/or translated
166
+ straightforwardly into another language. (Hereinafter, translation is
167
+ included without limitation in the term "modification".)
168
+
169
+ "Source code" for a work means the preferred form of the work for
170
+ making modifications to it. For a library, complete source code means
171
+ all the source code for all modules it contains, plus any associated
172
+ interface definition files, plus the scripts used to control compilation
173
+ and installation of the library.
174
+
175
+ Activities other than copying, distribution and modification are not
176
+ covered by this License; they are outside its scope. The act of
177
+ running a program using the Library is not restricted, and output from
178
+ such a program is covered only if its contents constitute a work based
179
+ on the Library (independent of the use of the Library in a tool for
180
+ writing it). Whether that is true depends on what the Library does
181
+ and what the program that uses the Library does.
182
+
183
+ 1. You may copy and distribute verbatim copies of the Library's
184
+ complete source code as you receive it, in any medium, provided that
185
+ you conspicuously and appropriately publish on each copy an
186
+ appropriate copyright notice and disclaimer of warranty; keep intact
187
+ all the notices that refer to this License and to the absence of any
188
+ warranty; and distribute a copy of this License along with the
189
+ Library.
190
+
191
+ You may charge a fee for the physical act of transferring a copy,
192
+ and you may at your option offer warranty protection in exchange for a
193
+ fee.
194
+
195
+ 2. You may modify your copy or copies of the Library or any portion
196
+ of it, thus forming a work based on the Library, and copy and
197
+ distribute such modifications or work under the terms of Section 1
198
+ above, provided that you also meet all of these conditions:
199
+
200
+ a) The modified work must itself be a software library.
201
+
202
+ b) You must cause the files modified to carry prominent notices
203
+ stating that you changed the files and the date of any change.
204
+
205
+ c) You must cause the whole of the work to be licensed at no
206
+ charge to all third parties under the terms of this License.
207
+
208
+ d) If a facility in the modified Library refers to a function or a
209
+ table of data to be supplied by an application program that uses
210
+ the facility, other than as an argument passed when the facility
211
+ is invoked, then you must make a good faith effort to ensure that,
212
+ in the event an application does not supply such function or
213
+ table, the facility still operates, and performs whatever part of
214
+ its purpose remains meaningful.
215
+
216
+ (For example, a function in a library to compute square roots has
217
+ a purpose that is entirely well-defined independent of the
218
+ application. Therefore, Subsection 2d requires that any
219
+ application-supplied function or table used by this function must
220
+ be optional: if the application does not supply it, the square
221
+ root function must still compute square roots.)
222
+
223
+ These requirements apply to the modified work as a whole. If
224
+ identifiable sections of that work are not derived from the Library,
225
+ and can be reasonably considered independent and separate works in
226
+ themselves, then this License, and its terms, do not apply to those
227
+ sections when you distribute them as separate works. But when you
228
+ distribute the same sections as part of a whole which is a work based
229
+ on the Library, the distribution of the whole must be on the terms of
230
+ this License, whose permissions for other licensees extend to the
231
+ entire whole, and thus to each and every part regardless of who wrote
232
+ it.
233
+
234
+ Thus, it is not the intent of this section to claim rights or contest
235
+ your rights to work written entirely by you; rather, the intent is to
236
+ exercise the right to control the distribution of derivative or
237
+ collective works based on the Library.
238
+
239
+ In addition, mere aggregation of another work not based on the Library
240
+ with the Library (or with a work based on the Library) on a volume of
241
+ a storage or distribution medium does not bring the other work under
242
+ the scope of this License.
243
+
244
+ 3. You may opt to apply the terms of the ordinary GNU General Public
245
+ License instead of this License to a given copy of the Library. To do
246
+ this, you must alter all the notices that refer to this License, so
247
+ that they refer to the ordinary GNU General Public License, version 2,
248
+ instead of to this License. (If a newer version than version 2 of the
249
+ ordinary GNU General Public License has appeared, then you can specify
250
+ that version instead if you wish.) Do not make any other change in
251
+ these notices.
252
+
253
+ Once this change is made in a given copy, it is irreversible for
254
+ that copy, so the ordinary GNU General Public License applies to all
255
+ subsequent copies and derivative works made from that copy.
256
+
257
+ This option is useful when you wish to copy part of the code of
258
+ the Library into a program that is not a library.
259
+
260
+ 4. You may copy and distribute the Library (or a portion or
261
+ derivative of it, under Section 2) in object code or executable form
262
+ under the terms of Sections 1 and 2 above provided that you accompany
263
+ it with the complete corresponding machine-readable source code, which
264
+ must be distributed under the terms of Sections 1 and 2 above on a
265
+ medium customarily used for software interchange.
266
+
267
+ If distribution of object code is made by offering access to copy
268
+ from a designated place, then offering equivalent access to copy the
269
+ source code from the same place satisfies the requirement to
270
+ distribute the source code, even though third parties are not
271
+ compelled to copy the source along with the object code.
272
+
273
+ 5. A program that contains no derivative of any portion of the
274
+ Library, but is designed to work with the Library by being compiled or
275
+ linked with it, is called a "work that uses the Library". Such a
276
+ work, in isolation, is not a derivative work of the Library, and
277
+ therefore falls outside the scope of this License.
278
+
279
+ However, linking a "work that uses the Library" with the Library
280
+ creates an executable that is a derivative of the Library (because it
281
+ contains portions of the Library), rather than a "work that uses the
282
+ library". The executable is therefore covered by this License.
283
+ Section 6 states terms for distribution of such executables.
284
+
285
+ When a "work that uses the Library" uses material from a header file
286
+ that is part of the Library, the object code for the work may be a
287
+ derivative work of the Library even though the source code is not.
288
+ Whether this is true is especially significant if the work can be
289
+ linked without the Library, or if the work is itself a library. The
290
+ threshold for this to be true is not precisely defined by law.
291
+
292
+ If such an object file uses only numerical parameters, data
293
+ structure layouts and accessors, and small macros and small inline
294
+ functions (ten lines or less in length), then the use of the object
295
+ file is unrestricted, regardless of whether it is legally a derivative
296
+ work. (Executables containing this object code plus portions of the
297
+ Library will still fall under Section 6.)
298
+
299
+ Otherwise, if the work is a derivative of the Library, you may
300
+ distribute the object code for the work under the terms of Section 6.
301
+ Any executables containing that work also fall under Section 6,
302
+ whether or not they are linked directly with the Library itself.
303
+
304
+ 6. As an exception to the Sections above, you may also combine or
305
+ link a "work that uses the Library" with the Library to produce a
306
+ work containing portions of the Library, and distribute that work
307
+ under terms of your choice, provided that the terms permit
308
+ modification of the work for the customer's own use and reverse
309
+ engineering for debugging such modifications.
310
+
311
+ You must give prominent notice with each copy of the work that the
312
+ Library is used in it and that the Library and its use are covered by
313
+ this License. You must supply a copy of this License. If the work
314
+ during execution displays copyright notices, you must include the
315
+ copyright notice for the Library among them, as well as a reference
316
+ directing the user to the copy of this License. Also, you must do one
317
+ of these things:
318
+
319
+ a) Accompany the work with the complete corresponding
320
+ machine-readable source code for the Library including whatever
321
+ changes were used in the work (which must be distributed under
322
+ Sections 1 and 2 above); and, if the work is an executable linked
323
+ with the Library, with the complete machine-readable "work that
324
+ uses the Library", as object code and/or source code, so that the
325
+ user can modify the Library and then relink to produce a modified
326
+ executable containing the modified Library. (It is understood
327
+ that the user who changes the contents of definitions files in the
328
+ Library will not necessarily be able to recompile the application
329
+ to use the modified definitions.)
330
+
331
+ b) Use a suitable shared library mechanism for linking with the
332
+ Library. A suitable mechanism is one that (1) uses at run time a
333
+ copy of the library already present on the user's computer system,
334
+ rather than copying library functions into the executable, and (2)
335
+ will operate properly with a modified version of the library, if
336
+ the user installs one, as long as the modified version is
337
+ interface-compatible with the version that the work was made with.
338
+
339
+ c) Accompany the work with a written offer, valid for at
340
+ least three years, to give the same user the materials
341
+ specified in Subsection 6a, above, for a charge no more
342
+ than the cost of performing this distribution.
343
+
344
+ d) If distribution of the work is made by offering access to copy
345
+ from a designated place, offer equivalent access to copy the above
346
+ specified materials from the same place.
347
+
348
+ e) Verify that the user has already received a copy of these
349
+ materials or that you have already sent this user a copy.
350
+
351
+ For an executable, the required form of the "work that uses the
352
+ Library" must include any data and utility programs needed for
353
+ reproducing the executable from it. However, as a special exception,
354
+ the materials to be distributed need not include anything that is
355
+ normally distributed (in either source or binary form) with the major
356
+ components (compiler, kernel, and so on) of the operating system on
357
+ which the executable runs, unless that component itself accompanies
358
+ the executable.
359
+
360
+ It may happen that this requirement contradicts the license
361
+ restrictions of other proprietary libraries that do not normally
362
+ accompany the operating system. Such a contradiction means you cannot
363
+ use both them and the Library together in an executable that you
364
+ distribute.
365
+
366
+ 7. You may place library facilities that are a work based on the
367
+ Library side-by-side in a single library together with other library
368
+ facilities not covered by this License, and distribute such a combined
369
+ library, provided that the separate distribution of the work based on
370
+ the Library and of the other library facilities is otherwise
371
+ permitted, and provided that you do these two things:
372
+
373
+ a) Accompany the combined library with a copy of the same work
374
+ based on the Library, uncombined with any other library
375
+ facilities. This must be distributed under the terms of the
376
+ Sections above.
377
+
378
+ b) Give prominent notice with the combined library of the fact
379
+ that part of it is a work based on the Library, and explaining
380
+ where to find the accompanying uncombined form of the same work.
381
+
382
+ 8. You may not copy, modify, sublicense, link with, or distribute
383
+ the Library except as expressly provided under this License. Any
384
+ attempt otherwise to copy, modify, sublicense, link with, or
385
+ distribute the Library is void, and will automatically terminate your
386
+ rights under this License. However, parties who have received copies,
387
+ or rights, from you under this License will not have their licenses
388
+ terminated so long as such parties remain in full compliance.
389
+
390
+ 9. You are not required to accept this License, since you have not
391
+ signed it. However, nothing else grants you permission to modify or
392
+ distribute the Library or its derivative works. These actions are
393
+ prohibited by law if you do not accept this License. Therefore, by
394
+ modifying or distributing the Library (or any work based on the
395
+ Library), you indicate your acceptance of this License to do so, and
396
+ all its terms and conditions for copying, distributing or modifying
397
+ the Library or works based on it.
398
+
399
+ 10. Each time you redistribute the Library (or any work based on the
400
+ Library), the recipient automatically receives a license from the
401
+ original licensor to copy, distribute, link with or modify the Library
402
+ subject to these terms and conditions. You may not impose any further
403
+ restrictions on the recipients' exercise of the rights granted herein.
404
+ You are not responsible for enforcing compliance by third parties with
405
+ this License.
406
+
407
+ 11. If, as a consequence of a court judgment or allegation of patent
408
+ infringement or for any other reason (not limited to patent issues),
409
+ conditions are imposed on you (whether by court order, agreement or
410
+ otherwise) that contradict the conditions of this License, they do not
411
+ excuse you from the conditions of this License. If you cannot
412
+ distribute so as to satisfy simultaneously your obligations under this
413
+ License and any other pertinent obligations, then as a consequence you
414
+ may not distribute the Library at all. For example, if a patent
415
+ license would not permit royalty-free redistribution of the Library by
416
+ all those who receive copies directly or indirectly through you, then
417
+ the only way you could satisfy both it and this License would be to
418
+ refrain entirely from distribution of the Library.
419
+
420
+ If any portion of this section is held invalid or unenforceable under any
421
+ particular circumstance, the balance of the section is intended to apply,
422
+ and the section as a whole is intended to apply in other circumstances.
423
+
424
+ It is not the purpose of this section to induce you to infringe any
425
+ patents or other property right claims or to contest validity of any
426
+ such claims; this section has the sole purpose of protecting the
427
+ integrity of the free software distribution system which is
428
+ implemented by public license practices. Many people have made
429
+ generous contributions to the wide range of software distributed
430
+ through that system in reliance on consistent application of that
431
+ system; it is up to the author/donor to decide if he or she is willing
432
+ to distribute software through any other system and a licensee cannot
433
+ impose that choice.
434
+
435
+ This section is intended to make thoroughly clear what is believed to
436
+ be a consequence of the rest of this License.
437
+
438
+ 12. If the distribution and/or use of the Library is restricted in
439
+ certain countries either by patents or by copyrighted interfaces, the
440
+ original copyright holder who places the Library under this License may add
441
+ an explicit geographical distribution limitation excluding those countries,
442
+ so that distribution is permitted only in or among countries not thus
443
+ excluded. In such case, this License incorporates the limitation as if
444
+ written in the body of this License.
445
+
446
+ 13. The Free Software Foundation may publish revised and/or new
447
+ versions of the Lesser General Public License from time to time.
448
+ Such new versions will be similar in spirit to the present version,
449
+ but may differ in detail to address new problems or concerns.
450
+
451
+ Each version is given a distinguishing version number. If the Library
452
+ specifies a version number of this License which applies to it and
453
+ "any later version", you have the option of following the terms and
454
+ conditions either of that version or of any later version published by
455
+ the Free Software Foundation. If the Library does not specify a
456
+ license version number, you may choose any version ever published by
457
+ the Free Software Foundation.
458
+
459
+ 14. If you wish to incorporate parts of the Library into other free
460
+ programs whose distribution conditions are incompatible with these,
461
+ write to the author to ask for permission. For software which is
462
+ copyrighted by the Free Software Foundation, write to the Free
463
+ Software Foundation; we sometimes make exceptions for this. Our
464
+ decision will be guided by the two goals of preserving the free status
465
+ of all derivatives of our free software and of promoting the sharing
466
+ and reuse of software generally.
467
+
468
+ NO WARRANTY
469
+
470
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
471
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
472
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
473
+ OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
474
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
475
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
476
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
477
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
478
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
479
+
480
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
481
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
482
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
483
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
484
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
485
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
486
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
487
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
488
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
489
+ DAMAGES.
490
+
491
+ END OF TERMS AND CONDITIONS
492
+
493
+ How to Apply These Terms to Your New Libraries
494
+
495
+ If you develop a new library, and you want it to be of the greatest
496
+ possible use to the public, we recommend making it free software that
497
+ everyone can redistribute and change. You can do so by permitting
498
+ redistribution under these terms (or, alternatively, under the terms of the
499
+ ordinary General Public License).
500
+
501
+ To apply these terms, attach the following notices to the library. It is
502
+ safest to attach them to the start of each source file to most effectively
503
+ convey the exclusion of warranty; and each file should have at least the
504
+ "copyright" line and a pointer to where the full notice is found.
505
+
506
+ <one line to give the library's name and a brief idea of what it does.>
507
+ Copyright (C) <year> <name of author>
508
+
509
+ This library is free software; you can redistribute it and/or
510
+ modify it under the terms of the GNU Lesser General Public
511
+ License as published by the Free Software Foundation; either
512
+ version 2.1 of the License, or (at your option) any later version.
513
+
514
+ This library is distributed in the hope that it will be useful,
515
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
516
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
517
+ Lesser General Public License for more details.
518
+
519
+ You should have received a copy of the GNU Lesser General Public
520
+ License along with this library; if not, write to the Free Software
521
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
522
+ USA
523
+
524
+ Also add information on how to contact you by electronic and paper mail.
525
+
526
+ You should also get your employer (if you work as a programmer) or your
527
+ school, if any, to sign a "copyright disclaimer" for the library, if
528
+ necessary. Here is a sample; alter the names:
529
+
530
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
531
+ library `Frob' (a library for tweaking knobs) written by James Random
532
+ Hacker.
533
+
534
+ <signature of Ty Coon>, 1 April 1990
535
+ Ty Coon, President of Vice
536
+
537
+ That's all there is to it!
markdown/lgpl-3.0.md ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: GNU Lesser General Public License v3.0
3
+ spdx-id: LGPL-3.0
4
+ nickname: GNU LGPLv3
5
+ redirect_from: /licenses/lgpl-v3/
6
+
7
+ description: Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and 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 source code for the larger work.
8
+
9
+ how: This license is an additional set of permissions to the <a href="/licenses/gpl-3.0">GNU GPLv3</a> license. Follow the instructions to apply the GNU GPLv3, in the root of your source code. Then add another file named COPYING.LESSER and copy the text.
10
+
11
+ 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 <a href="/licenses/gpl-3.0">GNU GPLv3 license</a>. Insert the word “Lesser” before “General” in all three places in the boilerplate notice to make sure that you refer to the GNU LGPLv3 and not the GNU GPLv3.
12
+
13
+ using:
14
+
15
+ permissions:
16
+ - commercial-use
17
+ - modifications
18
+ - distribution
19
+ - patent-use
20
+ - private-use
21
+
22
+ conditions:
23
+ - include-copyright
24
+ - disclose-source
25
+ - document-changes
26
+ - same-license--library
27
+
28
+ limitations:
29
+ - liability
30
+ - warranty
31
+
32
+ ---
33
+
34
+ GNU LESSER GENERAL PUBLIC LICENSE
35
+ Version 3, 29 June 2007
36
+
37
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
38
+ Everyone is permitted to copy and distribute verbatim copies
39
+ of this license document, but changing it is not allowed.
40
+
41
+
42
+ This version of the GNU Lesser General Public License incorporates
43
+ the terms and conditions of version 3 of the GNU General Public
44
+ License, supplemented by the additional permissions listed below.
45
+
46
+ 0. Additional Definitions.
47
+
48
+ As used herein, "this License" refers to version 3 of the GNU Lesser
49
+ General Public License, and the "GNU GPL" refers to version 3 of the GNU
50
+ General Public License.
51
+
52
+ "The Library" refers to a covered work governed by this License,
53
+ other than an Application or a Combined Work as defined below.
54
+
55
+ An "Application" is any work that makes use of an interface provided
56
+ by the Library, but which is not otherwise based on the Library.
57
+ Defining a subclass of a class defined by the Library is deemed a mode
58
+ of using an interface provided by the Library.
59
+
60
+ A "Combined Work" is a work produced by combining or linking an
61
+ Application with the Library. The particular version of the Library
62
+ with which the Combined Work was made is also called the "Linked
63
+ Version".
64
+
65
+ The "Minimal Corresponding Source" for a Combined Work means the
66
+ Corresponding Source for the Combined Work, excluding any source code
67
+ for portions of the Combined Work that, considered in isolation, are
68
+ based on the Application, and not on the Linked Version.
69
+
70
+ The "Corresponding Application Code" for a Combined Work means the
71
+ object code and/or source code for the Application, including any data
72
+ and utility programs needed for reproducing the Combined Work from the
73
+ Application, but excluding the System Libraries of the Combined Work.
74
+
75
+ 1. Exception to Section 3 of the GNU GPL.
76
+
77
+ You may convey a covered work under sections 3 and 4 of this License
78
+ without being bound by section 3 of the GNU GPL.
79
+
80
+ 2. Conveying Modified Versions.
81
+
82
+ If you modify a copy of the Library, and, in your modifications, a
83
+ facility refers to a function or data to be supplied by an Application
84
+ that uses the facility (other than as an argument passed when the
85
+ facility is invoked), then you may convey a copy of the modified
86
+ version:
87
+
88
+ a) under this License, provided that you make a good faith effort to
89
+ ensure that, in the event an Application does not supply the
90
+ function or data, the facility still operates, and performs
91
+ whatever part of its purpose remains meaningful, or
92
+
93
+ b) under the GNU GPL, with none of the additional permissions of
94
+ this License applicable to that copy.
95
+
96
+ 3. Object Code Incorporating Material from Library Header Files.
97
+
98
+ The object code form of an Application may incorporate material from
99
+ a header file that is part of the Library. You may convey such object
100
+ code under terms of your choice, provided that, if the incorporated
101
+ material is not limited to numerical parameters, data structure
102
+ layouts and accessors, or small macros, inline functions and templates
103
+ (ten or fewer lines in length), you do both of the following:
104
+
105
+ a) Give prominent notice with each copy of the object code that the
106
+ Library is used in it and that the Library and its use are
107
+ covered by this License.
108
+
109
+ b) Accompany the object code with a copy of the GNU GPL and this license
110
+ document.
111
+
112
+ 4. Combined Works.
113
+
114
+ You may convey a Combined Work under terms of your choice that,
115
+ taken together, effectively do not restrict modification of the
116
+ portions of the Library contained in the Combined Work and reverse
117
+ engineering for debugging such modifications, if you also do each of
118
+ the following:
119
+
120
+ a) Give prominent notice with each copy of the Combined Work that
121
+ the Library is used in it and that the Library and its use are
122
+ covered by this License.
123
+
124
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
125
+ document.
126
+
127
+ c) For a Combined Work that displays copyright notices during
128
+ execution, include the copyright notice for the Library among
129
+ these notices, as well as a reference directing the user to the
130
+ copies of the GNU GPL and this license document.
131
+
132
+ d) Do one of the following:
133
+
134
+ 0) Convey the Minimal Corresponding Source under the terms of this
135
+ License, and the Corresponding Application Code in a form
136
+ suitable for, and under terms that permit, the user to
137
+ recombine or relink the Application with a modified version of
138
+ the Linked Version to produce a modified Combined Work, in the
139
+ manner specified by section 6 of the GNU GPL for conveying
140
+ Corresponding Source.
141
+
142
+ 1) Use a suitable shared library mechanism for linking with the
143
+ Library. A suitable mechanism is one that (a) uses at run time
144
+ a copy of the Library already present on the user's computer
145
+ system, and (b) will operate properly with a modified version
146
+ of the Library that is interface-compatible with the Linked
147
+ Version.
148
+
149
+ e) Provide Installation Information, but only if you would otherwise
150
+ be required to provide such information under section 6 of the
151
+ GNU GPL, and only to the extent that such information is
152
+ necessary to install and execute a modified version of the
153
+ Combined Work produced by recombining or relinking the
154
+ Application with a modified version of the Linked Version. (If
155
+ you use option 4d0, the Installation Information must accompany
156
+ the Minimal Corresponding Source and Corresponding Application
157
+ Code. If you use option 4d1, you must provide the Installation
158
+ Information in the manner specified by section 6 of the GNU GPL
159
+ for conveying Corresponding Source.)
160
+
161
+ 5. Combined Libraries.
162
+
163
+ You may place library facilities that are a work based on the
164
+ Library side by side in a single library together with other library
165
+ facilities that are not Applications and are not covered by this
166
+ License, and convey such a combined library under terms of your
167
+ choice, if you do both of the following:
168
+
169
+ a) Accompany the combined library with a copy of the same work based
170
+ on the Library, uncombined with any other library facilities,
171
+ conveyed under the terms of this License.
172
+
173
+ b) Give prominent notice with the combined library that part of it
174
+ is a work based on the Library, and explaining where to find the
175
+ accompanying uncombined form of the same work.
176
+
177
+ 6. Revised Versions of the GNU Lesser General Public License.
178
+
179
+ The Free Software Foundation may publish revised and/or new versions
180
+ of the GNU Lesser General Public License from time to time. Such new
181
+ versions will be similar in spirit to the present version, but may
182
+ differ in detail to address new problems or concerns.
183
+
184
+ Each version is given a distinguishing version number. If the
185
+ Library as you received it specifies that a certain numbered version
186
+ of the GNU Lesser General Public License "or any later version"
187
+ applies to it, you have the option of following the terms and
188
+ conditions either of that published version or of any later version
189
+ published by the Free Software Foundation. If the Library as you
190
+ received it does not specify a version number of the GNU Lesser
191
+ General Public License, you may choose any version of the GNU Lesser
192
+ General Public License ever published by the Free Software Foundation.
193
+
194
+ If the Library as you received it specifies that a proxy can decide
195
+ whether future versions of the GNU Lesser General Public License shall
196
+ apply, that proxy's public statement of acceptance of any version is
197
+ permanent authorization for you to choose that version for the
198
+ Library.
markdown/lppl-1.3c.md ADDED
@@ -0,0 +1,444 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: LaTeX Project Public License v1.3c
3
+ spdx-id: LPPL-1.3c
4
+
5
+ description: The LaTeX Project Public License (LPPL) is the primary license under which the LaTeX kernel and the base LaTeX packages are distributed.
6
+
7
+ how: Place in each of the components of your work both an explicit copyright notice including your name, and the year the work was authored and/or last substantially modified. Include also a statement that the distribution and/or modification of that component is constrained by the conditions in this license.
8
+
9
+ note: An example boilerplate and more information about how to use the license can be found at the end of the license.
10
+
11
+ using:
12
+
13
+ permissions:
14
+ - commercial-use
15
+ - modifications
16
+ - distribution
17
+ - private-use
18
+
19
+ conditions:
20
+ - include-copyright
21
+ - document-changes
22
+ - disclose-source
23
+
24
+ limitations:
25
+ - liability
26
+ - warranty
27
+
28
+ ---
29
+
30
+ The LaTeX Project Public License
31
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
32
+
33
+ LPPL Version 1.3c 2008-05-04
34
+
35
+ Copyright 1999 2002-2008 LaTeX3 Project
36
+ Everyone is allowed to distribute verbatim copies of this
37
+ license document, but modification of it is not allowed.
38
+
39
+
40
+ PREAMBLE
41
+ ========
42
+
43
+ The LaTeX Project Public License (LPPL) is the primary license under
44
+ which the LaTeX kernel and the base LaTeX packages are distributed.
45
+
46
+ You may use this license for any work of which you hold the copyright
47
+ and which you wish to distribute. This license may be particularly
48
+ suitable if your work is TeX-related (such as a LaTeX package), but
49
+ it is written in such a way that you can use it even if your work is
50
+ unrelated to TeX.
51
+
52
+ The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE',
53
+ below, gives instructions, examples, and recommendations for authors
54
+ who are considering distributing their works under this license.
55
+
56
+ This license gives conditions under which a work may be distributed
57
+ and modified, as well as conditions under which modified versions of
58
+ that work may be distributed.
59
+
60
+ We, the LaTeX3 Project, believe that the conditions below give you
61
+ the freedom to make and distribute modified versions of your work
62
+ that conform with whatever technical specifications you wish while
63
+ maintaining the availability, integrity, and reliability of
64
+ that work. If you do not see how to achieve your goal while
65
+ meeting these conditions, then read the document `cfgguide.tex'
66
+ and `modguide.tex' in the base LaTeX distribution for suggestions.
67
+
68
+
69
+ DEFINITIONS
70
+ ===========
71
+
72
+ In this license document the following terms are used:
73
+
74
+ `Work'
75
+ Any work being distributed under this License.
76
+
77
+ `Derived Work'
78
+ Any work that under any applicable law is derived from the Work.
79
+
80
+ `Modification'
81
+ Any procedure that produces a Derived Work under any applicable
82
+ law -- for example, the production of a file containing an
83
+ original file associated with the Work or a significant portion of
84
+ such a file, either verbatim or with modifications and/or
85
+ translated into another language.
86
+
87
+ `Modify'
88
+ To apply any procedure that produces a Derived Work under any
89
+ applicable law.
90
+
91
+ `Distribution'
92
+ Making copies of the Work available from one person to another, in
93
+ whole or in part. Distribution includes (but is not limited to)
94
+ making any electronic components of the Work accessible by
95
+ file transfer protocols such as FTP or HTTP or by shared file
96
+ systems such as Sun's Network File System (NFS).
97
+
98
+ `Compiled Work'
99
+ A version of the Work that has been processed into a form where it
100
+ is directly usable on a computer system. This processing may
101
+ include using installation facilities provided by the Work,
102
+ transformations of the Work, copying of components of the Work, or
103
+ other activities. Note that modification of any installation
104
+ facilities provided by the Work constitutes modification of the Work.
105
+
106
+ `Current Maintainer'
107
+ A person or persons nominated as such within the Work. If there is
108
+ no such explicit nomination then it is the `Copyright Holder' under
109
+ any applicable law.
110
+
111
+ `Base Interpreter'
112
+ A program or process that is normally needed for running or
113
+ interpreting a part or the whole of the Work.
114
+
115
+ A Base Interpreter may depend on external components but these
116
+ are not considered part of the Base Interpreter provided that each
117
+ external component clearly identifies itself whenever it is used
118
+ interactively. Unless explicitly specified when applying the
119
+ license to the Work, the only applicable Base Interpreter is a
120
+ `LaTeX-Format' or in the case of files belonging to the
121
+ `LaTeX-format' a program implementing the `TeX language'.
122
+
123
+
124
+
125
+ CONDITIONS ON DISTRIBUTION AND MODIFICATION
126
+ ===========================================
127
+
128
+ 1. Activities other than distribution and/or modification of the Work
129
+ are not covered by this license; they are outside its scope. In
130
+ particular, the act of running the Work is not restricted and no
131
+ requirements are made concerning any offers of support for the Work.
132
+
133
+ 2. You may distribute a complete, unmodified copy of the Work as you
134
+ received it. Distribution of only part of the Work is considered
135
+ modification of the Work, and no right to distribute such a Derived
136
+ Work may be assumed under the terms of this clause.
137
+
138
+ 3. You may distribute a Compiled Work that has been generated from a
139
+ complete, unmodified copy of the Work as distributed under Clause 2
140
+ above, as long as that Compiled Work is distributed in such a way that
141
+ the recipients may install the Compiled Work on their system exactly
142
+ as it would have been installed if they generated a Compiled Work
143
+ directly from the Work.
144
+
145
+ 4. If you are the Current Maintainer of the Work, you may, without
146
+ restriction, modify the Work, thus creating a Derived Work. You may
147
+ also distribute the Derived Work without restriction, including
148
+ Compiled Works generated from the Derived Work. Derived Works
149
+ distributed in this manner by the Current Maintainer are considered to
150
+ be updated versions of the Work.
151
+
152
+ 5. If you are not the Current Maintainer of the Work, you may modify
153
+ your copy of the Work, thus creating a Derived Work based on the Work,
154
+ and compile this Derived Work, thus creating a Compiled Work based on
155
+ the Derived Work.
156
+
157
+ 6. If you are not the Current Maintainer of the Work, you may
158
+ distribute a Derived Work provided the following conditions are met
159
+ for every component of the Work unless that component clearly states
160
+ in the copyright notice that it is exempt from that condition. Only
161
+ the Current Maintainer is allowed to add such statements of exemption
162
+ to a component of the Work.
163
+
164
+ a. If a component of this Derived Work can be a direct replacement
165
+ for a component of the Work when that component is used with the
166
+ Base Interpreter, then, wherever this component of the Work
167
+ identifies itself to the user when used interactively with that
168
+ Base Interpreter, the replacement component of this Derived Work
169
+ clearly and unambiguously identifies itself as a modified version
170
+ of this component to the user when used interactively with that
171
+ Base Interpreter.
172
+
173
+ b. Every component of the Derived Work contains prominent notices
174
+ detailing the nature of the changes to that component, or a
175
+ prominent reference to another file that is distributed as part
176
+ of the Derived Work and that contains a complete and accurate log
177
+ of the changes.
178
+
179
+ c. No information in the Derived Work implies that any persons,
180
+ including (but not limited to) the authors of the original version
181
+ of the Work, provide any support, including (but not limited to)
182
+ the reporting and handling of errors, to recipients of the
183
+ Derived Work unless those persons have stated explicitly that
184
+ they do provide such support for the Derived Work.
185
+
186
+ d. You distribute at least one of the following with the Derived Work:
187
+
188
+ 1. A complete, unmodified copy of the Work;
189
+ if your distribution of a modified component is made by
190
+ offering access to copy the modified component from a
191
+ designated place, then offering equivalent access to copy
192
+ the Work from the same or some similar place meets this
193
+ condition, even though third parties are not compelled to
194
+ copy the Work along with the modified component;
195
+
196
+ 2. Information that is sufficient to obtain a complete,
197
+ unmodified copy of the Work.
198
+
199
+ 7. If you are not the Current Maintainer of the Work, you may
200
+ distribute a Compiled Work generated from a Derived Work, as long as
201
+ the Derived Work is distributed to all recipients of the Compiled
202
+ Work, and as long as the conditions of Clause 6, above, are met with
203
+ regard to the Derived Work.
204
+
205
+ 8. The conditions above are not intended to prohibit, and hence do not
206
+ apply to, the modification, by any method, of any component so that it
207
+ becomes identical to an updated version of that component of the Work as
208
+ it is distributed by the Current Maintainer under Clause 4, above.
209
+
210
+ 9. Distribution of the Work or any Derived Work in an alternative
211
+ format, where the Work or that Derived Work (in whole or in part) is
212
+ then produced by applying some process to that format, does not relax or
213
+ nullify any sections of this license as they pertain to the results of
214
+ applying that process.
215
+
216
+ 10. a. A Derived Work may be distributed under a different license
217
+ provided that license itself honors the conditions listed in
218
+ Clause 6 above, in regard to the Work, though it does not have
219
+ to honor the rest of the conditions in this license.
220
+
221
+ b. If a Derived Work is distributed under a different license, that
222
+ Derived Work must provide sufficient documentation as part of
223
+ itself to allow each recipient of that Derived Work to honor the
224
+ restrictions in Clause 6 above, concerning changes from the Work.
225
+
226
+ 11. This license places no restrictions on works that are unrelated to
227
+ the Work, nor does this license place any restrictions on aggregating
228
+ such works with the Work by any means.
229
+
230
+ 12. Nothing in this license is intended to, or may be used to, prevent
231
+ complete compliance by all parties with all applicable laws.
232
+
233
+
234
+ NO WARRANTY
235
+ ===========
236
+
237
+ There is no warranty for the Work. Except when otherwise stated in
238
+ writing, the Copyright Holder provides the Work `as is', without
239
+ warranty of any kind, either expressed or implied, including, but not
240
+ limited to, the implied warranties of merchantability and fitness for a
241
+ particular purpose. The entire risk as to the quality and performance
242
+ of the Work is with you. Should the Work prove defective, you assume
243
+ the cost of all necessary servicing, repair, or correction.
244
+
245
+ In no event unless required by applicable law or agreed to in writing
246
+ will The Copyright Holder, or any author named in the components of the
247
+ Work, or any other party who may distribute and/or modify the Work as
248
+ permitted above, be liable to you for damages, including any general,
249
+ special, incidental or consequential damages arising out of any use of
250
+ the Work or out of inability to use the Work (including, but not limited
251
+ to, loss of data, data being rendered inaccurate, or losses sustained by
252
+ anyone as a result of any failure of the Work to operate with any other
253
+ programs), even if the Copyright Holder or said author or said other
254
+ party has been advised of the possibility of such damages.
255
+
256
+
257
+ MAINTENANCE OF THE WORK
258
+ =======================
259
+
260
+ The Work has the status `author-maintained' if the Copyright Holder
261
+ explicitly and prominently states near the primary copyright notice in
262
+ the Work that the Work can only be maintained by the Copyright Holder
263
+ or simply that it is `author-maintained'.
264
+
265
+ The Work has the status `maintained' if there is a Current Maintainer
266
+ who has indicated in the Work that they are willing to receive error
267
+ reports for the Work (for example, by supplying a valid e-mail
268
+ address). It is not required for the Current Maintainer to acknowledge
269
+ or act upon these error reports.
270
+
271
+ The Work changes from status `maintained' to `unmaintained' if there
272
+ is no Current Maintainer, or the person stated to be Current
273
+ Maintainer of the work cannot be reached through the indicated means
274
+ of communication for a period of six months, and there are no other
275
+ significant signs of active maintenance.
276
+
277
+ You can become the Current Maintainer of the Work by agreement with
278
+ any existing Current Maintainer to take over this role.
279
+
280
+ If the Work is unmaintained, you can become the Current Maintainer of
281
+ the Work through the following steps:
282
+
283
+ 1. Make a reasonable attempt to trace the Current Maintainer (and
284
+ the Copyright Holder, if the two differ) through the means of
285
+ an Internet or similar search.
286
+
287
+ 2. If this search is successful, then enquire whether the Work
288
+ is still maintained.
289
+
290
+ a. If it is being maintained, then ask the Current Maintainer
291
+ to update their communication data within one month.
292
+
293
+ b. If the search is unsuccessful or no action to resume active
294
+ maintenance is taken by the Current Maintainer, then announce
295
+ within the pertinent community your intention to take over
296
+ maintenance. (If the Work is a LaTeX work, this could be
297
+ done, for example, by posting to comp.text.tex.)
298
+
299
+ 3a. If the Current Maintainer is reachable and agrees to pass
300
+ maintenance of the Work to you, then this takes effect
301
+ immediately upon announcement.
302
+
303
+ b. If the Current Maintainer is not reachable and the Copyright
304
+ Holder agrees that maintenance of the Work be passed to you,
305
+ then this takes effect immediately upon announcement.
306
+
307
+ 4. If you make an `intention announcement' as described in 2b. above
308
+ and after three months your intention is challenged neither by
309
+ the Current Maintainer nor by the Copyright Holder nor by other
310
+ people, then you may arrange for the Work to be changed so as
311
+ to name you as the (new) Current Maintainer.
312
+
313
+ 5. If the previously unreachable Current Maintainer becomes
314
+ reachable once more within three months of a change completed
315
+ under the terms of 3b) or 4), then that Current Maintainer must
316
+ become or remain the Current Maintainer upon request provided
317
+ they then update their communication data within one month.
318
+
319
+ A change in the Current Maintainer does not, of itself, alter the fact
320
+ that the Work is distributed under the LPPL license.
321
+
322
+ If you become the Current Maintainer of the Work, you should
323
+ immediately provide, within the Work, a prominent and unambiguous
324
+ statement of your status as Current Maintainer. You should also
325
+ announce your new status to the same pertinent community as
326
+ in 2b) above.
327
+
328
+
329
+ WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE
330
+ ======================================================
331
+
332
+ This section contains important instructions, examples, and
333
+ recommendations for authors who are considering distributing their
334
+ works under this license. These authors are addressed as `you' in
335
+ this section.
336
+
337
+ Choosing This License or Another License
338
+ ----------------------------------------
339
+
340
+ If for any part of your work you want or need to use *distribution*
341
+ conditions that differ significantly from those in this license, then
342
+ do not refer to this license anywhere in your work but, instead,
343
+ distribute your work under a different license. You may use the text
344
+ of this license as a model for your own license, but your license
345
+ should not refer to the LPPL or otherwise give the impression that
346
+ your work is distributed under the LPPL.
347
+
348
+ The document `modguide.tex' in the base LaTeX distribution explains
349
+ the motivation behind the conditions of this license. It explains,
350
+ for example, why distributing LaTeX under the GNU General Public
351
+ License (GPL) was considered inappropriate. Even if your work is
352
+ unrelated to LaTeX, the discussion in `modguide.tex' may still be
353
+ relevant, and authors intending to distribute their works under any
354
+ license are encouraged to read it.
355
+
356
+ A Recommendation on Modification Without Distribution
357
+ -----------------------------------------------------
358
+
359
+ It is wise never to modify a component of the Work, even for your own
360
+ personal use, without also meeting the above conditions for
361
+ distributing the modified component. While you might intend that such
362
+ modifications will never be distributed, often this will happen by
363
+ accident -- you may forget that you have modified that component; or
364
+ it may not occur to you when allowing others to access the modified
365
+ version that you are thus distributing it and violating the conditions
366
+ of this license in ways that could have legal implications and, worse,
367
+ cause problems for the community. It is therefore usually in your
368
+ best interest to keep your copy of the Work identical with the public
369
+ one. Many works provide ways to control the behavior of that work
370
+ without altering any of its licensed components.
371
+
372
+ How to Use This License
373
+ -----------------------
374
+
375
+ To use this license, place in each of the components of your work both
376
+ an explicit copyright notice including your name and the year the work
377
+ was authored and/or last substantially modified. Include also a
378
+ statement that the distribution and/or modification of that
379
+ component is constrained by the conditions in this license.
380
+
381
+ Here is an example of such a notice and statement:
382
+
383
+ %% pig.dtx
384
+ %% Copyright 2005 M. Y. Name
385
+ %
386
+ % This work may be distributed and/or modified under the
387
+ % conditions of the LaTeX Project Public License, either version 1.3
388
+ % of this license or (at your option) any later version.
389
+ % The latest version of this license is in
390
+ % http://www.latex-project.org/lppl.txt
391
+ % and version 1.3 or later is part of all distributions of LaTeX
392
+ % version 2005/12/01 or later.
393
+ %
394
+ % This work has the LPPL maintenance status `maintained'.
395
+ %
396
+ % The Current Maintainer of this work is M. Y. Name.
397
+ %
398
+ % This work consists of the files pig.dtx and pig.ins
399
+ % and the derived file pig.sty.
400
+
401
+ Given such a notice and statement in a file, the conditions
402
+ given in this license document would apply, with the `Work' referring
403
+ to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being
404
+ generated from `pig.dtx' using `pig.ins'), the `Base Interpreter'
405
+ referring to any `LaTeX-Format', and both `Copyright Holder' and
406
+ `Current Maintainer' referring to the person `M. Y. Name'.
407
+
408
+ If you do not want the Maintenance section of LPPL to apply to your
409
+ Work, change `maintained' above into `author-maintained'.
410
+ However, we recommend that you use `maintained', as the Maintenance
411
+ section was added in order to ensure that your Work remains useful to
412
+ the community even when you can no longer maintain and support it
413
+ yourself.
414
+
415
+ Derived Works That Are Not Replacements
416
+ ---------------------------------------
417
+
418
+ Several clauses of the LPPL specify means to provide reliability and
419
+ stability for the user community. They therefore concern themselves
420
+ with the case that a Derived Work is intended to be used as a
421
+ (compatible or incompatible) replacement of the original Work. If
422
+ this is not the case (e.g., if a few lines of code are reused for a
423
+ completely different task), then clauses 6b and 6d shall not apply.
424
+
425
+
426
+ Important Recommendations
427
+ -------------------------
428
+
429
+ Defining What Constitutes the Work
430
+
431
+ The LPPL requires that distributions of the Work contain all the
432
+ files of the Work. It is therefore important that you provide a
433
+ way for the licensee to determine which files constitute the Work.
434
+ This could, for example, be achieved by explicitly listing all the
435
+ files of the Work near the copyright notice of each file or by
436
+ using a line such as:
437
+
438
+ % This work consists of all files listed in manifest.txt.
439
+
440
+ in that place. In the absence of an unequivocal list it might be
441
+ impossible for the licensee to determine what is considered by you
442
+ to comprise the Work and, in such a case, the licensee would be
443
+ entitled to make reasonable conjectures as to which files comprise
444
+ the Work.
markdown/mit-0.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: MIT No Attribution
3
+ spdx-id: MIT-0
4
+
5
+ description: A short and simple permissive license with no conditions, not even requiring preservation of copyright and license notices. 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 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
+ rssfs: https://github.com/dertuxmalwieder/rssfs/blob/master/LICENSE
11
+ SOIL2: https://github.com/SpartanJ/SOIL2/blob/master/LICENSE
12
+ Units.NET: https://github.com/angularsen/UnitsNet/blob/master/LICENSE
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - modifications
17
+ - distribution
18
+ - private-use
19
+
20
+ conditions: []
21
+
22
+ limitations:
23
+ - liability
24
+ - warranty
25
+
26
+ ---
27
+
28
+ MIT No Attribution
29
+
30
+ Copyright [year] [fullname]
31
+
32
+ Permission is hereby granted, free of charge, to any person obtaining a copy
33
+ of this software and associated documentation files (the "Software"), to deal
34
+ in the Software without restriction, including without limitation the rights
35
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36
+ copies of the Software, and to permit persons to whom the Software is
37
+ furnished to do so.
38
+
39
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45
+ SOFTWARE.
markdown/mit.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: MIT License
3
+ spdx-id: MIT
4
+ featured: true
5
+ hidden: false
6
+
7
+ description: A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
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
+ Babel: https://github.com/babel/babel/blob/master/LICENSE
13
+ .NET: https://github.com/dotnet/runtime/blob/main/LICENSE.TXT
14
+ Rails: https://github.com/rails/rails/blob/master/MIT-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
+ MIT License
32
+
33
+ Copyright (c) [year] [fullname]
34
+
35
+ Permission is hereby granted, free of charge, to any person obtaining a copy
36
+ of this software and associated documentation files (the "Software"), to deal
37
+ in the Software without restriction, including without limitation the rights
38
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39
+ copies of the Software, and to permit persons to whom the Software is
40
+ furnished to do so, subject to the following conditions:
41
+
42
+ The above copyright notice and this permission notice shall be included in all
43
+ copies or substantial portions of the Software.
44
+
45
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
51
+ SOFTWARE.
markdown/mpl-2.0.md ADDED
@@ -0,0 +1,409 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Mozilla Public License 2.0
3
+ spdx-id: MPL-2.0
4
+ redirect_from: /licenses/mozilla/
5
+ hidden: false
6
+
7
+ description: Permissions of this weak copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.
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: The Mozilla 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 (Exhibit A).
12
+
13
+ using:
14
+ Servo: https://github.com/servo/servo/blob/master/LICENSE
15
+ Syncthing: https://github.com/syncthing/syncthing/blob/main/LICENSE
16
+ TimelineJS3: https://github.com/NUKnightLab/TimelineJS3/blob/master/LICENSE
17
+
18
+ permissions:
19
+ - commercial-use
20
+ - modifications
21
+ - distribution
22
+ - patent-use
23
+ - private-use
24
+
25
+ conditions:
26
+ - disclose-source
27
+ - include-copyright
28
+ - same-license--file
29
+
30
+ limitations:
31
+ - liability
32
+ - trademark-use
33
+ - warranty
34
+
35
+ ---
36
+
37
+ Mozilla Public License Version 2.0
38
+ ==================================
39
+
40
+ 1. Definitions
41
+ --------------
42
+
43
+ 1.1. "Contributor"
44
+ means each individual or legal entity that creates, contributes to
45
+ the creation of, or owns Covered Software.
46
+
47
+ 1.2. "Contributor Version"
48
+ means the combination of the Contributions of others (if any) used
49
+ by a Contributor and that particular Contributor's Contribution.
50
+
51
+ 1.3. "Contribution"
52
+ means Covered Software of a particular Contributor.
53
+
54
+ 1.4. "Covered Software"
55
+ means Source Code Form to which the initial Contributor has attached
56
+ the notice in Exhibit A, the Executable Form of such Source Code
57
+ Form, and Modifications of such Source Code Form, in each case
58
+ including portions thereof.
59
+
60
+ 1.5. "Incompatible With Secondary Licenses"
61
+ means
62
+
63
+ (a) that the initial Contributor has attached the notice described
64
+ in Exhibit B to the Covered Software; or
65
+
66
+ (b) that the Covered Software was made available under the terms of
67
+ version 1.1 or earlier of the License, but not also under the
68
+ terms of a Secondary License.
69
+
70
+ 1.6. "Executable Form"
71
+ means any form of the work other than Source Code Form.
72
+
73
+ 1.7. "Larger Work"
74
+ means a work that combines Covered Software with other material, in
75
+ a separate file or files, that is not Covered Software.
76
+
77
+ 1.8. "License"
78
+ means this document.
79
+
80
+ 1.9. "Licensable"
81
+ means having the right to grant, to the maximum extent possible,
82
+ whether at the time of the initial grant or subsequently, any and
83
+ all of the rights conveyed by this License.
84
+
85
+ 1.10. "Modifications"
86
+ means any of the following:
87
+
88
+ (a) any file in Source Code Form that results from an addition to,
89
+ deletion from, or modification of the contents of Covered
90
+ Software; or
91
+
92
+ (b) any new file in Source Code Form that contains any Covered
93
+ Software.
94
+
95
+ 1.11. "Patent Claims" of a Contributor
96
+ means any patent claim(s), including without limitation, method,
97
+ process, and apparatus claims, in any patent Licensable by such
98
+ Contributor that would be infringed, but for the grant of the
99
+ License, by the making, using, selling, offering for sale, having
100
+ made, import, or transfer of either its Contributions or its
101
+ Contributor Version.
102
+
103
+ 1.12. "Secondary License"
104
+ means either the GNU General Public License, Version 2.0, the GNU
105
+ Lesser General Public License, Version 2.1, the GNU Affero General
106
+ Public License, Version 3.0, or any later versions of those
107
+ licenses.
108
+
109
+ 1.13. "Source Code Form"
110
+ means the form of the work preferred for making modifications.
111
+
112
+ 1.14. "You" (or "Your")
113
+ means an individual or a legal entity exercising rights under this
114
+ License. For legal entities, "You" includes any entity that
115
+ controls, is controlled by, or is under common control with You. For
116
+ purposes of this definition, "control" means (a) the power, direct
117
+ or indirect, to cause the direction or management of such entity,
118
+ whether by contract or otherwise, or (b) ownership of more than
119
+ fifty percent (50%) of the outstanding shares or beneficial
120
+ ownership of such entity.
121
+
122
+ 2. License Grants and Conditions
123
+ --------------------------------
124
+
125
+ 2.1. Grants
126
+
127
+ Each Contributor hereby grants You a world-wide, royalty-free,
128
+ non-exclusive license:
129
+
130
+ (a) under intellectual property rights (other than patent or trademark)
131
+ Licensable by such Contributor to use, reproduce, make available,
132
+ modify, display, perform, distribute, and otherwise exploit its
133
+ Contributions, either on an unmodified basis, with Modifications, or
134
+ as part of a Larger Work; and
135
+
136
+ (b) under Patent Claims of such Contributor to make, use, sell, offer
137
+ for sale, have made, import, and otherwise transfer either its
138
+ Contributions or its Contributor Version.
139
+
140
+ 2.2. Effective Date
141
+
142
+ The licenses granted in Section 2.1 with respect to any Contribution
143
+ become effective for each Contribution on the date the Contributor first
144
+ distributes such Contribution.
145
+
146
+ 2.3. Limitations on Grant Scope
147
+
148
+ The licenses granted in this Section 2 are the only rights granted under
149
+ this License. No additional rights or licenses will be implied from the
150
+ distribution or licensing of Covered Software under this License.
151
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
152
+ Contributor:
153
+
154
+ (a) for any code that a Contributor has removed from Covered Software;
155
+ or
156
+
157
+ (b) for infringements caused by: (i) Your and any other third party's
158
+ modifications of Covered Software, or (ii) the combination of its
159
+ Contributions with other software (except as part of its Contributor
160
+ Version); or
161
+
162
+ (c) under Patent Claims infringed by Covered Software in the absence of
163
+ its Contributions.
164
+
165
+ This License does not grant any rights in the trademarks, service marks,
166
+ or logos of any Contributor (except as may be necessary to comply with
167
+ the notice requirements in Section 3.4).
168
+
169
+ 2.4. Subsequent Licenses
170
+
171
+ No Contributor makes additional grants as a result of Your choice to
172
+ distribute the Covered Software under a subsequent version of this
173
+ License (see Section 10.2) or under the terms of a Secondary License (if
174
+ permitted under the terms of Section 3.3).
175
+
176
+ 2.5. Representation
177
+
178
+ Each Contributor represents that the Contributor believes its
179
+ Contributions are its original creation(s) or it has sufficient rights
180
+ to grant the rights to its Contributions conveyed by this License.
181
+
182
+ 2.6. Fair Use
183
+
184
+ This License is not intended to limit any rights You have under
185
+ applicable copyright doctrines of fair use, fair dealing, or other
186
+ equivalents.
187
+
188
+ 2.7. Conditions
189
+
190
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
191
+ in Section 2.1.
192
+
193
+ 3. Responsibilities
194
+ -------------------
195
+
196
+ 3.1. Distribution of Source Form
197
+
198
+ All distribution of Covered Software in Source Code Form, including any
199
+ Modifications that You create or to which You contribute, must be under
200
+ the terms of this License. You must inform recipients that the Source
201
+ Code Form of the Covered Software is governed by the terms of this
202
+ License, and how they can obtain a copy of this License. You may not
203
+ attempt to alter or restrict the recipients' rights in the Source Code
204
+ Form.
205
+
206
+ 3.2. Distribution of Executable Form
207
+
208
+ If You distribute Covered Software in Executable Form then:
209
+
210
+ (a) such Covered Software must also be made available in Source Code
211
+ Form, as described in Section 3.1, and You must inform recipients of
212
+ the Executable Form how they can obtain a copy of such Source Code
213
+ Form by reasonable means in a timely manner, at a charge no more
214
+ than the cost of distribution to the recipient; and
215
+
216
+ (b) You may distribute such Executable Form under the terms of this
217
+ License, or sublicense it under different terms, provided that the
218
+ license for the Executable Form does not attempt to limit or alter
219
+ the recipients' rights in the Source Code Form under this License.
220
+
221
+ 3.3. Distribution of a Larger Work
222
+
223
+ You may create and distribute a Larger Work under terms of Your choice,
224
+ provided that You also comply with the requirements of this License for
225
+ the Covered Software. If the Larger Work is a combination of Covered
226
+ Software with a work governed by one or more Secondary Licenses, and the
227
+ Covered Software is not Incompatible With Secondary Licenses, this
228
+ License permits You to additionally distribute such Covered Software
229
+ under the terms of such Secondary License(s), so that the recipient of
230
+ the Larger Work may, at their option, further distribute the Covered
231
+ Software under the terms of either this License or such Secondary
232
+ License(s).
233
+
234
+ 3.4. Notices
235
+
236
+ You may not remove or alter the substance of any license notices
237
+ (including copyright notices, patent notices, disclaimers of warranty,
238
+ or limitations of liability) contained within the Source Code Form of
239
+ the Covered Software, except that You may alter any license notices to
240
+ the extent required to remedy known factual inaccuracies.
241
+
242
+ 3.5. Application of Additional Terms
243
+
244
+ You may choose to offer, and to charge a fee for, warranty, support,
245
+ indemnity or liability obligations to one or more recipients of Covered
246
+ Software. However, You may do so only on Your own behalf, and not on
247
+ behalf of any Contributor. You must make it absolutely clear that any
248
+ such warranty, support, indemnity, or liability obligation is offered by
249
+ You alone, and You hereby agree to indemnify every Contributor for any
250
+ liability incurred by such Contributor as a result of warranty, support,
251
+ indemnity or liability terms You offer. You may include additional
252
+ disclaimers of warranty and limitations of liability specific to any
253
+ jurisdiction.
254
+
255
+ 4. Inability to Comply Due to Statute or Regulation
256
+ ---------------------------------------------------
257
+
258
+ If it is impossible for You to comply with any of the terms of this
259
+ License with respect to some or all of the Covered Software due to
260
+ statute, judicial order, or regulation then You must: (a) comply with
261
+ the terms of this License to the maximum extent possible; and (b)
262
+ describe the limitations and the code they affect. Such description must
263
+ be placed in a text file included with all distributions of the Covered
264
+ Software under this License. Except to the extent prohibited by statute
265
+ or regulation, such description must be sufficiently detailed for a
266
+ recipient of ordinary skill to be able to understand it.
267
+
268
+ 5. Termination
269
+ --------------
270
+
271
+ 5.1. The rights granted under this License will terminate automatically
272
+ if You fail to comply with any of its terms. However, if You become
273
+ compliant, then the rights granted under this License from a particular
274
+ Contributor are reinstated (a) provisionally, unless and until such
275
+ Contributor explicitly and finally terminates Your grants, and (b) on an
276
+ ongoing basis, if such Contributor fails to notify You of the
277
+ non-compliance by some reasonable means prior to 60 days after You have
278
+ come back into compliance. Moreover, Your grants from a particular
279
+ Contributor are reinstated on an ongoing basis if such Contributor
280
+ notifies You of the non-compliance by some reasonable means, this is the
281
+ first time You have received notice of non-compliance with this License
282
+ from such Contributor, and You become compliant prior to 30 days after
283
+ Your receipt of the notice.
284
+
285
+ 5.2. If You initiate litigation against any entity by asserting a patent
286
+ infringement claim (excluding declaratory judgment actions,
287
+ counter-claims, and cross-claims) alleging that a Contributor Version
288
+ directly or indirectly infringes any patent, then the rights granted to
289
+ You by any and all Contributors for the Covered Software under Section
290
+ 2.1 of this License shall terminate.
291
+
292
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
293
+ end user license agreements (excluding distributors and resellers) which
294
+ have been validly granted by You or Your distributors under this License
295
+ prior to termination shall survive termination.
296
+
297
+ ************************************************************************
298
+ * *
299
+ * 6. Disclaimer of Warranty *
300
+ * ------------------------- *
301
+ * *
302
+ * Covered Software is provided under this License on an "as is" *
303
+ * basis, without warranty of any kind, either expressed, implied, or *
304
+ * statutory, including, without limitation, warranties that the *
305
+ * Covered Software is free of defects, merchantable, fit for a *
306
+ * particular purpose or non-infringing. The entire risk as to the *
307
+ * quality and performance of the Covered Software is with You. *
308
+ * Should any Covered Software prove defective in any respect, You *
309
+ * (not any Contributor) assume the cost of any necessary servicing, *
310
+ * repair, or correction. This disclaimer of warranty constitutes an *
311
+ * essential part of this License. No use of any Covered Software is *
312
+ * authorized under this License except under this disclaimer. *
313
+ * *
314
+ ************************************************************************
315
+
316
+ ************************************************************************
317
+ * *
318
+ * 7. Limitation of Liability *
319
+ * -------------------------- *
320
+ * *
321
+ * Under no circumstances and under no legal theory, whether tort *
322
+ * (including negligence), contract, or otherwise, shall any *
323
+ * Contributor, or anyone who distributes Covered Software as *
324
+ * permitted above, be liable to You for any direct, indirect, *
325
+ * special, incidental, or consequential damages of any character *
326
+ * including, without limitation, damages for lost profits, loss of *
327
+ * goodwill, work stoppage, computer failure or malfunction, or any *
328
+ * and all other commercial damages or losses, even if such party *
329
+ * shall have been informed of the possibility of such damages. This *
330
+ * limitation of liability shall not apply to liability for death or *
331
+ * personal injury resulting from such party's negligence to the *
332
+ * extent applicable law prohibits such limitation. Some *
333
+ * jurisdictions do not allow the exclusion or limitation of *
334
+ * incidental or consequential damages, so this exclusion and *
335
+ * limitation may not apply to You. *
336
+ * *
337
+ ************************************************************************
338
+
339
+ 8. Litigation
340
+ -------------
341
+
342
+ Any litigation relating to this License may be brought only in the
343
+ courts of a jurisdiction where the defendant maintains its principal
344
+ place of business and such litigation shall be governed by laws of that
345
+ jurisdiction, without reference to its conflict-of-law provisions.
346
+ Nothing in this Section shall prevent a party's ability to bring
347
+ cross-claims or counter-claims.
348
+
349
+ 9. Miscellaneous
350
+ ----------------
351
+
352
+ This License represents the complete agreement concerning the subject
353
+ matter hereof. If any provision of this License is held to be
354
+ unenforceable, such provision shall be reformed only to the extent
355
+ necessary to make it enforceable. Any law or regulation which provides
356
+ that the language of a contract shall be construed against the drafter
357
+ shall not be used to construe this License against a Contributor.
358
+
359
+ 10. Versions of the License
360
+ ---------------------------
361
+
362
+ 10.1. New Versions
363
+
364
+ Mozilla Foundation is the license steward. Except as provided in Section
365
+ 10.3, no one other than the license steward has the right to modify or
366
+ publish new versions of this License. Each version will be given a
367
+ distinguishing version number.
368
+
369
+ 10.2. Effect of New Versions
370
+
371
+ You may distribute the Covered Software under the terms of the version
372
+ of the License under which You originally received the Covered Software,
373
+ or under the terms of any subsequent version published by the license
374
+ steward.
375
+
376
+ 10.3. Modified Versions
377
+
378
+ If you create software not governed by this License, and you want to
379
+ create a new license for such software, you may create and use a
380
+ modified version of this License if you rename the license and remove
381
+ any references to the name of the license steward (except to note that
382
+ such modified license differs from this License).
383
+
384
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
385
+ Licenses
386
+
387
+ If You choose to distribute Source Code Form that is Incompatible With
388
+ Secondary Licenses under the terms of this version of the License, the
389
+ notice described in Exhibit B of this License must be attached.
390
+
391
+ Exhibit A - Source Code Form License Notice
392
+ -------------------------------------------
393
+
394
+ This Source Code Form is subject to the terms of the Mozilla Public
395
+ License, v. 2.0. If a copy of the MPL was not distributed with this
396
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
397
+
398
+ If it is not possible or desirable to put the notice in a particular
399
+ file, then You may include the notice in a location (such as a LICENSE
400
+ file in a relevant directory) where a recipient would be likely to look
401
+ for such a notice.
402
+
403
+ You may add additional accurate notices of copyright ownership.
404
+
405
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
406
+ ---------------------------------------------------------
407
+
408
+ This Source Code Form is "Incompatible With Secondary Licenses", as
409
+ defined by the Mozilla Public License, v. 2.0.
markdown/ms-pl.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Microsoft Public License
3
+ spdx-id: MS-PL
4
+
5
+ description: An open source license with a patent grant.
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
+
11
+ permissions:
12
+ - commercial-use
13
+ - modifications
14
+ - distribution
15
+ - patent-use
16
+ - private-use
17
+
18
+ conditions:
19
+ - include-copyright
20
+
21
+ limitations:
22
+ - warranty
23
+ - trademark-use
24
+
25
+ ---
26
+
27
+ Microsoft Public License (Ms-PL)
28
+
29
+ This license governs use of the accompanying software. If you use the
30
+ software, you accept this license. If you do not accept the license, do not
31
+ use the software.
32
+
33
+ 1. Definitions
34
+ The terms "reproduce," "reproduction," "derivative works," and "distribution"
35
+ have the same meaning here as under U.S. copyright law. A "contribution" is
36
+ the original software, or any additions or changes to the software. A
37
+ "contributor" is any person that distributes its contribution under this
38
+ license. "Licensed patents" are a contributor's patent claims that read
39
+ directly on its contribution.
40
+
41
+ 2. Grant of Rights
42
+ (A) Copyright Grant- Subject to the terms of this license, including the
43
+ license conditions and limitations in section 3, each contributor grants
44
+ you a non-exclusive, worldwide, royalty-free copyright license to
45
+ reproduce its contribution, prepare derivative works of its contribution,
46
+ and distribute its contribution or any derivative works that you create.
47
+
48
+ (B) Patent Grant- Subject to the terms of this license, including the
49
+ license conditions and limitations in section 3, each contributor grants
50
+ you a non-exclusive, worldwide, royalty-free license under its licensed
51
+ patents to make, have made, use, sell, offer for sale, import, and/or
52
+ otherwise dispose of its contribution in the software or derivative works
53
+ of the contribution in the software.
54
+
55
+ 3. Conditions and Limitations
56
+ (A) No Trademark License- This license does not grant you rights to use
57
+ any contributors' name, logo, or trademarks.
58
+
59
+ (B) If you bring a patent claim against any contributor over patents that
60
+ you claim are infringed by the software, your patent license from such
61
+ contributor to the software ends automatically.
62
+
63
+ (C) If you distribute any portion of the software, you must retain all
64
+ copyright, patent, trademark, and attribution notices that are present in
65
+ the software.
66
+
67
+ (D) If you distribute any portion of the software in source code form,
68
+ you may do so only under this license by including a complete copy of
69
+ this license with your distribution. If you distribute any portion of the
70
+ software in compiled or object code form, you may only do so under a
71
+ license that complies with this license.
72
+
73
+ (E) The software is licensed "as-is." You bear the risk of using it. The
74
+ contributors give no express warranties, guarantees, or conditions. You
75
+ may have additional consumer rights under your local laws which this
76
+ license cannot change. To the extent permitted under your local laws, the
77
+ contributors exclude the implied warranties of merchantability, fitness
78
+ for a particular purpose and non-infringement.
markdown/ms-rl.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Microsoft Reciprocal License
3
+ spdx-id: MS-RL
4
+
5
+ description: An open source license with a patent grant similar to the <a href="/licenses/ms-pl/">Microsoft Public License</a>, with the additional condition that any source code for any derived file be provided under 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
+ using:
10
+
11
+ permissions:
12
+ - commercial-use
13
+ - modifications
14
+ - distribution
15
+ - patent-use
16
+ - private-use
17
+
18
+ conditions:
19
+ - disclose-source
20
+ - include-copyright
21
+ - same-license--file
22
+
23
+ limitations:
24
+ - warranty
25
+ - trademark-use
26
+
27
+ ---
28
+
29
+ Microsoft Reciprocal License (Ms-RL)
30
+
31
+ This license governs use of the accompanying software. If you use the
32
+ software, you accept this license. If you do not accept the license, do not
33
+ use the software.
34
+
35
+ 1. Definitions
36
+ The terms "reproduce," "reproduction," "derivative works," and "distribution"
37
+ have the same meaning here as under U.S. copyright law.
38
+
39
+ A "contribution" is the original software, or any additions or changes to the
40
+ software.
41
+
42
+ A "contributor" is any person that distributes its contribution under this
43
+ license.
44
+
45
+ "Licensed patents" are a contributor's patent claims that read directly on its
46
+ contribution.
47
+
48
+ 2. Grant of Rights
49
+ (A) Copyright Grant- Subject to the terms of this license, including the
50
+ license conditions and limitations in section 3, each contributor grants
51
+ you a non-exclusive, worldwide, royalty-free copyright license to
52
+ reproduce its contribution, prepare derivative works of its contribution,
53
+ and distribute its contribution or any derivative works that you create.
54
+
55
+ (B) Patent Grant- Subject to the terms of this license, including the
56
+ license conditions and limitations in section 3, each contributor grants
57
+ you a non-exclusive, worldwide, royalty-free license under its licensed
58
+ patents to make, have made, use, sell, offer for sale, import, and/or
59
+ otherwise dispose of its contribution in the software or derivative works
60
+ of the contribution in the software.
61
+
62
+ 3. Conditions and Limitations
63
+ (A) Reciprocal Grants- For any file you distribute that contains code
64
+ from the software (in source code or binary format), you must provide
65
+ recipients the source code to that file along with a copy of this
66
+ license, which license will govern that file. You may license other files
67
+ that are entirely your own work and do not contain code from the software
68
+ under any terms you choose.
69
+
70
+ (B) No Trademark License- This license does not grant you rights to use
71
+ any contributors' name, logo, or trademarks.
72
+
73
+ (C) If you bring a patent claim against any contributor over patents that
74
+ you claim are infringed by the software, your patent license from such
75
+ contributor to the software ends automatically.
76
+
77
+ (D) If you distribute any portion of the software, you must retain all
78
+ copyright, patent, trademark, and attribution notices that are present in
79
+ the software.
80
+
81
+ (E) If you distribute any portion of the software in source code form,
82
+ you may do so only under this license by including a complete copy of
83
+ this license with your distribution. If you distribute any portion of the
84
+ software in compiled or object code form, you may only do so under a
85
+ license that complies with this license.
86
+
87
+ (F) The software is licensed "as-is." You bear the risk of using it. The
88
+ contributors give no express warranties, guarantees, or conditions. You
89
+ may have additional consumer rights under your local laws which this
90
+ license cannot change. To the extent permitted under your local laws, the
91
+ contributors exclude the implied warranties of merchantability, fitness
92
+ for a particular purpose and non-infringement.
markdown/mulanpsl-2.0.md ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Mulan Permissive Software License, Version 2
3
+ spdx-id: MulanPSL-2.0
4
+ nickname: Mulan PSL v2
5
+
6
+ description: A permissive license similar to the <a href="/licenses/apache-2.0/">Apache License</a>, but explicitly states that it does not grant trademark rights. Mulan Permissive Software License is the first open source license in both Chinese and English approved by OSI.
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: It's suggested to take 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.
11
+
12
+ using:
13
+ openGauss Server: https://github.com/opengauss-mirror/openGauss-server/blob/master/License
14
+ lute: https://github.com/88250/lute/blob/master/LICENSE
15
+ Android CN OAID: https://github.com/gzu-liyujiang/Android_CN_OAID/blob/master/LICENSE
16
+
17
+ permissions:
18
+ - commercial-use
19
+ - modifications
20
+ - distribution
21
+ - patent-use
22
+ - private-use
23
+
24
+ conditions:
25
+ - include-copyright
26
+
27
+ limitations:
28
+ - liability
29
+ - trademark-use
30
+ - warranty
31
+
32
+ ---
33
+
34
+ 木兰宽松许可证, 第2版
35
+
36
+ 木兰宽松许可证, 第2版
37
+
38
+ 2020年1月 http://license.coscl.org.cn/MulanPSL2
39
+
40
+ 您对“软件”的复制、使用、修改及分发受木兰宽松许可证,第2版(“本许可证”)的如下条款的约束:
41
+
42
+ 0. 定义
43
+
44
+ “软件” 是指由“贡献”构成的许可在“本许可证”下的程序和相关文档的集合。
45
+
46
+ “贡献” 是指由任一“贡献者”许可在“本许可证”下的受版权法保护的作品。
47
+
48
+ “贡献者” 是指将受版权法保护的作品许可在“本许可证”下的自然人或“法人实体”。
49
+
50
+ “法人实体” 是指提交贡献的机构及其“关联实体”。
51
+
52
+ “关联实体” 是指,对“本许可证”下的行为方而言,控制、受控制或与其共同受控制的机构,此处的控制是
53
+ 指有受控方或共同受控方至少50%直接或间接的投票权、资金或其他有价证券。
54
+
55
+ 1. 授予版权许可
56
+
57
+ 每个“贡献者”根据“本许可证”授予您永久性的、全球性的、免费的、非独占的、不可撤销的版权许可,您可
58
+ 以复制、使用、修改、分发其“贡献”,不论修改与否。
59
+
60
+ 2. 授予专利许可
61
+
62
+ 每个“贡献者”根据“本许可证”授予您永久性的、全球性的、免费的、非独占的、不可撤销的(根据本条规定
63
+ 撤销除外)专利许可,供您制造、委托制造、使用、许诺销售、销售、进口其“贡献”或以其他方式转移其“贡
64
+ 献”。前述专利许可仅限于“贡献者”现在或将来拥有或控制的其“贡献”本身或其“贡献”与许可“贡献”时的“软
65
+ 件”结合而将必然会侵犯的专利权利要求,不包括对“贡献”的修改或包含“贡献”的其他结合。如果您或您的“
66
+ 关联实体”直接或间接地,就“软件”或其中的“贡献”对任何人发起专利侵权诉讼(包括反诉或交叉诉讼)或
67
+ 其他专利维权行动,指控其侵犯专利权,则“本许可证”授予您对“软件”的专利许可自您提起诉讼或发起维权
68
+ 行动之日终止。
69
+
70
+ 3. 无商标许可
71
+
72
+ “本许可证”不提供对“贡献者”的商品名称、商标、服务标志或产品名称的商标许可,但您为满足第4条规定
73
+ 的声明义务而必须使用除外。
74
+
75
+ 4. 分发限制
76
+
77
+ 您可以在任何媒介中将“软件”以源程序形式或可执行形式重新分发,不论修改与否,但您必须向接收者提供“
78
+ 本许可证”的副本,并保留“软件”中的版权、商标、专利及免责声明。
79
+
80
+ 5. 免责声明与责任限制
81
+
82
+ “软件”及其中的“贡献”在提供时不带任何明示或默示的担保。在任何情况下,“贡献者”或版权所有者不对
83
+ 任何人因使用“软件”或其中的“贡献”而引发的任何直接或间接损失承担责任,不论因何种原因导致或者基于
84
+ 何种法律理论,即使其曾被建议有此种损失的可能性。
85
+
86
+ 6. 语言
87
+
88
+ “本许可证”以中英文双语表述,中英文版本具有同等法律效力。如果中英文版本存在任何冲突不一致,以中文
89
+ 版为准。
90
+
91
+ 条款结束
92
+
93
+ 如何将木兰宽松许可证,第2版,应用到您的软件
94
+
95
+ 如果您希望将木兰宽松许可证,第2版,应用到您的新软件,为了方便接收者查阅,建议您完成如下三步:
96
+
97
+ 1, 请您补充如下声明中的空白,包括软件名、软件的首次发表年份以及您作为版权人的名字;
98
+
99
+ 2, 请您在软件包的一级目录下创建以“LICENSE”为名的文件,将整个许可证文本放入该文件中;
100
+
101
+ 3, 请将如下声明文本放入每个源文件的头部注释中。
102
+
103
+ Copyright (c) [Year] [name of copyright holder]
104
+ [Software Name] is licensed under Mulan PSL v2.
105
+ You can use this software according to the terms and conditions of the Mulan
106
+ PSL v2.
107
+ You may obtain a copy of Mulan PSL v2 at:
108
+ http://license.coscl.org.cn/MulanPSL2
109
+ THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
110
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
111
+ NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
112
+ See the Mulan PSL v2 for more details.
113
+
114
+ Mulan Permissive Software License,Version 2
115
+
116
+ Mulan Permissive Software License,Version 2 (Mulan PSL v2)
117
+
118
+ January 2020 http://license.coscl.org.cn/MulanPSL2
119
+
120
+ Your reproduction, use, modification and distribution of the Software shall
121
+ be subject to Mulan PSL v2 (this License) with the following terms and
122
+ conditions:
123
+
124
+ 0. Definition
125
+
126
+ Software means the program and related documents which are licensed under
127
+ this License and comprise all Contribution(s).
128
+
129
+ Contribution means the copyrightable work licensed by a particular
130
+ Contributor under this License.
131
+
132
+ Contributor means the Individual or Legal Entity who licenses its
133
+ copyrightable work under this License.
134
+
135
+ Legal Entity means the entity making a Contribution and all its
136
+ Affiliates.
137
+
138
+ Affiliates means entities that control, are controlled by, or are under
139
+ common control with the acting entity under this License, ‘control’ means
140
+ direct or indirect ownership of at least fifty percent (50%) of the voting
141
+ power, capital or other securities of controlled or commonly controlled
142
+ entity.
143
+
144
+ 1. Grant of Copyright License
145
+
146
+ Subject to the terms and conditions of this License, each Contributor hereby
147
+ grants to you a perpetual, worldwide, royalty-free, non-exclusive,
148
+ irrevocable copyright license to reproduce, use, modify, or distribute its
149
+ Contribution, with modification or not.
150
+
151
+ 2. Grant of Patent License
152
+
153
+ Subject to the terms and conditions of this License, each Contributor hereby
154
+ grants to you a perpetual, worldwide, royalty-free, non-exclusive,
155
+ irrevocable (except for revocation under this Section) patent license to
156
+ make, have made, use, offer for sale, sell, import or otherwise transfer its
157
+ Contribution, where such patent license is only limited to the patent claims
158
+ owned or controlled by such Contributor now or in future which will be
159
+ necessarily infringed by its Contribution alone, or by combination of the
160
+ Contribution with the Software to which the Contribution was contributed.
161
+ The patent license shall not apply to any modification of the Contribution,
162
+ and any other combination which includes the Contribution. If you or your
163
+ Affiliates directly or indirectly institute patent litigation (including a
164
+ cross claim or counterclaim in a litigation) or other patent enforcement
165
+ activities against any individual or entity by alleging that the Software or
166
+ any Contribution in it infringes patents, then any patent license granted to
167
+ you under this License for the Software shall terminate as of the date such
168
+ litigation or activity is filed or taken.
169
+
170
+ 3. No Trademark License
171
+
172
+ No trademark license is granted to use the trade names, trademarks, service
173
+ marks, or product names of Contributor, except as required to fulfill notice
174
+ requirements in section 4.
175
+
176
+ 4. Distribution Restriction
177
+
178
+ You may distribute the Software in any medium with or without modification,
179
+ whether in source or executable forms, provided that you provide recipients
180
+ with a copy of this License and retain copyright, patent, trademark and
181
+ disclaimer statements in the Software.
182
+
183
+ 5. Disclaimer of Warranty and Limitation of Liability
184
+
185
+ THE SOFTWARE AND CONTRIBUTION IN IT ARE PROVIDED WITHOUT WARRANTIES OF ANY
186
+ KIND, EITHER EXPRESS OR IMPLIED. IN NO EVENT SHALL ANY CONTRIBUTOR OR
187
+ COPYRIGHT HOLDER BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING, BUT NOT
188
+ LIMITED TO ANY DIRECT, OR INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING
189
+ FROM YOUR USE OR INABILITY TO USE THE SOFTWARE OR THE CONTRIBUTION IN IT, NO
190
+ MATTER HOW IT’S CAUSED OR BASED ON WHICH LEGAL THEORY, EVEN IF ADVISED OF
191
+ THE POSSIBILITY OF SUCH DAMAGES.
192
+
193
+ 6. Language
194
+
195
+ THIS LICENSE IS WRITTEN IN BOTH CHINESE AND ENGLISH, AND THE CHINESE VERSION
196
+ AND ENGLISH VERSION SHALL HAVE THE SAME LEGAL EFFECT. IN THE CASE OF
197
+ DIVERGENCE BETWEEN THE CHINESE AND ENGLISH VERSIONS, THE CHINESE VERSION
198
+ SHALL PREVAIL.
199
+
200
+ END OF THE TERMS AND CONDITIONS
201
+
202
+ How to Apply the Mulan Permissive Software License,Version 2
203
+ (Mulan PSL v2) to Your Software
204
+
205
+ To apply the Mulan PSL v2 to your work, for easy identification by
206
+ recipients, you are suggested to complete following three steps:
207
+
208
+ i. Fill in the blanks in following statement, including insert your software
209
+ name, the year of the first publication of your software, and your name
210
+ identified as the copyright owner;
211
+ ii. Create a file named "LICENSE" which contains the whole context of this
212
+ License in the first directory of your software package;
213
+ iii. Attach the statement to the appropriate annotated syntax at the
214
+ beginning of each source file.
215
+
216
+ Copyright (c) [Year] [name of copyright holder]
217
+ [Software Name] is licensed under Mulan PSL v2.
218
+ You can use this software according to the terms and conditions of the Mulan
219
+ PSL v2.
220
+ You may obtain a copy of Mulan PSL v2 at:
221
+ http://license.coscl.org.cn/MulanPSL2
222
+ THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
223
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
224
+ NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
225
+ See the Mulan PSL v2 for more details.
markdown/ncsa.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: University of Illinois/NCSA Open Source License
3
+ spdx-id: NCSA
4
+ nickname: UIUC/NCSA
5
+
6
+ description: The University of Illinois/NCSA Open Source License, or UIUC license, is a permissive free software license, based on the <a href="/licenses/mit/">MIT/X11 license</a> and the <a href="/licenses/bsd-3-clause/">BSD 3-clause License</a>. Its conditions include requiring the preservation of copyright and license notices both in source and in binary distributions and the prohibition of using the names of the authors or the project organization to promote or endorse derived products.
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. Replace [project] with the project organization, if any, that sponsors this work.
9
+
10
+ using:
11
+ ROCR-Runtime: https://github.com/RadeonOpenCompute/ROCR-Runtime/blob/master/LICENSE.txt
12
+ RLTK: https://github.com/chriswailes/RLTK/blob/master/LICENSE
13
+ ToaruOS: https://github.com/klange/toaruos/blob/master/LICENSE
14
+
15
+ permissions:
16
+ - commercial-use
17
+ - modifications
18
+ - distribution
19
+ - private-use
20
+
21
+ conditions:
22
+ - include-copyright
23
+
24
+ limitations:
25
+ - liability
26
+ - warranty
27
+
28
+ ---
29
+
30
+ University of Illinois/NCSA Open Source License
31
+
32
+ Copyright (c) [year] [fullname]. All rights reserved.
33
+
34
+ Developed by: [project]
35
+ [fullname]
36
+ [projecturl]
37
+
38
+ Permission is hereby granted, free of charge, to any person
39
+ obtaining a copy of this software and associated documentation files
40
+ (the "Software"), to deal with the Software without restriction,
41
+ including without limitation the rights to use, copy, modify, merge,
42
+ publish, distribute, sublicense, and/or sell copies of the Software,
43
+ and to permit persons to whom the Software is furnished to do so,
44
+ subject to the following conditions:
45
+
46
+ * Redistributions of source code must retain the above copyright notice,
47
+ this list of conditions and the following disclaimers.
48
+
49
+ * Redistributions in binary form must reproduce the above copyright
50
+ notice, this list of conditions and the following disclaimers in the
51
+ documentation and/or other materials provided with the distribution.
52
+
53
+ * Neither the names of [fullname], [project] nor the names of its
54
+ contributors may be used to endorse or promote products derived from
55
+ this Software without specific prior written permission.
56
+
57
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
58
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60
+ CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH
63
+ THE SOFTWARE.
markdown/odbl-1.0.md ADDED
@@ -0,0 +1,573 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Open Data Commons Open Database License v1.0
3
+ spdx-id: ODbL-1.0
4
+ nickname: ODbL
5
+
6
+ description: The Open Database License (ODbL) is a license agreement intended to allow users to freely share, modify, and use a database while maintaining this same freedom for others.
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
+ using:
11
+ World Countries: https://github.com/mledoze/countries/blob/master/LICENSE
12
+ OpenFlights: https://github.com/jpatokal/openflights/blob/master/data/LICENSE
13
+ Public Zone Database: https://github.com/zonedb/zonedb/blob/main/LICENSE-DATA.md
14
+
15
+ permissions:
16
+ - commercial-use
17
+ - distribution
18
+ - modifications
19
+ - private-use
20
+
21
+ conditions:
22
+ - disclose-source
23
+ - include-copyright
24
+ - same-license
25
+
26
+ limitations:
27
+ - liability
28
+ - patent-use
29
+ - trademark-use
30
+ - warranty
31
+
32
+ ---
33
+
34
+ ## ODC Open Database License (ODbL)
35
+
36
+ ### Preamble
37
+
38
+ The Open Database License (ODbL) is a license agreement intended to
39
+ allow users to freely share, modify, and use this Database while
40
+ maintaining this same freedom for others. Many databases are covered by
41
+ copyright, and therefore this document licenses these rights. Some
42
+ jurisdictions, mainly in the European Union, have specific rights that
43
+ cover databases, and so the ODbL addresses these rights, too. Finally,
44
+ the ODbL is also an agreement in contract for users of this Database to
45
+ act in certain ways in return for accessing this Database.
46
+
47
+ Databases can contain a wide variety of types of content (images,
48
+ audiovisual material, and sounds all in the same database, for example),
49
+ and so the ODbL only governs the rights over the Database, and not the
50
+ contents of the Database individually. Licensors should use the ODbL
51
+ together with another license for the contents, if the contents have a
52
+ single set of rights that uniformly covers all of the contents. If the
53
+ contents have multiple sets of different rights, Licensors should
54
+ describe what rights govern what contents together in the individual
55
+ record or in some other way that clarifies what rights apply.
56
+
57
+ Sometimes the contents of a database, or the database itself, can be
58
+ covered by other rights not addressed here (such as private contracts,
59
+ trade mark over the name, or privacy rights / data protection rights
60
+ over information in the contents), and so you are advised that you may
61
+ have to consult other documents or clear other rights before doing
62
+ activities not covered by this License.
63
+
64
+ ------
65
+
66
+ The Licensor (as defined below)
67
+
68
+ and
69
+
70
+ You (as defined below)
71
+
72
+ agree as follows:
73
+
74
+ ### 1.0 Definitions of Capitalised Words
75
+
76
+ "Collective Database" – Means this Database in unmodified form as part
77
+ of a collection of independent databases in themselves that together are
78
+ assembled into a collective whole. A work that constitutes a Collective
79
+ Database will not be considered a Derivative Database.
80
+
81
+ "Convey" – As a verb, means Using the Database, a Derivative Database,
82
+ or the Database as part of a Collective Database in any way that enables
83
+ a Person to make or receive copies of the Database or a Derivative
84
+ Database. Conveying does not include interaction with a user through a
85
+ computer network, or creating and Using a Produced Work, where no
86
+ transfer of a copy of the Database or a Derivative Database occurs.
87
+ "Contents" – The contents of this Database, which includes the
88
+ information, independent works, or other material collected into the
89
+ Database. For example, the contents of the Database could be factual
90
+ data or works such as images, audiovisual material, text, or sounds.
91
+
92
+ "Database" – A collection of material (the Contents) arranged in a
93
+ systematic or methodical way and individually accessible by electronic
94
+ or other means offered under the terms of this License.
95
+
96
+ "Database Directive" – Means Directive 96/9/EC of the European
97
+ Parliament and of the Council of 11 March 1996 on the legal protection
98
+ of databases, as amended or succeeded.
99
+
100
+ "Database Right" – Means rights resulting from the Chapter III ("sui
101
+ generis") rights in the Database Directive (as amended and as transposed
102
+ by member states), which includes the Extraction and Re-utilisation of
103
+ the whole or a Substantial part of the Contents, as well as any similar
104
+ rights available in the relevant jurisdiction under Section 10.4.
105
+
106
+ "Derivative Database" – Means a database based upon the Database, and
107
+ includes any translation, adaptation, arrangement, modification, or any
108
+ other alteration of the Database or of a Substantial part of the
109
+ Contents. This includes, but is not limited to, Extracting or
110
+ Re-utilising the whole or a Substantial part of the Contents in a new
111
+ Database.
112
+
113
+ "Extraction" – Means the permanent or temporary transfer of all or a
114
+ Substantial part of the Contents to another medium by any means or in
115
+ any form.
116
+
117
+ "License" – Means this license agreement and is both a license of rights
118
+ such as copyright and Database Rights and an agreement in contract.
119
+
120
+ "Licensor" – Means the Person that offers the Database under the terms
121
+ of this License.
122
+
123
+ "Person" – Means a natural or legal person or a body of persons
124
+ corporate or incorporate.
125
+
126
+ "Produced Work" – a work (such as an image, audiovisual material, text,
127
+ or sounds) resulting from using the whole or a Substantial part of the
128
+ Contents (via a search or other query) from this Database, a Derivative
129
+ Database, or this Database as part of a Collective Database.
130
+
131
+ "Publicly" – means to Persons other than You or under Your control by
132
+ either more than 50% ownership or by the power to direct their
133
+ activities (such as contracting with an independent consultant).
134
+
135
+ "Re-utilisation" – means any form of making available to the public all
136
+ or a Substantial part of the Contents by the distribution of copies, by
137
+ renting, by online or other forms of transmission.
138
+
139
+ "Substantial" – Means substantial in terms of quantity or quality or a
140
+ combination of both. The repeated and systematic Extraction or
141
+ Re-utilisation of insubstantial parts of the Contents may amount to the
142
+ Extraction or Re-utilisation of a Substantial part of the Contents.
143
+
144
+ "Use" – As a verb, means doing any act that is restricted by copyright
145
+ or Database Rights whether in the original medium or any other; and
146
+ includes without limitation distributing, copying, publicly performing,
147
+ publicly displaying, and preparing derivative works of the Database, as
148
+ well as modifying the Database as may be technically necessary to use it
149
+ in a different mode or format.
150
+
151
+ "You" – Means a Person exercising rights under this License who has not
152
+ previously violated the terms of this License with respect to the
153
+ Database, or who has received express permission from the Licensor to
154
+ exercise rights under this License despite a previous violation.
155
+
156
+ Words in the singular include the plural and vice versa.
157
+
158
+ ### 2.0 What this License covers
159
+
160
+ 2.1. Legal effect of this document. This License is:
161
+
162
+ a. A license of applicable copyright and neighbouring rights;
163
+
164
+ b. A license of the Database Right; and
165
+
166
+ c. An agreement in contract between You and the Licensor.
167
+
168
+ 2.2 Legal rights covered. This License covers the legal rights in the
169
+ Database, including:
170
+
171
+ a. Copyright. Any copyright or neighbouring rights in the Database.
172
+ The copyright licensed includes any individual elements of the
173
+ Database, but does not cover the copyright over the Contents
174
+ independent of this Database. See Section 2.4 for details. Copyright
175
+ law varies between jurisdictions, but is likely to cover: the Database
176
+ model or schema, which is the structure, arrangement, and organisation
177
+ of the Database, and can also include the Database tables and table
178
+ indexes; the data entry and output sheets; and the Field names of
179
+ Contents stored in the Database;
180
+
181
+ b. Database Rights. Database Rights only extend to the Extraction and
182
+ Re-utilisation of the whole or a Substantial part of the Contents.
183
+ Database Rights can apply even when there is no copyright over the
184
+ Database. Database Rights can also apply when the Contents are removed
185
+ from the Database and are selected and arranged in a way that would
186
+ not infringe any applicable copyright; and
187
+
188
+ c. Contract. This is an agreement between You and the Licensor for
189
+ access to the Database. In return you agree to certain conditions of
190
+ use on this access as outlined in this License.
191
+
192
+ 2.3 Rights not covered.
193
+
194
+ a. This License does not apply to computer programs used in the making
195
+ or operation of the Database;
196
+
197
+ b. This License does not cover any patents over the Contents or the
198
+ Database; and
199
+
200
+ c. This License does not cover any trademarks associated with the
201
+ Database.
202
+
203
+ 2.4 Relationship to Contents in the Database. The individual items of
204
+ the Contents contained in this Database may be covered by other rights,
205
+ including copyright, patent, data protection, privacy, or personality
206
+ rights, and this License does not cover any rights (other than Database
207
+ Rights or in contract) in individual Contents contained in the Database.
208
+ For example, if used on a Database of images (the Contents), this
209
+ License would not apply to copyright over individual images, which could
210
+ have their own separate licenses, or one single license covering all of
211
+ the rights over the images.
212
+
213
+ ### 3.0 Rights granted
214
+
215
+ 3.1 Subject to the terms and conditions of this License, the Licensor
216
+ grants to You a worldwide, royalty-free, non-exclusive, terminable (but
217
+ only under Section 9) license to Use the Database for the duration of
218
+ any applicable copyright and Database Rights. These rights explicitly
219
+ include commercial use, and do not exclude any field of endeavour. To
220
+ the extent possible in the relevant jurisdiction, these rights may be
221
+ exercised in all media and formats whether now known or created in the
222
+ future.
223
+
224
+ The rights granted cover, for example:
225
+
226
+ a. Extraction and Re-utilisation of the whole or a Substantial part of
227
+ the Contents;
228
+
229
+ b. Creation of Derivative Databases;
230
+
231
+ c. Creation of Collective Databases;
232
+
233
+ d. Creation of temporary or permanent reproductions by any means and
234
+ in any form, in whole or in part, including of any Derivative
235
+ Databases or as a part of Collective Databases; and
236
+
237
+ e. Distribution, communication, display, lending, making available, or
238
+ performance to the public by any means and in any form, in whole or in
239
+ part, including of any Derivative Database or as a part of Collective
240
+ Databases.
241
+
242
+ 3.2 Compulsory license schemes. For the avoidance of doubt:
243
+
244
+ a. Non-waivable compulsory license schemes. In those jurisdictions in
245
+ which the right to collect royalties through any statutory or
246
+ compulsory licensing scheme cannot be waived, the Licensor reserves
247
+ the exclusive right to collect such royalties for any exercise by You
248
+ of the rights granted under this License;
249
+
250
+ b. Waivable compulsory license schemes. In those jurisdictions in
251
+ which the right to collect royalties through any statutory or
252
+ compulsory licensing scheme can be waived, the Licensor waives the
253
+ exclusive right to collect such royalties for any exercise by You of
254
+ the rights granted under this License; and,
255
+
256
+ c. Voluntary license schemes. The Licensor waives the right to collect
257
+ royalties, whether individually or, in the event that the Licensor is
258
+ a member of a collecting society that administers voluntary licensing
259
+ schemes, via that society, from any exercise by You of the rights
260
+ granted under this License.
261
+
262
+ 3.3 The right to release the Database under different terms, or to stop
263
+ distributing or making available the Database, is reserved. Note that
264
+ this Database may be multiple-licensed, and so You may have the choice
265
+ of using alternative licenses for this Database. Subject to Section
266
+ 10.4, all other rights not expressly granted by Licensor are reserved.
267
+
268
+ ### 4.0 Conditions of Use
269
+
270
+ 4.1 The rights granted in Section 3 above are expressly made subject to
271
+ Your complying with the following conditions of use. These are important
272
+ conditions of this License, and if You fail to follow them, You will be
273
+ in material breach of its terms.
274
+
275
+ 4.2 Notices. If You Publicly Convey this Database, any Derivative
276
+ Database, or the Database as part of a Collective Database, then You
277
+ must:
278
+
279
+ a. Do so only under the terms of this License or another license
280
+ permitted under Section 4.4;
281
+
282
+ b. Include a copy of this License (or, as applicable, a license
283
+ permitted under Section 4.4) or its Uniform Resource Identifier (URI)
284
+ with the Database or Derivative Database, including both in the
285
+ Database or Derivative Database and in any relevant documentation; and
286
+
287
+ c. Keep intact any copyright or Database Right notices and notices
288
+ that refer to this License.
289
+
290
+ d. If it is not possible to put the required notices in a particular
291
+ file due to its structure, then You must include the notices in a
292
+ location (such as a relevant directory) where users would be likely to
293
+ look for it.
294
+
295
+ 4.3 Notice for using output (Contents). Creating and Using a Produced
296
+ Work does not require the notice in Section 4.2. However, if you
297
+ Publicly Use a Produced Work, You must include a notice associated with
298
+ the Produced Work reasonably calculated to make any Person that uses,
299
+ views, accesses, interacts with, or is otherwise exposed to the Produced
300
+ Work aware that Content was obtained from the Database, Derivative
301
+ Database, or the Database as part of a Collective Database, and that it
302
+ is available under this License.
303
+
304
+ a. Example notice. The following text will satisfy notice under
305
+ Section 4.3:
306
+
307
+ Contains information from DATABASE NAME, which is made available
308
+ here under the Open Database License (ODbL).
309
+
310
+ DATABASE NAME should be replaced with the name of the Database and a
311
+ hyperlink to the URI of the Database. "Open Database License" should
312
+ contain a hyperlink to the URI of the text of this License. If
313
+ hyperlinks are not possible, You should include the plain text of the
314
+ required URI's with the above notice.
315
+
316
+ 4.4 Share alike.
317
+
318
+ a. Any Derivative Database that You Publicly Use must be only under
319
+ the terms of:
320
+
321
+ i. This License;
322
+
323
+ ii. A later version of this License similar in spirit to this
324
+ License; or
325
+
326
+ iii. A compatible license.
327
+
328
+ If You license the Derivative Database under one of the licenses
329
+ mentioned in (iii), You must comply with the terms of that license.
330
+
331
+ b. For the avoidance of doubt, Extraction or Re-utilisation of the
332
+ whole or a Substantial part of the Contents into a new database is a
333
+ Derivative Database and must comply with Section 4.4.
334
+
335
+ c. Derivative Databases and Produced Works. A Derivative Database is
336
+ Publicly Used and so must comply with Section 4.4. if a Produced Work
337
+ created from the Derivative Database is Publicly Used.
338
+
339
+ d. Share Alike and additional Contents. For the avoidance of doubt,
340
+ You must not add Contents to Derivative Databases under Section 4.4 a
341
+ that are incompatible with the rights granted under this License.
342
+
343
+ e. Compatible licenses. Licensors may authorise a proxy to determine
344
+ compatible licenses under Section 4.4 a iii. If they do so, the
345
+ authorised proxy's public statement of acceptance of a compatible
346
+ license grants You permission to use the compatible license.
347
+
348
+
349
+ 4.5 Limits of Share Alike. The requirements of Section 4.4 do not apply
350
+ in the following:
351
+
352
+ a. For the avoidance of doubt, You are not required to license
353
+ Collective Databases under this License if You incorporate this
354
+ Database or a Derivative Database in the collection, but this License
355
+ still applies to this Database or a Derivative Database as a part of
356
+ the Collective Database;
357
+
358
+ b. Using this Database, a Derivative Database, or this Database as
359
+ part of a Collective Database to create a Produced Work does not
360
+ create a Derivative Database for purposes of Section 4.4; and
361
+
362
+ c. Use of a Derivative Database internally within an organisation is
363
+ not to the public and therefore does not fall under the requirements
364
+ of Section 4.4.
365
+
366
+ 4.6 Access to Derivative Databases. If You Publicly Use a Derivative
367
+ Database or a Produced Work from a Derivative Database, You must also
368
+ offer to recipients of the Derivative Database or Produced Work a copy
369
+ in a machine readable form of:
370
+
371
+ a. The entire Derivative Database; or
372
+
373
+ b. A file containing all of the alterations made to the Database or
374
+ the method of making the alterations to the Database (such as an
375
+ algorithm), including any additional Contents, that make up all the
376
+ differences between the Database and the Derivative Database.
377
+
378
+ The Derivative Database (under a.) or alteration file (under b.) must be
379
+ available at no more than a reasonable production cost for physical
380
+ distributions and free of charge if distributed over the internet.
381
+
382
+ 4.7 Technological measures and additional terms
383
+
384
+ a. This License does not allow You to impose (except subject to
385
+ Section 4.7 b.) any terms or any technological measures on the
386
+ Database, a Derivative Database, or the whole or a Substantial part of
387
+ the Contents that alter or restrict the terms of this License, or any
388
+ rights granted under it, or have the effect or intent of restricting
389
+ the ability of any person to exercise those rights.
390
+
391
+ b. Parallel distribution. You may impose terms or technological
392
+ measures on the Database, a Derivative Database, or the whole or a
393
+ Substantial part of the Contents (a "Restricted Database") in
394
+ contravention of Section 4.74 a. only if You also make a copy of the
395
+ Database or a Derivative Database available to the recipient of the
396
+ Restricted Database:
397
+
398
+ i. That is available without additional fee;
399
+
400
+ ii. That is available in a medium that does not alter or restrict
401
+ the terms of this License, or any rights granted under it, or have
402
+ the effect or intent of restricting the ability of any person to
403
+ exercise those rights (an "Unrestricted Database"); and
404
+
405
+ iii. The Unrestricted Database is at least as accessible to the
406
+ recipient as a practical matter as the Restricted Database.
407
+
408
+ c. For the avoidance of doubt, You may place this Database or a
409
+ Derivative Database in an authenticated environment, behind a
410
+ password, or within a similar access control scheme provided that You
411
+ do not alter or restrict the terms of this License or any rights
412
+ granted under it or have the effect or intent of restricting the
413
+ ability of any person to exercise those rights.
414
+
415
+ 4.8 Licensing of others. You may not sublicense the Database. Each time
416
+ You communicate the Database, the whole or Substantial part of the
417
+ Contents, or any Derivative Database to anyone else in any way, the
418
+ Licensor offers to the recipient a license to the Database on the same
419
+ terms and conditions as this License. You are not responsible for
420
+ enforcing compliance by third parties with this License, but You may
421
+ enforce any rights that You have over a Derivative Database. You are
422
+ solely responsible for any modifications of a Derivative Database made
423
+ by You or another Person at Your direction. You may not impose any
424
+ further restrictions on the exercise of the rights granted or affirmed
425
+ under this License.
426
+
427
+ ### 5.0 Moral rights
428
+
429
+ 5.1 Moral rights. This section covers moral rights, including any rights
430
+ to be identified as the author of the Database or to object to treatment
431
+ that would otherwise prejudice the author's honour and reputation, or
432
+ any other derogatory treatment:
433
+
434
+ a. For jurisdictions allowing waiver of moral rights, Licensor waives
435
+ all moral rights that Licensor may have in the Database to the fullest
436
+ extent possible by the law of the relevant jurisdiction under Section
437
+ 10.4;
438
+
439
+ b. If waiver of moral rights under Section 5.1 a in the relevant
440
+ jurisdiction is not possible, Licensor agrees not to assert any moral
441
+ rights over the Database and waives all claims in moral rights to the
442
+ fullest extent possible by the law of the relevant jurisdiction under
443
+ Section 10.4; and
444
+
445
+ c. For jurisdictions not allowing waiver or an agreement not to assert
446
+ moral rights under Section 5.1 a and b, the author may retain their
447
+ moral rights over certain aspects of the Database.
448
+
449
+ Please note that some jurisdictions do not allow for the waiver of moral
450
+ rights, and so moral rights may still subsist over the Database in some
451
+ jurisdictions.
452
+
453
+ ### 6.0 Fair dealing, Database exceptions, and other rights not affected
454
+
455
+ 6.1 This License does not affect any rights that You or anyone else may
456
+ independently have under any applicable law to make any use of this
457
+ Database, including without limitation:
458
+
459
+ a. Exceptions to the Database Right including: Extraction of Contents
460
+ from non-electronic Databases for private purposes, Extraction for
461
+ purposes of illustration for teaching or scientific research, and
462
+ Extraction or Re-utilisation for public security or an administrative
463
+ or judicial procedure.
464
+
465
+ b. Fair dealing, fair use, or any other legally recognised limitation
466
+ or exception to infringement of copyright or other applicable laws.
467
+
468
+ 6.2 This License does not affect any rights of lawful users to Extract
469
+ and Re-utilise insubstantial parts of the Contents, evaluated
470
+ quantitatively or qualitatively, for any purposes whatsoever, including
471
+ creating a Derivative Database (subject to other rights over the
472
+ Contents, see Section 2.4). The repeated and systematic Extraction or
473
+ Re-utilisation of insubstantial parts of the Contents may however amount
474
+ to the Extraction or Re-utilisation of a Substantial part of the
475
+ Contents.
476
+
477
+ ### 7.0 Warranties and Disclaimer
478
+
479
+ 7.1 The Database is licensed by the Licensor "as is" and without any
480
+ warranty of any kind, either express, implied, or arising by statute,
481
+ custom, course of dealing, or trade usage. Licensor specifically
482
+ disclaims any and all implied warranties or conditions of title,
483
+ non-infringement, accuracy or completeness, the presence or absence of
484
+ errors, fitness for a particular purpose, merchantability, or otherwise.
485
+ Some jurisdictions do not allow the exclusion of implied warranties, so
486
+ this exclusion may not apply to You.
487
+
488
+ ### 8.0 Limitation of liability
489
+
490
+ 8.1 Subject to any liability that may not be excluded or limited by law,
491
+ the Licensor is not liable for, and expressly excludes, all liability
492
+ for loss or damage however and whenever caused to anyone by any use
493
+ under this License, whether by You or by anyone else, and whether caused
494
+ by any fault on the part of the Licensor or not. This exclusion of
495
+ liability includes, but is not limited to, any special, incidental,
496
+ consequential, punitive, or exemplary damages such as loss of revenue,
497
+ data, anticipated profits, and lost business. This exclusion applies
498
+ even if the Licensor has been advised of the possibility of such
499
+ damages.
500
+
501
+ 8.2 If liability may not be excluded by law, it is limited to actual and
502
+ direct financial loss to the extent it is caused by proved negligence on
503
+ the part of the Licensor.
504
+
505
+ ### 9.0 Termination of Your rights under this License
506
+
507
+ 9.1 Any breach by You of the terms and conditions of this License
508
+ automatically terminates this License with immediate effect and without
509
+ notice to You. For the avoidance of doubt, Persons who have received the
510
+ Database, the whole or a Substantial part of the Contents, Derivative
511
+ Databases, or the Database as part of a Collective Database from You
512
+ under this License will not have their licenses terminated provided
513
+ their use is in full compliance with this License or a license granted
514
+ under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will
515
+ survive any termination of this License.
516
+
517
+ 9.2 If You are not in breach of the terms of this License, the Licensor
518
+ will not terminate Your rights under it.
519
+
520
+ 9.3 Unless terminated under Section 9.1, this License is granted to You
521
+ for the duration of applicable rights in the Database.
522
+
523
+ 9.4 Reinstatement of rights. If you cease any breach of the terms and
524
+ conditions of this License, then your full rights under this License
525
+ will be reinstated:
526
+
527
+ a. Provisionally and subject to permanent termination until the 60th
528
+ day after cessation of breach;
529
+
530
+ b. Permanently on the 60th day after cessation of breach unless
531
+ otherwise reasonably notified by the Licensor; or
532
+
533
+ c. Permanently if reasonably notified by the Licensor of the
534
+ violation, this is the first time You have received notice of
535
+ violation of this License from the Licensor, and You cure the
536
+ violation prior to 30 days after your receipt of the notice.
537
+
538
+ Persons subject to permanent termination of rights are not eligible to
539
+ be a recipient and receive a license under Section 4.8.
540
+
541
+ 9.5 Notwithstanding the above, Licensor reserves the right to release
542
+ the Database under different license terms or to stop distributing or
543
+ making available the Database. Releasing the Database under different
544
+ license terms or stopping the distribution of the Database will not
545
+ withdraw this License (or any other license that has been, or is
546
+ required to be, granted under the terms of this License), and this
547
+ License will continue in full force and effect unless terminated as
548
+ stated above.
549
+
550
+ ### 10.0 General
551
+
552
+ 10.1 If any provision of this License is held to be invalid or
553
+ unenforceable, that must not affect the validity or enforceability of
554
+ the remainder of the terms and conditions of this License and each
555
+ remaining provision of this License shall be valid and enforced to the
556
+ fullest extent permitted by law.
557
+
558
+ 10.2 This License is the entire agreement between the parties with
559
+ respect to the rights granted here over the Database. It replaces any
560
+ earlier understandings, agreements or representations with respect to
561
+ the Database.
562
+
563
+ 10.3 If You are in breach of the terms of this License, You will not be
564
+ entitled to rely on the terms of this License or to complain of any
565
+ breach by the Licensor.
566
+
567
+ 10.4 Choice of law. This License takes effect in and will be governed by
568
+ the laws of the relevant jurisdiction in which the License terms are
569
+ sought to be enforced. If the standard suite of rights granted under
570
+ applicable copyright law and Database Rights in the relevant
571
+ jurisdiction includes additional rights not granted under this License,
572
+ these additional rights are granted in this License in order to meet the
573
+ terms of this License.
markdown/ofl-1.1.md ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: SIL Open Font License 1.1
3
+ spdx-id: OFL-1.1
4
+ redirect_from: /licenses/ofl/
5
+
6
+ description: The Open Font License (OFL) is maintained by SIL International. It attempts to be a compromise between the values of the free software and typeface design communities. It is used for almost all open source font projects, including those by Adobe, Google and Mozilla.
7
+
8
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your font's source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] ([email]) with the name and contact email address of each copyright holder. You may take the additional step of appending a Reserved Font Name notice. This option requires anyone making modifications to change the font's name, and is not ideal for web fonts (which all users will modify by changing formats and subsetting for their own needs.)
9
+
10
+ note: This license doesn't require source provision, but recommends it. All files derived from OFL files must remain licensed under the OFL.
11
+
12
+ using:
13
+ FiraCode: https://github.com/tonsky/FiraCode/blob/master/LICENSE
14
+ Noto fonts: https://github.com/googlefonts/noto-fonts/blob/master/LICENSE
15
+ Fantasque Sans Mono: https://github.com/belluzj/fantasque-sans/blob/master/LICENSE.txt
16
+
17
+ permissions:
18
+ - private-use
19
+ - commercial-use
20
+ - modifications
21
+ - distribution
22
+
23
+ conditions:
24
+ - include-copyright
25
+ - same-license
26
+
27
+ limitations:
28
+ - liability
29
+ - warranty
30
+
31
+ ---
32
+
33
+ Copyright (c) [year] [fullname] ([email])
34
+
35
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
36
+ This license is copied below, and is also available with a FAQ at:
37
+ http://scripts.sil.org/OFL
38
+
39
+ -----------------------------------------------------------
40
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
41
+ -----------------------------------------------------------
42
+
43
+ PREAMBLE
44
+ The goals of the Open Font License (OFL) are to stimulate worldwide
45
+ development of collaborative font projects, to support the font creation
46
+ efforts of academic and linguistic communities, and to provide a free and
47
+ open framework in which fonts may be shared and improved in partnership
48
+ with others.
49
+
50
+ The OFL allows the licensed fonts to be used, studied, modified and
51
+ redistributed freely as long as they are not sold by themselves. The
52
+ fonts, including any derivative works, can be bundled, embedded,
53
+ redistributed and/or sold with any software provided that any reserved
54
+ names are not used by derivative works. The fonts and derivatives,
55
+ however, cannot be released under any other type of license. The
56
+ requirement for fonts to remain under this license does not apply
57
+ to any document created using the fonts or their derivatives.
58
+
59
+ DEFINITIONS
60
+ "Font Software" refers to the set of files released by the Copyright
61
+ Holder(s) under this license and clearly marked as such. This may
62
+ include source files, build scripts and documentation.
63
+
64
+ "Reserved Font Name" refers to any names specified as such after the
65
+ copyright statement(s).
66
+
67
+ "Original Version" refers to the collection of Font Software components as
68
+ distributed by the Copyright Holder(s).
69
+
70
+ "Modified Version" refers to any derivative made by adding to, deleting,
71
+ or substituting -- in part or in whole -- any of the components of the
72
+ Original Version, by changing formats or by porting the Font Software to a
73
+ new environment.
74
+
75
+ "Author" refers to any designer, engineer, programmer, technical
76
+ writer or other person who contributed to the Font Software.
77
+
78
+ PERMISSION AND CONDITIONS
79
+ Permission is hereby granted, free of charge, to any person obtaining
80
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
81
+ redistribute, and sell modified and unmodified copies of the Font
82
+ Software, subject to the following conditions:
83
+
84
+ 1) Neither the Font Software nor any of its individual components,
85
+ in Original or Modified Versions, may be sold by itself.
86
+
87
+ 2) Original or Modified Versions of the Font Software may be bundled,
88
+ redistributed and/or sold with any software, provided that each copy
89
+ contains the above copyright notice and this license. These can be
90
+ included either as stand-alone text files, human-readable headers or
91
+ in the appropriate machine-readable metadata fields within text or
92
+ binary files as long as those fields can be easily viewed by the user.
93
+
94
+ 3) No Modified Version of the Font Software may use the Reserved Font
95
+ Name(s) unless explicit written permission is granted by the corresponding
96
+ Copyright Holder. This restriction only applies to the primary font name as
97
+ presented to the users.
98
+
99
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
100
+ Software shall not be used to promote, endorse or advertise any
101
+ Modified Version, except to acknowledge the contribution(s) of the
102
+ Copyright Holder(s) and the Author(s) or with their explicit written
103
+ permission.
104
+
105
+ 5) The Font Software, modified or unmodified, in part or in whole,
106
+ must be distributed entirely under this license, and must not be
107
+ distributed under any other license. The requirement for fonts to
108
+ remain under this license does not apply to any document created
109
+ using the Font Software.
110
+
111
+ TERMINATION
112
+ This license becomes null and void if any of the above conditions are
113
+ not met.
114
+
115
+ DISCLAIMER
116
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
117
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
118
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
119
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
120
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
121
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
122
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
123
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
124
+ OTHER DEALINGS IN THE FONT SOFTWARE.
markdown/osl-3.0.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Open Software License 3.0
3
+ spdx-id: OSL-3.0
4
+
5
+ description: OSL 3.0 is a copyleft license that does not require reciprocal licensing on linked works. It also provides an express grant of patent rights from contributors to users, with a termination clause triggered if a user files a patent infringement lawsuit.
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 OSL 3.0 must also include the notice "Licensed under the Open Software License version 3.0" adjacent to the copyright notice.
8
+
9
+ note: OSL 3.0's author has <a href="https://rosenlaw.com/OSL3.0-explained.htm">provided an explanation</a> behind the creation of the license.
10
+
11
+ using:
12
+ appserver.io: https://github.com/appserver-io/appserver/blob/master/LICENSE.txt
13
+ JsonMapper: https://github.com/cweiske/jsonmapper/blob/master/LICENSE
14
+ Restyaboard: https://github.com/RestyaPlatform/board/blob/master/LICENSE.txt
15
+
16
+ permissions:
17
+ - commercial-use
18
+ - distribution
19
+ - modifications
20
+ - patent-use
21
+ - private-use
22
+
23
+ conditions:
24
+ - include-copyright
25
+ - disclose-source
26
+ - document-changes
27
+ - network-use-disclose
28
+ - same-license
29
+
30
+ limitations:
31
+ - trademark-use
32
+ - liability
33
+ - warranty
34
+
35
+ ---
36
+
37
+ Open Software License ("OSL") v. 3.0
38
+
39
+ This Open Software License (the "License") applies to any original work of
40
+ authorship (the "Original Work") whose owner (the "Licensor") has placed the
41
+ following licensing notice adjacent to the copyright notice for the Original
42
+ Work:
43
+
44
+ Licensed under the Open Software License version 3.0
45
+
46
+ 1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free,
47
+ non-exclusive, sublicensable license, for the duration of the copyright, to do
48
+ the following:
49
+
50
+ a) to reproduce the Original Work in copies, either alone or as part of a
51
+ collective work;
52
+
53
+ b) to translate, adapt, alter, transform, modify, or arrange the Original
54
+ Work, thereby creating derivative works ("Derivative Works") based upon the
55
+ Original Work;
56
+
57
+ c) to distribute or communicate copies of the Original Work and Derivative
58
+ Works to the public, with the proviso that copies of Original Work or
59
+ Derivative Works that You distribute or communicate shall be licensed under
60
+ this Open Software License;
61
+
62
+ d) to perform the Original Work publicly; and
63
+
64
+ e) to display the Original Work publicly.
65
+
66
+ 2) Grant of Patent License. Licensor grants You a worldwide, royalty-free,
67
+ non-exclusive, sublicensable license, under patent claims owned or controlled
68
+ by the Licensor that are embodied in the Original Work as furnished by the
69
+ Licensor, for the duration of the patents, to make, use, sell, offer for sale,
70
+ have made, and import the Original Work and Derivative Works.
71
+
72
+ 3) Grant of Source Code License. The term "Source Code" means the preferred
73
+ form of the Original Work for making modifications to it and all available
74
+ documentation describing how to modify the Original Work. Licensor agrees to
75
+ provide a machine-readable copy of the Source Code of the Original Work along
76
+ with each copy of the Original Work that Licensor distributes. Licensor
77
+ reserves the right to satisfy this obligation by placing a machine-readable
78
+ copy of the Source Code in an information repository reasonably calculated to
79
+ permit inexpensive and convenient access by You for as long as Licensor
80
+ continues to distribute the Original Work.
81
+
82
+ 4) Exclusions From License Grant. Neither the names of Licensor, nor the names
83
+ of any contributors to the Original Work, nor any of their trademarks or
84
+ service marks, may be used to endorse or promote products derived from this
85
+ Original Work without express prior permission of the Licensor. Except as
86
+ expressly stated herein, nothing in this License grants any license to
87
+ Licensor's trademarks, copyrights, patents, trade secrets or any other
88
+ intellectual property. No patent license is granted to make, use, sell, offer
89
+ for sale, have made, or import embodiments of any patent claims other than the
90
+ licensed claims defined in Section 2. No license is granted to the trademarks
91
+ of Licensor even if such marks are included in the Original Work. Nothing in
92
+ this License shall be interpreted to prohibit Licensor from licensing under
93
+ terms different from this License any Original Work that Licensor otherwise
94
+ would have a right to license.
95
+
96
+ 5) External Deployment. The term "External Deployment" means the use,
97
+ distribution, or communication of the Original Work or Derivative Works in any
98
+ way such that the Original Work or Derivative Works may be used by anyone
99
+ other than You, whether those works are distributed or communicated to those
100
+ persons or made available as an application intended for use over a network.
101
+ As an express condition for the grants of license hereunder, You must treat
102
+ any External Deployment by You of the Original Work or a Derivative Work as a
103
+ distribution under section 1(c).
104
+
105
+ 6) Attribution Rights. You must retain, in the Source Code of any Derivative
106
+ Works that You create, all copyright, patent, or trademark notices from the
107
+ Source Code of the Original Work, as well as any notices of licensing and any
108
+ descriptive text identified therein as an "Attribution Notice." You must cause
109
+ the Source Code for any Derivative Works that You create to carry a prominent
110
+ Attribution Notice reasonably calculated to inform recipients that You have
111
+ modified the Original Work.
112
+
113
+ 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that
114
+ the copyright in and to the Original Work and the patent rights granted herein
115
+ by Licensor are owned by the Licensor or are sublicensed to You under the
116
+ terms of this License with the permission of the contributor(s) of those
117
+ copyrights and patent rights. Except as expressly stated in the immediately
118
+ preceding sentence, the Original Work is provided under this License on an "AS
119
+ IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without
120
+ limitation, the warranties of non-infringement, merchantability or fitness for
121
+ a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK
122
+ IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this
123
+ License. No license to the Original Work is granted by this License except
124
+ under this disclaimer.
125
+
126
+ 8) Limitation of Liability. Under no circumstances and under no legal theory,
127
+ whether in tort (including negligence), contract, or otherwise, shall the
128
+ Licensor be liable to anyone for any indirect, special, incidental, or
129
+ consequential damages of any character arising as a result of this License or
130
+ the use of the Original Work including, without limitation, damages for loss
131
+ of goodwill, work stoppage, computer failure or malfunction, or any and all
132
+ other commercial damages or losses. This limitation of liability shall not
133
+ apply to the extent applicable law prohibits such limitation.
134
+
135
+ 9) Acceptance and Termination. If, at any time, You expressly assented to this
136
+ License, that assent indicates your clear and irrevocable acceptance of this
137
+ License and all of its terms and conditions. If You distribute or communicate
138
+ copies of the Original Work or a Derivative Work, You must make a reasonable
139
+ effort under the circumstances to obtain the express assent of recipients to
140
+ the terms of this License. This License conditions your rights to undertake
141
+ the activities listed in Section 1, including your right to create Derivative
142
+ Works based upon the Original Work, and doing so without honoring these terms
143
+ and conditions is prohibited by copyright law and international treaty.
144
+ Nothing in this License is intended to affect copyright exceptions and
145
+ limitations (including "fair use" or "fair dealing"). This License shall
146
+ terminate immediately and You may no longer exercise any of the rights granted
147
+ to You by this License upon your failure to honor the conditions in Section
148
+ 1(c).
149
+
150
+ 10) Termination for Patent Action. This License shall terminate automatically
151
+ and You may no longer exercise any of the rights granted to You by this
152
+ License as of the date You commence an action, including a cross-claim or
153
+ counterclaim, against Licensor or any licensee alleging that the Original Work
154
+ infringes a patent. This termination provision shall not apply for an action
155
+ alleging patent infringement by combinations of the Original Work with other
156
+ software or hardware.
157
+
158
+ 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
159
+ License may be brought only in the courts of a jurisdiction wherein the
160
+ Licensor resides or in which Licensor conducts its primary business, and under
161
+ the laws of that jurisdiction excluding its conflict-of-law provisions. The
162
+ application of the United Nations Convention on Contracts for the
163
+ International Sale of Goods is expressly excluded. Any use of the Original
164
+ Work outside the scope of this License or after its termination shall be
165
+ subject to the requirements and penalties of copyright or patent law in the
166
+ appropriate jurisdiction. This section shall survive the termination of this
167
+ License.
168
+
169
+ 12) Attorneys' Fees. In any action to enforce the terms of this License or
170
+ seeking damages relating thereto, the prevailing party shall be entitled to
171
+ recover its costs and expenses, including, without limitation, reasonable
172
+ attorneys' fees and costs incurred in connection with such action, including
173
+ any appeal of such action. This section shall survive the termination of this
174
+ License.
175
+
176
+ 13) Miscellaneous. If any provision of this License is held to be
177
+ unenforceable, such provision shall be reformed only to the extent necessary
178
+ to make it enforceable.
179
+
180
+ 14) Definition of "You" in This License. "You" throughout this License,
181
+ whether in upper or lower case, means an individual or a legal entity
182
+ exercising rights under, and complying with all of the terms of, this License.
183
+ For legal entities, "You" includes any entity that controls, is controlled by,
184
+ or is under common control with you. For purposes of this definition,
185
+ "control" means (i) the power, direct or indirect, to cause the direction or
186
+ management of such entity, whether by contract or otherwise, or (ii) ownership
187
+ of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial
188
+ ownership of such entity.
189
+
190
+ 15) Right to Use. You may use the Original Work in all ways not otherwise
191
+ restricted or conditioned by this License or by law, and Licensor promises not
192
+ to interfere with or be responsible for such uses by You.
193
+
194
+ 16) Modification of This License. This License is Copyright © 2005 Lawrence
195
+ Rosen. Permission is granted to copy, distribute, or communicate this License
196
+ without modification. Nothing in this License permits You to modify this
197
+ License as applied to the Original Work or to Derivative Works. However, You
198
+ may modify the text of this License and copy, distribute or communicate your
199
+ modified version (the "Modified License") and apply it to other original works
200
+ of authorship subject to the following conditions: (i) You may not indicate in
201
+ any way that your Modified License is the "Open Software License" or "OSL" and
202
+ you may not use those names in the name of your Modified License; (ii) You
203
+ must replace the notice specified in the first paragraph above with the notice
204
+ "Licensed under <insert your license name here>" or with a notice of your own
205
+ that is not confusingly similar to the notice in this License; and (iii) You
206
+ may not claim that your original works are open source software unless your
207
+ Modified License has been approved by Open Source Initiative (OSI) and You
208
+ comply with its license review and certification process.
markdown/postgresql.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: PostgreSQL License
3
+ spdx-id: PostgreSQL
4
+
5
+ description: A very short, BSD-style license, used specifically for PostgreSQL.
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
+ pgBadger: https://github.com/darold/pgbadger/blob/master/LICENSE
11
+ pgAdmin: https://github.com/postgres/pgadmin4/blob/master/LICENSE
12
+ .NET Access to PostgreSQL: https://github.com/npgsql/npgsql/blob/main/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
+ PostgreSQL License
30
+
31
+ Copyright (c) [year], [fullname]
32
+
33
+ Permission to use, copy, modify, and distribute this software and its
34
+ documentation for any purpose, without fee, and without a written agreement is
35
+ hereby granted, provided that the above copyright notice and this paragraph
36
+ and the following two paragraphs appear in all copies.
37
+
38
+ IN NO EVENT SHALL [fullname] BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
39
+ SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING
40
+ OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF [fullname]
41
+ HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42
+
43
+ [fullname] SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
44
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
45
+ PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
46
+ AND [fullname] HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
47
+ ENHANCEMENTS, OR MODIFICATIONS.
markdown/unlicense.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: The Unlicense
3
+ spdx-id: Unlicense
4
+ hidden: false
5
+
6
+ description: A license with no conditions whatsoever which dedicates works to the public domain. Unlicensed works, modifications, and larger works may be distributed under different terms and without source code.
7
+
8
+ how: Create a text file (typically named UNLICENSE or UNLICENSE.txt) in the root of your source code and copy the text of the license disclaimer into the file.
9
+
10
+ using:
11
+ kakoune: https://github.com/mawww/kakoune/blob/master/UNLICENSE
12
+ RDF.rb: https://github.com/ruby-rdf/rdf/blob/master/UNLICENSE
13
+ react-use: https://github.com/streamich/react-use/blob/master/LICENSE
14
+
15
+ permissions:
16
+ - private-use
17
+ - commercial-use
18
+ - modifications
19
+ - distribution
20
+
21
+ conditions: []
22
+
23
+ limitations:
24
+ - liability
25
+ - warranty
26
+
27
+ ---
28
+
29
+ This is free and unencumbered software released into the public domain.
30
+
31
+ Anyone is free to copy, modify, publish, use, compile, sell, or
32
+ distribute this software, either in source code form or as a compiled
33
+ binary, for any purpose, commercial or non-commercial, and by any
34
+ means.
35
+
36
+ In jurisdictions that recognize copyright laws, the author or authors
37
+ of this software dedicate any and all copyright interest in the
38
+ software to the public domain. We make this dedication for the benefit
39
+ of the public at large and to the detriment of our heirs and
40
+ successors. We intend this dedication to be an overt act of
41
+ relinquishment in perpetuity of all present and future rights to this
42
+ software under copyright law.
43
+
44
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
45
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
46
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
47
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
48
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
49
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
50
+ OTHER DEALINGS IN THE SOFTWARE.
51
+
52
+ For more information, please refer to <https://unlicense.org>
markdown/upl-1.0.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Universal Permissive License v1.0
3
+ spdx-id: UPL-1.0
4
+
5
+ description: A permissive, OSI- and FSF-approved, GPL-compatible license, expressly allowing attribution with just a copyright notice and a short form link rather than the full text of the license. Includes an express grant of patent rights. Licensed works and modifications may be distributed under different terms and without source code, and the patent grant may also optionally be expanded to larger works to permit use as a contributor license agreement.
6
+
7
+ how: Insert the license or a link to it along with a copyright notice into your source file(s), and/or 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, replacing [year] with the current year and [fullname] with the name (or names) of the copyright holders.
8
+
9
+ note: It is recommended to add a link to the license and copyright notice at the top of each source file, example text can be found at https://oss.oracle.com/licenses/upl/.
10
+
11
+ using:
12
+ graaljs: https://github.com/oracle/graaljs/blob/master/LICENSE
13
+ Roc: https://github.com/roc-lang/roc/blob/main/LICENSE
14
+ Soufflé: https://github.com/souffle-lang/souffle/blob/master/LICENSE
15
+
16
+ permissions:
17
+ - commercial-use
18
+ - modifications
19
+ - distribution
20
+ - patent-use
21
+ - private-use
22
+
23
+ conditions:
24
+ - include-copyright
25
+
26
+ limitations:
27
+ - liability
28
+ - warranty
29
+
30
+ ---
31
+
32
+ Copyright (c) [year] [fullname]
33
+
34
+ The Universal Permissive License (UPL), Version 1.0
35
+
36
+ Subject to the condition set forth below, permission is hereby granted to any
37
+ person obtaining a copy of this software, associated documentation and/or data
38
+ (collectively the "Software"), free of charge and under any and all copyright
39
+ rights in the Software, and any and all patent rights owned or freely
40
+ licensable by each licensor hereunder covering either (i) the unmodified
41
+ Software as contributed to or provided by such licensor, or (ii) the Larger
42
+ Works (as defined below), to deal in both
43
+
44
+ (a) the Software, and
45
+ (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
46
+ one is included with the Software (each a "Larger Work" to which the Software
47
+ is contributed by such licensors),
48
+
49
+ without restriction, including without limitation the rights to copy, create
50
+ derivative works of, display, perform, and distribute the Software and make,
51
+ use, sell, offer for sale, import, export, have made, and have sold the
52
+ Software and the Larger Work(s), and to sublicense the foregoing rights on
53
+ either these or other terms.
54
+
55
+ This license is subject to the following condition:
56
+ The above copyright notice and either this complete permission notice or at
57
+ a minimum a reference to the UPL must be included in all copies or
58
+ substantial portions of the Software.
59
+
60
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
61
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
62
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
63
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
64
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
65
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
66
+ SOFTWARE.
markdown/vim.md ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Vim License
3
+ spdx-id: Vim
4
+
5
+ description: There are no restrictions on using or distributing an unmodified copy of the software. Parts of the software may also be distributed, but the license text must always be included. For modified versions a few restrictions apply. The license is GPL compatible, you may compile the software with GPL libraries and distribute it.
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 [project] with the project name.
8
+
9
+ using:
10
+ Vim: https://github.com/vim/vim/blob/master/LICENSE
11
+ Pathogen: https://github.com/tpope/vim-pathogen/blob/master/LICENSE
12
+ vim-license-gen: https://github.com/othree/vim-license/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
+ - disclose-source
24
+ - same-license
25
+
26
+ limitations: []
27
+
28
+ ---
29
+
30
+ VIM LICENSE
31
+
32
+ I) There are no restrictions on distributing unmodified copies of [project]
33
+ except that they must include this license text. You can also distribute
34
+ unmodified parts of [project], likewise unrestricted except that they must
35
+ include this license text. You are also allowed to include executables
36
+ that you made from the unmodified [project] sources, plus your own usage
37
+ examples and Vim scripts.
38
+
39
+ II) It is allowed to distribute a modified (or extended) version of [project],
40
+ including executables and/or source code, when the following four
41
+ conditions are met:
42
+ 1) This license text must be included unmodified.
43
+ 2) The modified [project] must be distributed in one of the following five
44
+ ways:
45
+ a) If you make changes to [project] yourself, you must clearly describe
46
+ in the distribution how to contact you. When the maintainer asks
47
+ you (in any way) for a copy of the modified [project] you
48
+ distributed, you must make your changes, including source code,
49
+ available to the maintainer without fee. The maintainer reserves
50
+ the right to include your changes in the official version of
51
+ [project]. What the maintainer will do with your changes and under
52
+ what license they will be distributed is negotiable. If there has
53
+ been no negotiation then this license, or a later version, also
54
+ applies to your changes. The current maintainer is Bram Moolenaar
55
+ <Bram@vim.org>. If this changes it will be announced in appropriate
56
+ places (most likely vim.sf.net, www.vim.org and/or comp.editors).
57
+ When it is completely impossible to contact the maintainer, the
58
+ obligation to send him your changes ceases. Once the maintainer has
59
+ confirmed that he has received your changes they will not have to be
60
+ sent again.
61
+ b) If you have received a modified [project] that was distributed as
62
+ mentioned under a) you are allowed to further distribute it
63
+ unmodified, as mentioned at I). If you make additional changes the
64
+ text under a) applies to those changes.
65
+ c) Provide all the changes, including source code, with every copy of
66
+ the modified [project] you distribute. This may be done in the form
67
+ of a context diff. You can choose what license to use for new code
68
+ you add. The changes and their license must not restrict others
69
+ from making their own changes to the official version of [project].
70
+ d) When you have a modified [project] which includes changes as
71
+ mentioned under c), you can distribute it without the source code
72
+ for the changes if the following three conditions are met:
73
+ - The license that applies to the changes permits you to distribute
74
+ the changes to the Vim maintainer without fee or restriction, and
75
+ permits the Vim maintainer to include the changes in the official
76
+ version of [project] without fee or restriction.
77
+ - You keep the changes for at least three years after last
78
+ distributing the corresponding modified [project]. When the
79
+ maintainer or someone who you distributed the modified [project]
80
+ to asks you (in any way) for the changes within this period, you
81
+ must make them available to him.
82
+ - You clearly describe in the distribution how to contact you. This
83
+ contact information must remain valid for at least three years
84
+ after last distributing the corresponding modified [project], or
85
+ as long as possible.
86
+ e) When the GNU General Public License (GPL) applies to the changes,
87
+ you can distribute the modified [project] under the GNU GPL version
88
+ 2 or any later version.
89
+ 3) A message must be added, at least in the output of the ":version"
90
+ command and in the intro screen, such that the user of the modified
91
+ [project] is able to see that it was modified. When distributing as
92
+ mentioned under 2)e) adding the message is only required for as far as
93
+ this does not conflict with the license used for the changes.
94
+ 4) The contact information as required under 2)a) and 2)d) must not be
95
+ removed or changed, except that the person himself can make
96
+ corrections.
97
+
98
+ III) If you distribute a modified version of [project], you are encouraged to
99
+ use the Vim license for your changes and make them available to the
100
+ maintainer, including the source code. The preferred way to do this is
101
+ by e-mail or by uploading the files to a server and e-mailing the URL. If
102
+ the number of changes is small (e.g., a modified Makefile) e-mailing a
103
+ context diff will do. The e-mail address to be used is
104
+ <maintainer@vim.org>
105
+
106
+ IV) It is not allowed to remove this license from the distribution of the
107
+ [project] sources, parts of it or from a modified version. You may use
108
+ this license for previous [project] releases instead of the license that
109
+ they came with, at your option.
110
+
111
+
markdown/wtfpl.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: "Do What The F*ck You Want To Public License"
3
+ spdx-id: WTFPL
4
+
5
+ description: The easiest license out there. It gives the user permissions to do whatever they want with your code.
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
+
11
+ permissions:
12
+ - commercial-use
13
+ - modifications
14
+ - distribution
15
+ - private-use
16
+
17
+ conditions: []
18
+
19
+ limitations: []
20
+
21
+ ---
22
+
23
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
24
+ Version 2, December 2004
25
+
26
+ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
27
+
28
+ Everyone is permitted to copy and distribute verbatim or modified
29
+ copies of this license document, and changing it is allowed as long
30
+ as the name is changed.
31
+
32
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
33
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
34
+
35
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
markdown/zlib.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: zlib License
3
+ spdx-id: Zlib
4
+
5
+ description: A short permissive license, compatible with GPL. Requires altered source versions to be documented as such.
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
+ GLFW: https://github.com/glfw/glfw/blob/master/LICENSE.md
11
+ Portainer: https://github.com/portainer/portainer/blob/develop/LICENSE
12
+ TinyXML-2: https://github.com/leethomason/tinyxml2/blob/master/LICENSE.txt
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - modifications
17
+ - distribution
18
+ - private-use
19
+
20
+ conditions:
21
+ - include-copyright--source
22
+ - document-changes
23
+
24
+ limitations:
25
+ - liability
26
+ - warranty
27
+
28
+ ---
29
+
30
+ zlib License
31
+
32
+ (C) [year] [fullname]
33
+
34
+ This software is provided 'as-is', without any express or implied
35
+ warranty. In no event will the authors be held liable for any damages
36
+ arising from the use of this software.
37
+
38
+ Permission is granted to anyone to use this software for any purpose,
39
+ including commercial applications, and to alter it and redistribute it
40
+ freely, subject to the following restrictions:
41
+
42
+ 1. The origin of this software must not be misrepresented; you must not
43
+ claim that you wrote the original software. If you use this software
44
+ in a product, an acknowledgment in the product documentation would be
45
+ appreciated but is not required.
46
+ 2. Altered source versions must be plainly marked as such, and must not be
47
+ misrepresented as being the original software.
48
+ 3. This notice may not be removed or altered from any source distribution.