Fred Drake | 852f795 | 2001-06-20 21:34:35 +0000 | [diff] [blame] | 1 | \section{History of the software} |
| 2 | |
| 3 | Python was created in the early 1990s by Guido van Rossum at Stichting |
Fred Drake | 0068e9c | 2001-07-17 23:08:24 +0000 | [diff] [blame] | 4 | Mathematisch Centrum (CWI, see \url{http://www.cwi.nl/}) in the Netherlands |
| 5 | as a successor of a language called ABC. Guido remains Python's |
| 6 | principal author, although it includes many contributions from others. |
Fred Drake | 852f795 | 2001-06-20 21:34:35 +0000 | [diff] [blame] | 7 | |
Fred Drake | 0068e9c | 2001-07-17 23:08:24 +0000 | [diff] [blame] | 8 | In 1995, Guido continued his work on Python at the Corporation for |
| 9 | National Research Initiatives (CNRI, see \url{http://www.cnri.reston.va.us/}) |
| 10 | in Reston, Virginia where he released several versions of the |
| 11 | software. |
Fred Drake | 852f795 | 2001-06-20 21:34:35 +0000 | [diff] [blame] | 12 | |
Fred Drake | 0068e9c | 2001-07-17 23:08:24 +0000 | [diff] [blame] | 13 | In May 2000, Guido and the Python core development team moved to |
| 14 | BeOpen.com to form the BeOpen PythonLabs team. In October of the same |
Guido van Rossum | 2e1c09c | 2002-04-04 17:52:50 +0000 | [diff] [blame] | 15 | year, the PythonLabs team moved to Digital Creations (now Zope |
| 16 | Corporation; see \url{http://www.zope.com/}). In 2001, the Python |
Fred Drake | 7b82271 | 2001-12-14 16:42:56 +0000 | [diff] [blame] | 17 | Software Foundation (PSF, see \url{http://www.python.org/psf/}) was |
| 18 | formed, a non-profit organization created specifically to own |
Guido van Rossum | 2e1c09c | 2002-04-04 17:52:50 +0000 | [diff] [blame] | 19 | Python-related Intellectual Property. Zope Corporation is a |
Fred Drake | 7b82271 | 2001-12-14 16:42:56 +0000 | [diff] [blame] | 20 | sponsoring member of the PSF. |
Fred Drake | 0068e9c | 2001-07-17 23:08:24 +0000 | [diff] [blame] | 21 | |
| 22 | All Python releases are Open Source (see |
| 23 | \url{http://www.opensource.org/} for the Open Source Definition). |
| 24 | Historically, most, but not all, Python releases have also been |
| 25 | GPL-compatible; the table below summarizes the various releases. |
| 26 | |
Fred Drake | 2f36b3e | 2003-04-26 00:52:30 +0000 | [diff] [blame] | 27 | \begin{tablev}{c|c|c|c|c}{textrm}% |
| 28 | {Release}{Derived from}{Year}{Owner}{GPL compatible?} |
Fred Drake | 0068e9c | 2001-07-17 23:08:24 +0000 | [diff] [blame] | 29 | \linev{0.9.0 thru 1.2}{n/a}{1991-1995}{CWI}{yes} |
| 30 | \linev{1.3 thru 1.5.2}{1.2}{1995-1999}{CNRI}{yes} |
| 31 | \linev{1.6}{1.5.2}{2000}{CNRI}{no} |
| 32 | \linev{2.0}{1.6}{2000}{BeOpen.com}{no} |
| 33 | \linev{1.6.1}{1.6}{2001}{CNRI}{no} |
| 34 | \linev{2.1}{2.0+1.6.1}{2001}{PSF}{no} |
| 35 | \linev{2.0.1}{2.0+1.6.1}{2001}{PSF}{yes} |
| 36 | \linev{2.1.1}{2.1+2.0.1}{2001}{PSF}{yes} |
| 37 | \linev{2.2}{2.1.1}{2001}{PSF}{yes} |
Fred Drake | 77f4438 | 2002-04-08 21:57:31 +0000 | [diff] [blame] | 38 | \linev{2.1.2}{2.1.1}{2002}{PSF}{yes} |
| 39 | \linev{2.1.3}{2.1.2}{2002}{PSF}{yes} |
| 40 | \linev{2.2.1}{2.2}{2002}{PSF}{yes} |
Fred Drake | 2f36b3e | 2003-04-26 00:52:30 +0000 | [diff] [blame] | 41 | \linev{2.2.2}{2.2.1}{2002}{PSF}{yes} |
Fred Drake | 6ce0b60 | 2003-05-22 14:58:02 +0000 | [diff] [blame] | 42 | \linev{2.2.3}{2.2.2}{2002-2003}{PSF}{yes} |
Fred Drake | 2f36b3e | 2003-04-26 00:52:30 +0000 | [diff] [blame] | 43 | \linev{2.3}{2.2.2}{2002-2003}{PSF}{yes} |
Fred Drake | 0068e9c | 2001-07-17 23:08:24 +0000 | [diff] [blame] | 44 | \end{tablev} |
| 45 | |
Fred Drake | 0aa811c | 2001-10-20 04:24:09 +0000 | [diff] [blame] | 46 | \note{GPL-compatible doesn't mean that we're distributing |
Fred Drake | 0068e9c | 2001-07-17 23:08:24 +0000 | [diff] [blame] | 47 | Python under the GPL. All Python licenses, unlike the GPL, let you |
| 48 | distribute a modified version without making your changes open source. |
| 49 | The GPL-compatible licenses make it possible to combine Python with |
Fred Drake | 0aa811c | 2001-10-20 04:24:09 +0000 | [diff] [blame] | 50 | other software that is released under the GPL; the others don't.} |
Fred Drake | 852f795 | 2001-06-20 21:34:35 +0000 | [diff] [blame] | 51 | |
| 52 | Thanks to the many outside volunteers who have worked under Guido's |
| 53 | direction to make these releases possible. |
| 54 | |
| 55 | |
| 56 | \section{Terms and conditions for accessing or otherwise using Python} |
| 57 | |
Fred Drake | 2f36b3e | 2003-04-26 00:52:30 +0000 | [diff] [blame] | 58 | \centerline{\strong{PSF LICENSE AGREEMENT FOR PYTHON \version}} |
Fred Drake | 852f795 | 2001-06-20 21:34:35 +0000 | [diff] [blame] | 59 | |
| 60 | \begin{enumerate} |
| 61 | \item |
| 62 | This LICENSE AGREEMENT is between the Python Software Foundation |
| 63 | (``PSF''), and the Individual or Organization (``Licensee'') accessing |
| 64 | and otherwise using Python \version{} software in source or binary |
| 65 | form and its associated documentation. |
| 66 | |
| 67 | \item |
| 68 | Subject to the terms and conditions of this License Agreement, PSF |
| 69 | hereby grants Licensee a nonexclusive, royalty-free, world-wide |
| 70 | license to reproduce, analyze, test, perform and/or display publicly, |
| 71 | prepare derivative works, distribute, and otherwise use Python |
| 72 | \version{} alone or in any derivative version, provided, however, that |
| 73 | PSF's License Agreement and PSF's notice of copyright, i.e., |
Fred Drake | 2f36b3e | 2003-04-26 00:52:30 +0000 | [diff] [blame] | 74 | ``Copyright \copyright{} 2001-2003 Python Software Foundation; All |
Michael W. Hudson | 494cdb6 | 2002-02-27 13:29:46 +0000 | [diff] [blame] | 75 | Rights Reserved'' are retained in Python \version{} alone or in any |
Fred Drake | 852f795 | 2001-06-20 21:34:35 +0000 | [diff] [blame] | 76 | derivative version prepared by Licensee. |
| 77 | |
| 78 | \item |
| 79 | In the event Licensee prepares a derivative work that is based on |
| 80 | or incorporates Python \version{} or any part thereof, and wants to |
| 81 | make the derivative work available to others as provided herein, then |
| 82 | Licensee hereby agrees to include in any such work a brief summary of |
| 83 | the changes made to Python \version. |
| 84 | |
| 85 | \item |
| 86 | PSF is making Python \version{} available to Licensee on an ``AS IS'' |
| 87 | basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
| 88 | IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND |
| 89 | DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
| 90 | FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON \version{} WILL |
| 91 | NOT INFRINGE ANY THIRD PARTY RIGHTS. |
| 92 | |
| 93 | \item |
| 94 | PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |
| 95 | \version{} FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR |
| 96 | LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON |
| 97 | \version, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE |
| 98 | POSSIBILITY THEREOF. |
| 99 | |
| 100 | \item |
| 101 | This License Agreement will automatically terminate upon a material |
| 102 | breach of its terms and conditions. |
| 103 | |
| 104 | \item |
| 105 | Nothing in this License Agreement shall be deemed to create any |
| 106 | relationship of agency, partnership, or joint venture between PSF and |
| 107 | Licensee. This License Agreement does not grant permission to use PSF |
| 108 | trademarks or trade name in a trademark sense to endorse or promote |
| 109 | products or services of Licensee, or any third party. |
| 110 | |
| 111 | \item |
| 112 | By copying, installing or otherwise using Python \version, Licensee |
| 113 | agrees to be bound by the terms and conditions of this License |
| 114 | Agreement. |
| 115 | \end{enumerate} |
| 116 | |
| 117 | |
Fred Drake | 0068e9c | 2001-07-17 23:08:24 +0000 | [diff] [blame] | 118 | \centerline{\strong{BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0}} |
Fred Drake | 852f795 | 2001-06-20 21:34:35 +0000 | [diff] [blame] | 119 | |
| 120 | \centerline{\strong{BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1}} |
| 121 | |
| 122 | \begin{enumerate} |
| 123 | \item |
| 124 | This LICENSE AGREEMENT is between BeOpen.com (``BeOpen''), having an |
| 125 | office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the |
| 126 | Individual or Organization (``Licensee'') accessing and otherwise |
| 127 | using this software in source or binary form and its associated |
| 128 | documentation (``the Software''). |
| 129 | |
| 130 | \item |
| 131 | Subject to the terms and conditions of this BeOpen Python License |
| 132 | Agreement, BeOpen hereby grants Licensee a non-exclusive, |
| 133 | royalty-free, world-wide license to reproduce, analyze, test, perform |
| 134 | and/or display publicly, prepare derivative works, distribute, and |
| 135 | otherwise use the Software alone or in any derivative version, |
| 136 | provided, however, that the BeOpen Python License is retained in the |
| 137 | Software, alone or in any derivative version prepared by Licensee. |
| 138 | |
| 139 | \item |
| 140 | BeOpen is making the Software available to Licensee on an ``AS IS'' |
| 141 | basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
| 142 | IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND |
| 143 | DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
| 144 | FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT |
| 145 | INFRINGE ANY THIRD PARTY RIGHTS. |
| 146 | |
| 147 | \item |
| 148 | BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE |
| 149 | SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS |
| 150 | AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY |
| 151 | DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
| 152 | |
| 153 | \item |
| 154 | This License Agreement will automatically terminate upon a material |
| 155 | breach of its terms and conditions. |
| 156 | |
| 157 | \item |
| 158 | This License Agreement shall be governed by and interpreted in all |
| 159 | respects by the law of the State of California, excluding conflict of |
| 160 | law provisions. Nothing in this License Agreement shall be deemed to |
| 161 | create any relationship of agency, partnership, or joint venture |
| 162 | between BeOpen and Licensee. This License Agreement does not grant |
| 163 | permission to use BeOpen trademarks or trade names in a trademark |
| 164 | sense to endorse or promote products or services of Licensee, or any |
| 165 | third party. As an exception, the ``BeOpen Python'' logos available |
| 166 | at http://www.pythonlabs.com/logos.html may be used according to the |
| 167 | permissions granted on that web page. |
| 168 | |
| 169 | \item |
| 170 | By copying, installing or otherwise using the software, Licensee |
| 171 | agrees to be bound by the terms and conditions of this License |
| 172 | Agreement. |
| 173 | \end{enumerate} |
| 174 | |
| 175 | |
Fred Drake | 0068e9c | 2001-07-17 23:08:24 +0000 | [diff] [blame] | 176 | \centerline{\strong{CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1}} |
Fred Drake | 852f795 | 2001-06-20 21:34:35 +0000 | [diff] [blame] | 177 | |
| 178 | \begin{enumerate} |
| 179 | \item |
| 180 | This LICENSE AGREEMENT is between the Corporation for National |
| 181 | Research Initiatives, having an office at 1895 Preston White Drive, |
| 182 | Reston, VA 20191 (``CNRI''), and the Individual or Organization |
| 183 | (``Licensee'') accessing and otherwise using Python 1.6.1 software in |
| 184 | source or binary form and its associated documentation. |
| 185 | |
| 186 | \item |
| 187 | Subject to the terms and conditions of this License Agreement, CNRI |
| 188 | hereby grants Licensee a nonexclusive, royalty-free, world-wide |
| 189 | license to reproduce, analyze, test, perform and/or display publicly, |
| 190 | prepare derivative works, distribute, and otherwise use Python 1.6.1 |
| 191 | alone or in any derivative version, provided, however, that CNRI's |
| 192 | License Agreement and CNRI's notice of copyright, i.e., ``Copyright |
| 193 | \copyright{} 1995-2001 Corporation for National Research Initiatives; |
| 194 | All Rights Reserved'' are retained in Python 1.6.1 alone or in any |
| 195 | derivative version prepared by Licensee. Alternately, in lieu of |
| 196 | CNRI's License Agreement, Licensee may substitute the following text |
| 197 | (omitting the quotes): ``Python 1.6.1 is made available subject to the |
| 198 | terms and conditions in CNRI's License Agreement. This Agreement |
| 199 | together with Python 1.6.1 may be located on the Internet using the |
| 200 | following unique, persistent identifier (known as a handle): |
| 201 | 1895.22/1013. This Agreement may also be obtained from a proxy server |
| 202 | on the Internet using the following URL: |
| 203 | \url{http://hdl.handle.net/1895.22/1013}.'' |
| 204 | |
| 205 | \item |
| 206 | In the event Licensee prepares a derivative work that is based on |
| 207 | or incorporates Python 1.6.1 or any part thereof, and wants to make |
| 208 | the derivative work available to others as provided herein, then |
| 209 | Licensee hereby agrees to include in any such work a brief summary of |
| 210 | the changes made to Python 1.6.1. |
| 211 | |
| 212 | \item |
| 213 | CNRI is making Python 1.6.1 available to Licensee on an ``AS IS'' |
| 214 | basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
| 215 | IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND |
| 216 | DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
| 217 | FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT |
| 218 | INFRINGE ANY THIRD PARTY RIGHTS. |
| 219 | |
| 220 | \item |
| 221 | CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |
| 222 | 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS |
| 223 | A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, |
| 224 | OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
| 225 | |
| 226 | \item |
| 227 | This License Agreement will automatically terminate upon a material |
| 228 | breach of its terms and conditions. |
| 229 | |
| 230 | \item |
| 231 | This License Agreement shall be governed by the federal |
| 232 | intellectual property law of the United States, including without |
| 233 | limitation the federal copyright law, and, to the extent such |
| 234 | U.S. federal law does not apply, by the law of the Commonwealth of |
| 235 | Virginia, excluding Virginia's conflict of law provisions. |
| 236 | Notwithstanding the foregoing, with regard to derivative works based |
| 237 | on Python 1.6.1 that incorporate non-separable material that was |
| 238 | previously distributed under the GNU General Public License (GPL), the |
| 239 | law of the Commonwealth of Virginia shall govern this License |
| 240 | Agreement only as to issues arising under or with respect to |
| 241 | Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this |
| 242 | License Agreement shall be deemed to create any relationship of |
| 243 | agency, partnership, or joint venture between CNRI and Licensee. This |
| 244 | License Agreement does not grant permission to use CNRI trademarks or |
| 245 | trade name in a trademark sense to endorse or promote products or |
| 246 | services of Licensee, or any third party. |
| 247 | |
| 248 | \item |
| 249 | By clicking on the ``ACCEPT'' button where indicated, or by copying, |
| 250 | installing or otherwise using Python 1.6.1, Licensee agrees to be |
| 251 | bound by the terms and conditions of this License Agreement. |
| 252 | \end{enumerate} |
| 253 | |
| 254 | \centerline{ACCEPT} |
| 255 | |
| 256 | |
| 257 | |
Fred Drake | 0068e9c | 2001-07-17 23:08:24 +0000 | [diff] [blame] | 258 | \centerline{\strong{CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2}} |
Fred Drake | 852f795 | 2001-06-20 21:34:35 +0000 | [diff] [blame] | 259 | |
| 260 | Copyright \copyright{} 1991 - 1995, Stichting Mathematisch Centrum |
| 261 | Amsterdam, The Netherlands. All rights reserved. |
| 262 | |
| 263 | Permission to use, copy, modify, and distribute this software and its |
| 264 | documentation for any purpose and without fee is hereby granted, |
| 265 | provided that the above copyright notice appear in all copies and that |
| 266 | both that copyright notice and this permission notice appear in |
| 267 | supporting documentation, and that the name of Stichting Mathematisch |
| 268 | Centrum or CWI not be used in advertising or publicity pertaining to |
| 269 | distribution of the software without specific, written prior |
| 270 | permission. |
| 271 | |
| 272 | STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO |
| 273 | THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
| 274 | FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE |
| 275 | FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 276 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 277 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 278 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |