0
|
1 |
1: Zope Public License (ZPL) Version 2.1
|
|
2 |
2: -------------------------------------
|
|
3 |
3:
|
|
4 |
4: A copyright notice accompanies this license document that
|
|
5 |
5: identifies the copyright holders.
|
|
6 |
6:
|
|
7 |
7: This license has been certified as open source. It has also
|
|
8 |
8: been designated as GPL compatible by the Free Software
|
|
9 |
9: Foundation (FSF).
|
|
10 |
10:
|
|
11 |
11: Redistribution and use in source and binary forms, with or
|
|
12 |
12: without modification, are permitted provided that the
|
|
13 |
13: following conditions are met:
|
|
14 |
14:
|
|
15 |
15: 1. Redistributions in source code must retain the
|
|
16 |
16: accompanying copyright notice, this list of conditions,
|
|
17 |
17: and the following disclaimer.
|
|
18 |
18:
|
|
19 |
19: 2. Redistributions in binary form must reproduce the accompanying
|
|
20 |
20: copyright notice, this list of conditions, and the
|
|
21 |
21: following disclaimer in the documentation and/or other
|
|
22 |
22: materials provided with the distribution.
|
|
23 |
23:
|
|
24 |
24: 3. Names of the copyright holders must not be used to
|
|
25 |
25: endorse or promote products derived from this software
|
|
26 |
26: without prior written permission from the copyright
|
|
27 |
27: holders.
|
|
28 |
28:
|
|
29 |
29: 4. The right to distribute this software or to use it for
|
|
30 |
30: any purpose does not give you the right to use
|
|
31 |
31: Servicemarks (sm) or Trademarks (tm) of the copyright
|
|
32 |
32: holders. Use of them is covered by separate agreement
|
|
33 |
33: with the copyright holders.
|
|
34 |
34:
|
|
35 |
35: 5. If any files are modified, you must cause the modified
|
|
36 |
36: files to carry prominent notices stating that you changed
|
|
37 |
37: the files and the date of any change.
|
|
38 |
38:
|
|
39 |
39: Disclaimer
|
|
40 |
40:
|
|
41 |
41: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS''
|
|
42 |
42: AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
|
|
43 |
43: NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
44 |
44: AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
|
|
45 |
45: NO EVENT SHALL THE COPYRIGHT HOLDERS BE
|
|
46 |
46: LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
47 |
47: EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
48 |
48: LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
49 |
49: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
50 |
50: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
51 |
51: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
52 |
52: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
53 |
53: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
|
54 |
54: DAMAGE.
|
|
55 |
|
|
56 |
----
|
|
57 |
|
|
58 |
Python 2.4 license
|
|
59 |
|
|
60 |
This is the official license for the Python 2.4 release:
|
|
61 |
|
|
62 |
A. HISTORY OF THE SOFTWARE
|
|
63 |
==========================
|
|
64 |
|
|
65 |
Python was created in the early 1990s by Guido van Rossum at Stichting
|
|
66 |
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
|
|
67 |
as a successor of a language called ABC. Guido remains Python's
|
|
68 |
principal author, although it includes many contributions from others.
|
|
69 |
|
|
70 |
In 1995, Guido continued his work on Python at the Corporation for
|
|
71 |
National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
|
|
72 |
in Reston, Virginia where he released several versions of the
|
|
73 |
software.
|
|
74 |
|
|
75 |
In May 2000, Guido and the Python core development team moved to
|
|
76 |
BeOpen.com to form the BeOpen PythonLabs team. In October of the same
|
|
77 |
year, the PythonLabs team moved to Digital Creations (now Zope
|
|
78 |
Corporation, see http://www.zope.com). In 2001, the Python Software
|
|
79 |
Foundation (PSF, see http://www.python.org/psf/) was formed, a
|
|
80 |
non-profit organization created specifically to own Python-related
|
|
81 |
Intellectual Property. Zope Corporation is a sponsoring member of
|
|
82 |
the PSF.
|
|
83 |
|
|
84 |
All Python releases are Open Source (see http://www.opensource.org for
|
|
85 |
the Open Source Definition). Historically, most, but not all, Python
|
|
86 |
releases have also been GPL-compatible; the table below summarizes
|
|
87 |
the various releases.
|
|
88 |
|
|
89 |
Release Derived Year Owner GPL-
|
|
90 |
from compatible? (1)
|
|
91 |
|
|
92 |
0.9.0 thru 1.2 1991-1995 CWI yes
|
|
93 |
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
|
|
94 |
1.6 1.5.2 2000 CNRI no
|
|
95 |
2.0 1.6 2000 BeOpen.com no
|
|
96 |
1.6.1 1.6 2001 CNRI yes (2)
|
|
97 |
2.1 2.0+1.6.1 2001 PSF no
|
|
98 |
2.0.1 2.0+1.6.1 2001 PSF yes
|
|
99 |
2.1.1 2.1+2.0.1 2001 PSF yes
|
|
100 |
2.2 2.1.1 2001 PSF yes
|
|
101 |
2.1.2 2.1.1 2002 PSF yes
|
|
102 |
2.1.3 2.1.2 2002 PSF yes
|
|
103 |
2.2.1 2.2 2002 PSF yes
|
|
104 |
2.2.2 2.2.1 2002 PSF yes
|
|
105 |
2.2.3 2.2.2 2003 PSF yes
|
|
106 |
2.3 2.2.2 2002-2003 PSF yes
|
|
107 |
2.3.1 2.3 2002-2003 PSF yes
|
|
108 |
2.3.2 2.3.1 2002-2003 PSF yes
|
|
109 |
2.3.3 2.3.2 2002-2003 PSF yes
|
|
110 |
2.3.4 2.3.3 2004 PSF yes
|
|
111 |
2.4 2.3 2004 PSF yes
|
|
112 |
|
|
113 |
Footnotes:
|
|
114 |
|
|
115 |
(1) GPL-compatible doesn't mean that we're distributing Python under
|
|
116 |
the GPL. All Python licenses, unlike the GPL, let you distribute
|
|
117 |
a modified version without making your changes open source. The
|
|
118 |
GPL-compatible licenses make it possible to combine Python with
|
|
119 |
other software that is released under the GPL; the others don't.
|
|
120 |
|
|
121 |
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
|
|
122 |
because its license has a choice of law clause. According to
|
|
123 |
CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
|
|
124 |
is "not incompatible" with the GPL.
|
|
125 |
|
|
126 |
Thanks to the many outside volunteers who have worked under Guido's
|
|
127 |
direction to make these releases possible.
|
|
128 |
|
|
129 |
|
|
130 |
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
|
|
131 |
===============================================================
|
|
132 |
|
|
133 |
PSF LICENSE AGREEMENT FOR PYTHON 2.4
|
|
134 |
------------------------------------
|
|
135 |
|
|
136 |
1. This LICENSE AGREEMENT is between the Python Software Foundation
|
|
137 |
("PSF"), and the Individual or Organization ("Licensee") accessing and
|
|
138 |
otherwise using Python 2.4 software in source or binary form and its
|
|
139 |
associated documentation.
|
|
140 |
|
|
141 |
2. Subject to the terms and conditions of this License Agreement, PSF
|
|
142 |
hereby grants Licensee a nonexclusive, royalty-free, world-wide
|
|
143 |
license to reproduce, analyze, test, perform and/or display publicly,
|
|
144 |
prepare derivative works, distribute, and otherwise use Python 2.4
|
|
145 |
alone or in any derivative version, provided, however, that PSF's
|
|
146 |
License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
|
|
147 |
2001, 2002, 2003, 2004 Python Software Foundation; All Rights Reserved"
|
|
148 |
are retained in Python 2.4 alone or in any derivative version prepared
|
|
149 |
by Licensee.
|
|
150 |
|
|
151 |
3. In the event Licensee prepares a derivative work that is based on
|
|
152 |
or incorporates Python 2.4 or any part thereof, and wants to make
|
|
153 |
the derivative work available to others as provided herein, then
|
|
154 |
Licensee hereby agrees to include in any such work a brief summary of
|
|
155 |
the changes made to Python 2.4.
|
|
156 |
|
|
157 |
4. PSF is making Python 2.4 available to Licensee on an "AS IS"
|
|
158 |
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
|
159 |
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
|
|
160 |
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
|
161 |
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.4 WILL NOT
|
|
162 |
INFRINGE ANY THIRD PARTY RIGHTS.
|
|
163 |
|
|
164 |
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
|
|
165 |
2.4 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
|
|
166 |
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.4,
|
|
167 |
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
|
168 |
|
|
169 |
6. This License Agreement will automatically terminate upon a material
|
|
170 |
breach of its terms and conditions.
|
|
171 |
|
|
172 |
7. Nothing in this License Agreement shall be deemed to create any
|
|
173 |
relationship of agency, partnership, or joint venture between PSF and
|
|
174 |
Licensee. This License Agreement does not grant permission to use PSF
|
|
175 |
trademarks or trade name in a trademark sense to endorse or promote
|
|
176 |
products or services of Licensee, or any third party.
|
|
177 |
|
|
178 |
8. By copying, installing or otherwise using Python 2.4, Licensee
|
|
179 |
agrees to be bound by the terms and conditions of this License
|
|
180 |
Agreement.
|
|
181 |
|
|
182 |
|
|
183 |
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
|
|
184 |
-------------------------------------------
|
|
185 |
|
|
186 |
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
|
|
187 |
|
|
188 |
1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
|
|
189 |
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
|
|
190 |
Individual or Organization ("Licensee") accessing and otherwise using
|
|
191 |
this software in source or binary form and its associated
|
|
192 |
documentation ("the Software").
|
|
193 |
|
|
194 |
2. Subject to the terms and conditions of this BeOpen Python License
|
|
195 |
Agreement, BeOpen hereby grants Licensee a non-exclusive,
|
|
196 |
royalty-free, world-wide license to reproduce, analyze, test, perform
|
|
197 |
and/or display publicly, prepare derivative works, distribute, and
|
|
198 |
otherwise use the Software alone or in any derivative version,
|
|
199 |
provided, however, that the BeOpen Python License is retained in the
|
|
200 |
Software, alone or in any derivative version prepared by Licensee.
|
|
201 |
|
|
202 |
3. BeOpen is making the Software available to Licensee on an "AS IS"
|
|
203 |
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
|
204 |
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
|
|
205 |
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
|
206 |
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
|
|
207 |
INFRINGE ANY THIRD PARTY RIGHTS.
|
|
208 |
|
|
209 |
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
|
|
210 |
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
|
|
211 |
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
|
|
212 |
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
|
213 |
|
|
214 |
5. This License Agreement will automatically terminate upon a material
|
|
215 |
breach of its terms and conditions.
|
|
216 |
|
|
217 |
6. This License Agreement shall be governed by and interpreted in all
|
|
218 |
respects by the law of the State of California, excluding conflict of
|
|
219 |
law provisions. Nothing in this License Agreement shall be deemed to
|
|
220 |
create any relationship of agency, partnership, or joint venture
|
|
221 |
between BeOpen and Licensee. This License Agreement does not grant
|
|
222 |
permission to use BeOpen trademarks or trade names in a trademark
|
|
223 |
sense to endorse or promote products or services of Licensee, or any
|
|
224 |
third party. As an exception, the "BeOpen Python" logos available at
|
|
225 |
http://www.pythonlabs.com/logos.html may be used according to the
|
|
226 |
permissions granted on that web page.
|
|
227 |
|
|
228 |
7. By copying, installing or otherwise using the software, Licensee
|
|
229 |
agrees to be bound by the terms and conditions of this License
|
|
230 |
Agreement.
|
|
231 |
|
|
232 |
|
|
233 |
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
|
|
234 |
---------------------------------------
|
|
235 |
|
|
236 |
1. This LICENSE AGREEMENT is between the Corporation for National
|
|
237 |
Research Initiatives, having an office at 1895 Preston White Drive,
|
|
238 |
Reston, VA 20191 ("CNRI"), and the Individual or Organization
|
|
239 |
("Licensee") accessing and otherwise using Python 1.6.1 software in
|
|
240 |
source or binary form and its associated documentation.
|
|
241 |
|
|
242 |
2. Subject to the terms and conditions of this License Agreement, CNRI
|
|
243 |
hereby grants Licensee a nonexclusive, royalty-free, world-wide
|
|
244 |
license to reproduce, analyze, test, perform and/or display publicly,
|
|
245 |
prepare derivative works, distribute, and otherwise use Python 1.6.1
|
|
246 |
alone or in any derivative version, provided, however, that CNRI's
|
|
247 |
License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
|
|
248 |
1995-2001 Corporation for National Research Initiatives; All Rights
|
|
249 |
Reserved" are retained in Python 1.6.1 alone or in any derivative
|
|
250 |
version prepared by Licensee. Alternately, in lieu of CNRI's License
|
|
251 |
Agreement, Licensee may substitute the following text (omitting the
|
|
252 |
quotes): "Python 1.6.1 is made available subject to the terms and
|
|
253 |
conditions in CNRI's License Agreement. This Agreement together with
|
|
254 |
Python 1.6.1 may be located on the Internet using the following
|
|
255 |
unique, persistent identifier (known as a handle): 1895.22/1013. This
|
|
256 |
Agreement may also be obtained from a proxy server on the Internet
|
|
257 |
using the following URL: http://hdl.handle.net/1895.22/1013".
|
|
258 |
|
|
259 |
3. In the event Licensee prepares a derivative work that is based on
|
|
260 |
or incorporates Python 1.6.1 or any part thereof, and wants to make
|
|
261 |
the derivative work available to others as provided herein, then
|
|
262 |
Licensee hereby agrees to include in any such work a brief summary of
|
|
263 |
the changes made to Python 1.6.1.
|
|
264 |
|
|
265 |
4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
|
|
266 |
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
|
267 |
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
|
|
268 |
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
|
269 |
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
|
|
270 |
INFRINGE ANY THIRD PARTY RIGHTS.
|
|
271 |
|
|
272 |
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
|
|
273 |
1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
|
|
274 |
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
|
|
275 |
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
|
276 |
|
|
277 |
6. This License Agreement will automatically terminate upon a material
|
|
278 |
breach of its terms and conditions.
|
|
279 |
|
|
280 |
7. This License Agreement shall be governed by the federal
|
|
281 |
intellectual property law of the United States, including without
|
|
282 |
limitation the federal copyright law, and, to the extent such
|
|
283 |
U.S. federal law does not apply, by the law of the Commonwealth of
|
|
284 |
Virginia, excluding Virginia's conflict of law provisions.
|
|
285 |
Notwithstanding the foregoing, with regard to derivative works based
|
|
286 |
on Python 1.6.1 that incorporate non-separable material that was
|
|
287 |
previously distributed under the GNU General Public License (GPL), the
|
|
288 |
law of the Commonwealth of Virginia shall govern this License
|
|
289 |
Agreement only as to issues arising under or with respect to
|
|
290 |
Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
|
|
291 |
License Agreement shall be deemed to create any relationship of
|
|
292 |
agency, partnership, or joint venture between CNRI and Licensee. This
|
|
293 |
License Agreement does not grant permission to use CNRI trademarks or
|
|
294 |
trade name in a trademark sense to endorse or promote products or
|
|
295 |
services of Licensee, or any third party.
|
|
296 |
|
|
297 |
8. By clicking on the "ACCEPT" button where indicated, or by copying,
|
|
298 |
installing or otherwise using Python 1.6.1, Licensee agrees to be
|
|
299 |
bound by the terms and conditions of this License Agreement.
|
|
300 |
|
|
301 |
ACCEPT
|
|
302 |
|
|
303 |
|
|
304 |
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
|
|
305 |
--------------------------------------------------
|
|
306 |
|
|
307 |
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
|
|
308 |
The Netherlands. All rights reserved.
|
|
309 |
|
|
310 |
Permission to use, copy, modify, and distribute this software and its
|
|
311 |
documentation for any purpose and without fee is hereby granted,
|
|
312 |
provided that the above copyright notice appear in all copies and that
|
|
313 |
both that copyright notice and this permission notice appear in
|
|
314 |
supporting documentation, and that the name of Stichting Mathematisch
|
|
315 |
Centrum or CWI not be used in advertising or publicity pertaining to
|
|
316 |
distribution of the software without specific, written prior
|
|
317 |
permission.
|
|
318 |
|
|
319 |
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
|
320 |
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
321 |
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
|
|
322 |
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
323 |
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
324 |
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
325 |
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
326 |
|