diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-07 11:41:43 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-07 11:41:43 +0000 |
commit | 883cf6fdef68e02f1681b943e8fdde7d967afdc3 (patch) | |
tree | f9336eeaec10ea7a205db715721ab26fcc52c92e | |
parent | cd0038bf93ab0bfc79e2cd48fac43583c16a7717 (diff) | |
download | poky-883cf6fdef68e02f1681b943e8fdde7d967afdc3.tar.gz |
base-files: added GPL-3 LGPL-3 GFDL-1.2 licenses
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3979 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/base-files/base-files/licenses/GFDL-1.2 | 397 | ||||
-rw-r--r-- | meta/packages/base-files/base-files/licenses/GPL-3 | 676 | ||||
-rw-r--r-- | meta/packages/base-files/base-files/licenses/LGPL-3 | 165 | ||||
-rw-r--r-- | meta/packages/base-files/base-files_3.0.14.bb | 7 |
4 files changed, 1243 insertions, 2 deletions
diff --git a/meta/packages/base-files/base-files/licenses/GFDL-1.2 b/meta/packages/base-files/base-files/licenses/GFDL-1.2 new file mode 100644 index 0000000000..4a0fe1c8de --- /dev/null +++ b/meta/packages/base-files/base-files/licenses/GFDL-1.2 | |||
@@ -0,0 +1,397 @@ | |||
1 | GNU Free Documentation License | ||
2 | Version 1.2, November 2002 | ||
3 | |||
4 | |||
5 | Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. | ||
6 | 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
7 | Everyone is permitted to copy and distribute verbatim copies | ||
8 | of this license document, but changing it is not allowed. | ||
9 | |||
10 | |||
11 | 0. PREAMBLE | ||
12 | |||
13 | The purpose of this License is to make a manual, textbook, or other | ||
14 | functional and useful document "free" in the sense of freedom: to | ||
15 | assure everyone the effective freedom to copy and redistribute it, | ||
16 | with or without modifying it, either commercially or noncommercially. | ||
17 | Secondarily, this License preserves for the author and publisher a way | ||
18 | to get credit for their work, while not being considered responsible | ||
19 | for modifications made by others. | ||
20 | |||
21 | This License is a kind of "copyleft", which means that derivative | ||
22 | works of the document must themselves be free in the same sense. It | ||
23 | complements the GNU General Public License, which is a copyleft | ||
24 | license designed for free software. | ||
25 | |||
26 | We have designed this License in order to use it for manuals for free | ||
27 | software, because free software needs free documentation: a free | ||
28 | program should come with manuals providing the same freedoms that the | ||
29 | software does. But this License is not limited to software manuals; | ||
30 | it can be used for any textual work, regardless of subject matter or | ||
31 | whether it is published as a printed book. We recommend this License | ||
32 | principally for works whose purpose is instruction or reference. | ||
33 | |||
34 | |||
35 | 1. APPLICABILITY AND DEFINITIONS | ||
36 | |||
37 | This License applies to any manual or other work, in any medium, that | ||
38 | contains a notice placed by the copyright holder saying it can be | ||
39 | distributed under the terms of this License. Such a notice grants a | ||
40 | world-wide, royalty-free license, unlimited in duration, to use that | ||
41 | work under the conditions stated herein. The "Document", below, | ||
42 | refers to any such manual or work. Any member of the public is a | ||
43 | licensee, and is addressed as "you". You accept the license if you | ||
44 | copy, modify or distribute the work in a way requiring permission | ||
45 | under copyright law. | ||
46 | |||
47 | A "Modified Version" of the Document means any work containing the | ||
48 | Document or a portion of it, either copied verbatim, or with | ||
49 | modifications and/or translated into another language. | ||
50 | |||
51 | A "Secondary Section" is a named appendix or a front-matter section of | ||
52 | the Document that deals exclusively with the relationship of the | ||
53 | publishers or authors of the Document to the Document's overall subject | ||
54 | (or to related matters) and contains nothing that could fall directly | ||
55 | within that overall subject. (Thus, if the Document is in part a | ||
56 | textbook of mathematics, a Secondary Section may not explain any | ||
57 | mathematics.) The relationship could be a matter of historical | ||
58 | connection with the subject or with related matters, or of legal, | ||
59 | commercial, philosophical, ethical or political position regarding | ||
60 | them. | ||
61 | |||
62 | The "Invariant Sections" are certain Secondary Sections whose titles | ||
63 | are designated, as being those of Invariant Sections, in the notice | ||
64 | that says that the Document is released under this License. If a | ||
65 | section does not fit the above definition of Secondary then it is not | ||
66 | allowed to be designated as Invariant. The Document may contain zero | ||
67 | Invariant Sections. If the Document does not identify any Invariant | ||
68 | Sections then there are none. | ||
69 | |||
70 | The "Cover Texts" are certain short passages of text that are listed, | ||
71 | as Front-Cover Texts or Back-Cover Texts, in the notice that says that | ||
72 | the Document is released under this License. A Front-Cover Text may | ||
73 | be at most 5 words, and a Back-Cover Text may be at most 25 words. | ||
74 | |||
75 | A "Transparent" copy of the Document means a machine-readable copy, | ||
76 | represented in a format whose specification is available to the | ||
77 | general public, that is suitable for revising the document | ||
78 | straightforwardly with generic text editors or (for images composed of | ||
79 | pixels) generic paint programs or (for drawings) some widely available | ||
80 | drawing editor, and that is suitable for input to text formatters or | ||
81 | for automatic translation to a variety of formats suitable for input | ||
82 | to text formatters. A copy made in an otherwise Transparent file | ||
83 | format whose markup, or absence of markup, has been arranged to thwart | ||
84 | or discourage subsequent modification by readers is not Transparent. | ||
85 | An image format is not Transparent if used for any substantial amount | ||
86 | of text. A copy that is not "Transparent" is called "Opaque". | ||
87 | |||
88 | Examples of suitable formats for Transparent copies include plain | ||
89 | ASCII without markup, Texinfo input format, LaTeX input format, SGML | ||
90 | or XML using a publicly available DTD, and standard-conforming simple | ||
91 | HTML, PostScript or PDF designed for human modification. Examples of | ||
92 | transparent image formats include PNG, XCF and JPG. Opaque formats | ||
93 | include proprietary formats that can be read and edited only by | ||
94 | proprietary word processors, SGML or XML for which the DTD and/or | ||
95 | processing tools are not generally available, and the | ||
96 | machine-generated HTML, PostScript or PDF produced by some word | ||
97 | processors for output purposes only. | ||
98 | |||
99 | The "Title Page" means, for a printed book, the title page itself, | ||
100 | plus such following pages as are needed to hold, legibly, the material | ||
101 | this License requires to appear in the title page. For works in | ||
102 | formats which do not have any title page as such, "Title Page" means | ||
103 | the text near the most prominent appearance of the work's title, | ||
104 | preceding the beginning of the body of the text. | ||
105 | |||
106 | A section "Entitled XYZ" means a named subunit of the Document whose | ||
107 | title either is precisely XYZ or contains XYZ in parentheses following | ||
108 | text that translates XYZ in another language. (Here XYZ stands for a | ||
109 | specific section name mentioned below, such as "Acknowledgements", | ||
110 | "Dedications", "Endorsements", or "History".) To "Preserve the Title" | ||
111 | of such a section when you modify the Document means that it remains a | ||
112 | section "Entitled XYZ" according to this definition. | ||
113 | |||
114 | The Document may include Warranty Disclaimers next to the notice which | ||
115 | states that this License applies to the Document. These Warranty | ||
116 | Disclaimers are considered to be included by reference in this | ||
117 | License, but only as regards disclaiming warranties: any other | ||
118 | implication that these Warranty Disclaimers may have is void and has | ||
119 | no effect on the meaning of this License. | ||
120 | |||
121 | |||
122 | 2. VERBATIM COPYING | ||
123 | |||
124 | You may copy and distribute the Document in any medium, either | ||
125 | commercially or noncommercially, provided that this License, the | ||
126 | copyright notices, and the license notice saying this License applies | ||
127 | to the Document are reproduced in all copies, and that you add no other | ||
128 | conditions whatsoever to those of this License. You may not use | ||
129 | technical measures to obstruct or control the reading or further | ||
130 | copying of the copies you make or distribute. However, you may accept | ||
131 | compensation in exchange for copies. If you distribute a large enough | ||
132 | number of copies you must also follow the conditions in section 3. | ||
133 | |||
134 | You may also lend copies, under the same conditions stated above, and | ||
135 | you may publicly display copies. | ||
136 | |||
137 | |||
138 | 3. COPYING IN QUANTITY | ||
139 | |||
140 | If you publish printed copies (or copies in media that commonly have | ||
141 | printed covers) of the Document, numbering more than 100, and the | ||
142 | Document's license notice requires Cover Texts, you must enclose the | ||
143 | copies in covers that carry, clearly and legibly, all these Cover | ||
144 | Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on | ||
145 | the back cover. Both covers must also clearly and legibly identify | ||
146 | you as the publisher of these copies. The front cover must present | ||
147 | the full title with all words of the title equally prominent and | ||
148 | visible. You may add other material on the covers in addition. | ||
149 | Copying with changes limited to the covers, as long as they preserve | ||
150 | the title of the Document and satisfy these conditions, can be treated | ||
151 | as verbatim copying in other respects. | ||
152 | |||
153 | If the required texts for either cover are too voluminous to fit | ||
154 | legibly, you should put the first ones listed (as many as fit | ||
155 | reasonably) on the actual cover, and continue the rest onto adjacent | ||
156 | pages. | ||
157 | |||
158 | If you publish or distribute Opaque copies of the Document numbering | ||
159 | more than 100, you must either include a machine-readable Transparent | ||
160 | copy along with each Opaque copy, or state in or with each Opaque copy | ||
161 | a computer-network location from which the general network-using | ||
162 | public has access to download using public-standard network protocols | ||
163 | a complete Transparent copy of the Document, free of added material. | ||
164 | If you use the latter option, you must take reasonably prudent steps, | ||
165 | when you begin distribution of Opaque copies in quantity, to ensure | ||
166 | that this Transparent copy will remain thus accessible at the stated | ||
167 | location until at least one year after the last time you distribute an | ||
168 | Opaque copy (directly or through your agents or retailers) of that | ||
169 | edition to the public. | ||
170 | |||
171 | It is requested, but not required, that you contact the authors of the | ||
172 | Document well before redistributing any large number of copies, to give | ||
173 | them a chance to provide you with an updated version of the Document. | ||
174 | |||
175 | |||
176 | 4. MODIFICATIONS | ||
177 | |||
178 | You may copy and distribute a Modified Version of the Document under | ||
179 | the conditions of sections 2 and 3 above, provided that you release | ||
180 | the Modified Version under precisely this License, with the Modified | ||
181 | Version filling the role of the Document, thus licensing distribution | ||
182 | and modification of the Modified Version to whoever possesses a copy | ||
183 | of it. In addition, you must do these things in the Modified Version: | ||
184 | |||
185 | A. Use in the Title Page (and on the covers, if any) a title distinct | ||
186 | from that of the Document, and from those of previous versions | ||
187 | (which should, if there were any, be listed in the History section | ||
188 | of the Document). You may use the same title as a previous version | ||
189 | if the original publisher of that version gives permission. | ||
190 | B. List on the Title Page, as authors, one or more persons or entities | ||
191 | responsible for authorship of the modifications in the Modified | ||
192 | Version, together with at least five of the principal authors of the | ||
193 | Document (all of its principal authors, if it has fewer than five), | ||
194 | unless they release you from this requirement. | ||
195 | C. State on the Title page the name of the publisher of the | ||
196 | Modified Version, as the publisher. | ||
197 | D. Preserve all the copyright notices of the Document. | ||
198 | E. Add an appropriate copyright notice for your modifications | ||
199 | adjacent to the other copyright notices. | ||
200 | F. Include, immediately after the copyright notices, a license notice | ||
201 | giving the public permission to use the Modified Version under the | ||
202 | terms of this License, in the form shown in the Addendum below. | ||
203 | G. Preserve in that license notice the full lists of Invariant Sections | ||
204 | and required Cover Texts given in the Document's license notice. | ||
205 | H. Include an unaltered copy of this License. | ||
206 | I. Preserve the section Entitled "History", Preserve its Title, and add | ||
207 | to it an item stating at least the title, year, new authors, and | ||
208 | publisher of the Modified Version as given on the Title Page. If | ||
209 | there is no section Entitled "History" in the Document, create one | ||
210 | stating the title, year, authors, and publisher of the Document as | ||
211 | given on its Title Page, then add an item describing the Modified | ||
212 | Version as stated in the previous sentence. | ||
213 | J. Preserve the network location, if any, given in the Document for | ||
214 | public access to a Transparent copy of the Document, and likewise | ||
215 | the network locations given in the Document for previous versions | ||
216 | it was based on. These may be placed in the "History" section. | ||
217 | You may omit a network location for a work that was published at | ||
218 | least four years before the Document itself, or if the original | ||
219 | publisher of the version it refers to gives permission. | ||
220 | K. For any section Entitled "Acknowledgements" or "Dedications", | ||
221 | Preserve the Title of the section, and preserve in the section all | ||
222 | the substance and tone of each of the contributor acknowledgements | ||
223 | and/or dedications given therein. | ||
224 | L. Preserve all the Invariant Sections of the Document, | ||
225 | unaltered in their text and in their titles. Section numbers | ||
226 | or the equivalent are not considered part of the section titles. | ||
227 | M. Delete any section Entitled "Endorsements". Such a section | ||
228 | may not be included in the Modified Version. | ||
229 | N. Do not retitle any existing section to be Entitled "Endorsements" | ||
230 | or to conflict in title with any Invariant Section. | ||
231 | O. Preserve any Warranty Disclaimers. | ||
232 | |||
233 | If the Modified Version includes new front-matter sections or | ||
234 | appendices that qualify as Secondary Sections and contain no material | ||
235 | copied from the Document, you may at your option designate some or all | ||
236 | of these sections as invariant. To do this, add their titles to the | ||
237 | list of Invariant Sections in the Modified Version's license notice. | ||
238 | These titles must be distinct from any other section titles. | ||
239 | |||
240 | You may add a section Entitled "Endorsements", provided it contains | ||
241 | nothing but endorsements of your Modified Version by various | ||
242 | parties--for example, statements of peer review or that the text has | ||
243 | been approved by an organization as the authoritative definition of a | ||
244 | standard. | ||
245 | |||
246 | You may add a passage of up to five words as a Front-Cover Text, and a | ||
247 | passage of up to 25 words as a Back-Cover Text, to the end of the list | ||
248 | of Cover Texts in the Modified Version. Only one passage of | ||
249 | Front-Cover Text and one of Back-Cover Text may be added by (or | ||
250 | through arrangements made by) any one entity. If the Document already | ||
251 | includes a cover text for the same cover, previously added by you or | ||
252 | by arrangement made by the same entity you are acting on behalf of, | ||
253 | you may not add another; but you may replace the old one, on explicit | ||
254 | permission from the previous publisher that added the old one. | ||
255 | |||
256 | The author(s) and publisher(s) of the Document do not by this License | ||
257 | give permission to use their names for publicity for or to assert or | ||
258 | imply endorsement of any Modified Version. | ||
259 | |||
260 | |||
261 | 5. COMBINING DOCUMENTS | ||
262 | |||
263 | You may combine the Document with other documents released under this | ||
264 | License, under the terms defined in section 4 above for modified | ||
265 | versions, provided that you include in the combination all of the | ||
266 | Invariant Sections of all of the original documents, unmodified, and | ||
267 | list them all as Invariant Sections of your combined work in its | ||
268 | license notice, and that you preserve all their Warranty Disclaimers. | ||
269 | |||
270 | The combined work need only contain one copy of this License, and | ||
271 | multiple identical Invariant Sections may be replaced with a single | ||
272 | copy. If there are multiple Invariant Sections with the same name but | ||
273 | different contents, make the title of each such section unique by | ||
274 | adding at the end of it, in parentheses, the name of the original | ||
275 | author or publisher of that section if known, or else a unique number. | ||
276 | Make the same adjustment to the section titles in the list of | ||
277 | Invariant Sections in the license notice of the combined work. | ||
278 | |||
279 | In the combination, you must combine any sections Entitled "History" | ||
280 | in the various original documents, forming one section Entitled | ||
281 | "History"; likewise combine any sections Entitled "Acknowledgements", | ||
282 | and any sections Entitled "Dedications". You must delete all sections | ||
283 | Entitled "Endorsements". | ||
284 | |||
285 | |||
286 | 6. COLLECTIONS OF DOCUMENTS | ||
287 | |||
288 | You may make a collection consisting of the Document and other documents | ||
289 | released under this License, and replace the individual copies of this | ||
290 | License in the various documents with a single copy that is included in | ||
291 | the collection, provided that you follow the rules of this License for | ||
292 | verbatim copying of each of the documents in all other respects. | ||
293 | |||
294 | You may extract a single document from such a collection, and distribute | ||
295 | it individually under this License, provided you insert a copy of this | ||
296 | License into the extracted document, and follow this License in all | ||
297 | other respects regarding verbatim copying of that document. | ||
298 | |||
299 | |||
300 | 7. AGGREGATION WITH INDEPENDENT WORKS | ||
301 | |||
302 | A compilation of the Document or its derivatives with other separate | ||
303 | and independent documents or works, in or on a volume of a storage or | ||
304 | distribution medium, is called an "aggregate" if the copyright | ||
305 | resulting from the compilation is not used to limit the legal rights | ||
306 | of the compilation's users beyond what the individual works permit. | ||
307 | When the Document is included in an aggregate, this License does not | ||
308 | apply to the other works in the aggregate which are not themselves | ||
309 | derivative works of the Document. | ||
310 | |||
311 | If the Cover Text requirement of section 3 is applicable to these | ||
312 | copies of the Document, then if the Document is less than one half of | ||
313 | the entire aggregate, the Document's Cover Texts may be placed on | ||
314 | covers that bracket the Document within the aggregate, or the | ||
315 | electronic equivalent of covers if the Document is in electronic form. | ||
316 | Otherwise they must appear on printed covers that bracket the whole | ||
317 | aggregate. | ||
318 | |||
319 | |||
320 | 8. TRANSLATION | ||
321 | |||
322 | Translation is considered a kind of modification, so you may | ||
323 | distribute translations of the Document under the terms of section 4. | ||
324 | Replacing Invariant Sections with translations requires special | ||
325 | permission from their copyright holders, but you may include | ||
326 | translations of some or all Invariant Sections in addition to the | ||
327 | original versions of these Invariant Sections. You may include a | ||
328 | translation of this License, and all the license notices in the | ||
329 | Document, and any Warranty Disclaimers, provided that you also include | ||
330 | the original English version of this License and the original versions | ||
331 | of those notices and disclaimers. In case of a disagreement between | ||
332 | the translation and the original version of this License or a notice | ||
333 | or disclaimer, the original version will prevail. | ||
334 | |||
335 | If a section in the Document is Entitled "Acknowledgements", | ||
336 | "Dedications", or "History", the requirement (section 4) to Preserve | ||
337 | its Title (section 1) will typically require changing the actual | ||
338 | title. | ||
339 | |||
340 | |||
341 | 9. TERMINATION | ||
342 | |||
343 | You may not copy, modify, sublicense, or distribute the Document except | ||
344 | as expressly provided for under this License. Any other attempt to | ||
345 | copy, modify, sublicense or distribute the Document is void, and will | ||
346 | automatically terminate your rights under this License. However, | ||
347 | parties who have received copies, or rights, from you under this | ||
348 | License will not have their licenses terminated so long as such | ||
349 | parties remain in full compliance. | ||
350 | |||
351 | |||
352 | 10. FUTURE REVISIONS OF THIS LICENSE | ||
353 | |||
354 | The Free Software Foundation may publish new, revised versions | ||
355 | of the GNU Free Documentation License from time to time. Such new | ||
356 | versions will be similar in spirit to the present version, but may | ||
357 | differ in detail to address new problems or concerns. See | ||
358 | http://www.gnu.org/copyleft/. | ||
359 | |||
360 | Each version of the License is given a distinguishing version number. | ||
361 | If the Document specifies that a particular numbered version of this | ||
362 | License "or any later version" applies to it, you have the option of | ||
363 | following the terms and conditions either of that specified version or | ||
364 | of any later version that has been published (not as a draft) by the | ||
365 | Free Software Foundation. If the Document does not specify a version | ||
366 | number of this License, you may choose any version ever published (not | ||
367 | as a draft) by the Free Software Foundation. | ||
368 | |||
369 | |||
370 | ADDENDUM: How to use this License for your documents | ||
371 | |||
372 | To use this License in a document you have written, include a copy of | ||
373 | the License in the document and put the following copyright and | ||
374 | license notices just after the title page: | ||
375 | |||
376 | Copyright (c) YEAR YOUR NAME. | ||
377 | Permission is granted to copy, distribute and/or modify this document | ||
378 | under the terms of the GNU Free Documentation License, Version 1.2 | ||
379 | or any later version published by the Free Software Foundation; | ||
380 | with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. | ||
381 | A copy of the license is included in the section entitled "GNU | ||
382 | Free Documentation License". | ||
383 | |||
384 | If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, | ||
385 | replace the "with...Texts." line with this: | ||
386 | |||
387 | with the Invariant Sections being LIST THEIR TITLES, with the | ||
388 | Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. | ||
389 | |||
390 | If you have Invariant Sections without Cover Texts, or some other | ||
391 | combination of the three, merge those two alternatives to suit the | ||
392 | situation. | ||
393 | |||
394 | If your document contains nontrivial examples of program code, we | ||
395 | recommend releasing these examples in parallel under your choice of | ||
396 | free software license, such as the GNU General Public License, | ||
397 | to permit their use in free software. | ||
diff --git a/meta/packages/base-files/base-files/licenses/GPL-3 b/meta/packages/base-files/base-files/licenses/GPL-3 new file mode 100644 index 0000000000..4432540474 --- /dev/null +++ b/meta/packages/base-files/base-files/licenses/GPL-3 | |||
@@ -0,0 +1,676 @@ | |||
1 | |||
2 | GNU GENERAL PUBLIC LICENSE | ||
3 | Version 3, 29 June 2007 | ||
4 | |||
5 | Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> | ||
6 | Everyone is permitted to copy and distribute verbatim copies | ||
7 | of this license document, but changing it is not allowed. | ||
8 | |||
9 | Preamble | ||
10 | |||
11 | The GNU General Public License is a free, copyleft license for | ||
12 | software and other kinds of works. | ||
13 | |||
14 | The licenses for most software and other practical works are designed | ||
15 | to take away your freedom to share and change the works. By contrast, | ||
16 | the GNU General Public License is intended to guarantee your freedom to | ||
17 | share and change all versions of a program--to make sure it remains free | ||
18 | software for all its users. We, the Free Software Foundation, use the | ||
19 | GNU General Public License for most of our software; it applies also to | ||
20 | any other work released this way by its authors. You can apply it to | ||
21 | your programs, too. | ||
22 | |||
23 | When we speak of free software, we are referring to freedom, not | ||
24 | price. Our General Public Licenses are designed to make sure that you | ||
25 | have the freedom to distribute copies of free software (and charge for | ||
26 | them if you wish), that you receive source code or can get it if you | ||
27 | want it, that you can change the software or use pieces of it in new | ||
28 | free programs, and that you know you can do these things. | ||
29 | |||
30 | To protect your rights, we need to prevent others from denying you | ||
31 | these rights or asking you to surrender the rights. Therefore, you have | ||
32 | certain responsibilities if you distribute copies of the software, or if | ||
33 | you modify it: responsibilities to respect the freedom of others. | ||
34 | |||
35 | For example, if you distribute copies of such a program, whether | ||
36 | gratis or for a fee, you must pass on to the recipients the same | ||
37 | freedoms that you received. You must make sure that they, too, receive | ||
38 | or can get the source code. And you must show them these terms so they | ||
39 | know their rights. | ||
40 | |||
41 | Developers that use the GNU GPL protect your rights with two steps: | ||
42 | (1) assert copyright on the software, and (2) offer you this License | ||
43 | giving you legal permission to copy, distribute and/or modify it. | ||
44 | |||
45 | For the developers' and authors' protection, the GPL clearly explains | ||
46 | that there is no warranty for this free software. For both users' and | ||
47 | authors' sake, the GPL requires that modified versions be marked as | ||
48 | changed, so that their problems will not be attributed erroneously to | ||
49 | authors of previous versions. | ||
50 | |||
51 | Some devices are designed to deny users access to install or run | ||
52 | modified versions of the software inside them, although the manufacturer | ||
53 | can do so. This is fundamentally incompatible with the aim of | ||
54 | protecting users' freedom to change the software. The systematic | ||
55 | pattern of such abuse occurs in the area of products for individuals to | ||
56 | use, which is precisely where it is most unacceptable. Therefore, we | ||
57 | have designed this version of the GPL to prohibit the practice for those | ||
58 | products. If such problems arise substantially in other domains, we | ||
59 | stand ready to extend this provision to those domains in future versions | ||
60 | of the GPL, as needed to protect the freedom of users. | ||
61 | |||
62 | Finally, every program is threatened constantly by software patents. | ||
63 | States should not allow patents to restrict development and use of | ||
64 | software on general-purpose computers, but in those that do, we wish to | ||
65 | avoid the special danger that patents applied to a free program could | ||
66 | make it effectively proprietary. To prevent this, the GPL assures that | ||
67 | patents cannot be used to render the program non-free. | ||
68 | |||
69 | The precise terms and conditions for copying, distribution and | ||
70 | modification follow. | ||
71 | |||
72 | TERMS AND CONDITIONS | ||
73 | |||
74 | 0. Definitions. | ||
75 | |||
76 | "This License" refers to version 3 of the GNU General Public License. | ||
77 | |||
78 | "Copyright" also means copyright-like laws that apply to other kinds of | ||
79 | works, such as semiconductor masks. | ||
80 | |||
81 | "The Program" refers to any copyrightable work licensed under this | ||
82 | License. Each licensee is addressed as "you". "Licensees" and | ||
83 | "recipients" may be individuals or organizations. | ||
84 | |||
85 | To "modify" a work means to copy from or adapt all or part of the work | ||
86 | in a fashion requiring copyright permission, other than the making of an | ||
87 | exact copy. The resulting work is called a "modified version" of the | ||
88 | earlier work or a work "based on" the earlier work. | ||
89 | |||
90 | A "covered work" means either the unmodified Program or a work based | ||
91 | on the Program. | ||
92 | |||
93 | To "propagate" a work means to do anything with it that, without | ||
94 | permission, would make you directly or secondarily liable for | ||
95 | infringement under applicable copyright law, except executing it on a | ||
96 | computer or modifying a private copy. Propagation includes copying, | ||
97 | distribution (with or without modification), making available to the | ||
98 | public, and in some countries other activities as well. | ||
99 | |||
100 | To "convey" a work means any kind of propagation that enables other | ||
101 | parties to make or receive copies. Mere interaction with a user through | ||
102 | a computer network, with no transfer of a copy, is not conveying. | ||
103 | |||
104 | An interactive user interface displays "Appropriate Legal Notices" | ||
105 | to the extent that it includes a convenient and prominently visible | ||
106 | feature that (1) displays an appropriate copyright notice, and (2) | ||
107 | tells the user that there is no warranty for the work (except to the | ||
108 | extent that warranties are provided), that licensees may convey the | ||
109 | work under this License, and how to view a copy of this License. If | ||
110 | the interface presents a list of user commands or options, such as a | ||
111 | menu, a prominent item in the list meets this criterion. | ||
112 | |||
113 | 1. Source Code. | ||
114 | |||
115 | The "source code" for a work means the preferred form of the work | ||
116 | for making modifications to it. "Object code" means any non-source | ||
117 | form of a work. | ||
118 | |||
119 | A "Standard Interface" means an interface that either is an official | ||
120 | standard defined by a recognized standards body, or, in the case of | ||
121 | interfaces specified for a particular programming language, one that | ||
122 | is widely used among developers working in that language. | ||
123 | |||
124 | The "System Libraries" of an executable work include anything, other | ||
125 | than the work as a whole, that (a) is included in the normal form of | ||
126 | packaging a Major Component, but which is not part of that Major | ||
127 | Component, and (b) serves only to enable use of the work with that | ||
128 | Major Component, or to implement a Standard Interface for which an | ||
129 | implementation is available to the public in source code form. A | ||
130 | "Major Component", in this context, means a major essential component | ||
131 | (kernel, window system, and so on) of the specific operating system | ||
132 | (if any) on which the executable work runs, or a compiler used to | ||
133 | produce the work, or an object code interpreter used to run it. | ||
134 | |||
135 | The "Corresponding Source" for a work in object code form means all | ||
136 | the source code needed to generate, install, and (for an executable | ||
137 | work) run the object code and to modify the work, including scripts to | ||
138 | control those activities. However, it does not include the work's | ||
139 | System Libraries, or general-purpose tools or generally available free | ||
140 | programs which are used unmodified in performing those activities but | ||
141 | which are not part of the work. For example, Corresponding Source | ||
142 | includes interface definition files associated with source files for | ||
143 | the work, and the source code for shared libraries and dynamically | ||
144 | linked subprograms that the work is specifically designed to require, | ||
145 | such as by intimate data communication or control flow between those | ||
146 | subprograms and other parts of the work. | ||
147 | |||
148 | The Corresponding Source need not include anything that users | ||
149 | can regenerate automatically from other parts of the Corresponding | ||
150 | Source. | ||
151 | |||
152 | The Corresponding Source for a work in source code form is that | ||
153 | same work. | ||
154 | |||
155 | 2. Basic Permissions. | ||
156 | |||
157 | All rights granted under this License are granted for the term of | ||
158 | copyright on the Program, and are irrevocable provided the stated | ||
159 | conditions are met. This License explicitly affirms your unlimited | ||
160 | permission to run the unmodified Program. The output from running a | ||
161 | covered work is covered by this License only if the output, given its | ||
162 | content, constitutes a covered work. This License acknowledges your | ||
163 | rights of fair use or other equivalent, as provided by copyright law. | ||
164 | |||
165 | You may make, run and propagate covered works that you do not | ||
166 | convey, without conditions so long as your license otherwise remains | ||
167 | in force. You may convey covered works to others for the sole purpose | ||
168 | of having them make modifications exclusively for you, or provide you | ||
169 | with facilities for running those works, provided that you comply with | ||
170 | the terms of this License in conveying all material for which you do | ||
171 | not control copyright. Those thus making or running the covered works | ||
172 | for you must do so exclusively on your behalf, under your direction | ||
173 | and control, on terms that prohibit them from making any copies of | ||
174 | your copyrighted material outside their relationship with you. | ||
175 | |||
176 | Conveying under any other circumstances is permitted solely under | ||
177 | the conditions stated below. Sublicensing is not allowed; section 10 | ||
178 | makes it unnecessary. | ||
179 | |||
180 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. | ||
181 | |||
182 | No covered work shall be deemed part of an effective technological | ||
183 | measure under any applicable law fulfilling obligations under article | ||
184 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or | ||
185 | similar laws prohibiting or restricting circumvention of such | ||
186 | measures. | ||
187 | |||
188 | When you convey a covered work, you waive any legal power to forbid | ||
189 | circumvention of technological measures to the extent such circumvention | ||
190 | is effected by exercising rights under this License with respect to | ||
191 | the covered work, and you disclaim any intention to limit operation or | ||
192 | modification of the work as a means of enforcing, against the work's | ||
193 | users, your or third parties' legal rights to forbid circumvention of | ||
194 | technological measures. | ||
195 | |||
196 | 4. Conveying Verbatim Copies. | ||
197 | |||
198 | You may convey verbatim copies of the Program's source code as you | ||
199 | receive it, in any medium, provided that you conspicuously and | ||
200 | appropriately publish on each copy an appropriate copyright notice; | ||
201 | keep intact all notices stating that this License and any | ||
202 | non-permissive terms added in accord with section 7 apply to the code; | ||
203 | keep intact all notices of the absence of any warranty; and give all | ||
204 | recipients a copy of this License along with the Program. | ||
205 | |||
206 | You may charge any price or no price for each copy that you convey, | ||
207 | and you may offer support or warranty protection for a fee. | ||
208 | |||
209 | 5. Conveying Modified Source Versions. | ||
210 | |||
211 | You may convey a work based on the Program, or the modifications to | ||
212 | produce it from the Program, in the form of source code under the | ||
213 | terms of section 4, provided that you also meet all of these conditions: | ||
214 | |||
215 | a) The work must carry prominent notices stating that you modified | ||
216 | it, and giving a relevant date. | ||
217 | |||
218 | b) The work must carry prominent notices stating that it is | ||
219 | released under this License and any conditions added under section | ||
220 | 7. This requirement modifies the requirement in section 4 to | ||
221 | "keep intact all notices". | ||
222 | |||
223 | c) You must license the entire work, as a whole, under this | ||
224 | License to anyone who comes into possession of a copy. This | ||
225 | License will therefore apply, along with any applicable section 7 | ||
226 | additional terms, to the whole of the work, and all its parts, | ||
227 | regardless of how they are packaged. This License gives no | ||
228 | permission to license the work in any other way, but it does not | ||
229 | invalidate such permission if you have separately received it. | ||
230 | |||
231 | d) If the work has interactive user interfaces, each must display | ||
232 | Appropriate Legal Notices; however, if the Program has interactive | ||
233 | interfaces that do not display Appropriate Legal Notices, your | ||
234 | work need not make them do so. | ||
235 | |||
236 | A compilation of a covered work with other separate and independent | ||
237 | works, which are not by their nature extensions of the covered work, | ||
238 | and which are not combined with it such as to form a larger program, | ||
239 | in or on a volume of a storage or distribution medium, is called an | ||
240 | "aggregate" if the compilation and its resulting copyright are not | ||
241 | used to limit the access or legal rights of the compilation's users | ||
242 | beyond what the individual works permit. Inclusion of a covered work | ||
243 | in an aggregate does not cause this License to apply to the other | ||
244 | parts of the aggregate. | ||
245 | |||
246 | 6. Conveying Non-Source Forms. | ||
247 | |||
248 | You may convey a covered work in object code form under the terms | ||
249 | of sections 4 and 5, provided that you also convey the | ||
250 | machine-readable Corresponding Source under the terms of this License, | ||
251 | in one of these ways: | ||
252 | |||
253 | a) Convey the object code in, or embodied in, a physical product | ||
254 | (including a physical distribution medium), accompanied by the | ||
255 | Corresponding Source fixed on a durable physical medium | ||
256 | customarily used for software interchange. | ||
257 | |||
258 | b) Convey the object code in, or embodied in, a physical product | ||
259 | (including a physical distribution medium), accompanied by a | ||
260 | written offer, valid for at least three years and valid for as | ||
261 | long as you offer spare parts or customer support for that product | ||
262 | model, to give anyone who possesses the object code either (1) a | ||
263 | copy of the Corresponding Source for all the software in the | ||
264 | product that is covered by this License, on a durable physical | ||
265 | medium customarily used for software interchange, for a price no | ||
266 | more than your reasonable cost of physically performing this | ||
267 | conveying of source, or (2) access to copy the | ||
268 | Corresponding Source from a network server at no charge. | ||
269 | |||
270 | c) Convey individual copies of the object code with a copy of the | ||
271 | written offer to provide the Corresponding Source. This | ||
272 | alternative is allowed only occasionally and noncommercially, and | ||
273 | only if you received the object code with such an offer, in accord | ||
274 | with subsection 6b. | ||
275 | |||
276 | d) Convey the object code by offering access from a designated | ||
277 | place (gratis or for a charge), and offer equivalent access to the | ||
278 | Corresponding Source in the same way through the same place at no | ||
279 | further charge. You need not require recipients to copy the | ||
280 | Corresponding Source along with the object code. If the place to | ||
281 | copy the object code is a network server, the Corresponding Source | ||
282 | may be on a different server (operated by you or a third party) | ||
283 | that supports equivalent copying facilities, provided you maintain | ||
284 | clear directions next to the object code saying where to find the | ||
285 | Corresponding Source. Regardless of what server hosts the | ||
286 | Corresponding Source, you remain obligated to ensure that it is | ||
287 | available for as long as needed to satisfy these requirements. | ||
288 | |||
289 | e) Convey the object code using peer-to-peer transmission, provided | ||
290 | you inform other peers where the object code and Corresponding | ||
291 | Source of the work are being offered to the general public at no | ||
292 | charge under subsection 6d. | ||
293 | |||
294 | A separable portion of the object code, whose source code is excluded | ||
295 | from the Corresponding Source as a System Library, need not be | ||
296 | included in conveying the object code work. | ||
297 | |||
298 | A "User Product" is either (1) a "consumer product", which means any | ||
299 | tangible personal property which is normally used for personal, family, | ||
300 | or household purposes, or (2) anything designed or sold for incorporation | ||
301 | into a dwelling. In determining whether a product is a consumer product, | ||
302 | doubtful cases shall be resolved in favor of coverage. For a particular | ||
303 | product received by a particular user, "normally used" refers to a | ||
304 | typical or common use of that class of product, regardless of the status | ||
305 | of the particular user or of the way in which the particular user | ||
306 | actually uses, or expects or is expected to use, the product. A product | ||
307 | is a consumer product regardless of whether the product has substantial | ||
308 | commercial, industrial or non-consumer uses, unless such uses represent | ||
309 | the only significant mode of use of the product. | ||
310 | |||
311 | "Installation Information" for a User Product means any methods, | ||
312 | procedures, authorization keys, or other information required to install | ||
313 | and execute modified versions of a covered work in that User Product from | ||
314 | a modified version of its Corresponding Source. The information must | ||
315 | suffice to ensure that the continued functioning of the modified object | ||
316 | code is in no case prevented or interfered with solely because | ||
317 | modification has been made. | ||
318 | |||
319 | If you convey an object code work under this section in, or with, or | ||
320 | specifically for use in, a User Product, and the conveying occurs as | ||
321 | part of a transaction in which the right of possession and use of the | ||
322 | User Product is transferred to the recipient in perpetuity or for a | ||
323 | fixed term (regardless of how the transaction is characterized), the | ||
324 | Corresponding Source conveyed under this section must be accompanied | ||
325 | by the Installation Information. But this requirement does not apply | ||
326 | if neither you nor any third party retains the ability to install | ||
327 | modified object code on the User Product (for example, the work has | ||
328 | been installed in ROM). | ||
329 | |||
330 | The requirement to provide Installation Information does not include a | ||
331 | requirement to continue to provide support service, warranty, or updates | ||
332 | for a work that has been modified or installed by the recipient, or for | ||
333 | the User Product in which it has been modified or installed. Access to a | ||
334 | network may be denied when the modification itself materially and | ||
335 | adversely affects the operation of the network or violates the rules and | ||
336 | protocols for communication across the network. | ||
337 | |||
338 | Corresponding Source conveyed, and Installation Information provided, | ||
339 | in accord with this section must be in a format that is publicly | ||
340 | documented (and with an implementation available to the public in | ||
341 | source code form), and must require no special password or key for | ||
342 | unpacking, reading or copying. | ||
343 | |||
344 | 7. Additional Terms. | ||
345 | |||
346 | "Additional permissions" are terms that supplement the terms of this | ||
347 | License by making exceptions from one or more of its conditions. | ||
348 | Additional permissions that are applicable to the entire Program shall | ||
349 | be treated as though they were included in this License, to the extent | ||
350 | that they are valid under applicable law. If additional permissions | ||
351 | apply only to part of the Program, that part may be used separately | ||
352 | under those permissions, but the entire Program remains governed by | ||
353 | this License without regard to the additional permissions. | ||
354 | |||
355 | When you convey a copy of a covered work, you may at your option | ||
356 | remove any additional permissions from that copy, or from any part of | ||
357 | it. (Additional permissions may be written to require their own | ||
358 | removal in certain cases when you modify the work.) You may place | ||
359 | additional permissions on material, added by you to a covered work, | ||
360 | for which you have or can give appropriate copyright permission. | ||
361 | |||
362 | Notwithstanding any other provision of this License, for material you | ||
363 | add to a covered work, you may (if authorized by the copyright holders of | ||
364 | that material) supplement the terms of this License with terms: | ||
365 | |||
366 | a) Disclaiming warranty or limiting liability differently from the | ||
367 | terms of sections 15 and 16 of this License; or | ||
368 | |||
369 | b) Requiring preservation of specified reasonable legal notices or | ||
370 | author attributions in that material or in the Appropriate Legal | ||
371 | Notices displayed by works containing it; or | ||
372 | |||
373 | c) Prohibiting misrepresentation of the origin of that material, or | ||
374 | requiring that modified versions of such material be marked in | ||
375 | reasonable ways as different from the original version; or | ||
376 | |||
377 | d) Limiting the use for publicity purposes of names of licensors or | ||
378 | authors of the material; or | ||
379 | |||
380 | e) Declining to grant rights under trademark law for use of some | ||
381 | trade names, trademarks, or service marks; or | ||
382 | |||
383 | f) Requiring indemnification of licensors and authors of that | ||
384 | material by anyone who conveys the material (or modified versions of | ||
385 | it) with contractual assumptions of liability to the recipient, for | ||
386 | any liability that these contractual assumptions directly impose on | ||
387 | those licensors and authors. | ||
388 | |||
389 | All other non-permissive additional terms are considered "further | ||
390 | restrictions" within the meaning of section 10. If the Program as you | ||
391 | received it, or any part of it, contains a notice stating that it is | ||
392 | governed by this License along with a term that is a further | ||
393 | restriction, you may remove that term. If a license document contains | ||
394 | a further restriction but permits relicensing or conveying under this | ||
395 | License, you may add to a covered work material governed by the terms | ||
396 | of that license document, provided that the further restriction does | ||
397 | not survive such relicensing or conveying. | ||
398 | |||
399 | If you add terms to a covered work in accord with this section, you | ||
400 | must place, in the relevant source files, a statement of the | ||
401 | additional terms that apply to those files, or a notice indicating | ||
402 | where to find the applicable terms. | ||
403 | |||
404 | Additional terms, permissive or non-permissive, may be stated in the | ||
405 | form of a separately written license, or stated as exceptions; | ||
406 | the above requirements apply either way. | ||
407 | |||
408 | 8. Termination. | ||
409 | |||
410 | You may not propagate or modify a covered work except as expressly | ||
411 | provided under this License. Any attempt otherwise to propagate or | ||
412 | modify it is void, and will automatically terminate your rights under | ||
413 | this License (including any patent licenses granted under the third | ||
414 | paragraph of section 11). | ||
415 | |||
416 | However, if you cease all violation of this License, then your | ||
417 | license from a particular copyright holder is reinstated (a) | ||
418 | provisionally, unless and until the copyright holder explicitly and | ||
419 | finally terminates your license, and (b) permanently, if the copyright | ||
420 | holder fails to notify you of the violation by some reasonable means | ||
421 | prior to 60 days after the cessation. | ||
422 | |||
423 | Moreover, your license from a particular copyright holder is | ||
424 | reinstated permanently if the copyright holder notifies you of the | ||
425 | violation by some reasonable means, this is the first time you have | ||
426 | received notice of violation of this License (for any work) from that | ||
427 | copyright holder, and you cure the violation prior to 30 days after | ||
428 | your receipt of the notice. | ||
429 | |||
430 | Termination of your rights under this section does not terminate the | ||
431 | licenses of parties who have received copies or rights from you under | ||
432 | this License. If your rights have been terminated and not permanently | ||
433 | reinstated, you do not qualify to receive new licenses for the same | ||
434 | material under section 10. | ||
435 | |||
436 | 9. Acceptance Not Required for Having Copies. | ||
437 | |||
438 | You are not required to accept this License in order to receive or | ||
439 | run a copy of the Program. Ancillary propagation of a covered work | ||
440 | occurring solely as a consequence of using peer-to-peer transmission | ||
441 | to receive a copy likewise does not require acceptance. However, | ||
442 | nothing other than this License grants you permission to propagate or | ||
443 | modify any covered work. These actions infringe copyright if you do | ||
444 | not accept this License. Therefore, by modifying or propagating a | ||
445 | covered work, you indicate your acceptance of this License to do so. | ||
446 | |||
447 | 10. Automatic Licensing of Downstream Recipients. | ||
448 | |||
449 | Each time you convey a covered work, the recipient automatically | ||
450 | receives a license from the original licensors, to run, modify and | ||
451 | propagate that work, subject to this License. You are not responsible | ||
452 | for enforcing compliance by third parties with this License. | ||
453 | |||
454 | An "entity transaction" is a transaction transferring control of an | ||
455 | organization, or substantially all assets of one, or subdividing an | ||
456 | organization, or merging organizations. If propagation of a covered | ||
457 | work results from an entity transaction, each party to that | ||
458 | transaction who receives a copy of the work also receives whatever | ||
459 | licenses to the work the party's predecessor in interest had or could | ||
460 | give under the previous paragraph, plus a right to possession of the | ||
461 | Corresponding Source of the work from the predecessor in interest, if | ||
462 | the predecessor has it or can get it with reasonable efforts. | ||
463 | |||
464 | You may not impose any further restrictions on the exercise of the | ||
465 | rights granted or affirmed under this License. For example, you may | ||
466 | not impose a license fee, royalty, or other charge for exercise of | ||
467 | rights granted under this License, and you may not initiate litigation | ||
468 | (including a cross-claim or counterclaim in a lawsuit) alleging that | ||
469 | any patent claim is infringed by making, using, selling, offering for | ||
470 | sale, or importing the Program or any portion of it. | ||
471 | |||
472 | 11. Patents. | ||
473 | |||
474 | A "contributor" is a copyright holder who authorizes use under this | ||
475 | License of the Program or a work on which the Program is based. The | ||
476 | work thus licensed is called the contributor's "contributor version". | ||
477 | |||
478 | A contributor's "essential patent claims" are all patent claims | ||
479 | owned or controlled by the contributor, whether already acquired or | ||
480 | hereafter acquired, that would be infringed by some manner, permitted | ||
481 | by this License, of making, using, or selling its contributor version, | ||
482 | but do not include claims that would be infringed only as a | ||
483 | consequence of further modification of the contributor version. For | ||
484 | purposes of this definition, "control" includes the right to grant | ||
485 | patent sublicenses in a manner consistent with the requirements of | ||
486 | this License. | ||
487 | |||
488 | Each contributor grants you a non-exclusive, worldwide, royalty-free | ||
489 | patent license under the contributor's essential patent claims, to | ||
490 | make, use, sell, offer for sale, import and otherwise run, modify and | ||
491 | propagate the contents of its contributor version. | ||
492 | |||
493 | In the following three paragraphs, a "patent license" is any express | ||
494 | agreement or commitment, however denominated, not to enforce a patent | ||
495 | (such as an express permission to practice a patent or covenant not to | ||
496 | sue for patent infringement). To "grant" such a patent license to a | ||
497 | party means to make such an agreement or commitment not to enforce a | ||
498 | patent against the party. | ||
499 | |||
500 | If you convey a covered work, knowingly relying on a patent license, | ||
501 | and the Corresponding Source of the work is not available for anyone | ||
502 | to copy, free of charge and under the terms of this License, through a | ||
503 | publicly available network server or other readily accessible means, | ||
504 | then you must either (1) cause the Corresponding Source to be so | ||
505 | available, or (2) arrange to deprive yourself of the benefit of the | ||
506 | patent license for this particular work, or (3) arrange, in a manner | ||
507 | consistent with the requirements of this License, to extend the patent | ||
508 | license to downstream recipients. "Knowingly relying" means you have | ||
509 | actual knowledge that, but for the patent license, your conveying the | ||
510 | covered work in a country, or your recipient's use of the covered work | ||
511 | in a country, would infringe one or more identifiable patents in that | ||
512 | country that you have reason to believe are valid. | ||
513 | |||
514 | If, pursuant to or in connection with a single transaction or | ||
515 | arrangement, you convey, or propagate by procuring conveyance of, a | ||
516 | covered work, and grant a patent license to some of the parties | ||
517 | receiving the covered work authorizing them to use, propagate, modify | ||
518 | or convey a specific copy of the covered work, then the patent license | ||
519 | you grant is automatically extended to all recipients of the covered | ||
520 | work and works based on it. | ||
521 | |||
522 | A patent license is "discriminatory" if it does not include within | ||
523 | the scope of its coverage, prohibits the exercise of, or is | ||
524 | conditioned on the non-exercise of one or more of the rights that are | ||
525 | specifically granted under this License. You may not convey a covered | ||
526 | work if you are a party to an arrangement with a third party that is | ||
527 | in the business of distributing software, under which you make payment | ||
528 | to the third party based on the extent of your activity of conveying | ||
529 | the work, and under which the third party grants, to any of the | ||
530 | parties who would receive the covered work from you, a discriminatory | ||
531 | patent license (a) in connection with copies of the covered work | ||
532 | conveyed by you (or copies made from those copies), or (b) primarily | ||
533 | for and in connection with specific products or compilations that | ||
534 | contain the covered work, unless you entered into that arrangement, | ||
535 | or that patent license was granted, prior to 28 March 2007. | ||
536 | |||
537 | Nothing in this License shall be construed as excluding or limiting | ||
538 | any implied license or other defenses to infringement that may | ||
539 | otherwise be available to you under applicable patent law. | ||
540 | |||
541 | 12. No Surrender of Others' Freedom. | ||
542 | |||
543 | If conditions are imposed on you (whether by court order, agreement or | ||
544 | otherwise) that contradict the conditions of this License, they do not | ||
545 | excuse you from the conditions of this License. If you cannot convey a | ||
546 | covered work so as to satisfy simultaneously your obligations under this | ||
547 | License and any other pertinent obligations, then as a consequence you may | ||
548 | not convey it at all. For example, if you agree to terms that obligate you | ||
549 | to collect a royalty for further conveying from those to whom you convey | ||
550 | the Program, the only way you could satisfy both those terms and this | ||
551 | License would be to refrain entirely from conveying the Program. | ||
552 | |||
553 | 13. Use with the GNU Affero General Public License. | ||
554 | |||
555 | Notwithstanding any other provision of this License, you have | ||
556 | permission to link or combine any covered work with a work licensed | ||
557 | under version 3 of the GNU Affero General Public License into a single | ||
558 | combined work, and to convey the resulting work. The terms of this | ||
559 | License will continue to apply to the part which is the covered work, | ||
560 | but the special requirements of the GNU Affero General Public License, | ||
561 | section 13, concerning interaction through a network will apply to the | ||
562 | combination as such. | ||
563 | |||
564 | 14. Revised Versions of this License. | ||
565 | |||
566 | The Free Software Foundation may publish revised and/or new versions of | ||
567 | the GNU General Public License from time to time. Such new versions will | ||
568 | be similar in spirit to the present version, but may differ in detail to | ||
569 | address new problems or concerns. | ||
570 | |||
571 | Each version is given a distinguishing version number. If the | ||
572 | Program specifies that a certain numbered version of the GNU General | ||
573 | Public License "or any later version" applies to it, you have the | ||
574 | option of following the terms and conditions either of that numbered | ||
575 | version or of any later version published by the Free Software | ||
576 | Foundation. If the Program does not specify a version number of the | ||
577 | GNU General Public License, you may choose any version ever published | ||
578 | by the Free Software Foundation. | ||
579 | |||
580 | If the Program specifies that a proxy can decide which future | ||
581 | versions of the GNU General Public License can be used, that proxy's | ||
582 | public statement of acceptance of a version permanently authorizes you | ||
583 | to choose that version for the Program. | ||
584 | |||
585 | Later license versions may give you additional or different | ||
586 | permissions. However, no additional obligations are imposed on any | ||
587 | author or copyright holder as a result of your choosing to follow a | ||
588 | later version. | ||
589 | |||
590 | 15. Disclaimer of Warranty. | ||
591 | |||
592 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY | ||
593 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT | ||
594 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY | ||
595 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, | ||
596 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | ||
597 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM | ||
598 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF | ||
599 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. | ||
600 | |||
601 | 16. Limitation of Liability. | ||
602 | |||
603 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING | ||
604 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS | ||
605 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY | ||
606 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE | ||
607 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF | ||
608 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD | ||
609 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), | ||
610 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF | ||
611 | SUCH DAMAGES. | ||
612 | |||
613 | 17. Interpretation of Sections 15 and 16. | ||
614 | |||
615 | If the disclaimer of warranty and limitation of liability provided | ||
616 | above cannot be given local legal effect according to their terms, | ||
617 | reviewing courts shall apply local law that most closely approximates | ||
618 | an absolute waiver of all civil liability in connection with the | ||
619 | Program, unless a warranty or assumption of liability accompanies a | ||
620 | copy of the Program in return for a fee. | ||
621 | |||
622 | END OF TERMS AND CONDITIONS | ||
623 | |||
624 | How to Apply These Terms to Your New Programs | ||
625 | |||
626 | If you develop a new program, and you want it to be of the greatest | ||
627 | possible use to the public, the best way to achieve this is to make it | ||
628 | free software which everyone can redistribute and change under these terms. | ||
629 | |||
630 | To do so, attach the following notices to the program. It is safest | ||
631 | to attach them to the start of each source file to most effectively | ||
632 | state the exclusion of warranty; and each file should have at least | ||
633 | the "copyright" line and a pointer to where the full notice is found. | ||
634 | |||
635 | <one line to give the program's name and a brief idea of what it does.> | ||
636 | Copyright (C) <year> <name of author> | ||
637 | |||
638 | This program is free software: you can redistribute it and/or modify | ||
639 | it under the terms of the GNU General Public License as published by | ||
640 | the Free Software Foundation, either version 3 of the License, or | ||
641 | (at your option) any later version. | ||
642 | |||
643 | This program is distributed in the hope that it will be useful, | ||
644 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
645 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
646 | GNU General Public License for more details. | ||
647 | |||
648 | You should have received a copy of the GNU General Public License | ||
649 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
650 | |||
651 | Also add information on how to contact you by electronic and paper mail. | ||
652 | |||
653 | If the program does terminal interaction, make it output a short | ||
654 | notice like this when it starts in an interactive mode: | ||
655 | |||
656 | <program> Copyright (C) <year> <name of author> | ||
657 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. | ||
658 | This is free software, and you are welcome to redistribute it | ||
659 | under certain conditions; type `show c' for details. | ||
660 | |||
661 | The hypothetical commands `show w' and `show c' should show the appropriate | ||
662 | parts of the General Public License. Of course, your program's commands | ||
663 | might be different; for a GUI interface, you would use an "about box". | ||
664 | |||
665 | You should also get your employer (if you work as a programmer) or school, | ||
666 | if any, to sign a "copyright disclaimer" for the program, if necessary. | ||
667 | For more information on this, and how to apply and follow the GNU GPL, see | ||
668 | <http://www.gnu.org/licenses/>. | ||
669 | |||
670 | The GNU General Public License does not permit incorporating your program | ||
671 | into proprietary programs. If your program is a subroutine library, you | ||
672 | may consider it more useful to permit linking proprietary applications with | ||
673 | the library. If this is what you want to do, use the GNU Lesser General | ||
674 | Public License instead of this License. But first, please read | ||
675 | <http://www.gnu.org/philosophy/why-not-lgpl.html>. | ||
676 | |||
diff --git a/meta/packages/base-files/base-files/licenses/LGPL-3 b/meta/packages/base-files/base-files/licenses/LGPL-3 new file mode 100644 index 0000000000..fc8a5de7ed --- /dev/null +++ b/meta/packages/base-files/base-files/licenses/LGPL-3 | |||
@@ -0,0 +1,165 @@ | |||
1 | GNU LESSER GENERAL PUBLIC LICENSE | ||
2 | Version 3, 29 June 2007 | ||
3 | |||
4 | Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> | ||
5 | Everyone is permitted to copy and distribute verbatim copies | ||
6 | of this license document, but changing it is not allowed. | ||
7 | |||
8 | |||
9 | This version of the GNU Lesser General Public License incorporates | ||
10 | the terms and conditions of version 3 of the GNU General Public | ||
11 | License, supplemented by the additional permissions listed below. | ||
12 | |||
13 | 0. Additional Definitions. | ||
14 | |||
15 | As used herein, "this License" refers to version 3 of the GNU Lesser | ||
16 | General Public License, and the "GNU GPL" refers to version 3 of the GNU | ||
17 | General Public License. | ||
18 | |||
19 | "The Library" refers to a covered work governed by this License, | ||
20 | other than an Application or a Combined Work as defined below. | ||
21 | |||
22 | An "Application" is any work that makes use of an interface provided | ||
23 | by the Library, but which is not otherwise based on the Library. | ||
24 | Defining a subclass of a class defined by the Library is deemed a mode | ||
25 | of using an interface provided by the Library. | ||
26 | |||
27 | A "Combined Work" is a work produced by combining or linking an | ||
28 | Application with the Library. The particular version of the Library | ||
29 | with which the Combined Work was made is also called the "Linked | ||
30 | Version". | ||
31 | |||
32 | The "Minimal Corresponding Source" for a Combined Work means the | ||
33 | Corresponding Source for the Combined Work, excluding any source code | ||
34 | for portions of the Combined Work that, considered in isolation, are | ||
35 | based on the Application, and not on the Linked Version. | ||
36 | |||
37 | The "Corresponding Application Code" for a Combined Work means the | ||
38 | object code and/or source code for the Application, including any data | ||
39 | and utility programs needed for reproducing the Combined Work from the | ||
40 | Application, but excluding the System Libraries of the Combined Work. | ||
41 | |||
42 | 1. Exception to Section 3 of the GNU GPL. | ||
43 | |||
44 | You may convey a covered work under sections 3 and 4 of this License | ||
45 | without being bound by section 3 of the GNU GPL. | ||
46 | |||
47 | 2. Conveying Modified Versions. | ||
48 | |||
49 | If you modify a copy of the Library, and, in your modifications, a | ||
50 | facility refers to a function or data to be supplied by an Application | ||
51 | that uses the facility (other than as an argument passed when the | ||
52 | facility is invoked), then you may convey a copy of the modified | ||
53 | version: | ||
54 | |||
55 | a) under this License, provided that you make a good faith effort to | ||
56 | ensure that, in the event an Application does not supply the | ||
57 | function or data, the facility still operates, and performs | ||
58 | whatever part of its purpose remains meaningful, or | ||
59 | |||
60 | b) under the GNU GPL, with none of the additional permissions of | ||
61 | this License applicable to that copy. | ||
62 | |||
63 | 3. Object Code Incorporating Material from Library Header Files. | ||
64 | |||
65 | The object code form of an Application may incorporate material from | ||
66 | a header file that is part of the Library. You may convey such object | ||
67 | code under terms of your choice, provided that, if the incorporated | ||
68 | material is not limited to numerical parameters, data structure | ||
69 | layouts and accessors, or small macros, inline functions and templates | ||
70 | (ten or fewer lines in length), you do both of the following: | ||
71 | |||
72 | a) Give prominent notice with each copy of the object code that the | ||
73 | Library is used in it and that the Library and its use are | ||
74 | covered by this License. | ||
75 | |||
76 | b) Accompany the object code with a copy of the GNU GPL and this license | ||
77 | document. | ||
78 | |||
79 | 4. Combined Works. | ||
80 | |||
81 | You may convey a Combined Work under terms of your choice that, | ||
82 | taken together, effectively do not restrict modification of the | ||
83 | portions of the Library contained in the Combined Work and reverse | ||
84 | engineering for debugging such modifications, if you also do each of | ||
85 | the following: | ||
86 | |||
87 | a) Give prominent notice with each copy of the Combined Work that | ||
88 | the Library is used in it and that the Library and its use are | ||
89 | covered by this License. | ||
90 | |||
91 | b) Accompany the Combined Work with a copy of the GNU GPL and this license | ||
92 | document. | ||
93 | |||
94 | c) For a Combined Work that displays copyright notices during | ||
95 | execution, include the copyright notice for the Library among | ||
96 | these notices, as well as a reference directing the user to the | ||
97 | copies of the GNU GPL and this license document. | ||
98 | |||
99 | d) Do one of the following: | ||
100 | |||
101 | 0) Convey the Minimal Corresponding Source under the terms of this | ||
102 | License, and the Corresponding Application Code in a form | ||
103 | suitable for, and under terms that permit, the user to | ||
104 | recombine or relink the Application with a modified version of | ||
105 | the Linked Version to produce a modified Combined Work, in the | ||
106 | manner specified by section 6 of the GNU GPL for conveying | ||
107 | Corresponding Source. | ||
108 | |||
109 | 1) Use a suitable shared library mechanism for linking with the | ||
110 | Library. A suitable mechanism is one that (a) uses at run time | ||
111 | a copy of the Library already present on the user's computer | ||
112 | system, and (b) will operate properly with a modified version | ||
113 | of the Library that is interface-compatible with the Linked | ||
114 | Version. | ||
115 | |||
116 | e) Provide Installation Information, but only if you would otherwise | ||
117 | be required to provide such information under section 6 of the | ||
118 | GNU GPL, and only to the extent that such information is | ||
119 | necessary to install and execute a modified version of the | ||
120 | Combined Work produced by recombining or relinking the | ||
121 | Application with a modified version of the Linked Version. (If | ||
122 | you use option 4d0, the Installation Information must accompany | ||
123 | the Minimal Corresponding Source and Corresponding Application | ||
124 | Code. If you use option 4d1, you must provide the Installation | ||
125 | Information in the manner specified by section 6 of the GNU GPL | ||
126 | for conveying Corresponding Source.) | ||
127 | |||
128 | 5. Combined Libraries. | ||
129 | |||
130 | You may place library facilities that are a work based on the | ||
131 | Library side by side in a single library together with other library | ||
132 | facilities that are not Applications and are not covered by this | ||
133 | License, and convey such a combined library under terms of your | ||
134 | choice, if you do both of the following: | ||
135 | |||
136 | a) Accompany the combined library with a copy of the same work based | ||
137 | on the Library, uncombined with any other library facilities, | ||
138 | conveyed under the terms of this License. | ||
139 | |||
140 | b) Give prominent notice with the combined library that part of it | ||
141 | is a work based on the Library, and explaining where to find the | ||
142 | accompanying uncombined 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 | ||
147 | of the GNU Lesser General Public License from time to time. Such new | ||
148 | versions will be similar in spirit to the present version, but may | ||
149 | differ in detail to address new problems or concerns. | ||
150 | |||
151 | Each version is given a distinguishing version number. If the | ||
152 | Library as you received it specifies that a certain numbered version | ||
153 | of the GNU Lesser General Public License "or any later version" | ||
154 | applies to it, you have the option of following the terms and | ||
155 | conditions either of that published version or of any later version | ||
156 | published by the Free Software Foundation. If the Library as you | ||
157 | received it does not specify a version number of the GNU Lesser | ||
158 | General Public License, you may choose any version of the GNU Lesser | ||
159 | General Public License ever published by the Free Software Foundation. | ||
160 | |||
161 | If the Library as you received it specifies that a proxy can decide | ||
162 | whether future versions of the GNU Lesser General Public License shall | ||
163 | apply, that proxy's public statement of acceptance of any version is | ||
164 | permanent authorization for you to choose that version for the | ||
165 | Library. | ||
diff --git a/meta/packages/base-files/base-files_3.0.14.bb b/meta/packages/base-files/base-files_3.0.14.bb index e16b0ae16c..289d2bbfd9 100644 --- a/meta/packages/base-files/base-files_3.0.14.bb +++ b/meta/packages/base-files/base-files_3.0.14.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Miscellaneous files for the base system." | 1 | DESCRIPTION = "Miscellaneous files for the base system." |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | PRIORITY = "required" | 3 | PRIORITY = "required" |
4 | PR = "r58" | 4 | PR = "r59" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | 6 | ||
7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
@@ -20,8 +20,11 @@ SRC_URI = " \ | |||
20 | file://share/dot.profile \ | 20 | file://share/dot.profile \ |
21 | file://licenses/BSD \ | 21 | file://licenses/BSD \ |
22 | file://licenses/GPL-2 \ | 22 | file://licenses/GPL-2 \ |
23 | file://licenses/GPL-3 \ | ||
23 | file://licenses/LGPL-2 \ | 24 | file://licenses/LGPL-2 \ |
24 | file://licenses/LGPL-2.1 \ | 25 | file://licenses/LGPL-2.1 \ |
26 | file://licenses/LGPL-3 \ | ||
27 | file://licenses/GFDL-1.2 \ | ||
25 | file://licenses/Artistic " | 28 | file://licenses/Artistic " |
26 | S = "${WORKDIR}" | 29 | S = "${WORKDIR}" |
27 | 30 | ||
@@ -107,7 +110,7 @@ do_install () { | |||
107 | install -m 0644 ${WORKDIR}/host.conf ${D}${sysconfdir}/host.conf | 110 | install -m 0644 ${WORKDIR}/host.conf ${D}${sysconfdir}/host.conf |
108 | install -m 0644 ${WORKDIR}/motd ${D}${sysconfdir}/motd | 111 | install -m 0644 ${WORKDIR}/motd ${D}${sysconfdir}/motd |
109 | 112 | ||
110 | for license in BSD GPL-2 LGPL-2 LGPL-2.1 Artistic; do | 113 | for license in BSD GPL-2 LGPL-2 LGPL-2.1 Artistic GPL-3 LGPL-3 GFDL-1.2; do |
111 | install -m 0644 ${WORKDIR}/licenses/$license ${D}${datadir}/common-licenses/ | 114 | install -m 0644 ${WORKDIR}/licenses/$license ${D}${datadir}/common-licenses/ |
112 | done | 115 | done |
113 | 116 | ||