blob: 366d3e4a558dee8d3d375efab7f9afad3a532536 [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
5Mathematisch Centrum (CWI) in the Netherlands as a successor of a
6language called ABC. Guido is Python's principal author, although it
Guido van Rossum028d0692000-09-03 03:13:44 +00007includes many contributions from others. The last version released
8from CWI was Python 1.2. In 1995, Guido continued his work on Python
9at the Corporation for National Research Initiatives (CNRI) in Reston,
Guido van Rossumea70b492000-09-01 19:51:14 +000010Virginia where he released several versions of the software. Python
111.6 was the last of the versions released by CNRI. In 2000, Guido and
Guido van Rossum9d644792000-12-12 15:24:57 +000012the Python core development team moved to BeOpen.com to form the
Guido van Rossum3225c1f2001-03-22 15:41:06 +000013BeOpen PythonLabs team. Python 2.0 was the first and only release
14from BeOpen.com.
15
16Following the release of Python 1.6, and after Guido van Rossum left
17CNRI to work with commercial software developers, it became clear that
18the ability to use Python with software available under the GNU Public
19License (GPL) was very desirable. CNRI and the Free Software
Thomas Woutersf5db48e2001-03-22 16:03:53 +000020Foundation (FSF) interacted to develop enabling wording changes to the
Guido van Rossum3225c1f2001-03-22 15:41:06 +000021Python license. Python 1.6.1 is essentially the same as Python 1.6,
Guido van Rossum9ea60c52001-04-13 15:04:00 +000022with a few minor bug fixes, and with a different license that enables
23later versions to be GPL-compatible. Python 2.1 is a derivative work
24of Python 1.6.1, as well as of Python 2.0.
Guido van Rossumea70b492000-09-01 19:51:14 +000025
Guido van Rossum71500c82001-01-18 14:39:49 +000026After Python 2.0 was released by BeOpen.com, Guido van Rossum and the
Guido van Rossum3225c1f2001-03-22 15:41:06 +000027other PythonLabs developers joined Digital Creations. All
28intellectual property added from this point on, starting with Python
292.1 and its alpha and beta releases, is owned by the Python Software
30Foundation (PSF), a non-profit modeled after the Apache Software
31Foundation. See http://www.python.org/psf/ for more information about
32the PSF.
33
34Thanks to the many outside volunteers who have worked under Guido's
35direction to make these releases possible.
Guido van Rossumea70b492000-09-01 19:51:14 +000036
Guido van Rossumea70b492000-09-01 19:51:14 +000037
Guido van Rossumaa815df2001-04-10 03:37:31 +000038B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
39===============================================================
Guido van Rossum3225c1f2001-03-22 15:41:06 +000040
Guido van Rossum9ea60c52001-04-13 15:04:00 +000041PSF LICENSE AGREEMENT
42---------------------
43
441. This LICENSE AGREEMENT is between the Python Software Foundation
45("PSF"), and the Individual or Organization ("Licensee") accessing and
46otherwise using Python 2.1 software in source or binary form and its
47associated documentation.
48
492. Subject to the terms and conditions of this License Agreement, PSF
50hereby grants Licensee a nonexclusive, royalty-free, world-wide
51license to reproduce, analyze, test, perform and/or display publicly,
52prepare derivative works, distribute, and otherwise use Python 2.1
53alone or in any derivative version, provided, however, that PSF's
54License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
552001 Python Software Foundation; All Rights Reserved" are retained in
56Python 2.1 alone or in any derivative version prepared by Licensee.
57
583. In the event Licensee prepares a derivative work that is based on
59or incorporates Python 2.1 or any part thereof, and wants to make
60the derivative work available to others as provided herein, then
61Licensee hereby agrees to include in any such work a brief summary of
62the changes made to Python 2.1.
63
644. PSF is making Python 2.1 available to Licensee on an "AS IS"
65basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
66IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
67DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
68FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.1 WILL NOT
69INFRINGE ANY THIRD PARTY RIGHTS.
70
715. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
722.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
73A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.1,
74OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
75
766. This License Agreement will automatically terminate upon a material
77breach of its terms and conditions.
78
Guido van Rossum648b4de2001-05-04 18:49:06 +0000797. Nothing in this License Agreement shall be deemed to create any
80relationship of agency, partnership, or joint venture between PSF and
81Licensee. This License Agreement does not grant permission to use PSF
82trademarks or trade name in a trademark sense to endorse or promote
83products or services of Licensee, or any third party.
Guido van Rossum9ea60c52001-04-13 15:04:00 +000084
Guido van Rossum859d9b52001-04-13 19:41:28 +0000858. By copying, installing or otherwise using Python 2.1, Licensee
86agrees to be bound by the terms and conditions of this License
87Agreement.
88
Guido van Rossum575d7f32001-04-13 15:04:31 +000089
Guido van Rossum9ea60c52001-04-13 15:04:00 +000090BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0
91----------------------------------------------
Guido van Rossum028d0692000-09-03 03:13:44 +000092
Guido van Rossum2e0d3312000-09-04 00:58:48 +000093BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
Guido van Rossumea70b492000-09-01 19:51:14 +000094
Guido van Rossum028d0692000-09-03 03:13:44 +0000951. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
96office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
Guido van Rossumea70b492000-09-01 19:51:14 +000097Individual or Organization ("Licensee") accessing and otherwise using
98this software in source or binary form and its associated
99documentation ("the Software").
100
Guido van Rossum028d0692000-09-03 03:13:44 +00001012. Subject to the terms and conditions of this BeOpen Python License
102Agreement, BeOpen hereby grants Licensee a non-exclusive,
103royalty-free, world-wide license to reproduce, analyze, test, perform
104and/or display publicly, prepare derivative works, distribute, and
105otherwise use the Software alone or in any derivative version,
106provided, however, that the BeOpen Python License is retained in the
107Software, alone or in any derivative version prepared by Licensee.
Guido van Rossumea70b492000-09-01 19:51:14 +0000108
Guido van Rossum82271162000-09-05 03:05:07 +00001093. BeOpen is making the Software available to Licensee on an "AS IS"
Guido van Rossumea70b492000-09-01 19:51:14 +0000110basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
111IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
112DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
113FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
114INFRINGE ANY THIRD PARTY RIGHTS.
115
Guido van Rossum82271162000-09-05 03:05:07 +00001164. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
Guido van Rossumea70b492000-09-01 19:51:14 +0000117SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
118AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
119DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
120
Guido van Rossum82271162000-09-05 03:05:07 +00001215. This License Agreement will automatically terminate upon a material
Guido van Rossumea70b492000-09-01 19:51:14 +0000122breach of its terms and conditions.
123
Guido van Rossum82271162000-09-05 03:05:07 +00001246. This License Agreement shall be governed by and interpreted in all
Guido van Rossumea70b492000-09-01 19:51:14 +0000125respects by the law of the State of California, excluding conflict of
126law provisions. Nothing in this License Agreement shall be deemed to
127create any relationship of agency, partnership, or joint venture
128between BeOpen and Licensee. This License Agreement does not grant
Guido van Rossumac1c8182000-09-03 13:21:38 +0000129permission to use BeOpen trademarks or trade names in a trademark
130sense to endorse or promote products or services of Licensee, or any
131third party. As an exception, the "BeOpen Python" logos available at
Guido van Rossum028d0692000-09-03 03:13:44 +0000132http://www.pythonlabs.com/logos.html may be used according to the
133permissions granted on that web page.
Guido van Rossumea70b492000-09-01 19:51:14 +0000134
Guido van Rossum82271162000-09-05 03:05:07 +00001357. By copying, installing or otherwise using the software, Licensee
Guido van Rossumea70b492000-09-01 19:51:14 +0000136agrees to be bound by the terms and conditions of this License
137Agreement.
138
139
Guido van Rossum9ea60c52001-04-13 15:04:00 +0000140CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT
141-------------------------------------------------
Guido van Rossumea761c02000-10-10 14:49:44 +0000142
1431. This LICENSE AGREEMENT is between the Corporation for National
144Research Initiatives, having an office at 1895 Preston White Drive,
145Reston, VA 20191 ("CNRI"), and the Individual or Organization
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000146("Licensee") accessing and otherwise using Python 1.6.1 software in
147source or binary form and its associated documentation.
Guido van Rossumea761c02000-10-10 14:49:44 +0000148
1492. Subject to the terms and conditions of this License Agreement, CNRI
150hereby grants Licensee a nonexclusive, royalty-free, world-wide
151license to reproduce, analyze, test, perform and/or display publicly,
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000152prepare derivative works, distribute, and otherwise use Python 1.6.1
Guido van Rossumea761c02000-10-10 14:49:44 +0000153alone or in any derivative version, provided, however, that CNRI's
154License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
Guido van Rossum3225c1f2001-03-22 15:41:06 +00001551995-2001 Corporation for National Research Initiatives; All Rights
156Reserved" are retained in Python 1.6.1 alone or in any derivative
157version prepared by Licensee. Alternately, in lieu of CNRI's License
158Agreement, Licensee may substitute the following text (omitting the
159quotes): "Python 1.6.1 is made available subject to the terms and
160conditions in CNRI's License Agreement. This Agreement together with
161Python 1.6.1 may be located on the Internet using the following
162unique, persistent identifier (known as a handle): 1895.22/1013. This
163Agreement may also be obtained from a proxy server on the Internet
164using the following URL: http://hdl.handle.net/1895.22/1013".
Guido van Rossumea761c02000-10-10 14:49:44 +0000165
1663. In the event Licensee prepares a derivative work that is based on
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000167or incorporates Python 1.6.1 or any part thereof, and wants to make
168the derivative work available to others as provided herein, then
169Licensee hereby agrees to include in any such work a brief summary of
170the changes made to Python 1.6.1.
Guido van Rossumea761c02000-10-10 14:49:44 +0000171
Guido van Rossum3225c1f2001-03-22 15:41:06 +00001724. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
173basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
174IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
Guido van Rossumea761c02000-10-10 14:49:44 +0000175DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000176FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
Guido van Rossumea761c02000-10-10 14:49:44 +0000177INFRINGE ANY THIRD PARTY RIGHTS.
178
1795. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
Guido van Rossum3225c1f2001-03-22 15:41:06 +00001801.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
181A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
182OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
Guido van Rossumea761c02000-10-10 14:49:44 +0000183
1846. This License Agreement will automatically terminate upon a material
185breach of its terms and conditions.
186
Guido van Rossum3225c1f2001-03-22 15:41:06 +00001877. This License Agreement shall be governed by the federal
188intellectual property law of the United States, including without
189limitation the federal copyright law, and, to the extent such
190U.S. federal law does not apply, by the law of the Commonwealth of
191Virginia, excluding Virginia's conflict of law provisions.
192Notwithstanding the foregoing, with regard to derivative works based
193on Python 1.6.1 that incorporate non-separable material that was
194previously distributed under the GNU General Public License (GPL), the
195law of the Commonwealth of Virginia shall govern this License
196Agreement only as to issues arising under or with respect to
197Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
198License Agreement shall be deemed to create any relationship of
199agency, partnership, or joint venture between CNRI and Licensee. This
200License Agreement does not grant permission to use CNRI trademarks or
201trade name in a trademark sense to endorse or promote products or
202services of Licensee, or any third party.
Guido van Rossumea761c02000-10-10 14:49:44 +0000203
2048. By clicking on the "ACCEPT" button where indicated, or by copying,
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000205installing or otherwise using Python 1.6.1, Licensee agrees to be
206bound by the terms and conditions of this License Agreement.
Guido van Rossumea761c02000-10-10 14:49:44 +0000207
Guido van Rossum3225c1f2001-03-22 15:41:06 +0000208 ACCEPT
Guido van Rossumea70b492000-09-01 19:51:14 +0000209
210
Guido van Rossum9ea60c52001-04-13 15:04:00 +0000211CWI PERMISSIONS STATEMENT AND DISCLAIMER
212----------------------------------------
Guido van Rossumea70b492000-09-01 19:51:14 +0000213
214Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
215The Netherlands. All rights reserved.
216
217Permission to use, copy, modify, and distribute this software and its
218documentation for any purpose and without fee is hereby granted,
219provided that the above copyright notice appear in all copies and that
220both that copyright notice and this permission notice appear in
221supporting documentation, and that the name of Stichting Mathematisch
222Centrum or CWI not be used in advertising or publicity pertaining to
223distribution of the software without specific, written prior
224permission.
225
226STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
227THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
228FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
229FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
230WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
231ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
232OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.