Skip to content

Commit f326ba6

Browse files
Add Python License
1 parent 66614de commit f326ba6

File tree

3 files changed

+297
-9
lines changed

3 files changed

+297
-9
lines changed

LICENSE

Lines changed: 296 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,299 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2323
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2424
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2525
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26+
27+
-------------------------------------------------------------------------------
28+
29+
Python 3.3 License
30+
31+
A. HISTORY OF THE SOFTWARE
32+
==========================
33+
34+
Python was created in the early 1990s by Guido van Rossum at Stichting
35+
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
36+
as a successor of a language called ABC. Guido remains Python's
37+
principal author, although it includes many contributions from others.
38+
39+
In 1995, Guido continued his work on Python at the Corporation for
40+
National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
41+
in Reston, Virginia where he released several versions of the
42+
software.
43+
44+
In May 2000, Guido and the Python core development team moved to
45+
BeOpen.com to form the BeOpen PythonLabs team. In October of the same
46+
year, the PythonLabs team moved to Digital Creations (now Zope
47+
Corporation, see http://www.zope.com). In 2001, the Python Software
48+
Foundation (PSF, see http://www.python.org/psf/) was formed, a
49+
non-profit organization created specifically to own Python-related
50+
Intellectual Property. Zope Corporation is a sponsoring member of
51+
the PSF.
52+
53+
All Python releases are Open Source (see http://www.opensource.org for
54+
the Open Source Definition). Historically, most, but not all, Python
55+
releases have also been GPL-compatible; the table below summarizes
56+
the various releases.
57+
58+
Release Derived Year Owner GPL-
59+
from compatible? (1)
60+
61+
0.9.0 thru 1.2 1991-1995 CWI yes
62+
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
63+
1.6 1.5.2 2000 CNRI no
64+
2.0 1.6 2000 BeOpen.com no
65+
1.6.1 1.6 2001 CNRI yes (2)
66+
2.1 2.0+1.6.1 2001 PSF no
67+
2.0.1 2.0+1.6.1 2001 PSF yes
68+
2.1.1 2.1+2.0.1 2001 PSF yes
69+
2.2 2.1.1 2001 PSF yes
70+
2.1.2 2.1.1 2002 PSF yes
71+
2.1.3 2.1.2 2002 PSF yes
72+
2.2.1 2.2 2002 PSF yes
73+
2.2.2 2.2.1 2002 PSF yes
74+
2.2.3 2.2.2 2003 PSF yes
75+
2.3 2.2.2 2002-2003 PSF yes
76+
2.3.1 2.3 2002-2003 PSF yes
77+
2.3.2 2.3.1 2002-2003 PSF yes
78+
2.3.3 2.3.2 2002-2003 PSF yes
79+
2.3.4 2.3.3 2004 PSF yes
80+
2.3.5 2.3.4 2005 PSF yes
81+
2.4 2.3 2004 PSF yes
82+
2.4.1 2.4 2005 PSF yes
83+
2.4.2 2.4.1 2005 PSF yes
84+
2.4.3 2.4.2 2006 PSF yes
85+
2.4.4 2.4.3 2006 PSF yes
86+
2.5 2.4 2006 PSF yes
87+
2.5.1 2.5 2007 PSF yes
88+
2.5.2 2.5.1 2008 PSF yes
89+
2.5.3 2.5.2 2008 PSF yes
90+
2.6 2.5 2008 PSF yes
91+
2.6.1 2.6 2008 PSF yes
92+
2.6.2 2.6.1 2009 PSF yes
93+
2.6.3 2.6.2 2009 PSF yes
94+
2.6.4 2.6.3 2009 PSF yes
95+
2.6.5 2.6.4 2010 PSF yes
96+
3.0 2.6 2008 PSF yes
97+
3.0.1 3.0 2009 PSF yes
98+
3.1 3.0.1 2009 PSF yes
99+
3.1.1 3.1 2009 PSF yes
100+
3.1.2 3.1.1 2010 PSF yes
101+
3.1.3 3.1.2 2010 PSF yes
102+
3.1.4 3.1.3 2011 PSF yes
103+
3.1.5 3.1.4 2012 PSF yes
104+
3.2 3.1 2011 PSF yes
105+
3.2.1 3.2 2011 PSF yes
106+
3.2.2 3.2.1 2011 PSF yes
107+
3.2.3 3.2.2 2012 PSF yes
108+
3.3.0 3.2 2012 PSF yes
109+
110+
Footnotes:
111+
112+
(1) GPL-compatible doesn't mean that we're distributing Python under
113+
the GPL. All Python licenses, unlike the GPL, let you distribute
114+
a modified version without making your changes open source. The
115+
GPL-compatible licenses make it possible to combine Python with
116+
other software that is released under the GPL; the others don't.
117+
118+
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
119+
because its license has a choice of law clause. According to
120+
CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
121+
is "not incompatible" with the GPL.
122+
123+
Thanks to the many outside volunteers who have worked under Guido's
124+
direction to make these releases possible.
125+
126+
127+
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
128+
===============================================================
129+
130+
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
131+
--------------------------------------------
132+
133+
1. This LICENSE AGREEMENT is between the Python Software Foundation
134+
("PSF"), and the Individual or Organization ("Licensee") accessing and
135+
otherwise using this software ("Python") in source or binary form and
136+
its associated documentation.
137+
138+
2. Subject to the terms and conditions of this License Agreement, PSF hereby
139+
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
140+
analyze, test, perform and/or display publicly, prepare derivative works,
141+
distribute, and otherwise use Python alone or in any derivative version,
142+
provided, however, that PSF's License Agreement and PSF's notice of copyright,
143+
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
144+
2011, 2012 Python Software Foundation; All Rights Reserved" are retained in
145+
Python alone or in any derivative version prepared by Licensee.
146+
147+
3. In the event Licensee prepares a derivative work that is based on
148+
or incorporates Python or any part thereof, and wants to make
149+
the derivative work available to others as provided herein, then
150+
Licensee hereby agrees to include in any such work a brief summary of
151+
the changes made to Python.
152+
153+
4. PSF is making Python available to Licensee on an "AS IS"
154+
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
155+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
156+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
157+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
158+
INFRINGE ANY THIRD PARTY RIGHTS.
159+
160+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
161+
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
162+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
163+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
164+
165+
6. This License Agreement will automatically terminate upon a material
166+
breach of its terms and conditions.
167+
168+
7. Nothing in this License Agreement shall be deemed to create any
169+
relationship of agency, partnership, or joint venture between PSF and
170+
Licensee. This License Agreement does not grant permission to use PSF
171+
trademarks or trade name in a trademark sense to endorse or promote
172+
products or services of Licensee, or any third party.
173+
174+
8. By copying, installing or otherwise using Python, Licensee
175+
agrees to be bound by the terms and conditions of this License
176+
Agreement.
177+
178+
179+
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
180+
-------------------------------------------
181+
182+
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
183+
184+
1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
185+
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
186+
Individual or Organization ("Licensee") accessing and otherwise using
187+
this software in source or binary form and its associated
188+
documentation ("the Software").
189+
190+
2. Subject to the terms and conditions of this BeOpen Python License
191+
Agreement, BeOpen hereby grants Licensee a non-exclusive,
192+
royalty-free, world-wide license to reproduce, analyze, test, perform
193+
and/or display publicly, prepare derivative works, distribute, and
194+
otherwise use the Software alone or in any derivative version,
195+
provided, however, that the BeOpen Python License is retained in the
196+
Software, alone or in any derivative version prepared by Licensee.
197+
198+
3. BeOpen is making the Software available to Licensee on an "AS IS"
199+
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
200+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
201+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
202+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
203+
INFRINGE ANY THIRD PARTY RIGHTS.
204+
205+
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
206+
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
207+
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
208+
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
209+
210+
5. This License Agreement will automatically terminate upon a material
211+
breach of its terms and conditions.
212+
213+
6. This License Agreement shall be governed by and interpreted in all
214+
respects by the law of the State of California, excluding conflict of
215+
law provisions. Nothing in this License Agreement shall be deemed to
216+
create any relationship of agency, partnership, or joint venture
217+
between BeOpen and Licensee. This License Agreement does not grant
218+
permission to use BeOpen trademarks or trade names in a trademark
219+
sense to endorse or promote products or services of Licensee, or any
220+
third party. As an exception, the "BeOpen Python" logos available at
221+
http://www.pythonlabs.com/logos.html may be used according to the
222+
permissions granted on that web page.
223+
224+
7. By copying, installing or otherwise using the software, Licensee
225+
agrees to be bound by the terms and conditions of this License
226+
Agreement.
227+
228+
229+
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
230+
---------------------------------------
231+
232+
1. This LICENSE AGREEMENT is between the Corporation for National
233+
Research Initiatives, having an office at 1895 Preston White Drive,
234+
Reston, VA 20191 ("CNRI"), and the Individual or Organization
235+
("Licensee") accessing and otherwise using Python 1.6.1 software in
236+
source or binary form and its associated documentation.
237+
238+
2. Subject to the terms and conditions of this License Agreement, CNRI
239+
hereby grants Licensee a nonexclusive, royalty-free, world-wide
240+
license to reproduce, analyze, test, perform and/or display publicly,
241+
prepare derivative works, distribute, and otherwise use Python 1.6.1
242+
alone or in any derivative version, provided, however, that CNRI's
243+
License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
244+
1995-2001 Corporation for National Research Initiatives; All Rights
245+
Reserved" are retained in Python 1.6.1 alone or in any derivative
246+
version prepared by Licensee. Alternately, in lieu of CNRI's License
247+
Agreement, Licensee may substitute the following text (omitting the
248+
quotes): "Python 1.6.1 is made available subject to the terms and
249+
conditions in CNRI's License Agreement. This Agreement together with
250+
Python 1.6.1 may be located on the Internet using the following
251+
unique, persistent identifier (known as a handle): 1895.22/1013. This
252+
Agreement may also be obtained from a proxy server on the Internet
253+
using the following URL: http://hdl.handle.net/1895.22/1013".
254+
255+
3. In the event Licensee prepares a derivative work that is based on
256+
or incorporates Python 1.6.1 or any part thereof, and wants to make
257+
the derivative work available to others as provided herein, then
258+
Licensee hereby agrees to include in any such work a brief summary of
259+
the changes made to Python 1.6.1.
260+
261+
4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
262+
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
263+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
264+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
265+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
266+
INFRINGE ANY THIRD PARTY RIGHTS.
267+
268+
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
269+
1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
270+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
271+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
272+
273+
6. This License Agreement will automatically terminate upon a material
274+
breach of its terms and conditions.
275+
276+
7. This License Agreement shall be governed by the federal
277+
intellectual property law of the United States, including without
278+
limitation the federal copyright law, and, to the extent such
279+
U.S. federal law does not apply, by the law of the Commonwealth of
280+
Virginia, excluding Virginia's conflict of law provisions.
281+
Notwithstanding the foregoing, with regard to derivative works based
282+
on Python 1.6.1 that incorporate non-separable material that was
283+
previously distributed under the GNU General Public License (GPL), the
284+
law of the Commonwealth of Virginia shall govern this License
285+
Agreement only as to issues arising under or with respect to
286+
Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
287+
License Agreement shall be deemed to create any relationship of
288+
agency, partnership, or joint venture between CNRI and Licensee. This
289+
License Agreement does not grant permission to use CNRI trademarks or
290+
trade name in a trademark sense to endorse or promote products or
291+
services of Licensee, or any third party.
292+
293+
8. By clicking on the "ACCEPT" button where indicated, or by copying,
294+
installing or otherwise using Python 1.6.1, Licensee agrees to be
295+
bound by the terms and conditions of this License Agreement.
296+
297+
ACCEPT
298+
299+
300+
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
301+
--------------------------------------------------
302+
303+
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
304+
The Netherlands. All rights reserved.
305+
306+
Permission to use, copy, modify, and distribute this software and its
307+
documentation for any purpose and without fee is hereby granted,
308+
provided that the above copyright notice appear in all copies and that
309+
both that copyright notice and this permission notice appear in
310+
supporting documentation, and that the name of Stichting Mathematisch
311+
Centrum or CWI not be used in advertising or publicity pertaining to
312+
distribution of the software without specific, written prior
313+
permission.
314+
315+
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
316+
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
317+
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
318+
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
319+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
320+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
321+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.org/cross-platform/ecs-python.svg?branch=master)](https://travis-ci.org/cross-platform/ecs-python)
22
[![Build status](https://ci.appveyor.com/api/projects/status/95ouh8tha8v5auaq?svg=true)](https://ci.appveyor.com/project/MarcusTomlinson/ecs-python)
33

4-
# ECS-Python
4+
# ECS:Python
55

66
Light-weight C++ library for embedding Python into C++
77

readme_windows.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)