blob: d15cae8a82071d1dc1e7fa0c6b8684f289835fc5 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. highlightlang:: none
2
3.. _history-and-license:
4
5*******************
6History and License
7*******************
8
9
10History of the software
11=======================
12
13Python was created in the early 1990s by Guido van Rossum at Stichting
14Mathematisch Centrum (CWI, see http://www.cwi.nl/) in the Netherlands as a
15successor of a language called ABC. Guido remains Python's principal author,
16although it includes many contributions from others.
17
18In 1995, Guido continued his work on Python at the Corporation for National
19Research Initiatives (CNRI, see http://www.cnri.reston.va.us/) in Reston,
20Virginia where he released several versions of the software.
21
22In May 2000, Guido and the Python core development team moved to BeOpen.com to
23form the BeOpen PythonLabs team. In October of the same year, the PythonLabs
24team moved to Digital Creations (now Zope Corporation; see
25http://www.zope.com/). In 2001, the Python Software Foundation (PSF, see
26http://www.python.org/psf/) was formed, a non-profit organization created
27specifically to own Python-related Intellectual Property. Zope Corporation is a
28sponsoring member of the PSF.
29
30All Python releases are Open Source (see http://www.opensource.org/ for the Open
31Source Definition). Historically, most, but not all, Python releases have also
32been GPL-compatible; the table below summarizes the various releases.
33
Benjamin Peterson92035012008-12-27 16:00:54 +000034<<<<<<< .working
Georg Brandl716c3ac2007-08-30 18:34:23 +000035+----------------+--------------+------------+------------+-----------------+
36| Release | Derived from | Year | Owner | GPL compatible? |
37+================+==============+============+============+=================+
38| 0.9.0 thru 1.2 | n/a | 1991-1995 | CWI | yes |
39+----------------+--------------+------------+------------+-----------------+
40| 1.3 thru 1.5.2 | 1.2 | 1995-1999 | CNRI | yes |
41+----------------+--------------+------------+------------+-----------------+
42| 1.6 | 1.5.2 | 2000 | CNRI | no |
43+----------------+--------------+------------+------------+-----------------+
44| 2.0 | 1.6 | 2000 | BeOpen.com | no |
45+----------------+--------------+------------+------------+-----------------+
46| 1.6.1 | 1.6 | 2001 | CNRI | no |
47+----------------+--------------+------------+------------+-----------------+
48| 2.1 | 2.0+1.6.1 | 2001 | PSF | no |
49+----------------+--------------+------------+------------+-----------------+
50| 2.0.1 | 2.0+1.6.1 | 2001 | PSF | yes |
51+----------------+--------------+------------+------------+-----------------+
52| 2.1.1 | 2.1+2.0.1 | 2001 | PSF | yes |
53+----------------+--------------+------------+------------+-----------------+
54| 2.2 | 2.1.1 | 2001 | PSF | yes |
55+----------------+--------------+------------+------------+-----------------+
56| 2.1.2 | 2.1.1 | 2002 | PSF | yes |
57+----------------+--------------+------------+------------+-----------------+
58| 2.1.3 | 2.1.2 | 2002 | PSF | yes |
59+----------------+--------------+------------+------------+-----------------+
60| 2.2.1 | 2.2 | 2002 | PSF | yes |
61+----------------+--------------+------------+------------+-----------------+
62| 2.2.2 | 2.2.1 | 2002 | PSF | yes |
63+----------------+--------------+------------+------------+-----------------+
64| 2.2.3 | 2.2.2 | 2002-2003 | PSF | yes |
65+----------------+--------------+------------+------------+-----------------+
66| 2.3 | 2.2.2 | 2002-2003 | PSF | yes |
67+----------------+--------------+------------+------------+-----------------+
68| 2.3.1 | 2.3 | 2002-2003 | PSF | yes |
69+----------------+--------------+------------+------------+-----------------+
70| 2.3.2 | 2.3.1 | 2003 | PSF | yes |
71+----------------+--------------+------------+------------+-----------------+
72| 2.3.3 | 2.3.2 | 2003 | PSF | yes |
73+----------------+--------------+------------+------------+-----------------+
74| 2.3.4 | 2.3.3 | 2004 | PSF | yes |
75+----------------+--------------+------------+------------+-----------------+
76| 2.3.5 | 2.3.4 | 2005 | PSF | yes |
77+----------------+--------------+------------+------------+-----------------+
78| 2.4 | 2.3 | 2004 | PSF | yes |
79+----------------+--------------+------------+------------+-----------------+
80| 2.4.1 | 2.4 | 2005 | PSF | yes |
81+----------------+--------------+------------+------------+-----------------+
82| 2.4.2 | 2.4.1 | 2005 | PSF | yes |
83+----------------+--------------+------------+------------+-----------------+
84| 2.4.3 | 2.4.2 | 2006 | PSF | yes |
85+----------------+--------------+------------+------------+-----------------+
86| 2.4.4 | 2.4.3 | 2006 | PSF | yes |
87+----------------+--------------+------------+------------+-----------------+
88| 2.5 | 2.4 | 2006 | PSF | yes |
89+----------------+--------------+------------+------------+-----------------+
90| 2.5.1 | 2.5 | 2007 | PSF | yes |
91+----------------+--------------+------------+------------+-----------------+
Barry Warsaw4a1c2132008-05-08 15:31:04 +000092| 2.6 | 2.5 | 2008 | PSF | yes |
Georg Brandl716c3ac2007-08-30 18:34:23 +000093+----------------+--------------+------------+------------+-----------------+
Benjamin Peterson92035012008-12-27 16:00:54 +000094| 2.6.1 | 2.6 | 2008 | PSF | yes |
95+----------------+--------------+------------+------------+-----------------+
Barry Warsaw97f005d2008-12-03 16:46:14 +000096| 3.0 | 2.6 | 2008 | PSF | yes |
Georg Brandl716c3ac2007-08-30 18:34:23 +000097+----------------+--------------+------------+------------+-----------------+
Georg Brandl116aa622007-08-15 14:28:22 +000098
Benjamin Peterson92035012008-12-27 16:00:54 +000099
Georg Brandl116aa622007-08-15 14:28:22 +0000100.. note::
101
102 GPL-compatible doesn't mean that we're distributing Python under the GPL. All
103 Python licenses, unlike the GPL, let you distribute a modified version without
104 making your changes open source. The GPL-compatible licenses make it possible to
105 combine Python with other software that is released under the GPL; the others
106 don't.
107
108Thanks to the many outside volunteers who have worked under Guido's direction to
109make these releases possible.
110
111
112Terms and conditions for accessing or otherwise using Python
113============================================================
114
115
116.. centered:: PSF LICENSE AGREEMENT FOR PYTHON |release|
117
118#. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
119 the Individual or Organization ("Licensee") accessing and otherwise using Python
120 |release| software in source or binary form and its associated documentation.
121
122#. Subject to the terms and conditions of this License Agreement, PSF hereby
123 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
124 analyze, test, perform and/or display publicly, prepare derivative works,
125 distribute, and otherwise use Python |release| alone or in any derivative
126 version, provided, however, that PSF's License Agreement and PSF's notice of
Christian Heimesb558a2e2008-03-02 22:46:37 +0000127 copyright, i.e., "Copyright © 2001-2008 Python Software Foundation; All Rights
Georg Brandl116aa622007-08-15 14:28:22 +0000128 Reserved" are retained in Python |release| alone or in any derivative version
129 prepared by Licensee.
130
131#. In the event Licensee prepares a derivative work that is based on or
132 incorporates Python |release| or any part thereof, and wants to make the
133 derivative work available to others as provided herein, then Licensee hereby
134 agrees to include in any such work a brief summary of the changes made to Python
135 |release|.
136
137#. PSF is making Python |release| available to Licensee on an "AS IS" basis.
138 PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
139 EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
140 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
141 USE OF PYTHON |release| WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
142
143#. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |release|
144 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
145 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON |release|, OR ANY DERIVATIVE
146 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
147
148#. This License Agreement will automatically terminate upon a material breach of
149 its terms and conditions.
150
151#. Nothing in this License Agreement shall be deemed to create any relationship
152 of agency, partnership, or joint venture between PSF and Licensee. This License
153 Agreement does not grant permission to use PSF trademarks or trade name in a
154 trademark sense to endorse or promote products or services of Licensee, or any
155 third party.
156
157#. By copying, installing or otherwise using Python |release|, Licensee agrees
158 to be bound by the terms and conditions of this License Agreement.
159
160
161.. centered:: BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
162
163
164.. centered:: BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
165
166#. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at
167 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization
168 ("Licensee") accessing and otherwise using this software in source or binary
169 form and its associated documentation ("the Software").
170
171#. Subject to the terms and conditions of this BeOpen Python License Agreement,
172 BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license
173 to reproduce, analyze, test, perform and/or display publicly, prepare derivative
174 works, distribute, and otherwise use the Software alone or in any derivative
175 version, provided, however, that the BeOpen Python License is retained in the
176 Software, alone or in any derivative version prepared by Licensee.
177
178#. BeOpen is making the Software available to Licensee on an "AS IS" basis.
179 BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
180 EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
181 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
182 USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
183
184#. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR
185 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING,
186 MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF
187 ADVISED OF THE POSSIBILITY THEREOF.
188
189#. This License Agreement will automatically terminate upon a material breach of
190 its terms and conditions.
191
192#. This License Agreement shall be governed by and interpreted in all respects
193 by the law of the State of California, excluding conflict of law provisions.
194 Nothing in this License Agreement shall be deemed to create any relationship of
195 agency, partnership, or joint venture between BeOpen and Licensee. This License
196 Agreement does not grant permission to use BeOpen trademarks or trade names in a
197 trademark sense to endorse or promote products or services of Licensee, or any
198 third party. As an exception, the "BeOpen Python" logos available at
199 http://www.pythonlabs.com/logos.html may be used according to the permissions
200 granted on that web page.
201
202#. By copying, installing or otherwise using the software, Licensee agrees to be
203 bound by the terms and conditions of this License Agreement.
204
205
206.. centered:: CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
207
208#. This LICENSE AGREEMENT is between the Corporation for National Research
209 Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191
210 ("CNRI"), and the Individual or Organization ("Licensee") accessing and
211 otherwise using Python 1.6.1 software in source or binary form and its
212 associated documentation.
213
214#. Subject to the terms and conditions of this License Agreement, CNRI hereby
215 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
216 analyze, test, perform and/or display publicly, prepare derivative works,
217 distribute, and otherwise use Python 1.6.1 alone or in any derivative version,
218 provided, however, that CNRI's License Agreement and CNRI's notice of copyright,
219 i.e., "Copyright © 1995-2001 Corporation for National Research Initiatives; All
220 Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version
221 prepared by Licensee. Alternately, in lieu of CNRI's License Agreement,
222 Licensee may substitute the following text (omitting the quotes): "Python 1.6.1
223 is made available subject to the terms and conditions in CNRI's License
224 Agreement. This Agreement together with Python 1.6.1 may be located on the
225 Internet using the following unique, persistent identifier (known as a handle):
226 1895.22/1013. This Agreement may also be obtained from a proxy server on the
227 Internet using the following URL: http://hdl.handle.net/1895.22/1013."
228
229#. In the event Licensee prepares a derivative work that is based on or
230 incorporates Python 1.6.1 or any part thereof, and wants to make the derivative
231 work available to others as provided herein, then Licensee hereby agrees to
232 include in any such work a brief summary of the changes made to Python 1.6.1.
233
234#. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI
235 MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE,
236 BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY
237 OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
238 PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
239
240#. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR
241 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
242 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE
243 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
244
245#. This License Agreement will automatically terminate upon a material breach of
246 its terms and conditions.
247
248#. This License Agreement shall be governed by the federal intellectual property
249 law of the United States, including without limitation the federal copyright
250 law, and, to the extent such U.S. federal law does not apply, by the law of the
251 Commonwealth of Virginia, excluding Virginia's conflict of law provisions.
252 Notwithstanding the foregoing, with regard to derivative works based on Python
253 1.6.1 that incorporate non-separable material that was previously distributed
254 under the GNU General Public License (GPL), the law of the Commonwealth of
255 Virginia shall govern this License Agreement only as to issues arising under or
256 with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in
257 this License Agreement shall be deemed to create any relationship of agency,
258 partnership, or joint venture between CNRI and Licensee. This License Agreement
259 does not grant permission to use CNRI trademarks or trade name in a trademark
260 sense to endorse or promote products or services of Licensee, or any third
261 party.
262
263#. By clicking on the "ACCEPT" button where indicated, or by copying, installing
264 or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and
265 conditions of this License Agreement.
266
267
268.. centered:: ACCEPT
269
270
271.. centered:: CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
272
273Copyright © 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The
274Netherlands. All rights reserved.
275
276Permission to use, copy, modify, and distribute this software and its
277documentation for any purpose and without fee is hereby granted, provided that
278the above copyright notice appear in all copies and that both that copyright
279notice and this permission notice appear in supporting documentation, and that
280the name of Stichting Mathematisch Centrum or CWI not be used in advertising or
281publicity pertaining to distribution of the software without specific, written
282prior permission.
283
284STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
285SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
286EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT
287OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
288DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
289ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
290SOFTWARE.
291
292
293Licenses and Acknowledgements for Incorporated Software
294=======================================================
295
296This section is an incomplete, but growing list of licenses and acknowledgements
297for third-party software incorporated in the Python distribution.
298
299
300Mersenne Twister
301----------------
302
303The :mod:`_random` module includes code based on a download from
304http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are
305the verbatim comments from the original code::
306
307 A C-program for MT19937, with initialization improved 2002/1/26.
308 Coded by Takuji Nishimura and Makoto Matsumoto.
309
310 Before using, initialize the state by using init_genrand(seed)
311 or init_by_array(init_key, key_length).
312
313 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
314 All rights reserved.
315
316 Redistribution and use in source and binary forms, with or without
317 modification, are permitted provided that the following conditions
318 are met:
319
320 1. Redistributions of source code must retain the above copyright
321 notice, this list of conditions and the following disclaimer.
322
323 2. Redistributions in binary form must reproduce the above copyright
324 notice, this list of conditions and the following disclaimer in the
325 documentation and/or other materials provided with the distribution.
326
327 3. The names of its contributors may not be used to endorse or promote
328 products derived from this software without specific prior written
329 permission.
330
331 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
332 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
333 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
334 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
335 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
336 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
337 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
338 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
339 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
340 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
341 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
342
343
344 Any feedback is very welcome.
345 http://www.math.keio.ac.jp/matumoto/emt.html
346 email: matumoto@math.keio.ac.jp
347
348
349Sockets
350-------
351
352The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and
353:func:`getnameinfo`, which are coded in separate source files from the WIDE
Christian Heimesdd15f6c2008-03-16 00:07:10 +0000354Project, http://www.wide.ad.jp/. ::
Georg Brandl116aa622007-08-15 14:28:22 +0000355
356 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
357 All rights reserved.
358
359 Redistribution and use in source and binary forms, with or without
360 modification, are permitted provided that the following conditions
361 are met:
362 1. Redistributions of source code must retain the above copyright
363 notice, this list of conditions and the following disclaimer.
364 2. Redistributions in binary form must reproduce the above copyright
365 notice, this list of conditions and the following disclaimer in the
366 documentation and/or other materials provided with the distribution.
367 3. Neither the name of the project nor the names of its contributors
368 may be used to endorse or promote products derived from this software
369 without specific prior written permission.
370
371 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
372 GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
373 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
374 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
375 FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
376 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
377 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
378 HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
379 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN GAI_ANY WAY
380 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
381 SUCH DAMAGE.
382
383
384Floating point exception control
385--------------------------------
386
387The source for the :mod:`fpectl` module includes the following notice::
388
389 ---------------------------------------------------------------------
390 / Copyright (c) 1996. \
391 | The Regents of the University of California. |
392 | All rights reserved. |
393 | |
394 | Permission to use, copy, modify, and distribute this software for |
395 | any purpose without fee is hereby granted, provided that this en- |
396 | tire notice is included in all copies of any software which is or |
397 | includes a copy or modification of this software and in all |
398 | copies of the supporting documentation for such software. |
399 | |
400 | This work was produced at the University of California, Lawrence |
401 | Livermore National Laboratory under contract no. W-7405-ENG-48 |
402 | between the U.S. Department of Energy and The Regents of the |
403 | University of California for the operation of UC LLNL. |
404 | |
405 | DISCLAIMER |
406 | |
407 | This software was prepared as an account of work sponsored by an |
408 | agency of the United States Government. Neither the United States |
409 | Government nor the University of California nor any of their em- |
410 | ployees, makes any warranty, express or implied, or assumes any |
411 | liability or responsibility for the accuracy, completeness, or |
412 | usefulness of any information, apparatus, product, or process |
413 | disclosed, or represents that its use would not infringe |
414 | privately-owned rights. Reference herein to any specific commer- |
415 | cial products, process, or service by trade name, trademark, |
416 | manufacturer, or otherwise, does not necessarily constitute or |
417 | imply its endorsement, recommendation, or favoring by the United |
418 | States Government or the University of California. The views and |
419 | opinions of authors expressed herein do not necessarily state or |
420 | reflect those of the United States Government or the University |
421 | of California, and shall not be used for advertising or product |
422 \ endorsement purposes. /
423 ---------------------------------------------------------------------
424
425
Georg Brandl116aa622007-08-15 14:28:22 +0000426Asynchronous socket services
427----------------------------
428
429The :mod:`asynchat` and :mod:`asyncore` modules contain the following notice::
430
431 Copyright 1996 by Sam Rushing
432
433 All Rights Reserved
434
435 Permission to use, copy, modify, and distribute this software and
436 its documentation for any purpose and without fee is hereby
437 granted, provided that the above copyright notice appear in all
438 copies and that both that copyright notice and this permission
439 notice appear in supporting documentation, and that the name of Sam
440 Rushing not be used in advertising or publicity pertaining to
441 distribution of the software without specific, written prior
442 permission.
443
444 SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
445 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
446 NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR
447 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
448 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
449 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
450 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
451
452
453Cookie management
454-----------------
455
Georg Brandl24420152008-05-26 16:32:26 +0000456The :mod:`http.cookies` module contains the following notice::
Georg Brandl116aa622007-08-15 14:28:22 +0000457
458 Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu>
459
460 All Rights Reserved
461
462 Permission to use, copy, modify, and distribute this software
463 and its documentation for any purpose and without fee is hereby
464 granted, provided that the above copyright notice appear in all
465 copies and that both that copyright notice and this permission
466 notice appear in supporting documentation, and that the name of
467 Timothy O'Malley not be used in advertising or publicity
468 pertaining to distribution of the software without specific, written
469 prior permission.
470
471 Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
472 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
473 AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
474 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
475 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
476 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
477 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
478 PERFORMANCE OF THIS SOFTWARE.
479
480
481Profiling
482---------
483
484The :mod:`profile` and :mod:`pstats` modules contain the following notice::
485
486 Copyright 1994, by InfoSeek Corporation, all rights reserved.
487 Written by James Roskind
488
489 Permission to use, copy, modify, and distribute this Python software
490 and its associated documentation for any purpose (subject to the
491 restriction in the following sentence) without fee is hereby granted,
492 provided that the above copyright notice appears in all copies, and
493 that both that copyright notice and this permission notice appear in
494 supporting documentation, and that the name of InfoSeek not be used in
495 advertising or publicity pertaining to distribution of the software
496 without specific, written prior permission. This permission is
497 explicitly restricted to the copying and modification of the software
498 to remain in Python, compiled Python, or other languages (such as C)
499 wherein the modified or derived code is exclusively imported into a
500 Python module.
501
502 INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
503 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
504 FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY
505 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
506 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
507 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
508 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
509
510
511Execution tracing
512-----------------
513
514The :mod:`trace` module contains the following notice::
515
516 portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
517 err... reserved and offered to the public under the terms of the
518 Python 2.2 license.
519 Author: Zooko O'Whielacronx
520 http://zooko.com/
521 mailto:zooko@zooko.com
522
523 Copyright 2000, Mojam Media, Inc., all rights reserved.
524 Author: Skip Montanaro
525
526 Copyright 1999, Bioreason, Inc., all rights reserved.
527 Author: Andrew Dalke
528
529 Copyright 1995-1997, Automatrix, Inc., all rights reserved.
530 Author: Skip Montanaro
531
532 Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
533
534
535 Permission to use, copy, modify, and distribute this Python software and
536 its associated documentation for any purpose without fee is hereby
537 granted, provided that the above copyright notice appears in all copies,
538 and that both that copyright notice and this permission notice appear in
539 supporting documentation, and that the name of neither Automatrix,
540 Bioreason or Mojam Media be used in advertising or publicity pertaining to
541 distribution of the software without specific, written prior permission.
542
543
544UUencode and UUdecode functions
545-------------------------------
546
547The :mod:`uu` module contains the following notice::
548
549 Copyright 1994 by Lance Ellinghouse
550 Cathedral City, California Republic, United States of America.
551 All Rights Reserved
552 Permission to use, copy, modify, and distribute this software and its
553 documentation for any purpose and without fee is hereby granted,
554 provided that the above copyright notice appear in all copies and that
555 both that copyright notice and this permission notice appear in
556 supporting documentation, and that the name of Lance Ellinghouse
557 not be used in advertising or publicity pertaining to distribution
558 of the software without specific, written prior permission.
559 LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO
560 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
561 FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE
562 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
563 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
564 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
565 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
566
567 Modified by Jack Jansen, CWI, July 1995:
568 - Use binascii module to do the actual line-by-line conversion
569 between ascii and binary. This results in a 1000-fold speedup. The C
570 version is still 5 times faster, though.
571 - Arguments more compliant with python standard
572
573
574XML Remote Procedure Calls
575--------------------------
576
Georg Brandl38eceaa2008-05-26 11:14:17 +0000577The :mod:`xmlrpc.client` module contains the following notice::
Georg Brandl116aa622007-08-15 14:28:22 +0000578
579 The XML-RPC client interface is
580
581 Copyright (c) 1999-2002 by Secret Labs AB
582 Copyright (c) 1999-2002 by Fredrik Lundh
583
584 By obtaining, using, and/or copying this software and/or its
585 associated documentation, you agree that you have read, understood,
586 and will comply with the following terms and conditions:
587
588 Permission to use, copy, modify, and distribute this software and
589 its associated documentation for any purpose and without fee is
590 hereby granted, provided that the above copyright notice appears in
591 all copies, and that both that copyright notice and this permission
592 notice appear in supporting documentation, and that the name of
593 Secret Labs AB or the author not be used in advertising or publicity
594 pertaining to distribution of the software without specific, written
595 prior permission.
596
597 SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
598 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-
599 ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
600 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
601 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
602 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
603 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
604 OF THIS SOFTWARE.
605
Christian Heimes4fbc72b2008-03-22 00:47:35 +0000606
607test_epoll
608----------
609
610The :mod:`test_epoll` contains the following notice::
611
612 Copyright (c) 2001-2006 Twisted Matrix Laboratories.
613
614 Permission is hereby granted, free of charge, to any person obtaining
615 a copy of this software and associated documentation files (the
616 "Software"), to deal in the Software without restriction, including
617 without limitation the rights to use, copy, modify, merge, publish,
618 distribute, sublicense, and/or sell copies of the Software, and to
619 permit persons to whom the Software is furnished to do so, subject to
620 the following conditions:
621
622 The above copyright notice and this permission notice shall be
623 included in all copies or substantial portions of the Software.
624
625 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
626 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
627 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
628 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
629 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
630 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
631 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
632
633Select kqueue
634-------------
635
636The :mod:`select` and contains the following notice for the kqueue interface::
637
638 Copyright (c) 2000 Doug White, 2006 James Knight, 2007 Christian Heimes
639 All rights reserved.
640
641 Redistribution and use in source and binary forms, with or without
642 modification, are permitted provided that the following conditions
643 are met:
644 1. Redistributions of source code must retain the above copyright
645 notice, this list of conditions and the following disclaimer.
646 2. Redistributions in binary form must reproduce the above copyright
647 notice, this list of conditions and the following disclaimer in the
648 documentation and/or other materials provided with the distribution.
649
650 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
651 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
652 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
653 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
654 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
655 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
656 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
657 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
658 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
659 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
660 SUCH DAMAGE.