blob: 397d6e247b54ef96cb6f14331a0906ad45e700f0 [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
40
41Footnotes:
42
43(1) GPL-compatible doesn't mean that we're distributing Python under
44 the GPL. All Python licenses, unlike the GPL, let you distribute
45 a modified version without making your changes open source. The
46 GPL-compatible licenses make it possible to combine Python with
47 other software that is released under the GPL; the others don't.
Guido van Rossum3225c1f2001-03-22 15:41:06 +000048
49Thanks to the many outside volunteers who have worked under Guido's
50direction to make these releases possible.
Guido van Rossumea70b492000-09-01 19:51:14 +000051
Guido van Rossumea70b492000-09-01 19:51:14 +000052
Guido van Rossumaa815df2001-04-10 03:37:31 +000053B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
54===============================================================
Guido van Rossum3225c1f2001-03-22 15:41:06 +000055
Guido van Rossum7b4dd762001-07-17 20:14:06 +000056PSF LICENSE AGREEMENT FOR PYTHON 2.2
57------------------------------------
Guido van Rossum9ea60c52001-04-13 15:04:00 +000058
591. This LICENSE AGREEMENT is between the Python Software Foundation
60("PSF"), and the Individual or Organization ("Licensee") accessing and
Guido van Rossum7b4dd762001-07-17 20:14:06 +000061otherwise using Python 2.2 software in source or binary form and its
Guido van Rossum9ea60c52001-04-13 15:04:00 +000062associated documentation.
63
642. Subject to the terms and conditions of this License Agreement, PSF
65hereby grants Licensee a nonexclusive, royalty-free, world-wide
66license to reproduce, analyze, test, perform and/or display publicly,
Guido van Rossum7b4dd762001-07-17 20:14:06 +000067prepare derivative works, distribute, and otherwise use Python 2.2
Guido van Rossum9ea60c52001-04-13 15:04:00 +000068alone or in any derivative version, provided, however, that PSF's
69License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
Michael W. Hudson494cdb62002-02-27 13:29:46 +0000702001, 2002 Python Software Foundation; All Rights Reserved" are
71retained in Python 2.2 alone or in any derivative version prepared by
72Licensee.
Guido van Rossum9ea60c52001-04-13 15:04:00 +000073
743. In the event Licensee prepares a derivative work that is based on
Guido van Rossum7b4dd762001-07-17 20:14:06 +000075or incorporates Python 2.2 or any part thereof, and wants to make
Guido van Rossum9ea60c52001-04-13 15:04:00 +000076the derivative work available to others as provided herein, then
77Licensee hereby agrees to include in any such work a brief summary of
Guido van Rossum7b4dd762001-07-17 20:14:06 +000078the changes made to Python 2.2.
Guido van Rossum9ea60c52001-04-13 15:04:00 +000079
Guido van Rossum7b4dd762001-07-17 20:14:06 +0000804. PSF is making Python 2.2 available to Licensee on an "AS IS"
Guido van Rossum9ea60c52001-04-13 15:04:00 +000081basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
82IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
83DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
Guido van Rossum7b4dd762001-07-17 20:14:06 +000084FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.2 WILL NOT
Guido van Rossum9ea60c52001-04-13 15:04:00 +000085INFRINGE ANY THIRD PARTY RIGHTS.
86
875. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
Guido van Rossum7b4dd762001-07-17 20:14:06 +0000882.2 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
89A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.2,
Guido van Rossum9ea60c52001-04-13 15:04:00 +000090OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
91
926. This License Agreement will automatically terminate upon a material
93breach of its terms and conditions.
94
Guido van Rossum648b4de2001-05-04 18:49:06 +0000957. Nothing in this License Agreement shall be deemed to create any
96relationship of agency, partnership, or joint venture between PSF and
97Licensee. This License Agreement does not grant permission to use PSF
98trademarks or trade name in a trademark sense to endorse or promote
99products or services of Licensee, or any third party.
Guido van Rossum9ea60c52001-04-13 15:04:00 +0000100
Guido van Rossum7b4dd762001-07-17 20:14:06 +00001018. By copying, installing or otherwise using Python 2.2, Licensee
Guido van Rossum859d9b52001-04-13 19:41:28 +0000102agrees to be bound by the terms and conditions of this License
103Agreement.
104
Guido van Rossum575d7f32001-04-13 15:04:31 +0000105
Guido van Rossum7b4dd762001-07-17 20:14:06 +0000106BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
107-------------------------------------------
Guido van Rossum028d0692000-09-03 03:13:44 +0000108
Guido van Rossum2e0d3312000-09-04 00:58:48 +0000109BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
Guido van Rossumea70b492000-09-01 19:51:14 +0000110
Guido van Rossum028d0692000-09-03 03:13:44 +00001111. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
112office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
Guido van Rossumea70b492000-09-01 19:51:14 +0000113Individual or Organization ("Licensee") accessing and otherwise using
114this software in source or binary form and its associated
115documentation ("the Software").
116
Guido van Rossum028d0692000-09-03 03:13:44 +00001172. Subject to the terms and conditions of this BeOpen Python License
118Agreement, BeOpen hereby grants Licensee a non-exclusive,
119royalty-free, world-wide license to reproduce, analyze, test, perform
120and/or display publicly, prepare derivative works, distribute, and
121otherwise use the Software alone or in any derivative version,
122provided, however, that the BeOpen Python License is retained in the
123Software, alone or in any derivative version prepared by Licensee.
Guido van Rossumea70b492000-09-01 19:51:14 +0000124
Guido van Rossum82271162000-09-05 03:05:07 +00001253. BeOpen is making the Software available to Licensee on an "AS IS"
Guido van Rossumea70b492000-09-01 19:51:14 +0000126basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
127IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
128DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
129FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
130INFRINGE ANY THIRD PARTY RIGHTS.
131
Guido van Rossum82271162000-09-05 03:05:07 +00001324. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
Guido van Rossumea70b492000-09-01 19:51:14 +0000133SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
134AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
135DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
136
Guido van Rossum82271162000-09-05 03:05:07 +00001375. This License Agreement will automatically terminate upon a material
Guido van Rossumea70b492000-09-01 19:51:14 +0000138breach of its terms and conditions.
139
Guido van Rossum82271162000-09-05 03:05:07 +00001406. This License Agreement shall be governed by and interpreted in all
Guido van Rossumea70b492000-09-01 19:51:14 +0000141respects by the law of the State of California, excluding conflict of
142law provisions. Nothing in this License Agreement shall be deemed to
143create any relationship of agency, partnership, or joint venture
144between BeOpen and Licensee. This License Agreement does not grant
Guido van Rossumac1c8182000-09-03 13:21:38 +0000145permission to use BeOpen trademarks or trade names in a trademark
146sense to endorse or promote products or services of Licensee, or any
147third party. As an exception, the "BeOpen Python" logos available at
Guido van Rossum028d0692000-09-03 03:13:44 +0000148http://www.pythonlabs.com/logos.html may be used according to the
149permissions granted on that web page.
Guido van Rossumea70b492000-09-01 19:51:14 +0000150
Guido van Rossum82271162000-09-05 03:05:07 +00001517. By copying, installing or otherwise using the software, Licensee
Guido van Rossumea70b492000-09-01 19:51:14 +0000152agrees to be bound by the terms and conditions of this License
153Agreement.
154
155
Guido van Rossum7b4dd762001-07-17 20:14:06 +0000156CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
157---------------------------------------
Guido van Rossumea761c02000-10-10 14:49:44 +0000158
1591. This LICENSE AGREEMENT is between the Corporation for National
160Research Initiatives, having an office at 1895 Preston White Drive,
161Reston, VA 20191 ("CNRI"), and the Individual or Organization
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000162("Licensee") accessing and otherwise using Python 1.6.1 software in
163source or binary form and its associated documentation.
Guido van Rossumea761c02000-10-10 14:49:44 +0000164
1652. Subject to the terms and conditions of this License Agreement, CNRI
166hereby grants Licensee a nonexclusive, royalty-free, world-wide
167license to reproduce, analyze, test, perform and/or display publicly,
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000168prepare derivative works, distribute, and otherwise use Python 1.6.1
Guido van Rossumea761c02000-10-10 14:49:44 +0000169alone or in any derivative version, provided, however, that CNRI's
170License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
Guido van Rossum3225c1f2001-03-22 15:41:06 +00001711995-2001 Corporation for National Research Initiatives; All Rights
172Reserved" are retained in Python 1.6.1 alone or in any derivative
173version prepared by Licensee. Alternately, in lieu of CNRI's License
174Agreement, Licensee may substitute the following text (omitting the
175quotes): "Python 1.6.1 is made available subject to the terms and
176conditions in CNRI's License Agreement. This Agreement together with
177Python 1.6.1 may be located on the Internet using the following
178unique, persistent identifier (known as a handle): 1895.22/1013. This
179Agreement may also be obtained from a proxy server on the Internet
180using the following URL: http://hdl.handle.net/1895.22/1013".
Guido van Rossumea761c02000-10-10 14:49:44 +0000181
1823. In the event Licensee prepares a derivative work that is based on
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000183or incorporates Python 1.6.1 or any part thereof, and wants to make
184the derivative work available to others as provided herein, then
185Licensee hereby agrees to include in any such work a brief summary of
186the changes made to Python 1.6.1.
Guido van Rossumea761c02000-10-10 14:49:44 +0000187
Guido van Rossum3225c1f2001-03-22 15:41:06 +00001884. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
189basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
190IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
Guido van Rossumea761c02000-10-10 14:49:44 +0000191DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000192FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
Guido van Rossumea761c02000-10-10 14:49:44 +0000193INFRINGE ANY THIRD PARTY RIGHTS.
194
1955. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
Guido van Rossum3225c1f2001-03-22 15:41:06 +00001961.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
197A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
198OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
Guido van Rossumea761c02000-10-10 14:49:44 +0000199
2006. This License Agreement will automatically terminate upon a material
201breach of its terms and conditions.
202
Guido van Rossum3225c1f2001-03-22 15:41:06 +00002037. This License Agreement shall be governed by the federal
204intellectual property law of the United States, including without
205limitation the federal copyright law, and, to the extent such
206U.S. federal law does not apply, by the law of the Commonwealth of
207Virginia, excluding Virginia's conflict of law provisions.
208Notwithstanding the foregoing, with regard to derivative works based
209on Python 1.6.1 that incorporate non-separable material that was
210previously distributed under the GNU General Public License (GPL), the
211law of the Commonwealth of Virginia shall govern this License
212Agreement only as to issues arising under or with respect to
213Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
214License Agreement shall be deemed to create any relationship of
215agency, partnership, or joint venture between CNRI and Licensee. This
216License Agreement does not grant permission to use CNRI trademarks or
217trade name in a trademark sense to endorse or promote products or
218services of Licensee, or any third party.
Guido van Rossumea761c02000-10-10 14:49:44 +0000219
2208. By clicking on the "ACCEPT" button where indicated, or by copying,
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000221installing or otherwise using Python 1.6.1, Licensee agrees to be
222bound by the terms and conditions of this License Agreement.
Guido van Rossumea761c02000-10-10 14:49:44 +0000223
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000224 ACCEPT
Guido van Rossumea70b492000-09-01 19:51:14 +0000225
226
Guido van Rossum7b4dd762001-07-17 20:14:06 +0000227CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
228--------------------------------------------------
Guido van Rossumea70b492000-09-01 19:51:14 +0000229
230Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
231The Netherlands. All rights reserved.
232
233Permission to use, copy, modify, and distribute this software and its
234documentation for any purpose and without fee is hereby granted,
235provided that the above copyright notice appear in all copies and that
236both that copyright notice and this permission notice appear in
237supporting documentation, and that the name of Stichting Mathematisch
238Centrum or CWI not be used in advertising or publicity pertaining to
239distribution of the software without specific, written prior
240permission.
241
242STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
243THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
244FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
245FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
246WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
247ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
248OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.