blob: 74e0c68978c09054f76f879008f70d2091eb2049 [file] [log] [blame]
Guido van Rossum3225c1f2001-03-22 15:41:06 +00001A. HISTORY OF THE SOFTWARE
2==========================
Guido van Rossumea70b492000-09-01 19:51:14 +00003
4Python was created in the early 1990s by Guido van Rossum at Stichting
Guido van Rossum7b4dd762001-07-17 20:14:06 +00005Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
6as a successor of a language called ABC. Guido remains Python's
7principal author, although it includes many contributions from others.
Guido van Rossum3225c1f2001-03-22 15:41:06 +00008
Guido van Rossum7b4dd762001-07-17 20:14:06 +00009In 1995, Guido continued his work on Python at the Corporation for
10National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
11in Reston, Virginia where he released several versions of the
12software.
Guido van Rossumea70b492000-09-01 19:51:14 +000013
Guido van Rossum7b4dd762001-07-17 20:14:06 +000014In May 2000, Guido and the Python core development team moved to
15BeOpen.com to form the BeOpen PythonLabs team. In October of the same
Guido van Rossum2e1c09c2002-04-04 17:52:50 +000016year, the PythonLabs team moved to Digital Creations (now Zope
17Corporation, see http://www.zope.com). In 2001, the Python Software
18Foundation (PSF, see http://www.python.org/psf/) was formed, a
19non-profit organization created specifically to own Python-related
20Intellectual Property. Zope Corporation is a sponsoring member of
21the PSF.
Guido van Rossum7b4dd762001-07-17 20:14:06 +000022
23All Python releases are Open Source (see http://www.opensource.org for
24the Open Source Definition). Historically, most, but not all, Python
25releases have also been GPL-compatible; the table below summarizes
26the various releases.
27
28 Release Derived Year Owner GPL-
29 from compatible? (1)
30
31 0.9.0 thru 1.2 1991-1995 CWI yes
32 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
33 1.6 1.5.2 2000 CNRI no
34 2.0 1.6 2000 BeOpen.com no
35 1.6.1 1.6 2001 CNRI no
36 2.1 2.0+1.6.1 2001 PSF no
37 2.0.1 2.0+1.6.1 2001 PSF yes
38 2.1.1 2.1+2.0.1 2001 PSF yes
39 2.2 2.1.1 2001 PSF yes
Tim Petersb0f3cea2002-04-08 21:36:47 +000040 2.1.2 2.1.1 2002 PSF yes
41 2.1.3 2.1.2 2002 PSF yes
42 2.2.1 2.2 2002 PSF yes
Guido van Rossum7b4dd762001-07-17 20:14:06 +000043
44Footnotes:
45
46(1) GPL-compatible doesn't mean that we're distributing Python under
47 the GPL. All Python licenses, unlike the GPL, let you distribute
48 a modified version without making your changes open source. The
49 GPL-compatible licenses make it possible to combine Python with
50 other software that is released under the GPL; the others don't.
Guido van Rossum3225c1f2001-03-22 15:41:06 +000051
52Thanks to the many outside volunteers who have worked under Guido's
53direction to make these releases possible.
Guido van Rossumea70b492000-09-01 19:51:14 +000054
Guido van Rossumea70b492000-09-01 19:51:14 +000055
Guido van Rossumaa815df2001-04-10 03:37:31 +000056B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
57===============================================================
Guido van Rossum3225c1f2001-03-22 15:41:06 +000058
Guido van Rossum7b4dd762001-07-17 20:14:06 +000059PSF LICENSE AGREEMENT FOR PYTHON 2.2
60------------------------------------
Guido van Rossum9ea60c52001-04-13 15:04:00 +000061
621. This LICENSE AGREEMENT is between the Python Software Foundation
63("PSF"), and the Individual or Organization ("Licensee") accessing and
Guido van Rossum7b4dd762001-07-17 20:14:06 +000064otherwise using Python 2.2 software in source or binary form and its
Guido van Rossum9ea60c52001-04-13 15:04:00 +000065associated documentation.
66
672. Subject to the terms and conditions of this License Agreement, PSF
68hereby grants Licensee a nonexclusive, royalty-free, world-wide
69license to reproduce, analyze, test, perform and/or display publicly,
Guido van Rossum7b4dd762001-07-17 20:14:06 +000070prepare derivative works, distribute, and otherwise use Python 2.2
Guido van Rossum9ea60c52001-04-13 15:04:00 +000071alone or in any derivative version, provided, however, that PSF's
72License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
Michael W. Hudson494cdb62002-02-27 13:29:46 +0000732001, 2002 Python Software Foundation; All Rights Reserved" are
74retained in Python 2.2 alone or in any derivative version prepared by
75Licensee.
Guido van Rossum9ea60c52001-04-13 15:04:00 +000076
773. In the event Licensee prepares a derivative work that is based on
Guido van Rossum7b4dd762001-07-17 20:14:06 +000078or incorporates Python 2.2 or any part thereof, and wants to make
Guido van Rossum9ea60c52001-04-13 15:04:00 +000079the derivative work available to others as provided herein, then
80Licensee hereby agrees to include in any such work a brief summary of
Guido van Rossum7b4dd762001-07-17 20:14:06 +000081the changes made to Python 2.2.
Guido van Rossum9ea60c52001-04-13 15:04:00 +000082
Guido van Rossum7b4dd762001-07-17 20:14:06 +0000834. PSF is making Python 2.2 available to Licensee on an "AS IS"
Guido van Rossum9ea60c52001-04-13 15:04:00 +000084basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
85IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
86DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
Guido van Rossum7b4dd762001-07-17 20:14:06 +000087FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.2 WILL NOT
Guido van Rossum9ea60c52001-04-13 15:04:00 +000088INFRINGE ANY THIRD PARTY RIGHTS.
89
905. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
Guido van Rossum7b4dd762001-07-17 20:14:06 +0000912.2 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
92A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.2,
Guido van Rossum9ea60c52001-04-13 15:04:00 +000093OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
94
956. This License Agreement will automatically terminate upon a material
96breach of its terms and conditions.
97
Guido van Rossum648b4de2001-05-04 18:49:06 +0000987. Nothing in this License Agreement shall be deemed to create any
99relationship of agency, partnership, or joint venture between PSF and
100Licensee. This License Agreement does not grant permission to use PSF
101trademarks or trade name in a trademark sense to endorse or promote
102products or services of Licensee, or any third party.
Guido van Rossum9ea60c52001-04-13 15:04:00 +0000103
Guido van Rossum7b4dd762001-07-17 20:14:06 +00001048. By copying, installing or otherwise using Python 2.2, Licensee
Guido van Rossum859d9b52001-04-13 19:41:28 +0000105agrees to be bound by the terms and conditions of this License
106Agreement.
107
Guido van Rossum575d7f32001-04-13 15:04:31 +0000108
Guido van Rossum7b4dd762001-07-17 20:14:06 +0000109BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
110-------------------------------------------
Guido van Rossum028d0692000-09-03 03:13:44 +0000111
Guido van Rossum2e0d3312000-09-04 00:58:48 +0000112BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
Guido van Rossumea70b492000-09-01 19:51:14 +0000113
Guido van Rossum028d0692000-09-03 03:13:44 +00001141. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
115office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
Guido van Rossumea70b492000-09-01 19:51:14 +0000116Individual or Organization ("Licensee") accessing and otherwise using
117this software in source or binary form and its associated
118documentation ("the Software").
119
Guido van Rossum028d0692000-09-03 03:13:44 +00001202. Subject to the terms and conditions of this BeOpen Python License
121Agreement, BeOpen hereby grants Licensee a non-exclusive,
122royalty-free, world-wide license to reproduce, analyze, test, perform
123and/or display publicly, prepare derivative works, distribute, and
124otherwise use the Software alone or in any derivative version,
125provided, however, that the BeOpen Python License is retained in the
126Software, alone or in any derivative version prepared by Licensee.
Guido van Rossumea70b492000-09-01 19:51:14 +0000127
Guido van Rossum82271162000-09-05 03:05:07 +00001283. BeOpen is making the Software available to Licensee on an "AS IS"
Guido van Rossumea70b492000-09-01 19:51:14 +0000129basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
130IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
131DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
132FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
133INFRINGE ANY THIRD PARTY RIGHTS.
134
Guido van Rossum82271162000-09-05 03:05:07 +00001354. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
Guido van Rossumea70b492000-09-01 19:51:14 +0000136SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
137AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
138DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
139
Guido van Rossum82271162000-09-05 03:05:07 +00001405. This License Agreement will automatically terminate upon a material
Guido van Rossumea70b492000-09-01 19:51:14 +0000141breach of its terms and conditions.
142
Guido van Rossum82271162000-09-05 03:05:07 +00001436. This License Agreement shall be governed by and interpreted in all
Guido van Rossumea70b492000-09-01 19:51:14 +0000144respects by the law of the State of California, excluding conflict of
145law provisions. Nothing in this License Agreement shall be deemed to
146create any relationship of agency, partnership, or joint venture
147between BeOpen and Licensee. This License Agreement does not grant
Guido van Rossumac1c8182000-09-03 13:21:38 +0000148permission to use BeOpen trademarks or trade names in a trademark
149sense to endorse or promote products or services of Licensee, or any
150third party. As an exception, the "BeOpen Python" logos available at
Guido van Rossum028d0692000-09-03 03:13:44 +0000151http://www.pythonlabs.com/logos.html may be used according to the
152permissions granted on that web page.
Guido van Rossumea70b492000-09-01 19:51:14 +0000153
Guido van Rossum82271162000-09-05 03:05:07 +00001547. By copying, installing or otherwise using the software, Licensee
Guido van Rossumea70b492000-09-01 19:51:14 +0000155agrees to be bound by the terms and conditions of this License
156Agreement.
157
158
Guido van Rossum7b4dd762001-07-17 20:14:06 +0000159CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
160---------------------------------------
Guido van Rossumea761c02000-10-10 14:49:44 +0000161
1621. This LICENSE AGREEMENT is between the Corporation for National
163Research Initiatives, having an office at 1895 Preston White Drive,
164Reston, VA 20191 ("CNRI"), and the Individual or Organization
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000165("Licensee") accessing and otherwise using Python 1.6.1 software in
166source or binary form and its associated documentation.
Guido van Rossumea761c02000-10-10 14:49:44 +0000167
1682. Subject to the terms and conditions of this License Agreement, CNRI
169hereby grants Licensee a nonexclusive, royalty-free, world-wide
170license to reproduce, analyze, test, perform and/or display publicly,
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000171prepare derivative works, distribute, and otherwise use Python 1.6.1
Guido van Rossumea761c02000-10-10 14:49:44 +0000172alone or in any derivative version, provided, however, that CNRI's
173License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
Guido van Rossum3225c1f2001-03-22 15:41:06 +00001741995-2001 Corporation for National Research Initiatives; All Rights
175Reserved" are retained in Python 1.6.1 alone or in any derivative
176version prepared by Licensee. Alternately, in lieu of CNRI's License
177Agreement, Licensee may substitute the following text (omitting the
178quotes): "Python 1.6.1 is made available subject to the terms and
179conditions in CNRI's License Agreement. This Agreement together with
180Python 1.6.1 may be located on the Internet using the following
181unique, persistent identifier (known as a handle): 1895.22/1013. This
182Agreement may also be obtained from a proxy server on the Internet
183using the following URL: http://hdl.handle.net/1895.22/1013".
Guido van Rossumea761c02000-10-10 14:49:44 +0000184
1853. In the event Licensee prepares a derivative work that is based on
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000186or incorporates Python 1.6.1 or any part thereof, and wants to make
187the derivative work available to others as provided herein, then
188Licensee hereby agrees to include in any such work a brief summary of
189the changes made to Python 1.6.1.
Guido van Rossumea761c02000-10-10 14:49:44 +0000190
Guido van Rossum3225c1f2001-03-22 15:41:06 +00001914. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
192basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
193IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
Guido van Rossumea761c02000-10-10 14:49:44 +0000194DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000195FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
Guido van Rossumea761c02000-10-10 14:49:44 +0000196INFRINGE ANY THIRD PARTY RIGHTS.
197
1985. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
Guido van Rossum3225c1f2001-03-22 15:41:06 +00001991.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
200A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
201OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
Guido van Rossumea761c02000-10-10 14:49:44 +0000202
2036. This License Agreement will automatically terminate upon a material
204breach of its terms and conditions.
205
Guido van Rossum3225c1f2001-03-22 15:41:06 +00002067. This License Agreement shall be governed by the federal
207intellectual property law of the United States, including without
208limitation the federal copyright law, and, to the extent such
209U.S. federal law does not apply, by the law of the Commonwealth of
210Virginia, excluding Virginia's conflict of law provisions.
211Notwithstanding the foregoing, with regard to derivative works based
212on Python 1.6.1 that incorporate non-separable material that was
213previously distributed under the GNU General Public License (GPL), the
214law of the Commonwealth of Virginia shall govern this License
215Agreement only as to issues arising under or with respect to
216Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
217License Agreement shall be deemed to create any relationship of
218agency, partnership, or joint venture between CNRI and Licensee. This
219License Agreement does not grant permission to use CNRI trademarks or
220trade name in a trademark sense to endorse or promote products or
221services of Licensee, or any third party.
Guido van Rossumea761c02000-10-10 14:49:44 +0000222
2238. By clicking on the "ACCEPT" button where indicated, or by copying,
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000224installing or otherwise using Python 1.6.1, Licensee agrees to be
225bound by the terms and conditions of this License Agreement.
Guido van Rossumea761c02000-10-10 14:49:44 +0000226
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000227 ACCEPT
Guido van Rossumea70b492000-09-01 19:51:14 +0000228
229
Guido van Rossum7b4dd762001-07-17 20:14:06 +0000230CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
231--------------------------------------------------
Guido van Rossumea70b492000-09-01 19:51:14 +0000232
233Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
234The Netherlands. All rights reserved.
235
236Permission to use, copy, modify, and distribute this software and its
237documentation for any purpose and without fee is hereby granted,
238provided that the above copyright notice appear in all copies and that
239both that copyright notice and this permission notice appear in
240supporting documentation, and that the name of Stichting Mathematisch
241Centrum or CWI not be used in advertising or publicity pertaining to
242distribution of the software without specific, written prior
243permission.
244
245STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
246THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
247FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
248FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
249WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
250ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
251OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.