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