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

Skip to content

Commit ea70b49

Browse files
committed
Tentative license. Could still change for the 2.0b1 release and will
definitely change for the 2.0 final release.
1 parent 9a83b92 commit ea70b49

1 file changed

Lines changed: 103 additions & 1 deletion

File tree

LICENSE

Lines changed: 103 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,103 @@
1-
# Placeholder for license information.
1+
HISTORY OF THE SOFTWARE
2+
=======================
3+
4+
Python was created in the early 1990s by Guido van Rossum at Stichting
5+
Mathematisch Centrum (CWI) in the Netherlands as a successor of a
6+
language called ABC. Guido is Python's principal author, although it
7+
includes many contributions by others. The last version released from
8+
CWI was Python 1.2. In 1995, Guido continued his work on Python at
9+
the Corporation for National Research Initiatives (CNRI) in Reston,
10+
Virginia where he released several versions of the software. Python
11+
1.6 was the last of the versions released by CNRI. In 2000, Guido and
12+
the Python core developement team moved to BeOpen.com to form tbe
13+
BeOpen PythonLabs group. Python 2.0 is a derivative work of Python
14+
1.6, developed by PythonLabs and many outside volunteers, under
15+
Guido's direction.
16+
17+
18+
TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON 2.0
19+
================================================================
20+
21+
BEOPEN LICENSE AGREEMENT
22+
------------------------
23+
24+
BEOPEN OPEN SOURCE LICENSE AGREEMENT
25+
26+
1. This LICENSE AGREEMENT is between BeOpen.com, having an office at
27+
160 Saratoga Avenue, Santa Clara, CA 95051 ("BeOpen"), and the
28+
Individual or Organization ("Licensee") accessing and otherwise using
29+
this software in source or binary form and its associated
30+
documentation ("the Software").
31+
32+
2. Subject to the terms and conditions of this License Agreement,
33+
BeOpen hereby grants Licensee a non-exclusive, royalty-free,
34+
world-wide license to reproduce, analyze, test, perform and/or display
35+
publicly, prepare derivative works, distribute, and otherwise use the
36+
Software alone or in any derivative version, provided, however, that
37+
BeOpen's License Agreement is retained in the Software, alone or in
38+
any derivative version prepared by Licensee.
39+
40+
3. BeOpen is making the Software available to Licensee on an "AS IS"
41+
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
42+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
43+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
44+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
45+
INFRINGE ANY THIRD PARTY RIGHTS.
46+
47+
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
48+
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
49+
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
50+
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
51+
52+
5. This License Agreement will automatically terminate upon a material
53+
breach of its terms and conditions.
54+
55+
6. This License Agreement shall be governed by and interpreted in all
56+
respects by the law of the State of California, excluding conflict of
57+
law provisions. Nothing in this License Agreement shall be deemed to
58+
create any relationship of agency, partnership, or joint venture
59+
between BeOpen and Licensee. This License Agreement does not grant
60+
permission to use BeOpen trademarks or trade name in a trademark sense
61+
to endorse or promote products or services of Licensee, or any third
62+
party. The "BeOpen Python" logos may be downloaded and used according
63+
to the permissions granted on the logo download page.
64+
65+
7. By copying, installing or otherwise using the software, Licensee
66+
agrees to be bound by the terms and conditions of this License
67+
Agreement.
68+
69+
70+
CNRI LICENSE AGREEMENT
71+
----------------------
72+
73+
Python 1.6 is made available subject to the terms and conditions in
74+
CNRI's License Agreement. This Agreement may be located on the
75+
Internet using the following unique, persistent identifier (known as a
76+
handle): 1895.22/1011. This Agreement may also be obtained from a
77+
proxy server on the Internet using the
78+
URL:http://hdl.handle.net/1895.22/1011"
79+
80+
81+
82+
CWI PERMISSIONS STATEMENT AND DISCLAIMER
83+
----------------------------------------
84+
85+
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
86+
The Netherlands. All rights reserved.
87+
88+
Permission to use, copy, modify, and distribute this software and its
89+
documentation for any purpose and without fee is hereby granted,
90+
provided that the above copyright notice appear in all copies and that
91+
both that copyright notice and this permission notice appear in
92+
supporting documentation, and that the name of Stichting Mathematisch
93+
Centrum or CWI not be used in advertising or publicity pertaining to
94+
distribution of the software without specific, written prior
95+
permission.
96+
97+
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
98+
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
99+
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
100+
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
101+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
102+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
103+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)