Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 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 |
Guido van Rossum | 028d069 | 2000-09-03 03:13:44 +0000 | [diff] [blame] | 7 | includes many contributions from others. The last version released |
| 8 | from CWI was Python 1.2. In 1995, Guido continued his work on Python |
| 9 | at the Corporation for National Research Initiatives (CNRI) in Reston, |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 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 |
Guido van Rossum | 9d64479 | 2000-12-12 15:24:57 +0000 | [diff] [blame] | 12 | the Python core development team moved to BeOpen.com to form the |
Guido van Rossum | 028d069 | 2000-09-03 03:13:44 +0000 | [diff] [blame] | 13 | BeOpen PythonLabs team (www.pythonlabs.com). Python 2.0 is the first |
| 14 | release from PythonLabs. Thanks to the many outside volunteers who |
| 15 | have worked under Guido's direction to make this release possible. |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 16 | |
Guido van Rossum | 71500c8 | 2001-01-18 14:39:49 +0000 | [diff] [blame] | 17 | After Python 2.0 was released by BeOpen.com, Guido van Rossum and the |
| 18 | other PythonLabs developers joined Digital Creations. The intention |
| 19 | is for all intellectual property added from this point on to be owned |
| 20 | by the Python Software Foundation (PSF), a non-profit that will be |
| 21 | created modeled after the Apache Software Foundation. We will also |
| 22 | attempt to get the ownership in previous versions transferred to the |
| 23 | PSF, and straighten out the license to remove the GPL-incompatibility |
| 24 | introduced by CNRI's Python 1.6 license. In the interim, Guido van |
| 25 | Rossum will own all new intellectual property, and no new license is |
| 26 | added. |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 27 | |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 28 | |
Guido van Rossum | 028d069 | 2000-09-03 03:13:44 +0000 | [diff] [blame] | 29 | BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0 |
| 30 | ============================================== |
| 31 | |
Guido van Rossum | 2e0d331 | 2000-09-04 00:58:48 +0000 | [diff] [blame] | 32 | BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 |
Guido van Rossum | ac1c818 | 2000-09-03 13:21:38 +0000 | [diff] [blame] | 33 | ----------------------------------------------------- |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 34 | |
Guido van Rossum | 028d069 | 2000-09-03 03:13:44 +0000 | [diff] [blame] | 35 | 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an |
| 36 | office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 37 | Individual or Organization ("Licensee") accessing and otherwise using |
| 38 | this software in source or binary form and its associated |
| 39 | documentation ("the Software"). |
| 40 | |
Guido van Rossum | 028d069 | 2000-09-03 03:13:44 +0000 | [diff] [blame] | 41 | 2. Subject to the terms and conditions of this BeOpen Python License |
| 42 | Agreement, BeOpen hereby grants Licensee a non-exclusive, |
| 43 | royalty-free, world-wide license to reproduce, analyze, test, perform |
| 44 | and/or display publicly, prepare derivative works, distribute, and |
| 45 | otherwise use the Software alone or in any derivative version, |
| 46 | provided, however, that the BeOpen Python License is retained in the |
| 47 | Software, alone or in any derivative version prepared by Licensee. |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 48 | |
Guido van Rossum | 8227116 | 2000-09-05 03:05:07 +0000 | [diff] [blame] | 49 | 3. BeOpen is making the Software available to Licensee on an "AS IS" |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 50 | basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
| 51 | IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND |
| 52 | DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
| 53 | FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT |
| 54 | INFRINGE ANY THIRD PARTY RIGHTS. |
| 55 | |
Guido van Rossum | 8227116 | 2000-09-05 03:05:07 +0000 | [diff] [blame] | 56 | 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 57 | SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS |
| 58 | AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY |
| 59 | DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
| 60 | |
Guido van Rossum | 8227116 | 2000-09-05 03:05:07 +0000 | [diff] [blame] | 61 | 5. This License Agreement will automatically terminate upon a material |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 62 | breach of its terms and conditions. |
| 63 | |
Guido van Rossum | 8227116 | 2000-09-05 03:05:07 +0000 | [diff] [blame] | 64 | 6. This License Agreement shall be governed by and interpreted in all |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 65 | respects by the law of the State of California, excluding conflict of |
| 66 | law provisions. Nothing in this License Agreement shall be deemed to |
| 67 | create any relationship of agency, partnership, or joint venture |
| 68 | between BeOpen and Licensee. This License Agreement does not grant |
Guido van Rossum | ac1c818 | 2000-09-03 13:21:38 +0000 | [diff] [blame] | 69 | permission to use BeOpen trademarks or trade names in a trademark |
| 70 | sense to endorse or promote products or services of Licensee, or any |
| 71 | third party. As an exception, the "BeOpen Python" logos available at |
Guido van Rossum | 028d069 | 2000-09-03 03:13:44 +0000 | [diff] [blame] | 72 | http://www.pythonlabs.com/logos.html may be used according to the |
| 73 | permissions granted on that web page. |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 74 | |
Guido van Rossum | 8227116 | 2000-09-05 03:05:07 +0000 | [diff] [blame] | 75 | 7. By copying, installing or otherwise using the software, Licensee |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 76 | agrees to be bound by the terms and conditions of this License |
| 77 | Agreement. |
| 78 | |
| 79 | |
Guido van Rossum | 2e0d331 | 2000-09-04 00:58:48 +0000 | [diff] [blame] | 80 | CNRI OPEN SOURCE LICENSE AGREEMENT |
| 81 | ---------------------------------- |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 82 | |
Guido van Rossum | ea761c0 | 2000-10-10 14:49:44 +0000 | [diff] [blame] | 83 | Python 1.6 CNRI OPEN SOURCE LICENSE AGREEMENT |
| 84 | |
| 85 | IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. BY CLICKING |
| 86 | ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR |
| 87 | OTHERWISE USING PYTHON 1.6 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO |
| 88 | THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT. |
| 89 | |
| 90 | 1. This LICENSE AGREEMENT is between the Corporation for National |
| 91 | Research Initiatives, having an office at 1895 Preston White Drive, |
| 92 | Reston, VA 20191 ("CNRI"), and the Individual or Organization |
| 93 | ("Licensee") accessing and otherwise using Python 1.6 software in |
| 94 | source or binary form and its associated documentation, as released at |
| 95 | the www.python.org Internet site on September 5, 2000 ("Python 1.6"). |
| 96 | |
| 97 | 2. Subject to the terms and conditions of this License Agreement, CNRI |
| 98 | hereby grants Licensee a nonexclusive, royalty-free, world-wide |
| 99 | license to reproduce, analyze, test, perform and/or display publicly, |
| 100 | prepare derivative works, distribute, and otherwise use Python 1.6 |
| 101 | alone or in any derivative version, provided, however, that CNRI's |
| 102 | License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) |
| 103 | 1995-2000 Corporation for National Research Initiatives; All Rights |
| 104 | Reserved" are retained in Python 1.6 alone or in any derivative |
| 105 | version prepared by |
| 106 | |
| 107 | Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee |
| 108 | may substitute the following text (omitting the quotes): "Python 1.6 |
| 109 | is made available subject to the terms and conditions in CNRI's |
| 110 | License Agreement. This Agreement together with Python 1.6 may be |
| 111 | located on the Internet using the following unique, persistent |
| 112 | identifier (known as a handle): 1895.22/1012. This Agreement may also |
Guido van Rossum | 028d069 | 2000-09-03 03:13:44 +0000 | [diff] [blame] | 113 | be obtained from a proxy server on the Internet using the following |
Guido van Rossum | ea761c0 | 2000-10-10 14:49:44 +0000 | [diff] [blame] | 114 | URL: http://hdl.handle.net/1895.22/1012". |
| 115 | |
| 116 | 3. In the event Licensee prepares a derivative work that is based on |
| 117 | or incorporates Python 1.6 or any part thereof, and wants to make the |
| 118 | derivative work available to others as provided herein, then Licensee |
| 119 | hereby agrees to include in any such work a brief summary of the |
| 120 | changes made to Python 1.6. |
| 121 | |
| 122 | 4. CNRI is making Python 1.6 available to Licensee on an "AS IS" |
| 123 | basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
| 124 | IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND |
| 125 | DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
| 126 | FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6 WILL NOT |
| 127 | INFRINGE ANY THIRD PARTY RIGHTS. |
| 128 | |
| 129 | 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |
| 130 | 1.6 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A |
| 131 | RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6, OR |
| 132 | ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
| 133 | |
| 134 | 6. This License Agreement will automatically terminate upon a material |
| 135 | breach of its terms and conditions. |
| 136 | |
| 137 | 7. This License Agreement shall be governed by and interpreted in all |
| 138 | respects by the law of the State of Virginia, excluding conflict of |
| 139 | law provisions. Nothing in this License Agreement shall be deemed to |
| 140 | create any relationship of agency, partnership, or joint venture |
| 141 | between CNRI and Licensee. This License Agreement does not grant |
| 142 | permission to use CNRI trademarks or trade name in a trademark sense |
| 143 | to endorse or promote products or services of Licensee, or any third |
| 144 | party. |
| 145 | |
| 146 | 8. By clicking on the "ACCEPT" button where indicated, or by copying, |
| 147 | installing or otherwise using Python 1.6, Licensee agrees to be bound |
| 148 | by the terms and conditions of this License Agreement. |
| 149 | |
| 150 | ACCEPT |
Guido van Rossum | ea70b49 | 2000-09-01 19:51:14 +0000 | [diff] [blame] | 151 | |
| 152 | |
| 153 | CWI PERMISSIONS STATEMENT AND DISCLAIMER |
| 154 | ---------------------------------------- |
| 155 | |
| 156 | Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, |
| 157 | The Netherlands. All rights reserved. |
| 158 | |
| 159 | Permission to use, copy, modify, and distribute this software and its |
| 160 | documentation for any purpose and without fee is hereby granted, |
| 161 | provided that the above copyright notice appear in all copies and that |
| 162 | both that copyright notice and this permission notice appear in |
| 163 | supporting documentation, and that the name of Stichting Mathematisch |
| 164 | Centrum or CWI not be used in advertising or publicity pertaining to |
| 165 | distribution of the software without specific, written prior |
| 166 | permission. |
| 167 | |
| 168 | STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO |
| 169 | THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
| 170 | FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE |
| 171 | FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 172 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 173 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 174 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |