blob: a541c29e8dabca842d6e4197266b1147b3716e38 [file] [log] [blame]
Fred Drake852f7952001-06-20 21:34:35 +00001\section{History of the software}
2
3Python was created in the early 1990s by Guido van Rossum at Stichting
Fred Drake0068e9c2001-07-17 23:08:24 +00004Mathematisch Centrum (CWI, see \url{http://www.cwi.nl/}) in the Netherlands
5as a successor of a language called ABC. Guido remains Python's
6principal author, although it includes many contributions from others.
Fred Drake852f7952001-06-20 21:34:35 +00007
Fred Drake0068e9c2001-07-17 23:08:24 +00008In 1995, Guido continued his work on Python at the Corporation for
9National Research Initiatives (CNRI, see \url{http://www.cnri.reston.va.us/})
10in Reston, Virginia where he released several versions of the
11software.
Fred Drake852f7952001-06-20 21:34:35 +000012
Fred Drake0068e9c2001-07-17 23:08:24 +000013In May 2000, Guido and the Python core development team moved to
14BeOpen.com to form the BeOpen PythonLabs team. In October of the same
Guido van Rossum2e1c09c2002-04-04 17:52:50 +000015year, the PythonLabs team moved to Digital Creations (now Zope
16Corporation; see \url{http://www.zope.com/}). In 2001, the Python
Fred Drake7b822712001-12-14 16:42:56 +000017Software Foundation (PSF, see \url{http://www.python.org/psf/}) was
18formed, a non-profit organization created specifically to own
Guido van Rossum2e1c09c2002-04-04 17:52:50 +000019Python-related Intellectual Property. Zope Corporation is a
Fred Drake7b822712001-12-14 16:42:56 +000020sponsoring member of the PSF.
Fred Drake0068e9c2001-07-17 23:08:24 +000021
22All Python releases are Open Source (see
23\url{http://www.opensource.org/} for the Open Source Definition).
24Historically, most, but not all, Python releases have also been
25GPL-compatible; the table below summarizes the various releases.
26
Fred Drake2f36b3e2003-04-26 00:52:30 +000027\begin{tablev}{c|c|c|c|c}{textrm}%
28 {Release}{Derived from}{Year}{Owner}{GPL compatible?}
Fred Drake0068e9c2001-07-17 23:08:24 +000029 \linev{0.9.0 thru 1.2}{n/a}{1991-1995}{CWI}{yes}
30 \linev{1.3 thru 1.5.2}{1.2}{1995-1999}{CNRI}{yes}
31 \linev{1.6}{1.5.2}{2000}{CNRI}{no}
32 \linev{2.0}{1.6}{2000}{BeOpen.com}{no}
33 \linev{1.6.1}{1.6}{2001}{CNRI}{no}
34 \linev{2.1}{2.0+1.6.1}{2001}{PSF}{no}
35 \linev{2.0.1}{2.0+1.6.1}{2001}{PSF}{yes}
36 \linev{2.1.1}{2.1+2.0.1}{2001}{PSF}{yes}
37 \linev{2.2}{2.1.1}{2001}{PSF}{yes}
Fred Drake77f44382002-04-08 21:57:31 +000038 \linev{2.1.2}{2.1.1}{2002}{PSF}{yes}
39 \linev{2.1.3}{2.1.2}{2002}{PSF}{yes}
40 \linev{2.2.1}{2.2}{2002}{PSF}{yes}
Fred Drake2f36b3e2003-04-26 00:52:30 +000041 \linev{2.2.2}{2.2.1}{2002}{PSF}{yes}
42 \linev{2.3}{2.2.2}{2002-2003}{PSF}{yes}
Fred Drake0068e9c2001-07-17 23:08:24 +000043\end{tablev}
44
Fred Drake0aa811c2001-10-20 04:24:09 +000045\note{GPL-compatible doesn't mean that we're distributing
Fred Drake0068e9c2001-07-17 23:08:24 +000046Python under the GPL. All Python licenses, unlike the GPL, let you
47distribute a modified version without making your changes open source.
48The GPL-compatible licenses make it possible to combine Python with
Fred Drake0aa811c2001-10-20 04:24:09 +000049other software that is released under the GPL; the others don't.}
Fred Drake852f7952001-06-20 21:34:35 +000050
51Thanks to the many outside volunteers who have worked under Guido's
52direction to make these releases possible.
53
54
55\section{Terms and conditions for accessing or otherwise using Python}
56
Fred Drake2f36b3e2003-04-26 00:52:30 +000057\centerline{\strong{PSF LICENSE AGREEMENT FOR PYTHON \version}}
Fred Drake852f7952001-06-20 21:34:35 +000058
59\begin{enumerate}
60\item
61This LICENSE AGREEMENT is between the Python Software Foundation
62(``PSF''), and the Individual or Organization (``Licensee'') accessing
63and otherwise using Python \version{} software in source or binary
64form and its associated documentation.
65
66\item
67Subject 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,
70prepare derivative works, distribute, and otherwise use Python
71\version{} alone or in any derivative version, provided, however, that
72PSF's License Agreement and PSF's notice of copyright, i.e.,
Fred Drake2f36b3e2003-04-26 00:52:30 +000073``Copyright \copyright{} 2001-2003 Python Software Foundation; All
Michael W. Hudson494cdb62002-02-27 13:29:46 +000074Rights Reserved'' are retained in Python \version{} alone or in any
Fred Drake852f7952001-06-20 21:34:35 +000075derivative version prepared by Licensee.
76
77\item
78In the event Licensee prepares a derivative work that is based on
79or incorporates Python \version{} or any part thereof, and wants to
80make the derivative work available to others as provided herein, then
81Licensee hereby agrees to include in any such work a brief summary of
82the changes made to Python \version.
83
84\item
85PSF is making Python \version{} available to Licensee on an ``AS IS''
86basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
87IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
88DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
89FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON \version{} WILL
90NOT INFRINGE ANY THIRD PARTY RIGHTS.
91
92\item
93PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
94\version{} FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
95LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON
96\version, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
97POSSIBILITY THEREOF.
98
99\item
100This License Agreement will automatically terminate upon a material
101breach of its terms and conditions.
102
103\item
104Nothing in this License Agreement shall be deemed to create any
105relationship of agency, partnership, or joint venture between PSF and
106Licensee. This License Agreement does not grant permission to use PSF
107trademarks or trade name in a trademark sense to endorse or promote
108products or services of Licensee, or any third party.
109
110\item
111By copying, installing or otherwise using Python \version, Licensee
112agrees to be bound by the terms and conditions of this License
113Agreement.
114\end{enumerate}
115
116
Fred Drake0068e9c2001-07-17 23:08:24 +0000117\centerline{\strong{BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0}}
Fred Drake852f7952001-06-20 21:34:35 +0000118
119\centerline{\strong{BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1}}
120
121\begin{enumerate}
122\item
123This LICENSE AGREEMENT is between BeOpen.com (``BeOpen''), having an
124office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
125Individual or Organization (``Licensee'') accessing and otherwise
126using this software in source or binary form and its associated
127documentation (``the Software'').
128
129\item
130Subject to the terms and conditions of this BeOpen Python License
131Agreement, BeOpen hereby grants Licensee a non-exclusive,
132royalty-free, world-wide license to reproduce, analyze, test, perform
133and/or display publicly, prepare derivative works, distribute, and
134otherwise use the Software alone or in any derivative version,
135provided, however, that the BeOpen Python License is retained in the
136Software, alone or in any derivative version prepared by Licensee.
137
138\item
139BeOpen is making the Software available to Licensee on an ``AS IS''
140basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
141IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
142DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
143FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
144INFRINGE ANY THIRD PARTY RIGHTS.
145
146\item
147BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
148SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
149AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
150DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
151
152\item
153This License Agreement will automatically terminate upon a material
154breach of its terms and conditions.
155
156\item
157This License Agreement shall be governed by and interpreted in all
158respects by the law of the State of California, excluding conflict of
159law provisions. Nothing in this License Agreement shall be deemed to
160create any relationship of agency, partnership, or joint venture
161between BeOpen and Licensee. This License Agreement does not grant
162permission to use BeOpen trademarks or trade names in a trademark
163sense to endorse or promote products or services of Licensee, or any
164third party. As an exception, the ``BeOpen Python'' logos available
165at http://www.pythonlabs.com/logos.html may be used according to the
166permissions granted on that web page.
167
168\item
169By copying, installing or otherwise using the software, Licensee
170agrees to be bound by the terms and conditions of this License
171Agreement.
172\end{enumerate}
173
174
Fred Drake0068e9c2001-07-17 23:08:24 +0000175\centerline{\strong{CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1}}
Fred Drake852f7952001-06-20 21:34:35 +0000176
177\begin{enumerate}
178\item
179This LICENSE AGREEMENT is between the Corporation for National
180Research Initiatives, having an office at 1895 Preston White Drive,
181Reston, VA 20191 (``CNRI''), and the Individual or Organization
182(``Licensee'') accessing and otherwise using Python 1.6.1 software in
183source or binary form and its associated documentation.
184
185\item
186Subject to the terms and conditions of this License Agreement, CNRI
187hereby grants Licensee a nonexclusive, royalty-free, world-wide
188license to reproduce, analyze, test, perform and/or display publicly,
189prepare derivative works, distribute, and otherwise use Python 1.6.1
190alone or in any derivative version, provided, however, that CNRI's
191License Agreement and CNRI's notice of copyright, i.e., ``Copyright
192\copyright{} 1995-2001 Corporation for National Research Initiatives;
193All Rights Reserved'' are retained in Python 1.6.1 alone or in any
194derivative version prepared by Licensee. Alternately, in lieu of
195CNRI's License Agreement, Licensee may substitute the following text
196(omitting the quotes): ``Python 1.6.1 is made available subject to the
197terms and conditions in CNRI's License Agreement. This Agreement
198together with Python 1.6.1 may be located on the Internet using the
199following unique, persistent identifier (known as a handle):
2001895.22/1013. This Agreement may also be obtained from a proxy server
201on the Internet using the following URL:
202\url{http://hdl.handle.net/1895.22/1013}.''
203
204\item
205In the event Licensee prepares a derivative work that is based on
206or incorporates Python 1.6.1 or any part thereof, and wants to make
207the derivative work available to others as provided herein, then
208Licensee hereby agrees to include in any such work a brief summary of
209the changes made to Python 1.6.1.
210
211\item
212CNRI is making Python 1.6.1 available to Licensee on an ``AS IS''
213basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
214IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
215DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
216FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
217INFRINGE ANY THIRD PARTY RIGHTS.
218
219\item
220CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
2211.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
222A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
223OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
224
225\item
226This License Agreement will automatically terminate upon a material
227breach of its terms and conditions.
228
229\item
230This License Agreement shall be governed by the federal
231intellectual property law of the United States, including without
232limitation the federal copyright law, and, to the extent such
233U.S. federal law does not apply, by the law of the Commonwealth of
234Virginia, excluding Virginia's conflict of law provisions.
235Notwithstanding the foregoing, with regard to derivative works based
236on Python 1.6.1 that incorporate non-separable material that was
237previously distributed under the GNU General Public License (GPL), the
238law of the Commonwealth of Virginia shall govern this License
239Agreement only as to issues arising under or with respect to
240Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
241License Agreement shall be deemed to create any relationship of
242agency, partnership, or joint venture between CNRI and Licensee. This
243License Agreement does not grant permission to use CNRI trademarks or
244trade name in a trademark sense to endorse or promote products or
245services of Licensee, or any third party.
246
247\item
248By clicking on the ``ACCEPT'' button where indicated, or by copying,
249installing or otherwise using Python 1.6.1, Licensee agrees to be
250bound by the terms and conditions of this License Agreement.
251\end{enumerate}
252
253\centerline{ACCEPT}
254
255
256
Fred Drake0068e9c2001-07-17 23:08:24 +0000257\centerline{\strong{CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2}}
Fred Drake852f7952001-06-20 21:34:35 +0000258
259Copyright \copyright{} 1991 - 1995, Stichting Mathematisch Centrum
260Amsterdam, The Netherlands. All rights reserved.
261
262Permission to use, copy, modify, and distribute this software and its
263documentation for any purpose and without fee is hereby granted,
264provided that the above copyright notice appear in all copies and that
265both that copyright notice and this permission notice appear in
266supporting documentation, and that the name of Stichting Mathematisch
267Centrum or CWI not be used in advertising or publicity pertaining to
268distribution of the software without specific, written prior
269permission.
270
271STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
272THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
273FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
274FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
275WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
276ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
277OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.