Skip to content

Commit 4ce166a

Browse files
committed
Added license file
1 parent 9203a9d commit 4ce166a

File tree

1 file changed

+163
-0
lines changed

1 file changed

+163
-0
lines changed

license.txt

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

0 commit comments

Comments
 (0)