Blame SOURCES/LICENSE

fa8379
A. HISTORY OF THE SOFTWARE
fa8379
==========================
fa8379
fa8379
Python was created in the early 1990s by Guido van Rossum at Stichting
fa8379
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
fa8379
as a successor of a language called ABC.  Guido remains Python's
fa8379
principal author, although it includes many contributions from others.
fa8379
fa8379
In 1995, Guido continued his work on Python at the Corporation for
fa8379
National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
fa8379
in Reston, Virginia where he released several versions of the
fa8379
software.
fa8379
fa8379
In May 2000, Guido and the Python core development team moved to
fa8379
BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
fa8379
year, the PythonLabs team moved to Digital Creations, which became
fa8379
Zope Corporation.  In 2001, the Python Software Foundation (PSF, see
fa8379
https://www.python.org/psf/) was formed, a non-profit organization
fa8379
created specifically to own Python-related Intellectual Property.
fa8379
Zope Corporation was a sponsoring member of the PSF.
fa8379
fa8379
All Python releases are Open Source (see http://www.opensource.org for
fa8379
the Open Source Definition).  Historically, most, but not all, Python
fa8379
releases have also been GPL-compatible; the table below summarizes
fa8379
the various releases.
fa8379
fa8379
    Release         Derived     Year        Owner       GPL-
fa8379
                    from                                compatible? (1)
fa8379
fa8379
    0.9.0 thru 1.2              1991-1995   CWI         yes
fa8379
    1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
fa8379
    1.6             1.5.2       2000        CNRI        no
fa8379
    2.0             1.6         2000        BeOpen.com  no
fa8379
    1.6.1           1.6         2001        CNRI        yes (2)
fa8379
    2.1             2.0+1.6.1   2001        PSF         no
fa8379
    2.0.1           2.0+1.6.1   2001        PSF         yes
fa8379
    2.1.1           2.1+2.0.1   2001        PSF         yes
fa8379
    2.1.2           2.1.1       2002        PSF         yes
fa8379
    2.1.3           2.1.2       2002        PSF         yes
fa8379
    2.2 and above   2.1.1       2001-now    PSF         yes
fa8379
fa8379
Footnotes:
fa8379
fa8379
(1) GPL-compatible doesn't mean that we're distributing Python under
fa8379
    the GPL.  All Python licenses, unlike the GPL, let you distribute
fa8379
    a modified version without making your changes open source.  The
fa8379
    GPL-compatible licenses make it possible to combine Python with
fa8379
    other software that is released under the GPL; the others don't.
fa8379
fa8379
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
fa8379
    because its license has a choice of law clause.  According to
fa8379
    CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
fa8379
    is "not incompatible" with the GPL.
fa8379
fa8379
Thanks to the many outside volunteers who have worked under Guido's
fa8379
direction to make these releases possible.
fa8379
fa8379
fa8379
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
fa8379
===============================================================
fa8379
fa8379
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
fa8379
--------------------------------------------
fa8379
fa8379
1. This LICENSE AGREEMENT is between the Python Software Foundation
fa8379
("PSF"), and the Individual or Organization ("Licensee") accessing and
fa8379
otherwise using this software ("Python") in source or binary form and
fa8379
its associated documentation.
fa8379
fa8379
2. Subject to the terms and conditions of this License Agreement, PSF hereby
fa8379
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
fa8379
analyze, test, perform and/or display publicly, prepare derivative works,
fa8379
distribute, and otherwise use Python alone or in any derivative version,
fa8379
provided, however, that PSF's License Agreement and PSF's notice of copyright,
fa8379
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
fa8379
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation; All
fa8379
Rights Reserved" are retained in Python alone or in any derivative version
fa8379
prepared by Licensee.
fa8379
fa8379
3. In the event Licensee prepares a derivative work that is based on
fa8379
or incorporates Python or any part thereof, and wants to make
fa8379
the derivative work available to others as provided herein, then
fa8379
Licensee hereby agrees to include in any such work a brief summary of
fa8379
the changes made to Python.
fa8379
fa8379
4. PSF is making Python available to Licensee on an "AS IS"
fa8379
basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
fa8379
IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
fa8379
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
fa8379
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
fa8379
INFRINGE ANY THIRD PARTY RIGHTS.
fa8379
fa8379
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
fa8379
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
fa8379
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
fa8379
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
fa8379
fa8379
6. This License Agreement will automatically terminate upon a material
fa8379
breach of its terms and conditions.
fa8379
fa8379
7. Nothing in this License Agreement shall be deemed to create any
fa8379
relationship of agency, partnership, or joint venture between PSF and
fa8379
Licensee.  This License Agreement does not grant permission to use PSF
fa8379
trademarks or trade name in a trademark sense to endorse or promote
fa8379
products or services of Licensee, or any third party.
fa8379
fa8379
8. By copying, installing or otherwise using Python, Licensee
fa8379
agrees to be bound by the terms and conditions of this License
fa8379
Agreement.
fa8379
fa8379
fa8379
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
fa8379
-------------------------------------------
fa8379
fa8379
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
fa8379
fa8379
1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
fa8379
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
fa8379
Individual or Organization ("Licensee") accessing and otherwise using
fa8379
this software in source or binary form and its associated
fa8379
documentation ("the Software").
fa8379
fa8379
2. Subject to the terms and conditions of this BeOpen Python License
fa8379
Agreement, BeOpen hereby grants Licensee a non-exclusive,
fa8379
royalty-free, world-wide license to reproduce, analyze, test, perform
fa8379
and/or display publicly, prepare derivative works, distribute, and
fa8379
otherwise use the Software alone or in any derivative version,
fa8379
provided, however, that the BeOpen Python License is retained in the
fa8379
Software, alone or in any derivative version prepared by Licensee.
fa8379
fa8379
3. BeOpen is making the Software available to Licensee on an "AS IS"
fa8379
basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
fa8379
IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
fa8379
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
fa8379
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
fa8379
INFRINGE ANY THIRD PARTY RIGHTS.
fa8379
fa8379
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
fa8379
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
fa8379
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
fa8379
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
fa8379
fa8379
5. This License Agreement will automatically terminate upon a material
fa8379
breach of its terms and conditions.
fa8379
fa8379
6. This License Agreement shall be governed by and interpreted in all
fa8379
respects by the law of the State of California, excluding conflict of
fa8379
law provisions.  Nothing in this License Agreement shall be deemed to
fa8379
create any relationship of agency, partnership, or joint venture
fa8379
between BeOpen and Licensee.  This License Agreement does not grant
fa8379
permission to use BeOpen trademarks or trade names in a trademark
fa8379
sense to endorse or promote products or services of Licensee, or any
fa8379
third party.  As an exception, the "BeOpen Python" logos available at
fa8379
http://www.pythonlabs.com/logos.html may be used according to the
fa8379
permissions granted on that web page.
fa8379
fa8379
7. By copying, installing or otherwise using the software, Licensee
fa8379
agrees to be bound by the terms and conditions of this License
fa8379
Agreement.
fa8379
fa8379
fa8379
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
fa8379
---------------------------------------
fa8379
fa8379
1. This LICENSE AGREEMENT is between the Corporation for National
fa8379
Research Initiatives, having an office at 1895 Preston White Drive,
fa8379
Reston, VA 20191 ("CNRI"), and the Individual or Organization
fa8379
("Licensee") accessing and otherwise using Python 1.6.1 software in
fa8379
source or binary form and its associated documentation.
fa8379
fa8379
2. Subject to the terms and conditions of this License Agreement, CNRI
fa8379
hereby grants Licensee a nonexclusive, royalty-free, world-wide
fa8379
license to reproduce, analyze, test, perform and/or display publicly,
fa8379
prepare derivative works, distribute, and otherwise use Python 1.6.1
fa8379
alone or in any derivative version, provided, however, that CNRI's
fa8379
License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
fa8379
1995-2001 Corporation for National Research Initiatives; All Rights
fa8379
Reserved" are retained in Python 1.6.1 alone or in any derivative
fa8379
version prepared by Licensee.  Alternately, in lieu of CNRI's License
fa8379
Agreement, Licensee may substitute the following text (omitting the
fa8379
quotes): "Python 1.6.1 is made available subject to the terms and
fa8379
conditions in CNRI's License Agreement.  This Agreement together with
fa8379
Python 1.6.1 may be located on the Internet using the following
fa8379
unique, persistent identifier (known as a handle): 1895.22/1013.  This
fa8379
Agreement may also be obtained from a proxy server on the Internet
fa8379
using the following URL: http://hdl.handle.net/1895.22/1013".
fa8379
fa8379
3. In the event Licensee prepares a derivative work that is based on
fa8379
or incorporates Python 1.6.1 or any part thereof, and wants to make
fa8379
the derivative work available to others as provided herein, then
fa8379
Licensee hereby agrees to include in any such work a brief summary of
fa8379
the changes made to Python 1.6.1.
fa8379
fa8379
4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
fa8379
basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
fa8379
IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
fa8379
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
fa8379
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
fa8379
INFRINGE ANY THIRD PARTY RIGHTS.
fa8379
fa8379
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
fa8379
1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
fa8379
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
fa8379
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
fa8379
fa8379
6. This License Agreement will automatically terminate upon a material
fa8379
breach of its terms and conditions.
fa8379
fa8379
7. This License Agreement shall be governed by the federal
fa8379
intellectual property law of the United States, including without
fa8379
limitation the federal copyright law, and, to the extent such
fa8379
U.S. federal law does not apply, by the law of the Commonwealth of
fa8379
Virginia, excluding Virginia's conflict of law provisions.
fa8379
Notwithstanding the foregoing, with regard to derivative works based
fa8379
on Python 1.6.1 that incorporate non-separable material that was
fa8379
previously distributed under the GNU General Public License (GPL), the
fa8379
law of the Commonwealth of Virginia shall govern this License
fa8379
Agreement only as to issues arising under or with respect to
fa8379
Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
fa8379
License Agreement shall be deemed to create any relationship of
fa8379
agency, partnership, or joint venture between CNRI and Licensee.  This
fa8379
License Agreement does not grant permission to use CNRI trademarks or
fa8379
trade name in a trademark sense to endorse or promote products or
fa8379
services of Licensee, or any third party.
fa8379
fa8379
8. By clicking on the "ACCEPT" button where indicated, or by copying,
fa8379
installing or otherwise using Python 1.6.1, Licensee agrees to be
fa8379
bound by the terms and conditions of this License Agreement.
fa8379
fa8379
        ACCEPT
fa8379
fa8379
fa8379
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
fa8379
--------------------------------------------------
fa8379
fa8379
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
fa8379
The Netherlands.  All rights reserved.
fa8379
fa8379
Permission to use, copy, modify, and distribute this software and its
fa8379
documentation for any purpose and without fee is hereby granted,
fa8379
provided that the above copyright notice appear in all copies and that
fa8379
both that copyright notice and this permission notice appear in
fa8379
supporting documentation, and that the name of Stichting Mathematisch
fa8379
Centrum or CWI not be used in advertising or publicity pertaining to
fa8379
distribution of the software without specific, written prior
fa8379
permission.
fa8379
fa8379
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
fa8379
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
fa8379
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
fa8379
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
fa8379
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
fa8379
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
fa8379
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.