diff options
Diffstat (limited to 'meta/files/common-licenses/LGPL-3')
-rw-r--r-- | meta/files/common-licenses/LGPL-3 | 147 |
1 files changed, 147 insertions, 0 deletions
diff --git a/meta/files/common-licenses/LGPL-3 b/meta/files/common-licenses/LGPL-3 new file mode 100644 index 0000000000..aadbb6d191 --- /dev/null +++ b/meta/files/common-licenses/LGPL-3 | |||
@@ -0,0 +1,147 @@ | |||
1 | |||
2 | GNU LESSER GENERAL PUBLIC LICENSE | ||
3 | |||
4 | Version 3, 29 June 2007 | ||
5 | |||
6 | Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/> | ||
7 | |||
8 | Everyone is permitted to copy and distribute verbatim copies of this license | ||
9 | document, but changing it is not allowed. | ||
10 | |||
11 | This version of the GNU Lesser General Public License incorporates the terms | ||
12 | and conditions of version 3 of the GNU General Public License, supplemented by | ||
13 | the additional permissions listed below. | ||
14 | |||
15 | 0. Additional Definitions. | ||
16 | |||
17 | As used herein, "this License" refers to version 3 of the GNU | ||
18 | Lesser General Public License, and the "GNU GPL" refers to version | ||
19 | 3 of the GNU General Public License. | ||
20 | |||
21 | "The Library" refers to a covered work governed by this License, | ||
22 | other than an Application or a Combined Work as defined below. | ||
23 | |||
24 | An "Application" is any work that makes use of an interface | ||
25 | provided by the Library, but which is not otherwise based on the Library. | ||
26 | Defining a subclass of a class defined by the Library is deemed a mode of using | ||
27 | an interface provided by the Library. | ||
28 | |||
29 | A "Combined Work" is a work produced by combining or linking an | ||
30 | Application with the Library. The particular version of the Library with which | ||
31 | the Combined Work was made is also called the "Linked Version". | ||
32 | |||
33 | The "Minimal Corresponding Source" for a Combined Work means the | ||
34 | Corresponding Source for the Combined Work, excluding any source code for | ||
35 | portions of the Combined Work that, considered in isolation, are based on the | ||
36 | Application, and not on the Linked Version. | ||
37 | |||
38 | The "Corresponding Application Code" for a Combined Work means the | ||
39 | object code and/or source code for the Application, including any data and | ||
40 | utility programs needed for reproducing the Combined Work from the Application, | ||
41 | but excluding the System Libraries of the Combined Work. | ||
42 | |||
43 | 1. Exception to Section 3 of the GNU GPL. | ||
44 | |||
45 | You may convey a covered work under sections 3 and 4 of this License without | ||
46 | being bound by section 3 of the GNU GPL. | ||
47 | |||
48 | 2. Conveying Modified Versions. | ||
49 | |||
50 | If you modify a copy of the Library, and, in your modifications, a facility | ||
51 | refers to a function or data to be supplied by an Application that uses the | ||
52 | facility (other than as an argument passed when the facility is invoked), then | ||
53 | you may convey a copy of the modified version: | ||
54 | |||
55 | a) under this License, provided that you make a good faith effort to ensure | ||
56 | that, in the event an Application does not supply the function or data, the | ||
57 | facility still operates, and performs whatever part of its purpose remains | ||
58 | meaningful, or | ||
59 | b) under the GNU GPL, with none of the additional permissions of this License | ||
60 | applicable to that copy. | ||
61 | 3. Object Code Incorporating Material from Library Header Files. | ||
62 | |||
63 | The object code form of an Application may incorporate material from a header | ||
64 | file that is part of the Library. You may convey such object code under terms | ||
65 | of your choice, provided that, if the incorporated material is not limited to | ||
66 | numerical parameters, data structure layouts and accessors, or small macros, | ||
67 | inline functions and templates (ten or fewer lines in length), you do both of | ||
68 | the following: | ||
69 | |||
70 | a) Give prominent notice with each copy of the object code that the Library is | ||
71 | used in it and that the Library and its use are covered by this License. | ||
72 | b) Accompany the object code with a copy of the GNU GPL and this license | ||
73 | document. | ||
74 | 4. Combined Works. | ||
75 | |||
76 | You may convey a Combined Work under terms of your choice that, taken together, | ||
77 | effectively do not restrict modification of the portions of the Library | ||
78 | contained in the Combined Work and reverse engineering for debugging such | ||
79 | modifications, if you also do each of the following: | ||
80 | |||
81 | a) Give prominent notice with each copy of the Combined Work that the Library | ||
82 | is used in it and that the Library and its use are covered by this License. | ||
83 | b) Accompany the Combined Work with a copy of the GNU GPL and this license | ||
84 | document. | ||
85 | c) For a Combined Work that displays copyright notices during execution, | ||
86 | include the copyright notice for the Library among these notices, as well as a | ||
87 | reference directing the user to the copies of the GNU GPL and this license | ||
88 | document. | ||
89 | d) Do one of the following: | ||
90 | 0) Convey the Minimal Corresponding Source under the terms of this License, and | ||
91 | the Corresponding Application Code in a form suitable for, and under terms that | ||
92 | permit, the user to recombine or relink the Application with a modified version | ||
93 | of the Linked Version to produce a modified Combined Work, in the manner | ||
94 | specified by section 6 of the GNU GPL for conveying Corresponding Source. | ||
95 | 1) Use a suitable shared library mechanism for linking with the Library. A | ||
96 | suitable mechanism is one that (a) uses at run time a copy of the Library | ||
97 | already present on the user's computer system, and (b) will operate properly | ||
98 | with a modified version of the Library that is interface-compatible with the | ||
99 | Linked Version. | ||
100 | e) Provide Installation Information, but only if you would otherwise be | ||
101 | required to provide such information under section 6 of the GNU GPL, and only | ||
102 | to the extent that such information is necessary to install and execute a | ||
103 | modified version of the Combined Work produced by recombining or relinking the | ||
104 | Application with a modified version of the Linked Version. (If you use option | ||
105 | 4d0, the Installation Information must accompany the Minimal Corresponding | ||
106 | Source and Corresponding Application Code. If you use option 4d1, you must | ||
107 | provide the Installation Information in the manner specified by section 6 of | ||
108 | the GNU GPL for conveying Corresponding Source.) | ||
109 | 5. Combined Libraries. | ||
110 | |||
111 | You may place library facilities that are a work based on the Library side by | ||
112 | side in a single library together with other library facilities that are not | ||
113 | Applications and are not covered by this License, and convey such a combined | ||
114 | library under terms of your choice, if you do both of the following: | ||
115 | |||
116 | a) Accompany the combined library with a copy of the same work based on the | ||
117 | Library, uncombined with any other library facilities, conveyed under the terms | ||
118 | of this License. | ||
119 | b) Give prominent notice with the combined library that part of it is a work | ||
120 | based on the Library, and explaining where to find the accompanying uncombined | ||
121 | form of the same work. | ||
122 | 6. Revised Versions of the GNU Lesser General Public License. | ||
123 | |||
124 | The Free Software Foundation may publish revised and/or new versions of the GNU | ||
125 | Lesser General Public License from time to time. Such new versions will be | ||
126 | similar in spirit to the present version, but may differ in detail to address | ||
127 | new problems or concerns. | ||
128 | |||
129 | Each version is given a distinguishing version number. If the Library as you | ||
130 | received it specifies that a certain numbered version of the GNU Lesser General | ||
131 | Public License "or any later version" applies to it, you have the | ||
132 | option of following the terms and conditions either of that published version | ||
133 | or of any later version published by the Free Software Foundation. If the | ||
134 | Library as you received it does not specify a version number of the GNU Lesser | ||
135 | General Public License, you may choose any version of the GNU Lesser General | ||
136 | Public License ever published by the Free Software Foundation. | ||
137 | |||
138 | If the Library as you received it specifies that a proxy can decide whether | ||
139 | future versions of the GNU Lesser General Public License shall apply, that | ||
140 | proxy's public statement of acceptance of any version is permanent | ||
141 | authorization for you to choose that version for the Library. | ||
142 | |||
143 | |||
144 | |||
145 | |||
146 | |||
147 | |||