Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ea60c5

Browse files
committed
- Inserted the (tentative) PSF license.
- Removed the subsection numbering in section B (each time a new license is inserted in the front, the others have to be renumbered). - Changed the words in the intro to avoid implying that 1.6.1 is GPL-compatible.
1 parent 6191a23 commit 9ea60c5

1 file changed

Lines changed: 64 additions & 9 deletions

File tree

LICENSE

Lines changed: 64 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ the ability to use Python with software available under the GNU Public
1919
License (GPL) was very desirable. CNRI and the Free Software
2020
Foundation (FSF) interacted to develop enabling wording changes to the
2121
Python license. Python 1.6.1 is essentially the same as Python 1.6,
22-
with a few minor bug fixes, and with a GPL compatible open source
23-
license. Python 2.1 is a derivative work of Python 1.6.1, as well as
24-
of Python 2.0.
22+
with a few minor bug fixes, and with a different license that enables
23+
later versions to be GPL-compatible. Python 2.1 is a derivative work
24+
of Python 1.6.1, as well as of Python 2.0.
2525

2626
After Python 2.0 was released by BeOpen.com, Guido van Rossum and the
2727
other PythonLabs developers joined Digital Creations. All
@@ -38,8 +38,63 @@ direction to make these releases possible.
3838
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
3939
===============================================================
4040

41-
B.1. BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0
42-
---------------------------------------------------
41+
PSF LICENSE AGREEMENT
42+
---------------------
43+
44+
1. This LICENSE AGREEMENT is between the Python Software Foundation
45+
("PSF"), and the Individual or Organization ("Licensee") accessing and
46+
otherwise using Python 2.1 software in source or binary form and its
47+
associated documentation.
48+
49+
2. Subject to the terms and conditions of this License Agreement, PSF
50+
hereby grants Licensee a nonexclusive, royalty-free, world-wide
51+
license to reproduce, analyze, test, perform and/or display publicly,
52+
prepare derivative works, distribute, and otherwise use Python 2.1
53+
alone or in any derivative version, provided, however, that PSF's
54+
License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
55+
2001 Python Software Foundation; All Rights Reserved" are retained in
56+
Python 2.1 alone or in any derivative version prepared by Licensee.
57+
58+
3. In the event Licensee prepares a derivative work that is based on
59+
or incorporates Python 2.1 or any part thereof, and wants to make
60+
the derivative work available to others as provided herein, then
61+
Licensee hereby agrees to include in any such work a brief summary of
62+
the changes made to Python 2.1.
63+
64+
4. PSF is making Python 2.1 available to Licensee on an "AS IS"
65+
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
66+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
67+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
68+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.1 WILL NOT
69+
INFRINGE ANY THIRD PARTY RIGHTS.
70+
71+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
72+
2.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
73+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.1,
74+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
75+
76+
6. This License Agreement will automatically terminate upon a material
77+
breach of its terms and conditions.
78+
79+
7. This License Agreement shall be governed by the federal
80+
intellectual property law of the United States, including without
81+
limitation the federal copyright law, and, to the extent such
82+
U.S. federal law does not apply, by the law of the Commonwealth of
83+
Virginia, excluding Virginia's conflict of law provisions.
84+
Notwithstanding the foregoing, with regard to derivative works based
85+
on Python 2.1 that incorporate non-separable material that was
86+
previously distributed under the GNU General Public License (GPL), the
87+
law of the Commonwealth of Virginia shall govern this License
88+
Agreement only as to issues arising under or with respect to
89+
Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
90+
License Agreement shall be deemed to create any relationship of
91+
agency, partnership, or joint venture between PSF and Licensee. This
92+
License Agreement does not grant permission to use PSF trademarks or
93+
trade name in a trademark sense to endorse or promote products or
94+
services of Licensee, or any third party.
95+
96+
BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0
97+
----------------------------------------------
4398

4499
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
45100

@@ -88,8 +143,8 @@ agrees to be bound by the terms and conditions of this License
88143
Agreement.
89144

90145

91-
B.2. CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT
92-
------------------------------------------------------
146+
CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT
147+
-------------------------------------------------
93148

94149
1. This LICENSE AGREEMENT is between the Corporation for National
95150
Research Initiatives, having an office at 1895 Preston White Drive,
@@ -159,8 +214,8 @@ bound by the terms and conditions of this License Agreement.
159214
ACCEPT
160215

161216

162-
B.3. CWI PERMISSIONS STATEMENT AND DISCLAIMER
163-
---------------------------------------------
217+
CWI PERMISSIONS STATEMENT AND DISCLAIMER
218+
----------------------------------------
164219

165220
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
166221
The Netherlands. All rights reserved.

0 commit comments

Comments
 (0)