diff options
author | Meh Mbeh Ida Delphine <idadelm@gmail.com> | 2020-10-15 21:45:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-21 22:01:28 +0000 |
commit | 2456f523cfbbae0e509797a0aefa9733f2cb13e3 (patch) | |
tree | 16560759e11913adde8a5e10c2bcd691cd843c05 /meta/files | |
parent | a425e01da82aba276344c8fa6ec7c9c81854832b (diff) | |
download | poky-2456f523cfbbae0e509797a0aefa9733f2cb13e3.tar.gz |
licenses: Update license file to match current SPDX names
* Updated mappings of license fields of meta/conf/licenses.conf to match
latest SPDX naming.
* Add mappings to the old names
* Renamed license files to match the new preferred names.
* Added "or later" versions of license mappings
* Added "or later" versions of common license files eg GPL-2.0-or-later
Fixes: [YOCTO #13320]
(From OE-Core rev: 5ecf139a31fa7bd813855f1235ea9f434fbcb2e0)
Signed-off-by: Meh Mbeh Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files')
14 files changed, 2866 insertions, 0 deletions
diff --git a/meta/files/common-licenses/AGPL-3.0 b/meta/files/common-licenses/AGPL-3.0-only index dba13ed2dd..dba13ed2dd 100644 --- a/meta/files/common-licenses/AGPL-3.0 +++ b/meta/files/common-licenses/AGPL-3.0-only | |||
diff --git a/meta/files/common-licenses/AGPL-3.0-or-later b/meta/files/common-licenses/AGPL-3.0-or-later new file mode 100644 index 0000000000..fe0ef42ff4 --- /dev/null +++ b/meta/files/common-licenses/AGPL-3.0-or-later | |||
@@ -0,0 +1,613 @@ | |||
1 | GNU AFFERO GENERAL PUBLIC LICENSE | ||
2 | |||
3 | Version 3, 19 November 2007 | ||
4 | |||
5 | Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> | ||
6 | |||
7 | Everyone is permitted to copy and distribute verbatim copies of this license | ||
8 | document, but changing it is not allowed. | ||
9 | |||
10 | Preamble | ||
11 | |||
12 | The GNU Affero General Public License is a free, copyleft license for software | ||
13 | and other kinds of works, specifically designed to ensure cooperation with | ||
14 | the community in the case of network server software. | ||
15 | |||
16 | The licenses for most software and other practical works are designed to take | ||
17 | away your freedom to share and change the works. By contrast, our General | ||
18 | Public Licenses are intended to guarantee your freedom to share and change | ||
19 | all versions of a program--to make sure it remains free software for all its | ||
20 | users. | ||
21 | |||
22 | When we speak of free software, we are referring to freedom, not price. Our | ||
23 | General Public Licenses are designed to make sure that you have the freedom | ||
24 | to distribute copies of free software (and charge for them if you wish), that | ||
25 | you receive source code or can get it if you want it, that you can change | ||
26 | the software or use pieces of it in new free programs, and that you know you | ||
27 | can do these things. | ||
28 | |||
29 | Developers that use our General Public Licenses protect your rights with two | ||
30 | steps: (1) assert copyright on the software, and (2) offer you this License | ||
31 | which gives you legal permission to copy, distribute and/or modify the software. | ||
32 | |||
33 | A secondary benefit of defending all users' freedom is that improvements made | ||
34 | in alternate versions of the program, if they receive widespread use, become | ||
35 | available for other developers to incorporate. Many developers of free software | ||
36 | are heartened and encouraged by the resulting cooperation. However, in the | ||
37 | case of software used on network servers, this result may fail to come about. | ||
38 | The GNU General Public License permits making a modified version and letting | ||
39 | the public access it on a server without ever releasing its source code to | ||
40 | the public. | ||
41 | |||
42 | The GNU Affero General Public License is designed specifically to ensure that, | ||
43 | in such cases, the modified source code becomes available to the community. | ||
44 | It requires the operator of a network server to provide the source code of | ||
45 | the modified version running there to the users of that server. Therefore, | ||
46 | public use of a modified version, on a publicly accessible server, gives the | ||
47 | public access to the source code of the modified version. | ||
48 | |||
49 | An older license, called the Affero General Public License and published by | ||
50 | Affero, was designed to accomplish similar goals. This is a different license, | ||
51 | not a version of the Affero GPL, but Affero has released a new version of | ||
52 | the Affero GPL which permits relicensing under this license. | ||
53 | |||
54 | The precise terms and conditions for copying, distribution and modification | ||
55 | follow. | ||
56 | |||
57 | TERMS AND CONDITIONS | ||
58 | |||
59 | 0. Definitions. | ||
60 | |||
61 | "This License" refers to version 3 of the GNU Affero General Public License. | ||
62 | |||
63 | "Copyright" also means copyright-like laws that apply to other kinds of works, | ||
64 | such as semiconductor masks. | ||
65 | |||
66 | "The Program" refers to any copyrightable work licensed under this License. | ||
67 | Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals | ||
68 | or organizations. | ||
69 | |||
70 | To "modify" a work means to copy from or adapt all or part of the work in | ||
71 | a fashion requiring copyright permission, other than the making of an exact | ||
72 | copy. The resulting work is called a "modified version" of the earlier work | ||
73 | or a work "based on" the earlier work. | ||
74 | |||
75 | A "covered work" means either the unmodified Program or a work based on the | ||
76 | Program. | ||
77 | |||
78 | To "propagate" a work means to do anything with it that, without permission, | ||
79 | would make you directly or secondarily liable for infringement under applicable | ||
80 | copyright law, except executing it on a computer or modifying a private copy. | ||
81 | Propagation includes copying, distribution (with or without modification), | ||
82 | making available to the public, and in some countries other activities as | ||
83 | well. | ||
84 | |||
85 | To "convey" a work means any kind of propagation that enables other parties | ||
86 | to make or receive copies. Mere interaction with a user through a computer | ||
87 | network, with no transfer of a copy, is not conveying. | ||
88 | |||
89 | An interactive user interface displays "Appropriate Legal Notices" to the | ||
90 | extent that it includes a convenient and prominently visible feature that | ||
91 | (1) displays an appropriate copyright notice, and (2) tells the user that | ||
92 | there is no warranty for the work (except to the extent that warranties are | ||
93 | provided), that licensees may convey the work under this License, and how | ||
94 | to view a copy of this License. If the interface presents a list of user commands | ||
95 | or options, such as a menu, a prominent item in the list meets this criterion. | ||
96 | |||
97 | 1. Source Code. | ||
98 | |||
99 | The "source code" for a work means the preferred form of the work for making | ||
100 | modifications to it. "Object code" means any non-source form of a work. | ||
101 | |||
102 | A "Standard Interface" means an interface that either is an official standard | ||
103 | defined by a recognized standards body, or, in the case of interfaces specified | ||
104 | for a particular programming language, one that is widely used among developers | ||
105 | working in that language. | ||
106 | |||
107 | The "System Libraries" of an executable work include anything, other than | ||
108 | the work as a whole, that (a) is included in the normal form of packaging | ||
109 | a Major Component, but which is not part of that Major Component, and (b) | ||
110 | serves only to enable use of the work with that Major Component, or to implement | ||
111 | a Standard Interface for which an implementation is available to the public | ||
112 | in source code form. A "Major Component", in this context, means a major essential | ||
113 | component (kernel, window system, and so on) of the specific operating system | ||
114 | (if any) on which the executable work runs, or a compiler used to produce | ||
115 | the work, or an object code interpreter used to run it. | ||
116 | |||
117 | The "Corresponding Source" for a work in object code form means all the source | ||
118 | code needed to generate, install, and (for an executable work) run the object | ||
119 | code and to modify the work, including scripts to control those activities. | ||
120 | However, it does not include the work's System Libraries, or general-purpose | ||
121 | tools or generally available free programs which are used unmodified in performing | ||
122 | those activities but which are not part of the work. For example, Corresponding | ||
123 | Source includes interface definition files associated with source files for | ||
124 | the work, and the source code for shared libraries and dynamically linked | ||
125 | subprograms that the work is specifically designed to require, such as by | ||
126 | intimate data communication or control flow between those | ||
127 | |||
128 | subprograms and other parts of the work. | ||
129 | |||
130 | The Corresponding Source need not include anything that users can regenerate | ||
131 | automatically from other parts of the Corresponding Source. | ||
132 | |||
133 | The Corresponding Source for a work in source code form is that same work. | ||
134 | |||
135 | 2. Basic Permissions. | ||
136 | |||
137 | All rights granted under this License are granted for the term of copyright | ||
138 | on the Program, and are irrevocable provided the stated conditions are met. | ||
139 | This License explicitly affirms your unlimited permission to run the unmodified | ||
140 | Program. The output from running a covered work is covered by this License | ||
141 | only if the output, given its content, constitutes a covered work. This License | ||
142 | acknowledges your rights of fair use or other equivalent, as provided by copyright | ||
143 | law. | ||
144 | |||
145 | You may make, run and propagate covered works that you do not convey, without | ||
146 | conditions so long as your license otherwise remains in force. You may convey | ||
147 | covered works to others for the sole purpose of having them make modifications | ||
148 | exclusively for you, or provide you with facilities for running those works, | ||
149 | provided that you comply with the terms of this License in conveying all material | ||
150 | for which you do not control copyright. Those thus making or running the covered | ||
151 | works for you must do so exclusively on your behalf, under your direction | ||
152 | and control, on terms that prohibit them from making any copies of your copyrighted | ||
153 | material outside their relationship with you. | ||
154 | |||
155 | Conveying under any other circumstances is permitted solely under the conditions | ||
156 | stated below. Sublicensing is not allowed; section 10 makes it unnecessary. | ||
157 | |||
158 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. | ||
159 | |||
160 | No covered work shall be deemed part of an effective technological measure | ||
161 | under any applicable law fulfilling obligations under article 11 of the WIPO | ||
162 | copyright treaty adopted on 20 December 1996, or similar laws prohibiting | ||
163 | or restricting circumvention of such measures. | ||
164 | |||
165 | When you convey a covered work, you waive any legal power to forbid circumvention | ||
166 | of technological measures to the extent such circumvention is effected by | ||
167 | exercising rights under this License with respect to the covered work, and | ||
168 | you disclaim any intention to limit operation or modification of the work | ||
169 | as a means of enforcing, against the work's users, your or third parties' | ||
170 | legal rights to forbid circumvention of technological measures. | ||
171 | |||
172 | 4. Conveying Verbatim Copies. | ||
173 | |||
174 | You may convey verbatim copies of the Program's source code as you receive | ||
175 | it, in any medium, provided that you conspicuously and appropriately publish | ||
176 | on each copy an appropriate copyright notice; keep intact all notices stating | ||
177 | that this License and any non-permissive terms added in accord with section | ||
178 | 7 apply to the code; keep intact all notices of the absence of any warranty; | ||
179 | and give all recipients a copy of this License along with the Program. | ||
180 | |||
181 | You may charge any price or no price for each copy that you convey, and you | ||
182 | may offer support or warranty protection for a fee. | ||
183 | |||
184 | 5. Conveying Modified Source Versions. | ||
185 | |||
186 | You may convey a work based on the Program, or the modifications to produce | ||
187 | it from the Program, in the form of source code under the terms of section | ||
188 | 4, provided that you also meet all of these conditions: | ||
189 | |||
190 | a) The work must carry prominent notices stating that you modified it, and | ||
191 | giving a relevant date. | ||
192 | |||
193 | b) The work must carry prominent notices stating that it is released under | ||
194 | this License and any conditions added under section 7. This requirement modifies | ||
195 | the requirement in section 4 to "keep intact all notices". | ||
196 | |||
197 | c) You must license the entire work, as a whole, under this License to anyone | ||
198 | who comes into possession of a copy. This License will therefore apply, along | ||
199 | with any applicable section 7 additional terms, to the whole of the work, | ||
200 | and all its parts, regardless of how they are packaged. This License gives | ||
201 | no permission to license the work in any other way, but it does not invalidate | ||
202 | such permission if you have separately received it. | ||
203 | |||
204 | d) If the work has interactive user interfaces, each must display Appropriate | ||
205 | Legal Notices; however, if the Program has interactive interfaces that do | ||
206 | not display Appropriate Legal Notices, your work need not make them do so. | ||
207 | |||
208 | A compilation of a covered work with other separate and independent works, | ||
209 | which are not by their nature extensions of the covered work, and which are | ||
210 | not combined with it such as to form a larger program, in or on a volume of | ||
211 | a storage or distribution medium, is called an "aggregate" if the compilation | ||
212 | and its resulting copyright are not used to limit the access or legal rights | ||
213 | of the compilation's users beyond what the individual works permit. Inclusion | ||
214 | of a covered work in an aggregate does not cause this License to apply to | ||
215 | the other parts of the aggregate. | ||
216 | |||
217 | 6. Conveying Non-Source Forms. | ||
218 | |||
219 | You may convey a covered work in object code form under the terms of sections | ||
220 | 4 and 5, provided that you also convey the machine-readable Corresponding | ||
221 | Source under the terms of this License, in one of these ways: | ||
222 | |||
223 | a) Convey the object code in, or embodied in, a physical product (including | ||
224 | a physical distribution medium), accompanied by the Corresponding Source fixed | ||
225 | on a durable physical medium customarily used for software interchange. | ||
226 | |||
227 | b) Convey the object code in, or embodied in, a physical product (including | ||
228 | a physical distribution medium), accompanied by a written offer, valid for | ||
229 | at least three years and valid for as long as you offer spare parts or customer | ||
230 | support for that product model, to give anyone who possesses the object code | ||
231 | either (1) a copy of the Corresponding Source for all the software in the | ||
232 | product that is covered by this License, on a durable physical medium customarily | ||
233 | used for software interchange, for a price no more than your reasonable cost | ||
234 | of physically performing this conveying of source, or (2) access to copy the | ||
235 | Corresponding Source from a network server at no charge. | ||
236 | |||
237 | c) Convey individual copies of the object code with a copy of the written | ||
238 | offer to provide the Corresponding Source. This alternative is allowed only | ||
239 | occasionally and noncommercially, and only if you received the object code | ||
240 | with such an offer, in accord with subsection 6b. | ||
241 | |||
242 | d) Convey the object code by offering access from a designated place (gratis | ||
243 | or for a charge), and offer equivalent access to the Corresponding Source | ||
244 | in the same way through the same place at no further charge. You need not | ||
245 | require recipients to copy the Corresponding Source along with the object | ||
246 | code. If the place to copy the object code is a network server, the Corresponding | ||
247 | Source may be on a different server (operated by you or a third party) that | ||
248 | supports equivalent copying facilities, provided you maintain clear directions | ||
249 | next to the object code saying where to find the Corresponding Source. Regardless | ||
250 | of what server hosts the Corresponding Source, you remain obligated to ensure | ||
251 | that it is available for as long as needed to satisfy these requirements. | ||
252 | |||
253 | e) Convey the object code using peer-to-peer transmission, provided you inform | ||
254 | other peers where the object code and Corresponding Source of the work are | ||
255 | being offered to the general public at no charge under subsection 6d. | ||
256 | |||
257 | A separable portion of the object code, whose source code is excluded from | ||
258 | the Corresponding Source as a System Library, need not be included in conveying | ||
259 | the object code work. | ||
260 | |||
261 | A "User Product" is either (1) a "consumer product", which means any tangible | ||
262 | personal property which is normally used for personal, family, or household | ||
263 | purposes, or (2) anything designed or sold for incorporation into a dwelling. | ||
264 | In determining whether a product is a consumer product, doubtful cases shall | ||
265 | be resolved in favor of coverage. For a particular product received by a particular | ||
266 | user, "normally used" refers to a typical or common use of that class of product, | ||
267 | regardless of the status of the particular user or of the way in which the | ||
268 | particular user actually uses, or expects or is expected to use, the product. | ||
269 | A product is a consumer product regardless of whether the product has substantial | ||
270 | commercial, industrial or non-consumer uses, unless such uses represent the | ||
271 | only significant mode of use of the product. | ||
272 | |||
273 | "Installation Information" for a User Product means any methods, procedures, | ||
274 | authorization keys, or other information required to install and execute modified | ||
275 | versions of a covered work in that User Product from a modified version of | ||
276 | its Corresponding Source. The information must suffice to ensure that the | ||
277 | continued functioning of the modified object code is in no case prevented | ||
278 | or interfered with solely because modification has been made. | ||
279 | |||
280 | If you convey an object code work under this section in, or with, or specifically | ||
281 | for use in, a User Product, and the conveying occurs as part of a transaction | ||
282 | in which the right of possession and use of the User Product is transferred | ||
283 | to the recipient in perpetuity or for a fixed term (regardless of how the | ||
284 | transaction is characterized), the Corresponding Source conveyed under this | ||
285 | section must be accompanied by the Installation Information. But this requirement | ||
286 | does not apply if neither you nor any third party retains the ability to install | ||
287 | modified object code on the User Product (for example, the work has been installed | ||
288 | in ROM). | ||
289 | |||
290 | The requirement to provide Installation Information does not include a requirement | ||
291 | to continue to provide support service, warranty, or updates for a work that | ||
292 | has been modified or installed by the recipient, or for the User Product in | ||
293 | which it has been modified or installed. Access to a network may be denied | ||
294 | when the modification itself materially and adversely affects the operation | ||
295 | of the network or violates the rules and protocols for communication across | ||
296 | the network. | ||
297 | |||
298 | Corresponding Source conveyed, and Installation Information provided, in accord | ||
299 | with this section must be in a format that is publicly documented (and with | ||
300 | an implementation available to the public in source code form), and must require | ||
301 | no special password or key for unpacking, reading or copying. | ||
302 | |||
303 | 7. Additional Terms. | ||
304 | |||
305 | "Additional permissions" are terms that supplement the terms of this License | ||
306 | by making exceptions from one or more of its conditions. Additional permissions | ||
307 | that are applicable to the entire Program shall be treated as though they | ||
308 | were included in this License, to the extent that they are valid under applicable | ||
309 | law. If additional permissions apply only to part of the Program, that part | ||
310 | may be used separately under those permissions, but the entire Program remains | ||
311 | governed by this License without regard to the additional permissions. | ||
312 | |||
313 | When you convey a copy of a covered work, you may at your option remove any | ||
314 | additional permissions from that copy, or from any part of it. (Additional | ||
315 | permissions may be written to require their own removal in certain cases when | ||
316 | you modify the work.) You may place additional permissions on material, added | ||
317 | by you to a covered work, for which you have or can give appropriate copyright | ||
318 | permission. | ||
319 | |||
320 | Notwithstanding any other provision of this License, for material you add | ||
321 | to a covered work, you may (if authorized by the copyright holders of that | ||
322 | material) supplement the terms of this License with terms: | ||
323 | |||
324 | a) Disclaiming warranty or limiting liability differently from the terms of | ||
325 | sections 15 and 16 of this License; or | ||
326 | |||
327 | b) Requiring preservation of specified reasonable legal notices or author | ||
328 | attributions in that material or in the Appropriate Legal Notices displayed | ||
329 | by works containing it; or | ||
330 | |||
331 | c) Prohibiting misrepresentation of the origin of that material, or requiring | ||
332 | that modified versions of such material be marked in reasonable ways as different | ||
333 | from the original version; or | ||
334 | |||
335 | d) Limiting the use for publicity purposes of names of licensors or authors | ||
336 | of the material; or | ||
337 | |||
338 | e) Declining to grant rights under trademark law for use of some trade names, | ||
339 | trademarks, or service marks; or | ||
340 | |||
341 | f) Requiring indemnification of licensors and authors of that material by | ||
342 | anyone who conveys the material (or modified versions of it) with contractual | ||
343 | assumptions of liability to the recipient, for any liability that these contractual | ||
344 | assumptions directly impose on those licensors and authors. | ||
345 | |||
346 | All other non-permissive additional terms are considered "further restrictions" | ||
347 | within the meaning of section 10. If the Program as you received it, or any | ||
348 | part of it, contains a notice stating that it is governed by this License | ||
349 | along with a term that is a further restriction, you may remove that term. | ||
350 | If a license document contains a further restriction but permits relicensing | ||
351 | or conveying under this License, you may add to a covered work material governed | ||
352 | by the terms of that license document, provided that the further restriction | ||
353 | does not survive such relicensing or conveying. | ||
354 | |||
355 | If you add terms to a covered work in accord with this section, you must place, | ||
356 | in the relevant source files, a statement of the additional terms that apply | ||
357 | to those files, or a notice indicating where to find the applicable terms. | ||
358 | |||
359 | Additional terms, permissive or non-permissive, may be stated in the form | ||
360 | of a separately written license, or stated as exceptions; the above requirements | ||
361 | apply either way. | ||
362 | |||
363 | 8. Termination. | ||
364 | |||
365 | You may not propagate or modify a covered work except as expressly provided | ||
366 | under this License. Any attempt otherwise to propagate or modify it is void, | ||
367 | and will automatically terminate your rights under this License (including | ||
368 | any patent licenses granted under the third paragraph of section 11). | ||
369 | |||
370 | However, if you cease all violation of this License, then your license from | ||
371 | a particular copyright holder is reinstated (a) provisionally, unless and | ||
372 | until the copyright holder explicitly and finally terminates your license, | ||
373 | and (b) permanently, if the copyright holder fails to notify you of the violation | ||
374 | by some reasonable means prior to 60 days after the cessation. | ||
375 | |||
376 | Moreover, your license from a particular copyright holder is reinstated permanently | ||
377 | if the copyright holder notifies you of the violation by some reasonable means, | ||
378 | this is the first time you have received notice of violation of this License | ||
379 | (for any work) from that copyright holder, and you cure the violation prior | ||
380 | to 30 days after your receipt of the notice. | ||
381 | |||
382 | Termination of your rights under this section does not terminate the licenses | ||
383 | of parties who have received copies or rights from you under this License. | ||
384 | If your rights have been terminated and not permanently reinstated, you do | ||
385 | not qualify to receive new licenses for the same material under section 10. | ||
386 | |||
387 | 9. Acceptance Not Required for Having Copies. | ||
388 | |||
389 | You are not required to accept this License in order to receive or run a copy | ||
390 | of the Program. Ancillary propagation of a covered work occurring solely as | ||
391 | a consequence of using peer-to-peer transmission to receive a copy likewise | ||
392 | does not require acceptance. However, nothing other than this License grants | ||
393 | you permission to propagate or modify any covered work. These actions infringe | ||
394 | copyright if you do not accept this License. Therefore, by modifying or propagating | ||
395 | a covered work, you indicate your acceptance of this License to do so. | ||
396 | |||
397 | 10. Automatic Licensing of Downstream Recipients. | ||
398 | |||
399 | Each time you convey a covered work, the recipient automatically receives | ||
400 | a license from the original licensors, to run, modify and propagate that work, | ||
401 | subject to this License. You are not responsible for enforcing compliance | ||
402 | by third parties with this License. | ||
403 | |||
404 | An "entity transaction" is a transaction transferring control of an organization, | ||
405 | or substantially all assets of one, or subdividing an organization, or merging | ||
406 | organizations. If propagation of a covered work results from an entity transaction, | ||
407 | each party to that transaction who receives a copy of the work also receives | ||
408 | whatever licenses to the work the party's predecessor in interest had or could | ||
409 | give under the previous paragraph, plus a right to possession of the Corresponding | ||
410 | Source of the work from the predecessor in interest, if the predecessor has | ||
411 | it or can get it with reasonable efforts. | ||
412 | |||
413 | You may not impose any further restrictions on the exercise of the rights | ||
414 | granted or affirmed under this License. For example, you may not impose a | ||
415 | license fee, royalty, or other charge for exercise of rights granted under | ||
416 | this License, and you may not initiate litigation (including a cross-claim | ||
417 | or counterclaim in a lawsuit) alleging that any patent claim is infringed | ||
418 | by making, using, selling, offering for sale, or importing the Program or | ||
419 | any portion of it. | ||
420 | |||
421 | 11. Patents. | ||
422 | |||
423 | A "contributor" is a copyright holder who authorizes use under this License | ||
424 | of the Program or a work on which the Program is based. The work thus licensed | ||
425 | is called the contributor's "contributor version". | ||
426 | |||
427 | A contributor's "essential patent claims" are all patent claims owned or controlled | ||
428 | by the contributor, whether already acquired or hereafter acquired, that would | ||
429 | be infringed by some manner, permitted by this License, of making, using, | ||
430 | or selling its contributor version, but do not include claims that would be | ||
431 | infringed only as a consequence of further modification of the contributor | ||
432 | version. For purposes of this definition, "control" includes the right to | ||
433 | grant patent sublicenses in a manner consistent with the requirements of this | ||
434 | License. | ||
435 | |||
436 | Each contributor grants you a non-exclusive, worldwide, royalty-free patent | ||
437 | license under the contributor's essential patent claims, to make, use, sell, | ||
438 | offer for sale, import and otherwise run, modify and propagate the contents | ||
439 | of its contributor version. | ||
440 | |||
441 | In the following three paragraphs, a "patent license" is any express agreement | ||
442 | or commitment, however denominated, not to enforce a patent (such as an express | ||
443 | permission to practice a patent or covenant not to sue for patent infringement). | ||
444 | To "grant" such a patent license to a party means to make such an agreement | ||
445 | or commitment not to enforce a patent against the party. | ||
446 | |||
447 | If you convey a covered work, knowingly relying on a patent license, and the | ||
448 | Corresponding Source of the work is not available for anyone to copy, free | ||
449 | of charge and under the terms of this License, through a publicly available | ||
450 | network server or other readily accessible means, then you must either (1) | ||
451 | cause the Corresponding Source to be so available, or (2) arrange to deprive | ||
452 | yourself of the benefit of the patent license for this particular work, or | ||
453 | (3) arrange, in a manner consistent with the requirements of this License, | ||
454 | to extend the patent | ||
455 | |||
456 | license to downstream recipients. "Knowingly relying" means you have actual | ||
457 | knowledge that, but for the patent license, your conveying the covered work | ||
458 | in a country, or your recipient's use of the covered work in a country, would | ||
459 | infringe one or more identifiable patents in that country that you have reason | ||
460 | to believe are valid. | ||
461 | |||
462 | If, pursuant to or in connection with a single transaction or arrangement, | ||
463 | you convey, or propagate by procuring conveyance of, a covered work, and grant | ||
464 | a patent license to some of the parties receiving the covered work authorizing | ||
465 | them to use, propagate, modify or convey a specific copy of the covered work, | ||
466 | then the patent license you grant is automatically extended to all recipients | ||
467 | of the covered work and works based on it. | ||
468 | |||
469 | A patent license is "discriminatory" if it does not include within the scope | ||
470 | of its coverage, prohibits the exercise of, or is conditioned on the non-exercise | ||
471 | of one or more of the rights that are specifically granted under this License. | ||
472 | You may not convey a covered work if you are a party to an arrangement with | ||
473 | a third party that is in the business of distributing software, under which | ||
474 | you make payment to the third party based on the extent of your activity of | ||
475 | conveying the work, and under which the third party grants, to any of the | ||
476 | parties who would receive the covered work from you, a discriminatory patent | ||
477 | license (a) in connection with copies of the covered work conveyed by you | ||
478 | (or copies made from those copies), or (b) primarily for and in connection | ||
479 | with specific products or compilations that contain the covered work, unless | ||
480 | you entered into that arrangement, or that patent license was granted, prior | ||
481 | to 28 March 2007. | ||
482 | |||
483 | Nothing in this License shall be construed as excluding or limiting any implied | ||
484 | license or other defenses to infringement that may otherwise be available | ||
485 | to you under applicable patent law. | ||
486 | |||
487 | 12. No Surrender of Others' Freedom. | ||
488 | |||
489 | If conditions are imposed on you (whether by court order, agreement or otherwise) | ||
490 | that contradict the conditions of this License, they do not excuse you from | ||
491 | the conditions of this License. If you cannot convey a covered work so as | ||
492 | to satisfy simultaneously your obligations under this License and any other | ||
493 | pertinent obligations, then as a consequence you may | ||
494 | |||
495 | not convey it at all. For example, if you agree to terms that obligate you | ||
496 | to collect a royalty for further conveying from those to whom you convey the | ||
497 | Program, the only way you could satisfy both those terms and this License | ||
498 | would be to refrain entirely from conveying the Program. | ||
499 | |||
500 | 13. Remote Network Interaction; Use with the GNU General Public License. | ||
501 | |||
502 | Notwithstanding any other provision of this License, if you modify the Program, | ||
503 | your modified version must prominently offer all users interacting with it | ||
504 | remotely through a computer network (if your version supports such interaction) | ||
505 | an opportunity to receive the Corresponding Source of your version by providing | ||
506 | access to the Corresponding Source from a network server at no charge, through | ||
507 | some standard or customary means of facilitating copying of software. This | ||
508 | Corresponding Source shall include the Corresponding Source for any work covered | ||
509 | by version 3 of the GNU General Public License that is incorporated pursuant | ||
510 | to the following paragraph. | ||
511 | |||
512 | Notwithstanding any other provision of this License, you have permission to | ||
513 | link or combine any covered work with a work licensed under version 3 of the | ||
514 | GNU General Public License into a single combined work, and to convey the | ||
515 | resulting work. The terms of this License will continue to apply to the part | ||
516 | which is the covered work, but the work with which it is combined will remain | ||
517 | governed by version 3 of the GNU General Public License. | ||
518 | |||
519 | 14. Revised Versions of this License. | ||
520 | |||
521 | The Free Software Foundation may publish revised and/or new versions of the | ||
522 | GNU Affero General Public License from time to time. Such new versions will | ||
523 | be similar in spirit to the present version, but may differ in detail to address | ||
524 | new problems or concerns. | ||
525 | |||
526 | Each version is given a distinguishing version number. If the Program specifies | ||
527 | that a certain numbered version of the GNU Affero General Public License "or | ||
528 | any later version" applies to it, you have the option of following the terms | ||
529 | and conditions either of that numbered version or of any later version published | ||
530 | by the Free Software Foundation. If the Program does not specify a version | ||
531 | number of the GNU Affero General Public License, you may choose any version | ||
532 | ever published by the Free Software Foundation. | ||
533 | |||
534 | If the Program specifies that a proxy can decide which future versions of | ||
535 | the GNU Affero General Public License can be used, that proxy's public statement | ||
536 | of acceptance of a version permanently authorizes you to choose that version | ||
537 | for the Program. | ||
538 | |||
539 | Later license versions may give you additional or different permissions. However, | ||
540 | no additional obligations are imposed on any author or copyright holder as | ||
541 | a result of your choosing to follow a later version. | ||
542 | |||
543 | 15. Disclaimer of Warranty. | ||
544 | |||
545 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE | ||
546 | LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR | ||
547 | OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER | ||
548 | EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | ||
549 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS | ||
550 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM | ||
551 | PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR | ||
552 | CORRECTION. | ||
553 | |||
554 | 16. Limitation of Liability. | ||
555 | |||
556 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL | ||
557 | ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM | ||
558 | AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, | ||
559 | INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO | ||
560 | USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED | ||
561 | INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE | ||
562 | PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER | ||
563 | PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. | ||
564 | |||
565 | 17. Interpretation of Sections 15 and 16. | ||
566 | |||
567 | If the disclaimer of warranty and limitation of liability provided above cannot | ||
568 | be given local legal effect according to their terms, reviewing courts shall | ||
569 | apply local law that most closely approximates an absolute waiver of all civil | ||
570 | liability in connection with the Program, unless a warranty or assumption | ||
571 | of liability accompanies a copy of the Program in return for a fee. END OF | ||
572 | TERMS AND CONDITIONS | ||
573 | |||
574 | How to Apply These Terms to Your New Programs | ||
575 | |||
576 | If you develop a new program, and you want it to be of the greatest possible | ||
577 | use to the public, the best way to achieve this is to make it free software | ||
578 | which everyone can redistribute and change under these terms. | ||
579 | |||
580 | To do so, attach the following notices to the program. It is safest to attach | ||
581 | them to the start of each source file to most effectively state the exclusion | ||
582 | of warranty; and each file should have at least the "copyright" line and a | ||
583 | pointer to where the full notice is found. | ||
584 | |||
585 | <one line to give the program's name and a brief idea of what it does.> | ||
586 | |||
587 | Copyright (C) <year> <name of author> | ||
588 | |||
589 | This program is free software: you can redistribute it and/or modify it under | ||
590 | the terms of the GNU Affero General Public License as published by the Free | ||
591 | Software Foundation, either version 3 of the License, or (at your option) | ||
592 | any later version. | ||
593 | |||
594 | This program is distributed in the hope that it will be useful, but WITHOUT | ||
595 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
596 | FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more | ||
597 | details. | ||
598 | |||
599 | You should have received a copy of the GNU Affero General Public License along | ||
600 | with this program. If not, see <https://www.gnu.org/licenses/>. | ||
601 | |||
602 | Also add information on how to contact you by electronic and paper mail. | ||
603 | |||
604 | If your software can interact with users remotely through a computer network, | ||
605 | you should also make sure that it provides a way for users to get its source. | ||
606 | For example, if your program is a web application, its interface could display | ||
607 | a "Source" link that leads users to an archive of the code. There are many | ||
608 | ways you could offer source, and different solutions will be better for different | ||
609 | programs; see section 13 for the specific requirements. | ||
610 | |||
611 | You should also get your employer (if you work as a programmer) or school, | ||
612 | if any, to sign a "copyright disclaimer" for the program, if necessary. For | ||
613 | more information on this, and how to apply and follow the GNU AGPL, see <https://www.gnu.org/licenses/>. | ||
diff --git a/meta/files/common-licenses/GPL-1.0 b/meta/files/common-licenses/GPL-1.0-only index 9d4ef93ae5..9d4ef93ae5 100644 --- a/meta/files/common-licenses/GPL-1.0 +++ b/meta/files/common-licenses/GPL-1.0-only | |||
diff --git a/meta/files/common-licenses/GPL-1.0-or-later b/meta/files/common-licenses/GPL-1.0-or-later new file mode 100644 index 0000000000..b616110c75 --- /dev/null +++ b/meta/files/common-licenses/GPL-1.0-or-later | |||
@@ -0,0 +1,232 @@ | |||
1 | GNU GENERAL PUBLIC LICENSE | ||
2 | |||
3 | Version 1, February 1989 | ||
4 | |||
5 | Copyright (C) 1989 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, | ||
6 | Boston, MA 02110-1301 USA | ||
7 | |||
8 | Everyone is permitted to copy and distribute verbatim copies of this license | ||
9 | document, but changing it is not allowed. | ||
10 | |||
11 | Preamble | ||
12 | |||
13 | The license agreements of most software companies try to keep users at the | ||
14 | mercy of those companies. By contrast, our General Public License is intended | ||
15 | to guarantee your freedom to share and change free software--to make sure | ||
16 | the software is free for all its users. The General Public License applies | ||
17 | to the Free Software Foundation's software and to any other program whose | ||
18 | authors commit to using it. You can use it for your programs, too. | ||
19 | |||
20 | When we speak of free software, we are referring to freedom, not price. Specifically, | ||
21 | the General Public License is designed to make sure that you have the freedom | ||
22 | to give away or sell copies of free software, that you receive source code | ||
23 | or can get it if you want it, that you can change the software or use pieces | ||
24 | of it in new free programs; and that you know you can do these things. | ||
25 | |||
26 | To protect your rights, we need to make restrictions that forbid anyone to | ||
27 | deny you these rights or to ask you to surrender the rights. These restrictions | ||
28 | translate to certain responsibilities for you if you distribute copies of | ||
29 | the software, or if you modify it. | ||
30 | |||
31 | For example, if you distribute copies of a such a program, whether gratis | ||
32 | or for a fee, you must give the recipients all the rights that you have. You | ||
33 | must make sure that they, too, receive or can get the source code. And you | ||
34 | must tell them their rights. | ||
35 | |||
36 | We protect your rights with two steps: (1) copyright the software, and (2) | ||
37 | offer you this license which gives you legal permission to copy, distribute | ||
38 | and/or modify the software. | ||
39 | |||
40 | Also, for each author's protection and ours, we want to make certain that | ||
41 | everyone understands that there is no warranty for this free software. If | ||
42 | the software is modified by someone else and passed on, we want its recipients | ||
43 | to know that what they have is not the original, so that any problems introduced | ||
44 | by others will not reflect on the original authors' reputations. | ||
45 | |||
46 | The precise terms and conditions for copying, distribution and modification | ||
47 | follow. | ||
48 | |||
49 | GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION | ||
50 | AND MODIFICATION | ||
51 | |||
52 | 0. This License Agreement applies to any program or other work which contains | ||
53 | a notice placed by the copyright holder saying it may be distributed under | ||
54 | the terms of this General Public License. The "Program", below, refers to | ||
55 | any such program or work, and a "work based on the Program" means either the | ||
56 | Program or any work containing the Program or a portion of it, either verbatim | ||
57 | or with modifications. Each licensee is addressed as "you". | ||
58 | |||
59 | 1. You may copy and distribute verbatim copies of the Program's source code | ||
60 | as you receive it, in any medium, provided that you conspicuously and appropriately | ||
61 | publish on each copy an appropriate copyright notice and disclaimer of warranty; | ||
62 | keep intact all the notices that refer to this General Public License and | ||
63 | to the absence of any warranty; and give any other recipients of the Program | ||
64 | a copy of this General Public License along with the Program. You may charge | ||
65 | a fee for the physical act of transferring a copy. | ||
66 | |||
67 | 2. You may modify your copy or copies of the Program or any portion of it, | ||
68 | and copy and distribute such modifications under the terms of Paragraph 1 | ||
69 | above, provided that you also do the following: | ||
70 | |||
71 | a) cause the modified files to carry prominent notices stating that you changed | ||
72 | the files and the date of any change; and | ||
73 | |||
74 | b) cause the whole of any work that you distribute or publish, that in whole | ||
75 | or in part contains the Program or any part thereof, either with or without | ||
76 | modifications, to be licensed at no charge to all third parties under the | ||
77 | terms of this General Public License (except that you may choose to grant | ||
78 | warranty protection to some or all third parties, at your option). | ||
79 | |||
80 | c) If the modified program normally reads commands interactively when run, | ||
81 | you must cause it, when started running for such interactive use in the simplest | ||
82 | and most usual way, to print or display an announcement including an appropriate | ||
83 | copyright notice and a notice that there is no warranty (or else, saying that | ||
84 | you provide a warranty) and that users may redistribute the program under | ||
85 | these conditions, and telling the user how to view a copy of this General | ||
86 | Public License. | ||
87 | |||
88 | d) You may charge a fee for the physical act of transferring a copy, and you | ||
89 | may at your option offer warranty protection in exchange for a fee. | ||
90 | |||
91 | Mere aggregation of another independent work with the Program (or its derivative) | ||
92 | on a volume of a storage or distribution medium does not bring the other work | ||
93 | under the scope of these terms. | ||
94 | |||
95 | 3. You may copy and distribute the Program (or a portion or derivative of | ||
96 | it, under Paragraph 2) in object code or executable form under the terms of | ||
97 | Paragraphs 1 and 2 above provided that you also do one of the following: | ||
98 | |||
99 | a) accompany it with the complete corresponding machine-readable source code, | ||
100 | which must be distributed under the terms of Paragraphs 1 and 2 above; or, | ||
101 | |||
102 | b) accompany it with a written offer, valid for at least three years, to give | ||
103 | any third party free (except for a nominal charge for the cost of distribution) | ||
104 | a complete machine-readable copy of the corresponding source code, to be distributed | ||
105 | under the terms of Paragraphs 1 and 2 above; or, | ||
106 | |||
107 | c) accompany it with the information you received as to where the corresponding | ||
108 | source code may be obtained. (This alternative is allowed only for noncommercial | ||
109 | distribution and only if you received the program in object code or executable | ||
110 | form alone.) | ||
111 | |||
112 | Source code for a work means the preferred form of the work for making modifications | ||
113 | to it. For an executable file, complete source code means all the source code | ||
114 | for all modules it contains; but, as a special exception, it need not include | ||
115 | source code for modules which are standard libraries that accompany the operating | ||
116 | system on which the executable file runs, or for standard header files or | ||
117 | definitions files that accompany that operating system. | ||
118 | |||
119 | 4. You may not copy, modify, sublicense, distribute or transfer the Program | ||
120 | except as expressly provided under this General Public License. Any attempt | ||
121 | otherwise to copy, modify, sublicense, distribute or transfer the Program | ||
122 | is void, and will automatically terminate your rights to use the Program under | ||
123 | this License. However, parties who have received copies, or rights to use | ||
124 | copies, from you under this General Public License will not have their licenses | ||
125 | terminated so long as such parties remain in full compliance. | ||
126 | |||
127 | 5. By copying, distributing or modifying the Program (or any work based on | ||
128 | the Program) you indicate your acceptance of this license to do so, and all | ||
129 | its terms and conditions. | ||
130 | |||
131 | 6. Each time you redistribute the Program (or any work based on the Program), | ||
132 | the recipient automatically receives a license from the original licensor | ||
133 | to copy, distribute or modify the Program subject to these terms and conditions. | ||
134 | You may not impose any further restrictions on the recipients' exercise of | ||
135 | the rights granted herein. | ||
136 | |||
137 | 7. The Free Software Foundation may publish revised and/or new versions of | ||
138 | the General Public License from time to time. Such new versions will be similar | ||
139 | in spirit to the present version, but may differ in detail to address new | ||
140 | problems or concerns. | ||
141 | |||
142 | Each version is given a distinguishing version number. If the Program specifies | ||
143 | a version number of the license which applies to it and "any later version", | ||
144 | you have the option of following the terms and conditions either of that version | ||
145 | or of any later version published by the Free Software Foundation. If the | ||
146 | Program does not specify a version number of the license, you may choose any | ||
147 | version ever published by the Free Software Foundation. | ||
148 | |||
149 | 8. If you wish to incorporate parts of the Program into other free programs | ||
150 | whose distribution conditions are different, write to the author to ask for | ||
151 | permission. For software which is copyrighted by the Free Software Foundation, | ||
152 | write to the Free Software Foundation; we sometimes make exceptions for this. | ||
153 | Our decision will be guided by the two goals of preserving the free status | ||
154 | of all derivatives of our free software and of promoting the sharing and reuse | ||
155 | of software generally. | ||
156 | |||
157 | |||
158 | |||
159 | NO WARRANTY 9. | ||
160 | |||
161 | BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE | ||
162 | PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE | ||
163 | STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM | ||
164 | "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, | ||
165 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | ||
166 | FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE | ||
167 | OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME | ||
168 | THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. | ||
169 | |||
170 | 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING | ||
171 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE | ||
172 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY | ||
173 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE | ||
174 | OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA | ||
175 | OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES | ||
176 | OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH | ||
177 | HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. | ||
178 | END OF TERMS AND CONDITIONS | ||
179 | |||
180 | Appendix: How to Apply These Terms to Your New Programs | ||
181 | |||
182 | If you develop a new program, and you want it to be of the greatest possible | ||
183 | use to humanity, the best way to achieve this is to make it free software | ||
184 | which everyone can redistribute and change under these terms. | ||
185 | |||
186 | To do so, attach the following notices to the program. It is safest to attach | ||
187 | them to the start of each source file to most effectively convey the exclusion | ||
188 | of warranty; and each file should have at least the "copyright" line and a | ||
189 | pointer to where the full notice is found. | ||
190 | |||
191 | <one line to give the program's name and a brief idea of what it does.> | ||
192 | |||
193 | Copyright (C) 19yy <name of author> | ||
194 | |||
195 | This program is free software; you can redistribute it and/or modify it under | ||
196 | the terms of the GNU General Public License as published by the Free Software | ||
197 | Foundation; either version 1, or (at your option) any later version. | ||
198 | |||
199 | This program is distributed in the hope that it will be useful, but WITHOUT | ||
200 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
201 | FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
202 | |||
203 | You should have received a copy of the GNU General Public License along with | ||
204 | this program; if not, write to the Free Software Foundation, Inc., 675 Mass | ||
205 | Ave, Cambridge, MA 02139, USA. | ||
206 | |||
207 | Also add information on how to contact you by electronic and paper mail. | ||
208 | |||
209 | If the program is interactive, make it output a short notice like this when | ||
210 | it starts in an interactive mode: | ||
211 | |||
212 | Gnomovision version 69, Copyright (C) 19xx name of author Gnomovision comes | ||
213 | with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, | ||
214 | and you are welcome to redistribute it under certain conditions; type `show | ||
215 | c' for details. | ||
216 | |||
217 | The hypothetical commands `show w' and `show c' should show the appropriate | ||
218 | parts of the General Public License. Of course, the commands you use may be | ||
219 | called something other than `show w' and `show c'; they could even be mouse-clicks | ||
220 | or menu items--whatever suits your program. | ||
221 | |||
222 | You should also get your employer (if you work as a programmer) or your school, | ||
223 | if any, to sign a "copyright disclaimer" for the program, if necessary. Here | ||
224 | a sample; alter the names: | ||
225 | |||
226 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' | ||
227 | (a program to direct compilers to make passes at assemblers) written by James | ||
228 | Hacker. | ||
229 | |||
230 | <signature of Ty Coon>, 1 April 1989 Ty Coon, President of Vice | ||
231 | |||
232 | That's all there is to it! | ||
diff --git a/meta/files/common-licenses/GPL-2.0 b/meta/files/common-licenses/GPL-2.0-only index 7f5abbce27..7f5abbce27 100644 --- a/meta/files/common-licenses/GPL-2.0 +++ b/meta/files/common-licenses/GPL-2.0-only | |||
diff --git a/meta/files/common-licenses/GPL-2.0-or-later b/meta/files/common-licenses/GPL-2.0-or-later new file mode 100644 index 0000000000..1d80ac3653 --- /dev/null +++ b/meta/files/common-licenses/GPL-2.0-or-later | |||
@@ -0,0 +1,319 @@ | |||
1 | GNU GENERAL PUBLIC LICENSE | ||
2 | |||
3 | Version 2, June 1991 | ||
4 | |||
5 | Copyright (C) 1989, 1991 Free Software Foundation, Inc. | ||
6 | |||
7 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA | ||
8 | |||
9 | Everyone is permitted to copy and distribute verbatim copies of this license | ||
10 | document, but changing it is not allowed. | ||
11 | |||
12 | Preamble | ||
13 | |||
14 | The licenses for most software are designed to take away your freedom to share | ||
15 | and change it. By contrast, the GNU General Public License is intended to | ||
16 | guarantee your freedom to share and change free software--to make sure the | ||
17 | software is free for all its users. This General Public License applies to | ||
18 | most of the Free Software Foundation's software and to any other program whose | ||
19 | authors commit to using it. (Some other Free Software Foundation software | ||
20 | is covered by the GNU Lesser General Public License instead.) You can apply | ||
21 | it to your programs, too. | ||
22 | |||
23 | When we speak of free software, we are referring to freedom, not price. Our | ||
24 | General Public Licenses are designed to make sure that you have the freedom | ||
25 | to distribute copies of free software (and charge for this service if you | ||
26 | wish), that you receive source code or can get it if you want it, that you | ||
27 | can change the software or use pieces of it in new free programs; and that | ||
28 | you know you can do these things. | ||
29 | |||
30 | To protect your rights, we need to make restrictions that forbid anyone to | ||
31 | deny you these rights or to ask you to surrender the rights. These restrictions | ||
32 | translate to certain responsibilities for you if you distribute copies of | ||
33 | the software, or if you modify it. | ||
34 | |||
35 | For example, if you distribute copies of such a program, whether gratis or | ||
36 | for a fee, you must give the recipients all the rights that you have. You | ||
37 | must make sure that they, too, receive or can get the source code. And you | ||
38 | must show them these terms so they know their rights. | ||
39 | |||
40 | We protect your rights with two steps: (1) copyright the software, and (2) | ||
41 | offer you this license which gives you legal permission to copy, distribute | ||
42 | and/or modify the software. | ||
43 | |||
44 | Also, for each author's protection and ours, we want to make certain that | ||
45 | everyone understands that there is no warranty for this free software. If | ||
46 | the software is modified by someone else and passed on, we want its recipients | ||
47 | to know that what they have is not the original, so that any problems introduced | ||
48 | by others will not reflect on the original authors' reputations. | ||
49 | |||
50 | Finally, any free program is threatened constantly by software patents. We | ||
51 | wish to avoid the danger that redistributors of a free program will individually | ||
52 | obtain patent licenses, in effect making the program proprietary. To prevent | ||
53 | this, we have made it clear that any patent must be licensed for everyone's | ||
54 | free use or not licensed at all. | ||
55 | |||
56 | The precise terms and conditions for copying, distribution and modification | ||
57 | follow. | ||
58 | |||
59 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
60 | |||
61 | 0. This License applies to any program or other work which contains a notice | ||
62 | placed by the copyright holder saying it may be distributed under the terms | ||
63 | of this General Public License. The "Program", below, refers to any such program | ||
64 | or work, and a "work based on the Program" means either the Program or any | ||
65 | derivative work under copyright law: that is to say, a work containing the | ||
66 | Program or a portion of it, either verbatim or with modifications and/or translated | ||
67 | into another language. (Hereinafter, translation is included without limitation | ||
68 | in the term "modification".) Each licensee is addressed as "you". | ||
69 | |||
70 | Activities other than copying, distribution and modification are not covered | ||
71 | by this License; they are outside its scope. The act of running the Program | ||
72 | is not restricted, and the output from the Program is covered only if its | ||
73 | contents constitute a work based on the Program (independent of having been | ||
74 | made by running the Program). Whether that is true depends on what the Program | ||
75 | does. | ||
76 | |||
77 | 1. You may copy and distribute verbatim copies of the Program's source code | ||
78 | as you receive it, in any medium, provided that you conspicuously and appropriately | ||
79 | publish on each copy an appropriate copyright notice and disclaimer of warranty; | ||
80 | keep intact all the notices that refer to this License and to the absence | ||
81 | of any warranty; and give any other recipients of the Program a copy of this | ||
82 | License along with the Program. | ||
83 | |||
84 | You may charge a fee for the physical act of transferring a copy, and you | ||
85 | may at your option offer warranty protection in exchange for a fee. | ||
86 | |||
87 | 2. You may modify your copy or copies of the Program or any portion of it, | ||
88 | thus forming a work based on the Program, and copy and distribute such modifications | ||
89 | or work under the terms of Section 1 above, provided that you also meet all | ||
90 | of these conditions: | ||
91 | |||
92 | a) You must cause the modified files to carry prominent notices stating that | ||
93 | you changed the files and the date of any change. | ||
94 | |||
95 | b) You must cause any work that you distribute or publish, that in whole or | ||
96 | in part contains or is derived from the Program or any part thereof, to be | ||
97 | licensed as a whole at no charge to all third parties under the terms of this | ||
98 | License. | ||
99 | |||
100 | c) If the modified program normally reads commands interactively when run, | ||
101 | you must cause it, when started running for such interactive use in the most | ||
102 | ordinary way, to print or display an announcement including an appropriate | ||
103 | copyright notice and a notice that there is no warranty (or else, saying that | ||
104 | you provide a warranty) and that users may redistribute the program under | ||
105 | these conditions, and telling the user how to view a copy of this License. | ||
106 | (Exception: if the Program itself is interactive but does not normally print | ||
107 | such an announcement, your work based on the Program is not required to print | ||
108 | an announcement.) | ||
109 | |||
110 | These requirements apply to the modified work as a whole. If identifiable | ||
111 | sections of that work are not derived from the Program, and can be reasonably | ||
112 | considered independent and separate works in themselves, then this License, | ||
113 | and its terms, do not apply to those sections when you distribute them as | ||
114 | separate works. But when you distribute the same sections as part of a whole | ||
115 | which is a work based on the Program, the distribution of the whole must be | ||
116 | on the terms of this License, whose permissions for other licensees extend | ||
117 | to the entire whole, and thus to each and every part regardless of who wrote | ||
118 | it. | ||
119 | |||
120 | Thus, it is not the intent of this section to claim rights or contest your | ||
121 | rights to work written entirely by you; rather, the intent is to exercise | ||
122 | the right to control the distribution of derivative or collective works based | ||
123 | on the Program. | ||
124 | |||
125 | In addition, mere aggregation of another work not based on the Program with | ||
126 | the Program (or with a work based on the Program) on a volume of a storage | ||
127 | or distribution medium does not bring the other work under the scope of this | ||
128 | License. | ||
129 | |||
130 | 3. You may copy and distribute the Program (or a work based on it, under Section | ||
131 | 2) in object code or executable form under the terms of Sections 1 and 2 above | ||
132 | provided that you also do one of the following: | ||
133 | |||
134 | a) Accompany it with the complete corresponding machine-readable source code, | ||
135 | which must be distributed under the terms of Sections 1 and 2 above on a medium | ||
136 | customarily used for software interchange; or, | ||
137 | |||
138 | b) Accompany it with a written offer, valid for at least three years, to give | ||
139 | any third party, for a charge no more than your cost of physically performing | ||
140 | source distribution, a complete machine-readable copy of the corresponding | ||
141 | source code, to be distributed under the terms of Sections 1 and 2 above on | ||
142 | a medium customarily used for software interchange; or, | ||
143 | |||
144 | c) Accompany it with the information you received as to the offer to distribute | ||
145 | corresponding source code. (This alternative is allowed only for noncommercial | ||
146 | distribution and only if you received the program in object code or executable | ||
147 | form with such an offer, in accord with Subsection b above.) | ||
148 | |||
149 | The source code for a work means the preferred form of the work for making | ||
150 | modifications to it. For an executable work, complete source code means all | ||
151 | the source code for all modules it contains, plus any associated interface | ||
152 | definition files, plus the scripts used to control compilation and installation | ||
153 | of the executable. However, as a special exception, the source code distributed | ||
154 | need not include anything that is normally distributed (in either source or | ||
155 | binary form) with the major components (compiler, kernel, and so on) of the | ||
156 | operating system on which the executable runs, unless that component itself | ||
157 | accompanies the executable. | ||
158 | |||
159 | If distribution of executable or object code is made by offering access to | ||
160 | copy from a designated place, then offering equivalent access to copy the | ||
161 | source code from the same place counts as distribution of the source code, | ||
162 | even though third parties are not compelled to copy the source along with | ||
163 | the object code. | ||
164 | |||
165 | 4. You may not copy, modify, sublicense, or distribute the Program except | ||
166 | as expressly provided under this License. Any attempt otherwise to copy, modify, | ||
167 | sublicense or distribute the Program is void, and will automatically terminate | ||
168 | your rights under this License. However, parties who have received copies, | ||
169 | or rights, from you under this License will not have their licenses terminated | ||
170 | so long as such parties remain in full compliance. | ||
171 | |||
172 | 5. You are not required to accept this License, since you have not signed | ||
173 | it. However, nothing else grants you permission to modify or distribute the | ||
174 | Program or its derivative works. These actions are prohibited by law if you | ||
175 | do not accept this License. Therefore, by modifying or distributing the Program | ||
176 | (or any work based on the Program), you indicate your acceptance of this License | ||
177 | to do so, and all its terms and conditions for copying, distributing or modifying | ||
178 | the Program or works based on it. | ||
179 | |||
180 | 6. Each time you redistribute the Program (or any work based on the Program), | ||
181 | the recipient automatically receives a license from the original licensor | ||
182 | to copy, distribute or modify the Program subject to these terms and conditions. | ||
183 | You may not impose any further restrictions on the recipients' exercise of | ||
184 | the rights granted herein. You are not responsible for enforcing compliance | ||
185 | by third parties to this License. | ||
186 | |||
187 | 7. If, as a consequence of a court judgment or allegation of patent infringement | ||
188 | or for any other reason (not limited to patent issues), conditions are imposed | ||
189 | on you (whether by court order, agreement or otherwise) that contradict the | ||
190 | conditions of this License, they do not excuse you from the conditions of | ||
191 | this License. If you cannot distribute so as to satisfy simultaneously your | ||
192 | obligations under this License and any other pertinent obligations, then as | ||
193 | a consequence you may not distribute the Program at all. For example, if a | ||
194 | patent license would not permit royalty-free redistribution of the Program | ||
195 | by all those who receive copies directly or indirectly through you, then the | ||
196 | only way you could satisfy both it and this License would be to refrain entirely | ||
197 | from distribution of the Program. | ||
198 | |||
199 | If any portion of this section is held invalid or unenforceable under any | ||
200 | particular circumstance, the balance of the section is intended to apply and | ||
201 | the section as a whole is intended to apply in other circumstances. | ||
202 | |||
203 | It is not the purpose of this section to induce you to infringe any patents | ||
204 | or other property right claims or to contest validity of any such claims; | ||
205 | this section has the sole purpose of protecting the integrity of the free | ||
206 | software distribution system, which is implemented by public license practices. | ||
207 | Many people have made generous contributions to the wide range of software | ||
208 | distributed through that system in reliance on consistent application of that | ||
209 | system; it is up to the author/donor to decide if he or she is willing to | ||
210 | distribute software through any other system and a licensee cannot impose | ||
211 | that choice. | ||
212 | |||
213 | This section is intended to make thoroughly clear what is believed to be a | ||
214 | consequence of the rest of this License. | ||
215 | |||
216 | 8. If the distribution and/or use of the Program is restricted in certain | ||
217 | countries either by patents or by copyrighted interfaces, the original copyright | ||
218 | holder who places the Program under this License may add an explicit geographical | ||
219 | distribution limitation excluding those countries, so that distribution is | ||
220 | permitted only in or among countries not thus excluded. In such case, this | ||
221 | License incorporates the limitation as if written in the body of this License. | ||
222 | |||
223 | 9. The Free Software Foundation may publish revised and/or new versions of | ||
224 | the General Public License from time to time. Such new versions will be similar | ||
225 | in spirit to the present version, but may differ in detail to address new | ||
226 | problems or concerns. | ||
227 | |||
228 | Each version is given a distinguishing version number. If the Program specifies | ||
229 | a version number of this License which applies to it and "any later version", | ||
230 | you have the option of following the terms and conditions either of that version | ||
231 | or of any later version published by the Free Software Foundation. If the | ||
232 | Program does not specify a version number of this License, you may choose | ||
233 | any version ever published by the Free Software Foundation. | ||
234 | |||
235 | 10. If you wish to incorporate parts of the Program into other free programs | ||
236 | whose distribution conditions are different, write to the author to ask for | ||
237 | permission. For software which is copyrighted by the Free Software Foundation, | ||
238 | write to the Free Software Foundation; we sometimes make exceptions for this. | ||
239 | Our decision will be guided by the two goals of preserving the free status | ||
240 | of all derivatives of our free software and of promoting the sharing and reuse | ||
241 | of software generally. | ||
242 | |||
243 | NO WARRANTY | ||
244 | |||
245 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR | ||
246 | THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE | ||
247 | STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM | ||
248 | "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, | ||
249 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | ||
250 | FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE | ||
251 | OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME | ||
252 | THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. | ||
253 | |||
254 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING | ||
255 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE | ||
256 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY | ||
257 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE | ||
258 | OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA | ||
259 | OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES | ||
260 | OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH | ||
261 | HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. | ||
262 | END OF TERMS AND CONDITIONS | ||
263 | |||
264 | How to Apply These Terms to Your New Programs | ||
265 | |||
266 | If you develop a new program, and you want it to be of the greatest possible | ||
267 | use to the public, the best way to achieve this is to make it free software | ||
268 | which everyone can redistribute and change under these terms. | ||
269 | |||
270 | To do so, attach the following notices to the program. It is safest to attach | ||
271 | them to the start of each source file to most effectively convey the exclusion | ||
272 | of warranty; and each file should have at least the "copyright" line and a | ||
273 | pointer to where the full notice is found. | ||
274 | |||
275 | <one line to give the program's name and an idea of what it does.> | ||
276 | |||
277 | Copyright (C) <yyyy> <name of author> | ||
278 | |||
279 | This program is free software; you can redistribute it and/or modify it under | ||
280 | the terms of the GNU General Public License as published by the Free Software | ||
281 | Foundation; either version 2 of the License, or (at your option) any later | ||
282 | version. | ||
283 | |||
284 | This program is distributed in the hope that it will be useful, but WITHOUT | ||
285 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
286 | FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
287 | |||
288 | You should have received a copy of the GNU General Public License along with | ||
289 | this program; if not, write to the Free Software Foundation, Inc., 51 Franklin | ||
290 | Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
291 | |||
292 | Also add information on how to contact you by electronic and paper mail. | ||
293 | |||
294 | If the program is interactive, make it output a short notice like this when | ||
295 | it starts in an interactive mode: | ||
296 | |||
297 | Gnomovision version 69, Copyright (C) year name of author Gnomovision comes | ||
298 | with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, | ||
299 | and you are welcome to redistribute it under certain conditions; type `show | ||
300 | c' for details. | ||
301 | |||
302 | The hypothetical commands `show w' and `show c' should show the appropriate | ||
303 | parts of the General Public License. Of course, the commands you use may be | ||
304 | called something other than `show w' and `show c'; they could even be mouse-clicks | ||
305 | or menu items--whatever suits your program. | ||
306 | |||
307 | You should also get your employer (if you work as a programmer) or your school, | ||
308 | if any, to sign a "copyright disclaimer" for the program, if necessary. Here | ||
309 | is a sample; alter the names: | ||
310 | |||
311 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' | ||
312 | (which makes passes at compilers) written by James Hacker. | ||
313 | |||
314 | <signature of Ty Coon>, 1 April 1989 Ty Coon, President of Vice This General | ||
315 | Public License does not permit incorporating your program into proprietary | ||
316 | programs. If your program is a subroutine library, you may consider it more | ||
317 | useful to permit linking proprietary applications with the library. If this | ||
318 | is what you want to do, use the GNU Lesser General Public License instead | ||
319 | of this License. | ||
diff --git a/meta/files/common-licenses/GPL-3.0 b/meta/files/common-licenses/GPL-3.0-only index e0665a64a8..e0665a64a8 100644 --- a/meta/files/common-licenses/GPL-3.0 +++ b/meta/files/common-licenses/GPL-3.0-only | |||
diff --git a/meta/files/common-licenses/GPL-3.0-or-later b/meta/files/common-licenses/GPL-3.0-or-later new file mode 100644 index 0000000000..e142a525bd --- /dev/null +++ b/meta/files/common-licenses/GPL-3.0-or-later | |||
@@ -0,0 +1,625 @@ | |||
1 | GNU GENERAL PUBLIC LICENSE | ||
2 | |||
3 | Version 3, 29 June 2007 | ||
4 | |||
5 | Copyright © 2007 Free Software Foundation, Inc. <https://fsf.org/> | ||
6 | |||
7 | Everyone is permitted to copy and distribute verbatim copies of this license | ||
8 | document, but changing it is not allowed. | ||
9 | |||
10 | Preamble | ||
11 | |||
12 | The GNU General Public License is a free, copyleft license for software and | ||
13 | other kinds of works. | ||
14 | |||
15 | The licenses for most software and other practical works are designed to take | ||
16 | away your freedom to share and change the works. By contrast, the GNU General | ||
17 | Public License is intended to guarantee your freedom to share and change all | ||
18 | versions of a program--to make sure it remains free software for all its users. | ||
19 | We, the Free Software Foundation, use the GNU General Public License for most | ||
20 | of our software; it applies also to any other work released this way by its | ||
21 | authors. You can apply it to your programs, too. | ||
22 | |||
23 | When we speak of free software, we are referring to freedom, not price. Our | ||
24 | General Public Licenses are designed to make sure that you have the freedom | ||
25 | to distribute copies of free software (and charge for them if you wish), that | ||
26 | you receive source code or can get it if you want it, that you can change | ||
27 | the software or use pieces of it in new free programs, and that you know you | ||
28 | can do these things. | ||
29 | |||
30 | To protect your rights, we need to prevent others from denying you these rights | ||
31 | or asking you to surrender the rights. Therefore, you have certain responsibilities | ||
32 | if you distribute copies of the software, or if you modify it: responsibilities | ||
33 | to respect the freedom of others. | ||
34 | |||
35 | For example, if you distribute copies of such a program, whether gratis or | ||
36 | for a fee, you must pass on to the recipients the same freedoms that you received. | ||
37 | You must make sure that they, too, receive or can get the source code. And | ||
38 | you must show them these terms so they know their rights. | ||
39 | |||
40 | Developers that use the GNU GPL protect your rights with two steps: (1) assert | ||
41 | copyright on the software, and (2) offer you this License giving you legal | ||
42 | permission to copy, distribute and/or modify it. | ||
43 | |||
44 | For the developers' and authors' protection, the GPL clearly explains that | ||
45 | there is no warranty for this free software. For both users' and authors' | ||
46 | sake, the GPL requires that modified versions be marked as changed, so that | ||
47 | their problems will not be attributed erroneously to authors of previous versions. | ||
48 | |||
49 | Some devices are designed to deny users access to install or run modified | ||
50 | versions of the software inside them, although the manufacturer can do so. | ||
51 | This is fundamentally incompatible with the aim of protecting users' freedom | ||
52 | to change the software. The systematic pattern of such abuse occurs in the | ||
53 | area of products for individuals to use, which is precisely where it is most | ||
54 | unacceptable. Therefore, we have designed this version of the GPL to prohibit | ||
55 | the practice for those products. If such problems arise substantially in other | ||
56 | domains, we stand ready to extend this provision to those domains in future | ||
57 | versions of the GPL, as needed to protect the freedom of users. | ||
58 | |||
59 | Finally, every program is threatened constantly by software patents. States | ||
60 | should not allow patents to restrict development and use of software on general-purpose | ||
61 | computers, but in those that do, we wish to avoid the special danger that | ||
62 | patents applied to a free program could make it effectively proprietary. To | ||
63 | prevent this, the GPL assures that patents cannot be used to render the program | ||
64 | non-free. | ||
65 | |||
66 | The precise terms and conditions for copying, distribution and modification | ||
67 | follow. | ||
68 | |||
69 | TERMS AND CONDITIONS | ||
70 | |||
71 | 0. Definitions. | ||
72 | |||
73 | "This License" refers to version 3 of the GNU General Public License. | ||
74 | |||
75 | "Copyright" also means copyright-like laws that apply to other kinds of works, | ||
76 | such as semiconductor masks. | ||
77 | |||
78 | "The Program" refers to any copyrightable work licensed under this License. | ||
79 | Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals | ||
80 | or organizations. | ||
81 | |||
82 | To "modify" a work means to copy from or adapt all or part of the work in | ||
83 | a fashion requiring copyright permission, other than the making of an exact | ||
84 | copy. The resulting work is called a "modified version" of the earlier work | ||
85 | or a work "based on" the earlier work. | ||
86 | |||
87 | A "covered work" means either the unmodified Program or a work based on the | ||
88 | Program. | ||
89 | |||
90 | To "propagate" a work means to do anything with it that, without permission, | ||
91 | would make you directly or secondarily liable for infringement under applicable | ||
92 | copyright law, except executing it on a computer or modifying a private copy. | ||
93 | Propagation includes copying, distribution (with or without modification), | ||
94 | making available to the public, and in some countries other activities as | ||
95 | well. | ||
96 | |||
97 | To "convey" a work means any kind of propagation that enables other parties | ||
98 | to make or receive copies. Mere interaction with a user through a computer | ||
99 | network, with no transfer of a copy, is not conveying. | ||
100 | |||
101 | An interactive user interface displays "Appropriate Legal Notices" to the | ||
102 | extent that it includes a convenient and prominently visible feature that | ||
103 | (1) displays an appropriate copyright notice, and (2) tells the user that | ||
104 | there is no warranty for the work (except to the extent that warranties are | ||
105 | provided), that licensees may convey the work under this License, and how | ||
106 | to view a copy of this License. If the interface presents a list of user commands | ||
107 | or options, such as a menu, a prominent item in the list meets this criterion. | ||
108 | |||
109 | 1. Source Code. | ||
110 | |||
111 | The "source code" for a work means the preferred form of the work for making | ||
112 | modifications to it. "Object code" means any non-source form of a work. | ||
113 | |||
114 | A "Standard Interface" means an interface that either is an official standard | ||
115 | defined by a recognized standards body, or, in the case of interfaces specified | ||
116 | for a particular programming language, one that is widely used among developers | ||
117 | working in that language. | ||
118 | |||
119 | The "System Libraries" of an executable work include anything, other than | ||
120 | the work as a whole, that (a) is included in the normal form of packaging | ||
121 | a Major Component, but which is not part of that Major Component, and (b) | ||
122 | serves only to enable use of the work with that Major Component, or to implement | ||
123 | a Standard Interface for which an implementation is available to the public | ||
124 | in source code form. A "Major Component", in this context, means a major essential | ||
125 | component (kernel, window system, and so on) of the specific operating system | ||
126 | (if any) on which the executable work runs, or a compiler used to produce | ||
127 | the work, or an object code interpreter used to run it. | ||
128 | |||
129 | The "Corresponding Source" for a work in object code form means all the source | ||
130 | code needed to generate, install, and (for an executable work) run the object | ||
131 | code and to modify the work, including scripts to control those activities. | ||
132 | However, it does not include the work's System Libraries, or general-purpose | ||
133 | tools or generally available free programs which are used unmodified in performing | ||
134 | those activities but which are not part of the work. For example, Corresponding | ||
135 | Source includes interface definition files associated with source files for | ||
136 | the work, and the source code for shared libraries and dynamically linked | ||
137 | subprograms that the work is specifically designed to require, such as by | ||
138 | intimate data communication or control flow between those subprograms and | ||
139 | other parts of the work. | ||
140 | |||
141 | The Corresponding Source need not include anything that users can regenerate | ||
142 | automatically from other parts of the Corresponding Source. | ||
143 | |||
144 | The Corresponding Source for a work in source code form is that same work. | ||
145 | |||
146 | 2. Basic Permissions. | ||
147 | |||
148 | All rights granted under this License are granted for the term of copyright | ||
149 | on the Program, and are irrevocable provided the stated conditions are met. | ||
150 | This License explicitly affirms your unlimited permission to run the unmodified | ||
151 | Program. The output from running a covered work is covered by this License | ||
152 | only if the output, given its content, constitutes a covered work. This License | ||
153 | acknowledges your rights of fair use or other equivalent, as provided by copyright | ||
154 | law. | ||
155 | |||
156 | You may make, run and propagate covered works that you do not convey, without | ||
157 | conditions so long as your license otherwise remains in force. You may convey | ||
158 | covered works to others for the sole purpose of having them make modifications | ||
159 | exclusively for you, or provide you with facilities for running those works, | ||
160 | provided that you comply with the terms of this License in conveying all material | ||
161 | for which you do not control copyright. Those thus making or running the covered | ||
162 | works for you must do so exclusively on your behalf, under your direction | ||
163 | and control, on terms that prohibit them from making any copies of your copyrighted | ||
164 | material outside their relationship with you. | ||
165 | |||
166 | Conveying under any other circumstances is permitted solely under the conditions | ||
167 | stated below. Sublicensing is not allowed; section 10 makes it unnecessary. | ||
168 | |||
169 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. | ||
170 | |||
171 | No covered work shall be deemed part of an effective technological measure | ||
172 | under any applicable law fulfilling obligations under article 11 of the WIPO | ||
173 | copyright treaty adopted on 20 December 1996, or similar laws prohibiting | ||
174 | or restricting circumvention of such measures. | ||
175 | |||
176 | When you convey a covered work, you waive any legal power to forbid circumvention | ||
177 | of technological measures to the extent such circumvention is effected by | ||
178 | exercising rights under this License with respect to the covered work, and | ||
179 | you disclaim any intention to limit operation or modification of the work | ||
180 | as a means of enforcing, against the work's users, your or third parties' | ||
181 | legal rights to forbid circumvention of technological measures. | ||
182 | |||
183 | 4. Conveying Verbatim Copies. | ||
184 | |||
185 | You may convey verbatim copies of the Program's source code as you receive | ||
186 | it, in any medium, provided that you conspicuously and appropriately publish | ||
187 | on each copy an appropriate copyright notice; keep intact all notices stating | ||
188 | that this License and any non-permissive terms added in accord with section | ||
189 | 7 apply to the code; keep intact all notices of the absence of any warranty; | ||
190 | and give all recipients a copy of this License along with the Program. | ||
191 | |||
192 | You may charge any price or no price for each copy that you convey, and you | ||
193 | may offer support or warranty protection for a fee. | ||
194 | |||
195 | 5. Conveying Modified Source Versions. | ||
196 | |||
197 | You may convey a work based on the Program, or the modifications to produce | ||
198 | it from the Program, in the form of source code under the terms of section | ||
199 | 4, provided that you also meet all of these conditions: | ||
200 | |||
201 | a) The work must carry prominent notices stating that you modified it, and | ||
202 | giving a relevant date. | ||
203 | |||
204 | b) The work must carry prominent notices stating that it is released under | ||
205 | this License and any conditions added under section 7. This requirement modifies | ||
206 | the requirement in section 4 to "keep intact all notices". | ||
207 | |||
208 | c) You must license the entire work, as a whole, under this License to anyone | ||
209 | who comes into possession of a copy. This License will therefore apply, along | ||
210 | with any applicable section 7 additional terms, to the whole of the work, | ||
211 | and all its parts, regardless of how they are packaged. This License gives | ||
212 | no permission to license the work in any other way, but it does not invalidate | ||
213 | such permission if you have separately received it. | ||
214 | |||
215 | d) If the work has interactive user interfaces, each must display Appropriate | ||
216 | Legal Notices; however, if the Program has interactive interfaces that do | ||
217 | not display Appropriate Legal Notices, your work need not make them do so. | ||
218 | |||
219 | A compilation of a covered work with other separate and independent works, | ||
220 | which are not by their nature extensions of the covered work, and which are | ||
221 | not combined with it such as to form a larger program, in or on a volume of | ||
222 | a storage or distribution medium, is called an "aggregate" if the compilation | ||
223 | and its resulting copyright are not used to limit the access or legal rights | ||
224 | of the compilation's users beyond what the individual works permit. Inclusion | ||
225 | of a covered work in an aggregate does not cause this License to apply to | ||
226 | the other parts of the aggregate. | ||
227 | |||
228 | 6. Conveying Non-Source Forms. | ||
229 | |||
230 | You may convey a covered work in object code form under the terms of sections | ||
231 | 4 and 5, provided that you also convey the machine-readable Corresponding | ||
232 | Source under the terms of this License, in one of these ways: | ||
233 | |||
234 | a) Convey the object code in, or embodied in, a physical product (including | ||
235 | a physical distribution medium), accompanied by the Corresponding Source fixed | ||
236 | on a durable physical medium customarily used for software interchange. | ||
237 | |||
238 | b) Convey the object code in, or embodied in, a physical product (including | ||
239 | a physical distribution medium), accompanied by a written offer, valid for | ||
240 | at least three years and valid for as long as you offer spare parts or customer | ||
241 | support for that product model, to give anyone who possesses the object code | ||
242 | either (1) a copy of the Corresponding Source for all the software in the | ||
243 | product that is covered by this License, on a durable physical medium customarily | ||
244 | used for software interchange, for a price no more than your reasonable cost | ||
245 | of physically performing this conveying of source, or (2) access to copy the | ||
246 | Corresponding Source from a network server at no charge. | ||
247 | |||
248 | c) Convey individual copies of the object code with a copy of the written | ||
249 | offer to provide the Corresponding Source. This alternative is allowed only | ||
250 | occasionally and noncommercially, and only if you received the object code | ||
251 | with such an offer, in accord with subsection 6b. | ||
252 | |||
253 | d) Convey the object code by offering access from a designated place (gratis | ||
254 | or for a charge), and offer equivalent access to the Corresponding Source | ||
255 | in the same way through the same place at no further charge. You need not | ||
256 | require recipients to copy the Corresponding Source along with the object | ||
257 | code. If the place to copy the object code is a network server, the Corresponding | ||
258 | Source may be on a different server (operated by you or a third party) that | ||
259 | supports equivalent copying facilities, provided you maintain clear directions | ||
260 | next to the object code saying where to find the Corresponding Source. Regardless | ||
261 | of what server hosts the Corresponding Source, you remain obligated to ensure | ||
262 | that it is available for as long as needed to satisfy these requirements. | ||
263 | |||
264 | e) Convey the object code using peer-to-peer transmission, provided you inform | ||
265 | other peers where the object code and Corresponding Source of the work are | ||
266 | being offered to the general public at no charge under subsection 6d. | ||
267 | |||
268 | A separable portion of the object code, whose source code is excluded from | ||
269 | the Corresponding Source as a System Library, need not be included in conveying | ||
270 | the object code work. | ||
271 | |||
272 | A "User Product" is either (1) a "consumer product", which means any tangible | ||
273 | personal property which is normally used for personal, family, or household | ||
274 | purposes, or (2) anything designed or sold for incorporation into a dwelling. | ||
275 | In determining whether a product is a consumer product, doubtful cases shall | ||
276 | be resolved in favor of coverage. For a particular product received by a particular | ||
277 | user, "normally used" refers to a typical or common use of that class of product, | ||
278 | regardless of the status of the particular user or of the way in which the | ||
279 | particular user actually uses, or expects or is expected to use, the product. | ||
280 | A product is a consumer product regardless of whether the product has substantial | ||
281 | commercial, industrial or non-consumer uses, unless such uses represent the | ||
282 | only significant mode of use of the product. | ||
283 | |||
284 | "Installation Information" for a User Product means any methods, procedures, | ||
285 | authorization keys, or other information required to install and execute modified | ||
286 | versions of a covered work in that User Product from a modified version of | ||
287 | its Corresponding Source. The information must suffice to ensure that the | ||
288 | continued functioning of the modified object code is in no case prevented | ||
289 | or interfered with solely because modification has been made. | ||
290 | |||
291 | If you convey an object code work under this section in, or with, or specifically | ||
292 | for use in, a User Product, and the conveying occurs as part of a transaction | ||
293 | in which the right of possession and use of the User Product is transferred | ||
294 | to the recipient in perpetuity or for a fixed term (regardless of how the | ||
295 | transaction is characterized), the Corresponding Source conveyed under this | ||
296 | section must be accompanied by the Installation Information. But this requirement | ||
297 | does not apply if neither you nor any third party retains the ability to install | ||
298 | modified object code on the User Product (for example, the work has been installed | ||
299 | in ROM). | ||
300 | |||
301 | The requirement to provide Installation Information does not include a requirement | ||
302 | to continue to provide support service, warranty, or updates for a work that | ||
303 | has been modified or installed by the recipient, or for the User Product in | ||
304 | which it has been modified or installed. Access to a network may be denied | ||
305 | when the modification itself materially and adversely affects the operation | ||
306 | of the network or violates the rules and protocols for communication across | ||
307 | the network. | ||
308 | |||
309 | Corresponding Source conveyed, and Installation Information provided, in accord | ||
310 | with this section must be in a format that is publicly documented (and with | ||
311 | an implementation available to the public in source code form), and must require | ||
312 | no special password or key for unpacking, reading or copying. | ||
313 | |||
314 | 7. Additional Terms. | ||
315 | |||
316 | "Additional permissions" are terms that supplement the terms of this License | ||
317 | by making exceptions from one or more of its conditions. Additional permissions | ||
318 | that are applicable to the entire Program shall be treated as though they | ||
319 | were included in this License, to the extent that they are valid under applicable | ||
320 | law. If additional permissions apply only to part of the Program, that part | ||
321 | may be used separately under those permissions, but the entire Program remains | ||
322 | governed by this License without regard to the additional permissions. | ||
323 | |||
324 | When you convey a copy of a covered work, you may at your option remove any | ||
325 | additional permissions from that copy, or from any part of it. (Additional | ||
326 | permissions may be written to require their own removal in certain cases when | ||
327 | you modify the work.) You may place additional permissions on material, added | ||
328 | by you to a covered work, for which you have or can give appropriate copyright | ||
329 | permission. | ||
330 | |||
331 | Notwithstanding any other provision of this License, for material you add | ||
332 | to a covered work, you may (if authorized by the copyright holders of that | ||
333 | material) supplement the terms of this License with terms: | ||
334 | |||
335 | a) Disclaiming warranty or limiting liability differently from the terms of | ||
336 | sections 15 and 16 of this License; or | ||
337 | |||
338 | b) Requiring preservation of specified reasonable legal notices or author | ||
339 | attributions in that material or in the Appropriate Legal Notices displayed | ||
340 | by works containing it; or | ||
341 | |||
342 | c) Prohibiting misrepresentation of the origin of that material, or requiring | ||
343 | that modified versions of such material be marked in reasonable ways as different | ||
344 | from the original version; or | ||
345 | |||
346 | d) Limiting the use for publicity purposes of names of licensors or authors | ||
347 | of the material; or | ||
348 | |||
349 | e) Declining to grant rights under trademark law for use of some trade names, | ||
350 | trademarks, or service marks; or | ||
351 | |||
352 | f) Requiring indemnification of licensors and authors of that material by | ||
353 | anyone who conveys the material (or modified versions of it) with contractual | ||
354 | assumptions of liability to the recipient, for any liability that these contractual | ||
355 | assumptions directly impose on those licensors and authors. | ||
356 | |||
357 | All other non-permissive additional terms are considered "further restrictions" | ||
358 | within the meaning of section 10. If the Program as you received it, or any | ||
359 | part of it, contains a notice stating that it is governed by this License | ||
360 | along with a term that is a further restriction, you may remove that term. | ||
361 | If a license document contains a further restriction but permits relicensing | ||
362 | or conveying under this License, you may add to a covered work material governed | ||
363 | by the terms of that license document, provided that the further restriction | ||
364 | does not survive such relicensing or conveying. | ||
365 | |||
366 | If you add terms to a covered work in accord with this section, you must place, | ||
367 | in the relevant source files, a statement of the additional terms that apply | ||
368 | to those files, or a notice indicating where to find the applicable terms. | ||
369 | |||
370 | Additional terms, permissive or non-permissive, may be stated in the form | ||
371 | of a separately written license, or stated as exceptions; the above requirements | ||
372 | apply either way. | ||
373 | |||
374 | 8. Termination. | ||
375 | |||
376 | You may not propagate or modify a covered work except as expressly provided | ||
377 | under this License. Any attempt otherwise to propagate or modify it is void, | ||
378 | and will automatically terminate your rights under this License (including | ||
379 | any patent licenses granted under the third paragraph of section 11). | ||
380 | |||
381 | However, if you cease all violation of this License, then your license from | ||
382 | a particular copyright holder is reinstated (a) provisionally, unless and | ||
383 | until the copyright holder explicitly and finally terminates your license, | ||
384 | and (b) permanently, if the copyright holder fails to notify you of the violation | ||
385 | by some reasonable means prior to 60 days after the cessation. | ||
386 | |||
387 | Moreover, your license from a particular copyright holder is reinstated permanently | ||
388 | if the copyright holder notifies you of the violation by some reasonable means, | ||
389 | this is the first time you have received notice of violation of this License | ||
390 | (for any work) from that copyright holder, and you cure the violation prior | ||
391 | to 30 days after your receipt of the notice. | ||
392 | |||
393 | Termination of your rights under this section does not terminate the licenses | ||
394 | of parties who have received copies or rights from you under this License. | ||
395 | If your rights have been terminated and not permanently reinstated, you do | ||
396 | not qualify to receive new licenses for the same material under section 10. | ||
397 | |||
398 | 9. Acceptance Not Required for Having Copies. | ||
399 | |||
400 | You are not required to accept this License in order to receive or run a copy | ||
401 | of the Program. Ancillary propagation of a covered work occurring solely as | ||
402 | a consequence of using peer-to-peer transmission to receive a copy likewise | ||
403 | does not require acceptance. However, nothing other than this License grants | ||
404 | you permission to propagate or modify any covered work. These actions infringe | ||
405 | copyright if you do not accept this License. Therefore, by modifying or propagating | ||
406 | a covered work, you indicate your acceptance of this License to do so. | ||
407 | |||
408 | 10. Automatic Licensing of Downstream Recipients. | ||
409 | |||
410 | Each time you convey a covered work, the recipient automatically receives | ||
411 | a license from the original licensors, to run, modify and propagate that work, | ||
412 | subject to this License. You are not responsible for enforcing compliance | ||
413 | by third parties with this License. | ||
414 | |||
415 | An "entity transaction" is a transaction transferring control of an organization, | ||
416 | or substantially all assets of one, or subdividing an organization, or merging | ||
417 | organizations. If propagation of a covered work results from an entity transaction, | ||
418 | each party to that transaction who receives a copy of the work also receives | ||
419 | whatever licenses to the work the party's predecessor in interest had or could | ||
420 | give under the previous paragraph, plus a right to possession of the Corresponding | ||
421 | Source of the work from the predecessor in interest, if the predecessor has | ||
422 | it or can get it with reasonable efforts. | ||
423 | |||
424 | You may not impose any further restrictions on the exercise of the rights | ||
425 | granted or affirmed under this License. For example, you may not impose a | ||
426 | license fee, royalty, or other charge for exercise of rights granted under | ||
427 | this License, and you may not initiate litigation (including a cross-claim | ||
428 | or counterclaim in a lawsuit) alleging that any patent claim is infringed | ||
429 | by making, using, selling, offering for sale, or importing the Program or | ||
430 | any portion of it. | ||
431 | |||
432 | 11. Patents. | ||
433 | |||
434 | A "contributor" is a copyright holder who authorizes use under this License | ||
435 | of the Program or a work on which the Program is based. The work thus licensed | ||
436 | is called the contributor's "contributor version". | ||
437 | |||
438 | A contributor's "essential patent claims" are all patent claims owned or controlled | ||
439 | by the contributor, whether already acquired or hereafter acquired, that would | ||
440 | be infringed by some manner, permitted by this License, of making, using, | ||
441 | or selling its contributor version, but do not include claims that would be | ||
442 | infringed only as a consequence of further modification of the contributor | ||
443 | version. For purposes of this definition, "control" includes the right to | ||
444 | grant patent sublicenses in a manner consistent with the requirements of this | ||
445 | License. | ||
446 | |||
447 | Each contributor grants you a non-exclusive, worldwide, royalty-free patent | ||
448 | license under the contributor's essential patent claims, to make, use, sell, | ||
449 | offer for sale, import and otherwise run, modify and propagate the contents | ||
450 | of its contributor version. | ||
451 | |||
452 | In the following three paragraphs, a "patent license" is any express agreement | ||
453 | or commitment, however denominated, not to enforce a patent (such as an express | ||
454 | permission to practice a patent or covenant not to sue for patent infringement). | ||
455 | To "grant" such a patent license to a party means to make such an agreement | ||
456 | or commitment not to enforce a patent against the party. | ||
457 | |||
458 | If you convey a covered work, knowingly relying on a patent license, and the | ||
459 | Corresponding Source of the work is not available for anyone to copy, free | ||
460 | of charge and under the terms of this License, through a publicly available | ||
461 | network server or other readily accessible means, then you must either (1) | ||
462 | cause the Corresponding Source to be so available, or (2) arrange to deprive | ||
463 | yourself of the benefit of the patent license for this particular work, or | ||
464 | (3) arrange, in a manner consistent with the requirements of this License, | ||
465 | to extend the patent license to downstream recipients. "Knowingly relying" | ||
466 | means you have actual knowledge that, but for the patent license, your conveying | ||
467 | the covered work in a country, or your recipient's use of the covered work | ||
468 | in a country, would infringe one or more identifiable patents in that country | ||
469 | that you have reason to believe are valid. | ||
470 | |||
471 | If, pursuant to or in connection with a single transaction or arrangement, | ||
472 | you convey, or propagate by procuring conveyance of, a covered work, and grant | ||
473 | a patent license to some of the parties receiving the covered work authorizing | ||
474 | them to use, propagate, modify or convey a specific copy of the covered work, | ||
475 | then the patent license you grant is automatically extended to all recipients | ||
476 | of the covered work and works based on it. | ||
477 | |||
478 | A patent license is "discriminatory" if it does not include within the scope | ||
479 | of its coverage, prohibits the exercise of, or is conditioned on the non-exercise | ||
480 | of one or more of the rights that are specifically granted under this License. | ||
481 | You may not convey a covered work if you are a party to an arrangement with | ||
482 | a third party that is in the business of distributing software, under which | ||
483 | you make payment to the third party based on the extent of your activity of | ||
484 | conveying the work, and under which the third party grants, to any of the | ||
485 | parties who would receive the covered work from you, a discriminatory patent | ||
486 | license (a) in connection with copies of the covered work conveyed by you | ||
487 | (or copies made from those copies), or (b) primarily for and in connection | ||
488 | with specific products or compilations that contain the covered work, unless | ||
489 | you entered into that arrangement, or that patent license was granted, prior | ||
490 | to 28 March 2007. | ||
491 | |||
492 | Nothing in this License shall be construed as excluding or limiting any implied | ||
493 | license or other defenses to infringement that may otherwise be available | ||
494 | to you under applicable patent law. | ||
495 | |||
496 | 12. No Surrender of Others' Freedom. | ||
497 | |||
498 | If conditions are imposed on you (whether by court order, agreement or otherwise) | ||
499 | that contradict the conditions of this License, they do not excuse you from | ||
500 | the conditions of this License. If you cannot convey a covered work so as | ||
501 | to satisfy simultaneously your obligations under this License and any other | ||
502 | pertinent obligations, then as a consequence you may not convey it at all. | ||
503 | For example, if you agree to terms that obligate you to collect a royalty | ||
504 | for further conveying from those to whom you convey the Program, the only | ||
505 | way you could satisfy both those terms and this License would be to refrain | ||
506 | entirely from conveying the Program. | ||
507 | |||
508 | 13. Use with the GNU Affero General Public License. | ||
509 | |||
510 | Notwithstanding any other provision of this License, you have permission to | ||
511 | link or combine any covered work with a work licensed under version 3 of the | ||
512 | GNU Affero General Public License into a single combined work, and to convey | ||
513 | the resulting work. The terms of this License will continue to apply to the | ||
514 | part which is the covered work, but the special requirements of the GNU Affero | ||
515 | General Public License, section 13, concerning interaction through a network | ||
516 | will apply to the combination as such. | ||
517 | |||
518 | 14. Revised Versions of this License. | ||
519 | |||
520 | The Free Software Foundation may publish revised and/or new versions of the | ||
521 | GNU General Public License from time to time. Such new versions will be similar | ||
522 | in spirit to the present version, but may differ in detail to address new | ||
523 | problems or concerns. | ||
524 | |||
525 | Each version is given a distinguishing version number. If the Program specifies | ||
526 | that a certain numbered version of the GNU General Public License "or any | ||
527 | later version" applies to it, you have the option of following the terms and | ||
528 | conditions either of that numbered version or of any later version published | ||
529 | by the Free Software Foundation. If the Program does not specify a version | ||
530 | number of the GNU General Public License, you may choose any version ever | ||
531 | published by the Free Software Foundation. | ||
532 | |||
533 | If the Program specifies that a proxy can decide which future versions of | ||
534 | the GNU General Public License can be used, that proxy's public statement | ||
535 | of acceptance of a version permanently authorizes you to choose that version | ||
536 | for the Program. | ||
537 | |||
538 | Later license versions may give you additional or different permissions. However, | ||
539 | no additional obligations are imposed on any author or copyright holder as | ||
540 | a result of your choosing to follow a later version. | ||
541 | |||
542 | 15. Disclaimer of Warranty. | ||
543 | |||
544 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE | ||
545 | LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR | ||
546 | OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER | ||
547 | EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | ||
548 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS | ||
549 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM | ||
550 | PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR | ||
551 | CORRECTION. | ||
552 | |||
553 | 16. Limitation of Liability. | ||
554 | |||
555 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL | ||
556 | ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM | ||
557 | AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, | ||
558 | INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO | ||
559 | USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED | ||
560 | INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE | ||
561 | PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER | ||
562 | PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. | ||
563 | |||
564 | 17. Interpretation of Sections 15 and 16. | ||
565 | |||
566 | If the disclaimer of warranty and limitation of liability provided above cannot | ||
567 | be given local legal effect according to their terms, reviewing courts shall | ||
568 | apply local law that most closely approximates an absolute waiver of all civil | ||
569 | liability in connection with the Program, unless a warranty or assumption | ||
570 | of liability accompanies a copy of the Program in return for a fee. END OF | ||
571 | TERMS AND CONDITIONS | ||
572 | |||
573 | How to Apply These Terms to Your New Programs | ||
574 | |||
575 | If you develop a new program, and you want it to be of the greatest possible | ||
576 | use to the public, the best way to achieve this is to make it free software | ||
577 | which everyone can redistribute and change under these terms. | ||
578 | |||
579 | To do so, attach the following notices to the program. It is safest to attach | ||
580 | them to the start of each source file to most effectively state the exclusion | ||
581 | of warranty; and each file should have at least the "copyright" line and a | ||
582 | pointer to where the full notice is found. | ||
583 | |||
584 | <one line to give the program's name and a brief idea of what it does.> | ||
585 | |||
586 | Copyright (C) <year> <name of author> | ||
587 | |||
588 | This program is free software: you can redistribute it and/or modify it under | ||
589 | the terms of the GNU General Public License as published by the Free Software | ||
590 | Foundation, either version 3 of the License, or (at your option) any later | ||
591 | version. | ||
592 | |||
593 | This program is distributed in the hope that it will be useful, but WITHOUT | ||
594 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
595 | FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
596 | |||
597 | You should have received a copy of the GNU General Public License along with | ||
598 | this program. If not, see <https://www.gnu.org/licenses/>. | ||
599 | |||
600 | Also add information on how to contact you by electronic and paper mail. | ||
601 | |||
602 | If the program does terminal interaction, make it output a short notice like | ||
603 | this when it starts in an interactive mode: | ||
604 | |||
605 | <program> Copyright (C) <year> <name of author> | ||
606 | |||
607 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. | ||
608 | |||
609 | This is free software, and you are welcome to redistribute it under certain | ||
610 | conditions; type `show c' for details. | ||
611 | |||
612 | The hypothetical commands `show w' and `show c' should show the appropriate | ||
613 | parts of the General Public License. Of course, your program's commands might | ||
614 | be different; for a GUI interface, you would use an "about box". | ||
615 | |||
616 | You should also get your employer (if you work as a programmer) or school, | ||
617 | if any, to sign a "copyright disclaimer" for the program, if necessary. For | ||
618 | more information on this, and how to apply and follow the GNU GPL, see <https://www.gnu.org/licenses/>. | ||
619 | |||
620 | The GNU General Public License does not permit incorporating your program | ||
621 | into proprietary programs. If your program is a subroutine library, you may | ||
622 | consider it more useful to permit linking proprietary applications with the | ||
623 | library. If this is what you want to do, use the GNU Lesser General Public | ||
624 | License instead of this License. But first, please read <https://www.gnu.org/ | ||
625 | licenses /why-not-lgpl.html>. | ||
diff --git a/meta/files/common-licenses/LGPL-2.0 b/meta/files/common-licenses/LGPL-2.0-only index 5931d439b4..5931d439b4 100644 --- a/meta/files/common-licenses/LGPL-2.0 +++ b/meta/files/common-licenses/LGPL-2.0-only | |||
diff --git a/meta/files/common-licenses/LGPL-2.0-or-later b/meta/files/common-licenses/LGPL-2.0-or-later new file mode 100644 index 0000000000..5c96471aaf --- /dev/null +++ b/meta/files/common-licenses/LGPL-2.0-or-later | |||
@@ -0,0 +1,446 @@ | |||
1 | GNU LIBRARY GENERAL PUBLIC LICENSE | ||
2 | |||
3 | Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc. | ||
4 | |||
5 | 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA | ||
6 | |||
7 | Everyone is permitted to copy and distribute verbatim copies of this license | ||
8 | document, but changing it is not allowed. | ||
9 | |||
10 | [This is the first released version of the library GPL. It is numbered 2 because | ||
11 | it goes with version 2 of the ordinary GPL.] | ||
12 | |||
13 | Preamble | ||
14 | |||
15 | The licenses for most software are designed to take away your freedom to share | ||
16 | and change it. By contrast, the GNU General Public Licenses are intended to | ||
17 | guarantee your freedom to share and change free software--to make sure the | ||
18 | software is free for all its users. | ||
19 | |||
20 | This license, the Library General Public License, applies to some specially | ||
21 | designated Free Software Foundation software, and to any other libraries whose | ||
22 | authors decide to use it. You can use it for your libraries, too. | ||
23 | |||
24 | When we speak of free software, we are referring to freedom, not price. Our | ||
25 | General Public Licenses are designed to make sure that you have the freedom | ||
26 | to distribute copies of free software (and charge for this service if you | ||
27 | wish), that you receive source code or can get it if you want it, that you | ||
28 | can change the software or use pieces of it in new free programs; and that | ||
29 | you know you can do these things. | ||
30 | |||
31 | To protect your rights, we need to make restrictions that forbid anyone to | ||
32 | deny you these rights or to ask you to surrender the rights. These restrictions | ||
33 | translate to certain responsibilities for you if you distribute copies of | ||
34 | the library, or if you modify it. | ||
35 | |||
36 | For example, if you distribute copies of the library, whether gratis or for | ||
37 | a fee, you must give the recipients all the rights that we gave you. You must | ||
38 | make sure that they, too, receive or can get the source code. If you link | ||
39 | a program with the library, you must provide complete object files to the | ||
40 | recipients so that they can relink them with the library, after making changes | ||
41 | to the library and recompiling it. And you must show them these terms so they | ||
42 | know their rights. | ||
43 | |||
44 | Our method of protecting your rights has two steps: (1) copyright the library, | ||
45 | and (2) offer you this license which gives you legal permission to copy, distribute | ||
46 | and/or modify the library. | ||
47 | |||
48 | Also, for each distributor's protection, we want to make certain that everyone | ||
49 | understands that there is no warranty for this free library. If the library | ||
50 | is modified by someone else and passed on, we want its recipients to know | ||
51 | that what they have is not the original version, so that any problems introduced | ||
52 | by others will not reflect on the original authors' reputations. | ||
53 | |||
54 | Finally, any free program is threatened constantly by software patents. We | ||
55 | wish to avoid the danger that companies distributing free software will individually | ||
56 | obtain patent licenses, thus in effect transforming the program into proprietary | ||
57 | software. To prevent this, we have made it clear that any patent must be licensed | ||
58 | for everyone's free use or not licensed at all. | ||
59 | |||
60 | Most GNU software, including some libraries, is covered by the ordinary GNU | ||
61 | General Public License, which was designed for utility programs. This license, | ||
62 | the GNU Library General Public License, applies to certain designated libraries. | ||
63 | This license is quite different from the ordinary one; be sure to read it | ||
64 | in full, and don't assume that anything in it is the same as in the ordinary | ||
65 | license. | ||
66 | |||
67 | The reason we have a separate public license for some libraries is that they | ||
68 | blur the distinction we usually make between modifying or adding to a program | ||
69 | and simply using it. Linking a program with a library, without changing the | ||
70 | library, is in some sense simply using the library, and is analogous to running | ||
71 | a utility program or application program. However, in a textual and legal | ||
72 | sense, the linked executable is a combined work, a derivative of the original | ||
73 | library, and the ordinary General Public License treats it as such. | ||
74 | |||
75 | Because of this blurred distinction, using the ordinary General Public License | ||
76 | for libraries did not effectively promote software sharing, because most developers | ||
77 | did not use the libraries. We concluded that weaker conditions might promote | ||
78 | sharing better. | ||
79 | |||
80 | However, unrestricted linking of non-free programs would deprive the users | ||
81 | of those programs of all benefit from the free status of the libraries themselves. | ||
82 | This Library General Public License is intended to permit developers of non-free | ||
83 | programs to use free libraries, while preserving your freedom as a user of | ||
84 | such programs to change the free libraries that are incorporated in them. | ||
85 | (We have not seen how to achieve this as regards changes in header files, | ||
86 | but we have achieved it as regards changes in the actual functions of the | ||
87 | Library.) The hope is that this will lead to faster development of free libraries. | ||
88 | |||
89 | The precise terms and conditions for copying, distribution and modification | ||
90 | follow. Pay close attention to the difference between a "work based on the | ||
91 | library" and a "work that uses the library". The former contains code derived | ||
92 | from the library, while the latter only works together with the library. | ||
93 | |||
94 | Note that it is possible for a library to be covered by the ordinary General | ||
95 | Public License rather than by this special one. | ||
96 | |||
97 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
98 | |||
99 | 0. This License Agreement applies to any software library which contains a | ||
100 | notice placed by the copyright holder or other authorized party saying it | ||
101 | may be distributed under the terms of this Library General Public License | ||
102 | (also called "this License"). Each licensee is addressed as "you". | ||
103 | |||
104 | A "library" means a collection of software functions and/or data prepared | ||
105 | so as to be conveniently linked with application programs (which use some | ||
106 | of those functions and data) to form executables. | ||
107 | |||
108 | The "Library", below, refers to any such software library or work which has | ||
109 | been distributed under these terms. A "work based on the Library" means either | ||
110 | the Library or any derivative work under copyright law: that is to say, a | ||
111 | work containing the Library or a portion of it, either verbatim or with modifications | ||
112 | and/or translated straightforwardly into another language. (Hereinafter, translation | ||
113 | is included without limitation in the term "modification".) | ||
114 | |||
115 | "Source code" for a work means the preferred form of the work for making modifications | ||
116 | to it. For a library, complete source code means all the source code for all | ||
117 | modules it contains, plus any associated interface definition files, plus | ||
118 | the scripts used to control compilation and installation of the library. | ||
119 | |||
120 | Activities other than copying, distribution and modification are not covered | ||
121 | by this License; they are outside its scope. The act of running a program | ||
122 | using the Library is not restricted, and output from such a program is covered | ||
123 | only if its contents constitute a work based on the Library (independent of | ||
124 | the use of the Library in a tool for writing it). Whether that is true depends | ||
125 | on what the Library does and what the program that uses the Library does. | ||
126 | |||
127 | 1. You may copy and distribute verbatim copies of the Library's complete source | ||
128 | code as you receive it, in any medium, provided that you conspicuously and | ||
129 | appropriately publish on each copy an appropriate copyright notice and disclaimer | ||
130 | of warranty; keep intact all the notices that refer to this License and to | ||
131 | the absence of any warranty; and distribute a copy of this License along with | ||
132 | the Library. | ||
133 | |||
134 | You may charge a fee for the physical act of transferring a copy, and you | ||
135 | may at your option offer warranty protection in exchange for a fee. | ||
136 | |||
137 | 2. You may modify your copy or copies of the Library or any portion of it, | ||
138 | thus forming a work based on the Library, and copy and distribute such modifications | ||
139 | or work under the terms of Section 1 above, provided that you also meet all | ||
140 | of these conditions: | ||
141 | |||
142 | a) The modified work must itself be a software library. | ||
143 | |||
144 | b) You must cause the files modified to carry prominent notices stating that | ||
145 | you changed the files and the date of any change. | ||
146 | |||
147 | c) You must cause the whole of the work to be licensed at no charge to all | ||
148 | third parties under the terms of this License. | ||
149 | |||
150 | d) If a facility in the modified Library refers to a function or a table of | ||
151 | data to be supplied by an application program that uses the facility, other | ||
152 | than as an argument passed when the facility is invoked, then you must make | ||
153 | a good faith effort to ensure that, in the event an application does not supply | ||
154 | such function or table, the facility still operates, and performs whatever | ||
155 | part of its purpose remains meaningful. | ||
156 | |||
157 | (For example, a function in a library to compute square roots has a purpose | ||
158 | that is entirely well-defined independent of the application. Therefore, Subsection | ||
159 | 2d requires that any application-supplied function or table used by this function | ||
160 | must be optional: if the application does not supply it, the square root function | ||
161 | must still compute square roots.) | ||
162 | |||
163 | These requirements apply to the modified work as a whole. If identifiable | ||
164 | sections of that work are not derived from the Library, and can be reasonably | ||
165 | considered independent and separate works in themselves, then this License, | ||
166 | and its terms, do not apply to those sections when you distribute them as | ||
167 | separate works. But when you distribute the same sections as part of a whole | ||
168 | which is a work based on the Library, the distribution of the whole must be | ||
169 | on the terms of this License, whose permissions for other licensees extend | ||
170 | to the entire whole, and thus to each and every part regardless of who wrote | ||
171 | it. | ||
172 | |||
173 | Thus, it is not the intent of this section to claim rights or contest your | ||
174 | rights to work written entirely by you; rather, the intent is to exercise | ||
175 | the right to control the distribution of derivative or collective works based | ||
176 | on the Library. | ||
177 | |||
178 | In addition, mere aggregation of another work not based on the Library with | ||
179 | the Library (or with a work based on the Library) on a volume of a storage | ||
180 | or distribution medium does not bring the other work under the scope of this | ||
181 | License. | ||
182 | |||
183 | 3. You may opt to apply the terms of the ordinary GNU General Public License | ||
184 | instead of this License to a given copy of the Library. To do this, you must | ||
185 | alter all the notices that refer to this License, so that they refer to the | ||
186 | ordinary GNU General Public License, version 2, instead of to this License. | ||
187 | (If a newer version than version 2 of the ordinary GNU General Public License | ||
188 | has appeared, then you can specify that version instead if you wish.) Do not | ||
189 | make any other change in these notices. | ||
190 | |||
191 | Once this change is made in a given copy, it is irreversible for that copy, | ||
192 | so the ordinary GNU General Public License applies to all subsequent copies | ||
193 | and derivative works made from that copy. | ||
194 | |||
195 | This option is useful when you wish to copy part of the code of the Library | ||
196 | into a program that is not a library. | ||
197 | |||
198 | 4. You may copy and distribute the Library (or a portion or derivative of | ||
199 | it, under Section 2) in object code or executable form under the terms of | ||
200 | Sections 1 and 2 above provided that you accompany it with the complete corresponding | ||
201 | machine-readable source code, which must be distributed under the terms of | ||
202 | Sections 1 and 2 above on a medium customarily used for software interchange. | ||
203 | |||
204 | If distribution of object code is made by offering access to copy from a designated | ||
205 | place, then offering equivalent access to copy the source code from the same | ||
206 | place satisfies the requirement to distribute the source code, even though | ||
207 | third parties are not compelled to copy the source along with the object code. | ||
208 | |||
209 | 5. A program that contains no derivative of any portion of the Library, but | ||
210 | is designed to work with the Library by being compiled or linked with it, | ||
211 | is called a "work that uses the Library". Such a work, in isolation, is not | ||
212 | a derivative work of the Library, and therefore falls outside the scope of | ||
213 | this License. | ||
214 | |||
215 | However, linking a "work that uses the Library" with the Library creates an | ||
216 | executable that is a derivative of the Library (because it contains portions | ||
217 | of the Library), rather than a "work that uses the library". The executable | ||
218 | is therefore covered by this License. Section 6 states terms for distribution | ||
219 | of such executables. | ||
220 | |||
221 | When a "work that uses the Library" uses material from a header file that | ||
222 | is part of the Library, the object code for the work may be a derivative work | ||
223 | of the Library even though the source code is not. Whether this is true is | ||
224 | especially significant if the work can be linked without the Library, or if | ||
225 | the work is itself a library. The threshold for this to be true is not precisely | ||
226 | defined by law. | ||
227 | |||
228 | If such an object file uses only numerical parameters, data structure layouts | ||
229 | and accessors, and small macros and small inline functions (ten lines or less | ||
230 | in length), then the use of the object file is unrestricted, regardless of | ||
231 | whether it is legally a derivative work. (Executables containing this object | ||
232 | code plus portions of the Library will still fall under Section 6.) | ||
233 | |||
234 | Otherwise, if the work is a derivative of the Library, you may distribute | ||
235 | the object code for the work under the terms of Section 6. Any executables | ||
236 | containing that work also fall under Section 6, whether or not they are linked | ||
237 | directly with the Library itself. | ||
238 | |||
239 | 6. As an exception to the Sections above, you may also compile or link a "work | ||
240 | that uses the Library" with the Library to produce a work containing portions | ||
241 | of the Library, and distribute that work under terms of your choice, provided | ||
242 | that the terms permit modification of the work for the customer's own use | ||
243 | and reverse engineering for debugging such modifications. | ||
244 | |||
245 | You must give prominent notice with each copy of the work that the Library | ||
246 | is used in it and that the Library and its use are covered by this License. | ||
247 | You must supply a copy of this License. If the work during execution displays | ||
248 | copyright notices, you must include the copyright notice for the Library among | ||
249 | them, as well as a reference directing the user to the copy of this License. | ||
250 | Also, you must do one of these things: | ||
251 | |||
252 | a) Accompany the work with the complete corresponding machine-readable source | ||
253 | code for the Library including whatever changes were used in the work (which | ||
254 | must be distributed under Sections 1 and 2 above); and, if the work is an | ||
255 | executable linked with the Library, with the complete machine-readable "work | ||
256 | that uses the Library", as object code and/or source code, so that the user | ||
257 | can modify the Library and then relink to produce a modified executable containing | ||
258 | the modified Library. (It is understood that the user who changes the contents | ||
259 | of definitions files in the Library will not necessarily be able to recompile | ||
260 | the application to use the modified definitions.) | ||
261 | |||
262 | b) Accompany the work with a written offer, valid for at least three years, | ||
263 | to give the same user the materials specified in Subsection 6a, above, for | ||
264 | a charge no more than the cost of performing this distribution. | ||
265 | |||
266 | c) If distribution of the work is made by offering access to copy from a designated | ||
267 | place, offer equivalent access to copy the above specified materials from | ||
268 | the same place. | ||
269 | |||
270 | d) Verify that the user has already received a copy of these materials or | ||
271 | that you have already sent this user a copy. | ||
272 | |||
273 | For an executable, the required form of the "work that uses the Library" must | ||
274 | include any data and utility programs needed for reproducing the executable | ||
275 | from it. However, as a special exception, the source code distributed need | ||
276 | not include anything that is normally distributed (in either source or binary | ||
277 | form) with the major components (compiler, kernel, and so on) of the operating | ||
278 | system on which the executable runs, unless that component itself accompanies | ||
279 | the executable. | ||
280 | |||
281 | It may happen that this requirement contradicts the license restrictions of | ||
282 | other proprietary libraries that do not normally accompany the operating system. | ||
283 | Such a contradiction means you cannot use both them and the Library together | ||
284 | in an executable that you distribute. | ||
285 | |||
286 | 7. You may place library facilities that are a work based on the Library side-by-side | ||
287 | in a single library together with other library facilities not covered by | ||
288 | this License, and distribute such a combined library, provided that the separate | ||
289 | distribution of the work based on the Library and of the other library facilities | ||
290 | is otherwise permitted, and provided that you do these two things: | ||
291 | |||
292 | a) Accompany the combined library with a copy of the same work based on the | ||
293 | Library, uncombined with any other library facilities. This must be distributed | ||
294 | under the terms of the Sections above. | ||
295 | |||
296 | b) Give prominent notice with the combined library of the fact that part of | ||
297 | it is a work based on the Library, and explaining where to find the accompanying | ||
298 | uncombined form of the same work. | ||
299 | |||
300 | 8. You may not copy, modify, sublicense, link with, or distribute the Library | ||
301 | except as expressly provided under this License. Any attempt otherwise to | ||
302 | copy, modify, sublicense, link with, or distribute the Library is void, and | ||
303 | will automatically terminate your rights under this License. However, parties | ||
304 | who have received copies, or rights, from you under this License will not | ||
305 | have their licenses terminated so long as such parties remain in full compliance. | ||
306 | |||
307 | 9. You are not required to accept this License, since you have not signed | ||
308 | it. However, nothing else grants you permission to modify or distribute the | ||
309 | Library or its derivative works. These actions are prohibited by law if you | ||
310 | do not accept this License. Therefore, by modifying or distributing the Library | ||
311 | (or any work based on the Library), you indicate your acceptance of this License | ||
312 | to do so, and all its terms and conditions for copying, distributing or modifying | ||
313 | the Library or works based on it. | ||
314 | |||
315 | 10. Each time you redistribute the Library (or any work based on the Library), | ||
316 | the recipient automatically receives a license from the original licensor | ||
317 | to copy, distribute, link with or modify the Library subject to these terms | ||
318 | and conditions. You may not impose any further restrictions on the recipients' | ||
319 | exercise of the rights granted herein. You are not responsible for enforcing | ||
320 | compliance by third parties to this License. | ||
321 | |||
322 | 11. If, as a consequence of a court judgment or allegation of patent infringement | ||
323 | or for any other reason (not limited to patent issues), conditions are imposed | ||
324 | on you (whether by court order, agreement or otherwise) that contradict the | ||
325 | conditions of this License, they do not excuse you from the conditions of | ||
326 | this License. If you cannot distribute so as to satisfy simultaneously your | ||
327 | obligations under this License and any other pertinent obligations, then as | ||
328 | a consequence you may not distribute the Library at all. For example, if a | ||
329 | patent license would not permit royalty-free redistribution of the Library | ||
330 | by all those who receive copies directly or indirectly through you, then the | ||
331 | only way you could satisfy both it and this License would be to refrain entirely | ||
332 | from distribution of the Library. | ||
333 | |||
334 | If any portion of this section is held invalid or unenforceable under any | ||
335 | particular circumstance, the balance of the section is intended to apply, | ||
336 | and the section as a whole is intended to apply in other circumstances. | ||
337 | |||
338 | It is not the purpose of this section to induce you to infringe any patents | ||
339 | or other property right claims or to contest validity of any such claims; | ||
340 | this section has the sole purpose of protecting the integrity of the free | ||
341 | software distribution system which is implemented by public license practices. | ||
342 | Many people have made generous contributions to the wide range of software | ||
343 | distributed through that system in reliance on consistent application of that | ||
344 | system; it is up to the author/donor to decide if he or she is willing to | ||
345 | distribute software through any other system and a licensee cannot impose | ||
346 | that choice. | ||
347 | |||
348 | This section is intended to make thoroughly clear what is believed to be a | ||
349 | consequence of the rest of this License. | ||
350 | |||
351 | 12. If the distribution and/or use of the Library is restricted in certain | ||
352 | countries either by patents or by copyrighted interfaces, the original copyright | ||
353 | holder who places the Library under this License may add an explicit geographical | ||
354 | distribution limitation excluding those countries, so that distribution is | ||
355 | permitted only in or among countries not thus excluded. In such case, this | ||
356 | License incorporates the limitation as if written in the body of this License. | ||
357 | |||
358 | 13. The Free Software Foundation may publish revised and/or new versions of | ||
359 | the Library General Public License from time to time. Such new versions will | ||
360 | be similar in spirit to the present version, but may differ in detail to address | ||
361 | new problems or concerns. | ||
362 | |||
363 | Each version is given a distinguishing version number. If the Library specifies | ||
364 | a version number of this License which applies to it and "any later version", | ||
365 | you have the option of following the terms and conditions either of that version | ||
366 | or of any later version published by the Free Software Foundation. If the | ||
367 | Library does not specify a license version number, you may choose any version | ||
368 | ever published by the Free Software Foundation. | ||
369 | |||
370 | 14. If you wish to incorporate parts of the Library into other free programs | ||
371 | whose distribution conditions are incompatible with these, write to the author | ||
372 | to ask for permission. For software which is copyrighted by the Free Software | ||
373 | Foundation, write to the Free Software Foundation; we sometimes make exceptions | ||
374 | for this. Our decision will be guided by the two goals of preserving the free | ||
375 | status of all derivatives of our free software and of promoting the sharing | ||
376 | and reuse of software generally. | ||
377 | |||
378 | NO WARRANTY | ||
379 | |||
380 | 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR | ||
381 | THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE | ||
382 | STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY | ||
383 | "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, | ||
384 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | ||
385 | FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE | ||
386 | OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME | ||
387 | THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. | ||
388 | |||
389 | 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING | ||
390 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE | ||
391 | THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY | ||
392 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE | ||
393 | OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA | ||
394 | OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES | ||
395 | OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH | ||
396 | HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. | ||
397 | END OF TERMS AND CONDITIONS | ||
398 | |||
399 | How to Apply These Terms to Your New Libraries | ||
400 | |||
401 | If you develop a new library, and you want it to be of the greatest possible | ||
402 | use to the public, we recommend making it free software that everyone can | ||
403 | redistribute and change. You can do so by permitting redistribution under | ||
404 | these terms (or, alternatively, under the terms of the ordinary General Public | ||
405 | License). | ||
406 | |||
407 | To apply these terms, attach the following notices to the library. It is safest | ||
408 | to attach them to the start of each source file to most effectively convey | ||
409 | the exclusion of warranty; and each file should have at least the "copyright" | ||
410 | line and a pointer to where the full notice is found. | ||
411 | |||
412 | one line to give the library's name and an idea of what it does. | ||
413 | |||
414 | Copyright (C) year name of author | ||
415 | |||
416 | This library is free software; you can redistribute it and/or modify it under | ||
417 | the terms of the GNU Library General Public License as published by the Free | ||
418 | Software Foundation; either version 2 of the License, or (at your option) | ||
419 | any later version. | ||
420 | |||
421 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
422 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
423 | FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more | ||
424 | details. | ||
425 | |||
426 | You should have received a copy of the GNU Library General Public License | ||
427 | along with this library; if not, write to the Free Software Foundation, Inc., | ||
428 | 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. | ||
429 | |||
430 | Also add information on how to contact you by electronic and paper mail. | ||
431 | |||
432 | You should also get your employer (if you work as a programmer) or your school, | ||
433 | if any, to sign a "copyright disclaimer" for the library, if necessary. Here | ||
434 | is a sample; alter the names: | ||
435 | |||
436 | Yoyodyne, Inc., hereby disclaims all copyright interest in | ||
437 | |||
438 | the library `Frob' (a library for tweaking knobs) written | ||
439 | |||
440 | by James Random Hacker. | ||
441 | |||
442 | signature of Ty Coon, 1 April 1990 | ||
443 | |||
444 | Ty Coon, President of Vice | ||
445 | |||
446 | That's all there is to it! | ||
diff --git a/meta/files/common-licenses/LGPL-2.1 b/meta/files/common-licenses/LGPL-2.1-only index a0e735a98b..a0e735a98b 100644 --- a/meta/files/common-licenses/LGPL-2.1 +++ b/meta/files/common-licenses/LGPL-2.1-only | |||
diff --git a/meta/files/common-licenses/LGPL-2.1-or-later b/meta/files/common-licenses/LGPL-2.1-or-later new file mode 100644 index 0000000000..04bb156e77 --- /dev/null +++ b/meta/files/common-licenses/LGPL-2.1-or-later | |||
@@ -0,0 +1,468 @@ | |||
1 | GNU LESSER GENERAL PUBLIC LICENSE | ||
2 | |||
3 | Version 2.1, February 1999 | ||
4 | |||
5 | Copyright (C) 1991, 1999 Free Software Foundation, Inc. | ||
6 | |||
7 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
8 | |||
9 | Everyone is permitted to copy and distribute verbatim copies of this license | ||
10 | document, but changing it is not allowed. | ||
11 | |||
12 | [This is the first released version of the Lesser GPL. It also counts as the | ||
13 | successor of the GNU Library Public License, version 2, hence the version | ||
14 | number 2.1.] | ||
15 | |||
16 | Preamble | ||
17 | |||
18 | The licenses for most software are designed to take away your freedom to share | ||
19 | and change it. By contrast, the GNU General Public Licenses are intended to | ||
20 | guarantee your freedom to share and change free software--to make sure the | ||
21 | software is free for all its users. | ||
22 | |||
23 | This license, the Lesser General Public License, applies to some specially | ||
24 | designated software packages--typically libraries--of the Free Software Foundation | ||
25 | and other authors who decide to use it. You can use it too, but we suggest | ||
26 | you first think carefully about whether this license or the ordinary General | ||
27 | Public License is the better strategy to use in any particular case, based | ||
28 | on the explanations below. | ||
29 | |||
30 | When we speak of free software, we are referring to freedom of use, not price. | ||
31 | Our General Public Licenses are designed to make sure that you have the freedom | ||
32 | to distribute copies of free software (and charge for this service if you | ||
33 | wish); that you receive source code or can get it if you want it; that you | ||
34 | can change the software and use pieces of it in new free programs; and that | ||
35 | you are informed that you can do these things. | ||
36 | |||
37 | To protect your rights, we need to make restrictions that forbid distributors | ||
38 | to deny you these rights or to ask you to surrender these rights. These restrictions | ||
39 | translate to certain responsibilities for you if you distribute copies of | ||
40 | the library or if you modify it. | ||
41 | |||
42 | For example, if you distribute copies of the library, whether gratis or for | ||
43 | a fee, you must give the recipients all the rights that we gave you. You must | ||
44 | make sure that they, too, receive or can get the source code. If you link | ||
45 | other code with the library, you must provide complete object files to the | ||
46 | recipients, so that they can relink them with the library after making changes | ||
47 | to the library and recompiling it. And you must show them these terms so they | ||
48 | know their rights. | ||
49 | |||
50 | We protect your rights with a two-step method: (1) we copyright the library, | ||
51 | and (2) we offer you this license, which gives you legal permission to copy, | ||
52 | distribute and/or modify the library. | ||
53 | |||
54 | To protect each distributor, we want to make it very clear that there is no | ||
55 | warranty for the free library. Also, if the library is modified by someone | ||
56 | else and passed on, the recipients should know that what they have is not | ||
57 | the original version, so that the original author's reputation will not be | ||
58 | affected by problems that might be introduced by others. | ||
59 | |||
60 | Finally, software patents pose a constant threat to the existence of any free | ||
61 | program. We wish to make sure that a company cannot effectively restrict the | ||
62 | users of a free program by obtaining a restrictive license from a patent holder. | ||
63 | Therefore, we insist that any patent license obtained for a version of the | ||
64 | library must be consistent with the full freedom of use specified in this | ||
65 | license. | ||
66 | |||
67 | Most GNU software, including some libraries, is covered by the ordinary GNU | ||
68 | General Public License. This license, the GNU Lesser General Public License, | ||
69 | applies to certain designated libraries, and is quite different from the ordinary | ||
70 | General Public License. We use this license for certain libraries in order | ||
71 | to permit linking those libraries into non-free programs. | ||
72 | |||
73 | When a program is linked with a library, whether statically or using a shared | ||
74 | library, the combination of the two is legally speaking a combined work, a | ||
75 | derivative of the original library. The ordinary General Public License therefore | ||
76 | permits such linking only if the entire combination fits its criteria of freedom. | ||
77 | The Lesser General Public License permits more lax criteria for linking other | ||
78 | code with the library. | ||
79 | |||
80 | We call this license the "Lesser" General Public License because it does Less | ||
81 | to protect the user's freedom than the ordinary General Public License. It | ||
82 | also provides other free software developers Less of an advantage over competing | ||
83 | non-free programs. These disadvantages are the reason we use the ordinary | ||
84 | General Public License for many libraries. However, the Lesser license provides | ||
85 | advantages in certain special circumstances. | ||
86 | |||
87 | For example, on rare occasions, there may be a special need to encourage the | ||
88 | widest possible use of a certain library, so that it becomes a de-facto standard. | ||
89 | To achieve this, non-free programs must be allowed to use the library. A more | ||
90 | frequent case is that a free library does the same job as widely used non-free | ||
91 | libraries. In this case, there is little to gain by limiting the free library | ||
92 | to free software only, so we use the Lesser General Public License. | ||
93 | |||
94 | In other cases, permission to use a particular library in non-free programs | ||
95 | enables a greater number of people to use a large body of free software. For | ||
96 | example, permission to use the GNU C Library in non-free programs enables | ||
97 | many more people to use the whole GNU operating system, as well as its variant, | ||
98 | the GNU/Linux operating system. | ||
99 | |||
100 | Although the Lesser General Public License is Less protective of the users' | ||
101 | freedom, it does ensure that the user of a program that is linked with the | ||
102 | Library has the freedom and the wherewithal to run that program using a modified | ||
103 | version of the Library. | ||
104 | |||
105 | The precise terms and conditions for copying, distribution and modification | ||
106 | follow. Pay close attention to the difference between a "work based on the | ||
107 | library" and a "work that uses the library". The former contains code derived | ||
108 | from the library, whereas the latter must be combined with the library in | ||
109 | order to run. | ||
110 | |||
111 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
112 | |||
113 | 0. This License Agreement applies to any software library or other program | ||
114 | which contains a notice placed by the copyright holder or other authorized | ||
115 | party saying it may be distributed under the terms of this Lesser General | ||
116 | Public License (also called "this License"). Each licensee is addressed as | ||
117 | "you". | ||
118 | |||
119 | A "library" means a collection of software functions and/or data prepared | ||
120 | so as to be conveniently linked with application programs (which use some | ||
121 | of those functions and data) to form executables. | ||
122 | |||
123 | The "Library", below, refers to any such software library or work which has | ||
124 | been distributed under these terms. A "work based on the Library" means either | ||
125 | the Library or any derivative work under copyright law: that is to say, a | ||
126 | work containing the Library or a portion of it, either verbatim or with modifications | ||
127 | and/or translated straightforwardly into another language. (Hereinafter, translation | ||
128 | is included without limitation in the term "modification".) | ||
129 | |||
130 | "Source code" for a work means the preferred form of the work for making modifications | ||
131 | to it. For a library, complete source code means all the source code for all | ||
132 | modules it contains, plus any associated interface definition files, plus | ||
133 | the scripts used to control compilation and installation of the library. | ||
134 | |||
135 | Activities other than copying, distribution and modification are not covered | ||
136 | by this License; they are outside its scope. The act of running a program | ||
137 | using the Library is not restricted, and output from such a program is covered | ||
138 | only if its contents constitute a work based on the Library (independent of | ||
139 | the use of the Library in a tool for writing it). Whether that is true depends | ||
140 | on what the Library does and what the program that uses the Library does. | ||
141 | |||
142 | 1. You may copy and distribute verbatim copies of the Library's complete source | ||
143 | code as you receive it, in any medium, provided that you conspicuously and | ||
144 | appropriately publish on each copy an appropriate copyright notice and disclaimer | ||
145 | of warranty; keep intact all the notices that refer to this License and to | ||
146 | the absence of any warranty; and distribute a copy of this License along with | ||
147 | the Library. | ||
148 | |||
149 | You may charge a fee for the physical act of transferring a copy, and you | ||
150 | may at your option offer warranty protection in exchange for a fee. | ||
151 | |||
152 | 2. You may modify your copy or copies of the Library or any portion of it, | ||
153 | thus forming a work based on the Library, and copy and distribute such modifications | ||
154 | or work under the terms of Section 1 above, provided that you also meet all | ||
155 | of these conditions: | ||
156 | |||
157 | a) The modified work must itself be a software library. | ||
158 | |||
159 | b) You must cause the files modified to carry prominent notices stating that | ||
160 | you changed the files and the date of any change. | ||
161 | |||
162 | c) You must cause the whole of the work to be licensed at no charge to all | ||
163 | third parties under the terms of this License. | ||
164 | |||
165 | d) If a facility in the modified Library refers to a function or a table of | ||
166 | data to be supplied by an application program that uses the facility, other | ||
167 | than as an argument passed when the facility is invoked, then you must make | ||
168 | a good faith effort to ensure that, in the event an application does not supply | ||
169 | such function or table, the facility still operates, and performs whatever | ||
170 | part of its purpose remains meaningful. | ||
171 | |||
172 | (For example, a function in a library to compute square roots has a purpose | ||
173 | that is entirely well-defined independent of the application. Therefore, Subsection | ||
174 | 2d requires that any application-supplied function or table used by this function | ||
175 | must be optional: if the application does not supply it, the square root function | ||
176 | must still compute square roots.) | ||
177 | |||
178 | These requirements apply to the modified work as a whole. If identifiable | ||
179 | sections of that work are not derived from the Library, and can be reasonably | ||
180 | considered independent and separate works in themselves, then this License, | ||
181 | and its terms, do not apply to those sections when you distribute them as | ||
182 | separate works. But when you distribute the same sections as part of a whole | ||
183 | which is a work based on the Library, the distribution of the whole must be | ||
184 | on the terms of this License, whose permissions for other licensees extend | ||
185 | to the entire whole, and thus to each and every part regardless of who wrote | ||
186 | it. | ||
187 | |||
188 | Thus, it is not the intent of this section to claim rights or contest your | ||
189 | rights to work written entirely by you; rather, the intent is to exercise | ||
190 | the right to control the distribution of derivative or collective works based | ||
191 | on the Library. | ||
192 | |||
193 | In addition, mere aggregation of another work not based on the Library with | ||
194 | the Library (or with a work based on the Library) on a volume of a storage | ||
195 | or distribution medium does not bring the other work under the scope of this | ||
196 | License. | ||
197 | |||
198 | 3. You may opt to apply the terms of the ordinary GNU General Public License | ||
199 | instead of this License to a given copy of the Library. To do this, you must | ||
200 | alter all the notices that refer to this License, so that they refer to the | ||
201 | ordinary GNU General Public License, version 2, instead of to this License. | ||
202 | (If a newer version than version 2 of the ordinary GNU General Public License | ||
203 | has appeared, then you can specify that version instead if you wish.) Do not | ||
204 | make any other change in these notices. | ||
205 | |||
206 | Once this change is made in a given copy, it is irreversible for that copy, | ||
207 | so the ordinary GNU General Public License applies to all subsequent copies | ||
208 | and derivative works made from that copy. | ||
209 | |||
210 | This option is useful when you wish to copy part of the code of the Library | ||
211 | into a program that is not a library. | ||
212 | |||
213 | 4. You may copy and distribute the Library (or a portion or derivative of | ||
214 | it, under Section 2) in object code or executable form under the terms of | ||
215 | Sections 1 and 2 above provided that you accompany it with the complete corresponding | ||
216 | machine-readable source code, which must be distributed under the terms of | ||
217 | Sections 1 and 2 above on a medium customarily used for software interchange. | ||
218 | |||
219 | If distribution of object code is made by offering access to copy from a designated | ||
220 | place, then offering equivalent access to copy the source code from the same | ||
221 | place satisfies the requirement to distribute the source code, even though | ||
222 | third parties are not compelled to copy the source along with the object code. | ||
223 | |||
224 | 5. A program that contains no derivative of any portion of the Library, but | ||
225 | is designed to work with the Library by being compiled or linked with it, | ||
226 | is called a "work that uses the Library". Such a work, in isolation, is not | ||
227 | a derivative work of the Library, and therefore falls outside the scope of | ||
228 | this License. | ||
229 | |||
230 | However, linking a "work that uses the Library" with the Library creates an | ||
231 | executable that is a derivative of the Library (because it contains portions | ||
232 | of the Library), rather than a "work that uses the library". The executable | ||
233 | is therefore covered by this License. Section 6 states terms for distribution | ||
234 | of such executables. | ||
235 | |||
236 | When a "work that uses the Library" uses material from a header file that | ||
237 | is part of the Library, the object code for the work may be a derivative work | ||
238 | of the Library even though the source code is not. Whether this is true is | ||
239 | especially significant if the work can be linked without the Library, or if | ||
240 | the work is itself a library. The threshold for this to be true is not precisely | ||
241 | defined by law. | ||
242 | |||
243 | If such an object file uses only numerical parameters, data structure layouts | ||
244 | and accessors, and small macros and small inline functions (ten lines or less | ||
245 | in length), then the use of the object file is unrestricted, regardless of | ||
246 | whether it is legally a derivative work. (Executables containing this object | ||
247 | code plus portions of the Library will still fall under Section 6.) | ||
248 | |||
249 | Otherwise, if the work is a derivative of the Library, you may distribute | ||
250 | the object code for the work under the terms of Section 6. Any executables | ||
251 | containing that work also fall under Section 6, whether or not they are linked | ||
252 | directly with the Library itself. | ||
253 | |||
254 | 6. As an exception to the Sections above, you may also combine or link a "work | ||
255 | that uses the Library" with the Library to produce a work containing portions | ||
256 | of the Library, and distribute that work under terms of your choice, provided | ||
257 | that the terms permit modification of the work for the customer's own use | ||
258 | and reverse engineering for debugging such modifications. | ||
259 | |||
260 | You must give prominent notice with each copy of the work that the Library | ||
261 | is used in it and that the Library and its use are covered by this License. | ||
262 | You must supply a copy of this License. If the work during execution displays | ||
263 | copyright notices, you must include the copyright notice for the Library among | ||
264 | them, as well as a reference directing the user to the copy of this License. | ||
265 | Also, you must do one of these things: | ||
266 | |||
267 | a) Accompany the work with the complete corresponding machine-readable source | ||
268 | code for the Library including whatever changes were used in the work (which | ||
269 | must be distributed under Sections 1 and 2 above); and, if the work is an | ||
270 | executable linked with the Library, with the complete machine-readable "work | ||
271 | that uses the Library", as object code and/or source code, so that the user | ||
272 | can modify the Library and then relink to produce a modified executable containing | ||
273 | the modified Library. (It is understood that the user who changes the contents | ||
274 | of definitions files in the Library will not necessarily be able to recompile | ||
275 | the application to use the modified definitions.) | ||
276 | |||
277 | b) Use a suitable shared library mechanism for linking with the Library. A | ||
278 | suitable mechanism is one that (1) uses at run time a copy of the library | ||
279 | already present on the user's computer system, rather than copying library | ||
280 | functions into the executable, and (2) will operate properly with a modified | ||
281 | version of the library, if the user installs one, as long as the modified | ||
282 | version is interface-compatible with the version that the work was made with. | ||
283 | |||
284 | c) Accompany the work with a written offer, valid for at least three years, | ||
285 | to give the same user the materials specified in Subsection 6a, above, for | ||
286 | a charge no more than the cost of performing this distribution. | ||
287 | |||
288 | d) If distribution of the work is made by offering access to copy from a designated | ||
289 | place, offer equivalent access to copy the above specified materials from | ||
290 | the same place. | ||
291 | |||
292 | e) Verify that the user has already received a copy of these materials or | ||
293 | that you have already sent this user a copy. | ||
294 | |||
295 | For an executable, the required form of the "work that uses the Library" must | ||
296 | include any data and utility programs needed for reproducing the executable | ||
297 | from it. However, as a special exception, the materials to be distributed | ||
298 | need not include anything that is normally distributed (in either source or | ||
299 | binary form) with the major components (compiler, kernel, and so on) of the | ||
300 | operating system on which the executable runs, unless that component itself | ||
301 | accompanies the executable. | ||
302 | |||
303 | It may happen that this requirement contradicts the license restrictions of | ||
304 | other proprietary libraries that do not normally accompany the operating system. | ||
305 | Such a contradiction means you cannot use both them and the Library together | ||
306 | in an executable that you distribute. | ||
307 | |||
308 | 7. You may place library facilities that are a work based on the Library side-by-side | ||
309 | in a single library together with other library facilities not covered by | ||
310 | this License, and distribute such a combined library, provided that the separate | ||
311 | distribution of the work based on the Library and of the other library facilities | ||
312 | is otherwise permitted, and provided that you do these two things: | ||
313 | |||
314 | a) Accompany the combined library with a copy of the same work based on the | ||
315 | Library, uncombined with any other library facilities. This must be distributed | ||
316 | under the terms of the Sections above. | ||
317 | |||
318 | b) Give prominent notice with the combined library of the fact that part of | ||
319 | it is a work based on the Library, and explaining where to find the accompanying | ||
320 | uncombined form of the same work. | ||
321 | |||
322 | 8. You may not copy, modify, sublicense, link with, or distribute the Library | ||
323 | except as expressly provided under this License. Any attempt otherwise to | ||
324 | copy, modify, sublicense, link with, or distribute the Library is void, and | ||
325 | will automatically terminate your rights under this License. However, parties | ||
326 | who have received copies, or rights, from you under this License will not | ||
327 | have their licenses terminated so long as such parties remain in full compliance. | ||
328 | |||
329 | 9. You are not required to accept this License, since you have not signed | ||
330 | it. However, nothing else grants you permission to modify or distribute the | ||
331 | Library or its derivative works. These actions are prohibited by law if you | ||
332 | do not accept this License. Therefore, by modifying or distributing the Library | ||
333 | (or any work based on the Library), you indicate your acceptance of this License | ||
334 | to do so, and all its terms and conditions for copying, distributing or modifying | ||
335 | the Library or works based on it. | ||
336 | |||
337 | 10. Each time you redistribute the Library (or any work based on the Library), | ||
338 | the recipient automatically receives a license from the original licensor | ||
339 | to copy, distribute, link with or modify the Library subject to these terms | ||
340 | and conditions. You may not impose any further restrictions on the recipients' | ||
341 | exercise of the rights granted herein. You are not responsible for enforcing | ||
342 | compliance by third parties with this License. | ||
343 | |||
344 | 11. If, as a consequence of a court judgment or allegation of patent infringement | ||
345 | or for any other reason (not limited to patent issues), conditions are imposed | ||
346 | on you (whether by court order, agreement or otherwise) that contradict the | ||
347 | conditions of this License, they do not excuse you from the conditions of | ||
348 | this License. If you cannot distribute so as to satisfy simultaneously your | ||
349 | obligations under this License and any other pertinent obligations, then as | ||
350 | a consequence you may not distribute the Library at all. For example, if a | ||
351 | patent license would not permit royalty-free redistribution of the Library | ||
352 | by all those who receive copies directly or indirectly through you, then the | ||
353 | only way you could satisfy both it and this License would be to refrain entirely | ||
354 | from distribution of the Library. | ||
355 | |||
356 | If any portion of this section is held invalid or unenforceable under any | ||
357 | particular circumstance, the balance of the section is intended to apply, | ||
358 | and the section as a whole is intended to apply in other circumstances. | ||
359 | |||
360 | It is not the purpose of this section to induce you to infringe any patents | ||
361 | or other property right claims or to contest validity of any such claims; | ||
362 | this section has the sole purpose of protecting the integrity of the free | ||
363 | software distribution system which is implemented by public license practices. | ||
364 | Many people have made generous contributions to the wide range of software | ||
365 | distributed through that system in reliance on consistent application of that | ||
366 | system; it is up to the author/donor to decide if he or she is willing to | ||
367 | distribute software through any other system and a licensee cannot impose | ||
368 | that choice. | ||
369 | |||
370 | This section is intended to make thoroughly clear what is believed to be a | ||
371 | consequence of the rest of this License. | ||
372 | |||
373 | 12. If the distribution and/or use of the Library is restricted in certain | ||
374 | countries either by patents or by copyrighted interfaces, the original copyright | ||
375 | holder who places the Library under this License may add an explicit geographical | ||
376 | distribution limitation excluding those countries, so that distribution is | ||
377 | permitted only in or among countries not thus excluded. In such case, this | ||
378 | License incorporates the limitation as if written in the body of this License. | ||
379 | |||
380 | 13. The Free Software Foundation may publish revised and/or new versions of | ||
381 | the Lesser General Public License from time to time. Such new versions will | ||
382 | be similar in spirit to the present version, but may differ in detail to address | ||
383 | new problems or concerns. | ||
384 | |||
385 | Each version is given a distinguishing version number. If the Library specifies | ||
386 | a version number of this License which applies to it and "any later version", | ||
387 | you have the option of following the terms and conditions either of that version | ||
388 | or of any later version published by the Free Software Foundation. If the | ||
389 | Library does not specify a license version number, you may choose any version | ||
390 | ever published by the Free Software Foundation. | ||
391 | |||
392 | 14. If you wish to incorporate parts of the Library into other free programs | ||
393 | whose distribution conditions are incompatible with these, write to the author | ||
394 | to ask for permission. For software which is copyrighted by the Free Software | ||
395 | Foundation, write to the Free Software Foundation; we sometimes make exceptions | ||
396 | for this. Our decision will be guided by the two goals of preserving the free | ||
397 | status of all derivatives of our free software and of promoting the sharing | ||
398 | and reuse of software generally. | ||
399 | |||
400 | NO WARRANTY | ||
401 | |||
402 | 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR | ||
403 | THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE | ||
404 | STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY | ||
405 | "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, | ||
406 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | ||
407 | FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE | ||
408 | OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME | ||
409 | THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. | ||
410 | |||
411 | 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING | ||
412 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE | ||
413 | THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY | ||
414 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE | ||
415 | OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA | ||
416 | OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES | ||
417 | OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH | ||
418 | HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. | ||
419 | END OF TERMS AND CONDITIONS | ||
420 | |||
421 | How to Apply These Terms to Your New Libraries | ||
422 | |||
423 | If you develop a new library, and you want it to be of the greatest possible | ||
424 | use to the public, we recommend making it free software that everyone can | ||
425 | redistribute and change. You can do so by permitting redistribution under | ||
426 | these terms (or, alternatively, under the terms of the ordinary General Public | ||
427 | License). | ||
428 | |||
429 | To apply these terms, attach the following notices to the library. It is safest | ||
430 | to attach them to the start of each source file to most effectively convey | ||
431 | the exclusion of warranty; and each file should have at least the "copyright" | ||
432 | line and a pointer to where the full notice is found. | ||
433 | |||
434 | <one line to give the library's name and an idea of what it does.> | ||
435 | |||
436 | Copyright (C) <year> <name of author> | ||
437 | |||
438 | This library is free software; you can redistribute it and/or modify it under | ||
439 | the terms of the GNU Lesser General Public License as published by the Free | ||
440 | Software Foundation; either version 2.1 of the License, or (at your option) | ||
441 | any later version. | ||
442 | |||
443 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
444 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
445 | FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | ||
446 | details. | ||
447 | |||
448 | You should have received a copy of the GNU Lesser General Public License along | ||
449 | with this library; if not, write to the Free Software Foundation, Inc., 51 | ||
450 | Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
451 | |||
452 | Also add information on how to contact you by electronic and paper mail. | ||
453 | |||
454 | You should also get your employer (if you work as a programmer) or your school, | ||
455 | if any, to sign a "copyright disclaimer" for the library, if necessary. Here | ||
456 | is a sample; alter the names: | ||
457 | |||
458 | Yoyodyne, Inc., hereby disclaims all copyright interest in | ||
459 | |||
460 | the library `Frob' (a library for tweaking knobs) written | ||
461 | |||
462 | by James Random Hacker. | ||
463 | |||
464 | < signature of Ty Coon > , 1 April 1990 | ||
465 | |||
466 | Ty Coon, President of Vice | ||
467 | |||
468 | That's all there is to it! | ||
diff --git a/meta/files/common-licenses/LGPL-3.0 b/meta/files/common-licenses/LGPL-3.0-only index 6be29bf206..6be29bf206 100644 --- a/meta/files/common-licenses/LGPL-3.0 +++ b/meta/files/common-licenses/LGPL-3.0-only | |||
diff --git a/meta/files/common-licenses/LGPL-3.0-or-later b/meta/files/common-licenses/LGPL-3.0-or-later new file mode 100644 index 0000000000..bd405afbef --- /dev/null +++ b/meta/files/common-licenses/LGPL-3.0-or-later | |||
@@ -0,0 +1,163 @@ | |||
1 | GNU LESSER GENERAL PUBLIC LICENSE | ||
2 | |||
3 | Version 3, 29 June 2007 | ||
4 | |||
5 | Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> | ||
6 | |||
7 | Everyone is permitted to copy and distribute verbatim copies of this license | ||
8 | document, but changing it is not allowed. | ||
9 | |||
10 | This version of the GNU Lesser General Public License incorporates the terms | ||
11 | and conditions of version 3 of the GNU General Public License, supplemented | ||
12 | by the additional permissions listed below. | ||
13 | |||
14 | 0. Additional Definitions. | ||
15 | |||
16 | |||
17 | |||
18 | As used herein, "this License" refers to version 3 of the GNU Lesser General | ||
19 | Public License, and the "GNU GPL" refers to version 3 of the GNU General Public | ||
20 | License. | ||
21 | |||
22 | |||
23 | |||
24 | "The Library" refers to a covered work governed by this License, other than | ||
25 | an Application or a Combined Work as defined below. | ||
26 | |||
27 | |||
28 | |||
29 | An "Application" is any work that makes use of an interface provided by the | ||
30 | Library, but which is not otherwise based on the Library. Defining a subclass | ||
31 | of a class defined by the Library is deemed a mode of using an interface provided | ||
32 | by the Library. | ||
33 | |||
34 | |||
35 | |||
36 | A "Combined Work" is a work produced by combining or linking an Application | ||
37 | with the Library. The particular version of the Library with which the Combined | ||
38 | Work was made is also called the "Linked Version". | ||
39 | |||
40 | |||
41 | |||
42 | The "Minimal Corresponding Source" for a Combined Work means the Corresponding | ||
43 | Source for the Combined Work, excluding any source code for portions of the | ||
44 | Combined Work that, considered in isolation, are based on the Application, | ||
45 | and not on the Linked Version. | ||
46 | |||
47 | |||
48 | |||
49 | The "Corresponding Application Code" for a Combined Work means the object | ||
50 | code and/or source code for the Application, including any data and utility | ||
51 | programs needed for reproducing the Combined Work from the Application, but | ||
52 | excluding the System Libraries of the Combined Work. | ||
53 | |||
54 | 1. Exception to Section 3 of the GNU GPL. | ||
55 | |||
56 | You may convey a covered work under sections 3 and 4 of this License without | ||
57 | being bound by section 3 of the GNU GPL. | ||
58 | |||
59 | 2. Conveying Modified Versions. | ||
60 | |||
61 | If you modify a copy of the Library, and, in your modifications, a facility | ||
62 | refers to a function or data to be supplied by an Application that uses the | ||
63 | facility (other than as an argument passed when the facility is invoked), | ||
64 | then you may convey a copy of the modified version: | ||
65 | |||
66 | a) under this License, provided that you make a good faith effort to ensure | ||
67 | that, in the event an Application does not supply the function or data, the | ||
68 | facility still operates, and performs whatever part of its purpose remains | ||
69 | meaningful, or | ||
70 | |||
71 | b) under the GNU GPL, with none of the additional permissions of this License | ||
72 | applicable to that copy. | ||
73 | |||
74 | 3. Object Code Incorporating Material from Library Header Files. | ||
75 | |||
76 | The object code form of an Application may incorporate material from a header | ||
77 | file that is part of the Library. You may convey such object code under terms | ||
78 | of your choice, provided that, if the incorporated material is not limited | ||
79 | to numerical parameters, data structure layouts and accessors, or small macros, | ||
80 | inline functions and templates (ten or fewer lines in length), you do both | ||
81 | of the following: | ||
82 | |||
83 | a) Give prominent notice with each copy of the object code that the Library | ||
84 | is used in it and that the Library and its use are covered by this License. | ||
85 | |||
86 | b) Accompany the object code with a copy of the GNU GPL and this license document. | ||
87 | |||
88 | 4. Combined Works. | ||
89 | |||
90 | You may convey a Combined Work under terms of your choice that, taken together, | ||
91 | effectively do not restrict modification of the portions of the Library contained | ||
92 | in the Combined Work and reverse engineering for debugging such modifications, | ||
93 | if you also do each of the following: | ||
94 | |||
95 | a) Give prominent notice with each copy of the Combined Work that the Library | ||
96 | is used in it and that the Library and its use are covered by this License. | ||
97 | |||
98 | b) Accompany the Combined Work with a copy of the GNU GPL and this license | ||
99 | document. | ||
100 | |||
101 | c) For a Combined Work that displays copyright notices during execution, include | ||
102 | the copyright notice for the Library among these notices, as well as a reference | ||
103 | directing the user to the copies of the GNU GPL and this license document. | ||
104 | |||
105 | d) Do one of the following: | ||
106 | |||
107 | 0) Convey the Minimal Corresponding Source under the terms of this License, | ||
108 | and the Corresponding Application Code in a form suitable for, and under terms | ||
109 | that permit, the user to recombine or relink the Application with a modified | ||
110 | version of the Linked Version to produce a modified Combined Work, in the | ||
111 | manner specified by section 6 of the GNU GPL for conveying Corresponding Source. | ||
112 | |||
113 | 1) Use a suitable shared library mechanism for linking with the Library. A | ||
114 | suitable mechanism is one that (a) uses at run time a copy of the Library | ||
115 | already present on the user's computer system, and (b) will operate properly | ||
116 | with a modified version of the Library that is interface-compatible with the | ||
117 | Linked Version. | ||
118 | |||
119 | e) Provide Installation Information, but only if you would otherwise be required | ||
120 | to provide such information under section 6 of the GNU GPL, and only to the | ||
121 | extent that such information is necessary to install and execute a modified | ||
122 | version of the Combined Work produced by recombining or relinking the Application | ||
123 | with a modified version of the Linked Version. (If you use option 4d0, the | ||
124 | Installation Information must accompany the Minimal Corresponding Source and | ||
125 | Corresponding Application Code. If you use option 4d1, you must provide the | ||
126 | Installation Information in the manner specified by section 6 of the GNU GPL | ||
127 | for conveying Corresponding Source.) | ||
128 | |||
129 | 5. Combined Libraries. | ||
130 | |||
131 | You may place library facilities that are a work based on the Library side | ||
132 | by side in a single library together with other library facilities that are | ||
133 | not Applications and are not covered by this License, and convey such a combined | ||
134 | library under terms of your choice, if you do both of the following: | ||
135 | |||
136 | a) Accompany the combined library with a copy of the same work based on the | ||
137 | Library, uncombined with any other library facilities, conveyed under the | ||
138 | terms of this License. | ||
139 | |||
140 | b) Give prominent notice with the combined library that part of it is a work | ||
141 | based on the Library, and explaining where to find the accompanying uncombined | ||
142 | form of the same work. | ||
143 | |||
144 | 6. Revised Versions of the GNU Lesser General Public License. | ||
145 | |||
146 | The Free Software Foundation may publish revised and/or new versions of the | ||
147 | GNU Lesser General Public License from time to time. Such new versions will | ||
148 | be similar in spirit to the present version, but may differ in detail to address | ||
149 | new problems or concerns. | ||
150 | |||
151 | Each version is given a distinguishing version number. If the Library as you | ||
152 | received it specifies that a certain numbered version of the GNU Lesser General | ||
153 | Public License "or any later version" applies to it, you have the option of | ||
154 | following the terms and conditions either of that published version or of | ||
155 | any later version published by the Free Software Foundation. If the Library | ||
156 | as you received it does not specify a version number of the GNU Lesser General | ||
157 | Public License, you may choose any version of the GNU Lesser General Public | ||
158 | License ever published by the Free Software Foundation. | ||
159 | |||
160 | If the Library as you received it specifies that a proxy can decide whether | ||
161 | future versions of the GNU Lesser General Public License shall apply, that | ||
162 | proxy's public statement of acceptance of any version is permanent authorization | ||
163 | for you to choose that version for the Library. | ||