You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
70
+
Everyone is permitted to copy and distribute verbatim copies
71
+
of this license document, but changing it is not allowed.
72
+
73
+
74
+
This version of the GNU Lesser General Public License incorporates
75
+
the terms and conditions of version 3 of the GNU General Public
76
+
License, supplemented by the additional permissions listed below.
77
+
78
+
0. Additional Definitions.
79
+
80
+
As used herein, "this License" refers to version 3 of the GNU Lesser
81
+
General Public License, and the "GNU GPL" refers to version 3 of the GNU
82
+
General Public License.
83
+
84
+
"The Library" refers to a covered work governed by this License,
85
+
other than an Application or a Combined Work as defined below.
86
+
87
+
An "Application" is any work that makes use of an interface provided
88
+
by the Library, but which is not otherwise based on the Library.
89
+
Defining a subclass of a class defined by the Library is deemed a mode
90
+
of using an interface provided by the Library.
91
+
92
+
A "Combined Work" is a work produced by combining or linking an
93
+
Application with the Library. The particular version of the Library
94
+
with which the Combined Work was made is also called the "Linked
95
+
Version".
96
+
97
+
The "Minimal Corresponding Source" for a Combined Work means the
98
+
Corresponding Source for the Combined Work, excluding any source code
99
+
for portions of the Combined Work that, considered in isolation, are
100
+
based on the Application, and not on the Linked Version.
101
+
102
+
The "Corresponding Application Code" for a Combined Work means the
103
+
object code and/or source code for the Application, including any data
104
+
and utility programs needed for reproducing the Combined Work from the
105
+
Application, but excluding the System Libraries of the Combined Work.
106
+
107
+
1. Exception to Section 3 of the GNU GPL.
108
+
109
+
You may convey a covered work under sections 3 and 4 of this License
110
+
without being bound by section 3 of the GNU GPL.
111
+
112
+
2. Conveying Modified Versions.
113
+
114
+
If you modify a copy of the Library, and, in your modifications, a
115
+
facility refers to a function or data to be supplied by an Application
116
+
that uses the facility (other than as an argument passed when the
117
+
facility is invoked), then you may convey a copy of the modified
118
+
version:
119
+
120
+
a) under this License, provided that you make a good faith effort to
121
+
ensure that, in the event an Application does not supply the
122
+
function or data, the facility still operates, and performs
123
+
whatever part of its purpose remains meaningful, or
124
+
125
+
b) under the GNU GPL, with none of the additional permissions of
126
+
this License applicable to that copy.
127
+
128
+
3. Object Code Incorporating Material from Library Header Files.
129
+
130
+
The object code form of an Application may incorporate material from
131
+
a header file that is part of the Library. You may convey such object
132
+
code under terms of your choice, provided that, if the incorporated
133
+
material is not limited to numerical parameters, data structure
134
+
layouts and accessors, or small macros, inline functions and templates
135
+
(ten or fewer lines in length), you do both of the following:
136
+
137
+
a) Give prominent notice with each copy of the object code that the
138
+
Library is used in it and that the Library and its use are
139
+
covered by this License.
140
+
141
+
b) Accompany the object code with a copy of the GNU GPL and this license
142
+
document.
143
+
144
+
4. Combined Works.
145
+
146
+
You may convey a Combined Work under terms of your choice that,
147
+
taken together, effectively do not restrict modification of the
148
+
portions of the Library contained in the Combined Work and reverse
149
+
engineering for debugging such modifications, if you also do each of
150
+
the following:
151
+
152
+
a) Give prominent notice with each copy of the Combined Work that
153
+
the Library is used in it and that the Library and its use are
154
+
covered by this License.
155
+
156
+
b) Accompany the Combined Work with a copy of the GNU GPL and this license
157
+
document.
158
+
159
+
c) For a Combined Work that displays copyright notices during
160
+
execution, include the copyright notice for the Library among
161
+
these notices, as well as a reference directing the user to the
162
+
copies of the GNU GPL and this license document.
163
+
164
+
d) Do one of the following:
165
+
166
+
0) Convey the Minimal Corresponding Source under the terms of this
167
+
License, and the Corresponding Application Code in a form
168
+
suitable for, and under terms that permit, the user to
169
+
recombine or relink the Application with a modified version of
170
+
the Linked Version to produce a modified Combined Work, in the
171
+
manner specified by section 6 of the GNU GPL for conveying
172
+
Corresponding Source.
173
+
174
+
1) Use a suitable shared library mechanism for linking with the
175
+
Library. A suitable mechanism is one that (a) uses at run time
176
+
a copy of the Library already present on the user's computer
177
+
system, and (b) will operate properly with a modified version
178
+
of the Library that is interface-compatible with the Linked
179
+
Version.
180
+
181
+
e) Provide Installation Information, but only if you would otherwise
182
+
be required to provide such information under section 6 of the
183
+
GNU GPL, and only to the extent that such information is
184
+
necessary to install and execute a modified version of the
185
+
Combined Work produced by recombining or relinking the
186
+
Application with a modified version of the Linked Version. (If
187
+
you use option 4d0, the Installation Information must accompany
188
+
the Minimal Corresponding Source and Corresponding Application
189
+
Code. If you use option 4d1, you must provide the Installation
190
+
Information in the manner specified by section 6 of the GNU GPL
191
+
for conveying Corresponding Source.)
192
+
193
+
5. Combined Libraries.
194
+
195
+
You may place library facilities that are a work based on the
196
+
Library side by side in a single library together with other library
197
+
facilities that are not Applications and are not covered by this
198
+
License, and convey such a combined library under terms of your
199
+
choice, if you do both of the following:
200
+
201
+
a) Accompany the combined library with a copy of the same work based
202
+
on the Library, uncombined with any other library facilities,
203
+
conveyed under the terms of this License.
204
+
205
+
b) Give prominent notice with the combined library that part of it
206
+
is a work based on the Library, and explaining where to find the
207
+
accompanying uncombined form of the same work.
208
+
209
+
6. Revised Versions of the GNU Lesser General Public License.
210
+
211
+
The Free Software Foundation may publish revised and/or new versions
212
+
of the GNU Lesser General Public License from time to time. Such new
213
+
versions will be similar in spirit to the present version, but may
214
+
differ in detail to address new problems or concerns.
215
+
216
+
Each version is given a distinguishing version number. If the
217
+
Library as you received it specifies that a certain numbered version
218
+
of the GNU Lesser General Public License "or any later version"
219
+
applies to it, you have the option of following the terms and
220
+
conditions either of that published version or of any later version
221
+
published by the Free Software Foundation. If the Library as you
222
+
received it does not specify a version number of the GNU Lesser
223
+
General Public License, you may choose any version of the GNU Lesser
224
+
General Public License ever published by the Free Software Foundation.
225
+
226
+
If the Library as you received it specifies that a proxy can decide
227
+
whether future versions of the GNU Lesser General Public License shall
228
+
apply, that proxy's public statement of acceptance of any version is
229
+
permanent authorization for you to choose that version for the
230
+
Library.
231
+
````
58
232
59
233
# PSF
60
234
61
235
- The Magic library located under thirdparty/magic/.
236
+
Copyright (C) 2011, Adam Hupp
237
+
238
+
````
239
+
PSF LICENSE AGREEMENT FOR PYTHON 2.7.3
240
+
241
+
This LICENSE AGREEMENT is between the Python Software Foundation (“PSF”), and the Individual or Organization (“Licensee”) accessing and otherwise using Python 2.7.3 software in source or binary form and its associated documentation.
In the event Licensee prepares a derivative work that is based on or incorporates Python 2.7.3 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.7.3.
244
+
PSF is making Python 2.7.3 available to Licensee on an “AS IS” basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.7.3 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
245
+
PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.7.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.7.3, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
246
+
This License Agreement will automatically terminate upon a material breach of its terms and conditions.
247
+
Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
248
+
By copying, installing or otherwise using Python 2.7.3, Licensee agrees to be bound by the terms and conditions of this License Agreement.
0 commit comments