Added optional delay argument to FileHandler and subclasses.
[python.git] / Doc / license.rst
bloba9165f43f6dab8d081b0eac317e48367aac5e25e
1 .. highlightlang:: none
3 .. _history-and-license:
5 *******************
6 History and License
7 *******************
10 History of the software
11 =======================
13 Python was created in the early 1990s by Guido van Rossum at Stichting
14 Mathematisch Centrum (CWI, see http://www.cwi.nl/) in the Netherlands as a
15 successor of a language called ABC.  Guido remains Python's principal author,
16 although it includes many contributions from others.
18 In 1995, Guido continued his work on Python at the Corporation for National
19 Research Initiatives (CNRI, see http://www.cnri.reston.va.us/) in Reston,
20 Virginia where he released several versions of the software.
22 In May 2000, Guido and the Python core development team moved to BeOpen.com to
23 form the BeOpen PythonLabs team.  In October of the same year, the PythonLabs
24 team moved to Digital Creations (now Zope Corporation; see
25 http://www.zope.com/).  In 2001, the Python Software Foundation (PSF, see
26 http://www.python.org/psf/) was formed, a non-profit organization created
27 specifically to own Python-related Intellectual Property.  Zope Corporation is a
28 sponsoring member of the PSF.
30 All Python releases are Open Source (see http://www.opensource.org/ for the Open
31 Source Definition). Historically, most, but not all, Python releases have also
32 been GPL-compatible; the table below summarizes the various releases.
34 +----------------+--------------+-----------+------------+-----------------+
35 | Release        | Derived from | Year      | Owner      | GPL compatible? |
36 +================+==============+===========+============+=================+
37 | 0.9.0 thru 1.2 | n/a          | 1991-1995 | CWI        | yes             |
38 +----------------+--------------+-----------+------------+-----------------+
39 | 1.3 thru 1.5.2 | 1.2          | 1995-1999 | CNRI       | yes             |
40 +----------------+--------------+-----------+------------+-----------------+
41 | 1.6            | 1.5.2        | 2000      | CNRI       | no              |
42 +----------------+--------------+-----------+------------+-----------------+
43 | 2.0            | 1.6          | 2000      | BeOpen.com | no              |
44 +----------------+--------------+-----------+------------+-----------------+
45 | 1.6.1          | 1.6          | 2001      | CNRI       | no              |
46 +----------------+--------------+-----------+------------+-----------------+
47 | 2.1            | 2.0+1.6.1    | 2001      | PSF        | no              |
48 +----------------+--------------+-----------+------------+-----------------+
49 | 2.0.1          | 2.0+1.6.1    | 2001      | PSF        | yes             |
50 +----------------+--------------+-----------+------------+-----------------+
51 | 2.1.1          | 2.1+2.0.1    | 2001      | PSF        | yes             |
52 +----------------+--------------+-----------+------------+-----------------+
53 | 2.2            | 2.1.1        | 2001      | PSF        | yes             |
54 +----------------+--------------+-----------+------------+-----------------+
55 | 2.1.2          | 2.1.1        | 2002      | PSF        | yes             |
56 +----------------+--------------+-----------+------------+-----------------+
57 | 2.1.3          | 2.1.2        | 2002      | PSF        | yes             |
58 +----------------+--------------+-----------+------------+-----------------+
59 | 2.2.1          | 2.2          | 2002      | PSF        | yes             |
60 +----------------+--------------+-----------+------------+-----------------+
61 | 2.2.2          | 2.2.1        | 2002      | PSF        | yes             |
62 +----------------+--------------+-----------+------------+-----------------+
63 | 2.2.3          | 2.2.2        | 2002-2003 | PSF        | yes             |
64 +----------------+--------------+-----------+------------+-----------------+
65 | 2.3            | 2.2.2        | 2002-2003 | PSF        | yes             |
66 +----------------+--------------+-----------+------------+-----------------+
67 | 2.3.1          | 2.3          | 2002-2003 | PSF        | yes             |
68 +----------------+--------------+-----------+------------+-----------------+
69 | 2.3.2          | 2.3.1        | 2003      | PSF        | yes             |
70 +----------------+--------------+-----------+------------+-----------------+
71 | 2.3.3          | 2.3.2        | 2003      | PSF        | yes             |
72 +----------------+--------------+-----------+------------+-----------------+
73 | 2.3.4          | 2.3.3        | 2004      | PSF        | yes             |
74 +----------------+--------------+-----------+------------+-----------------+
75 | 2.3.5          | 2.3.4        | 2005      | PSF        | yes             |
76 +----------------+--------------+-----------+------------+-----------------+
77 | 2.4            | 2.3          | 2004      | PSF        | yes             |
78 +----------------+--------------+-----------+------------+-----------------+
79 | 2.4.1          | 2.4          | 2005      | PSF        | yes             |
80 +----------------+--------------+-----------+------------+-----------------+
81 | 2.4.2          | 2.4.1        | 2005      | PSF        | yes             |
82 +----------------+--------------+-----------+------------+-----------------+
83 | 2.4.3          | 2.4.2        | 2006      | PSF        | yes             |
84 +----------------+--------------+-----------+------------+-----------------+
85 | 2.4.4          | 2.4.3        | 2006      | PSF        | yes             |
86 +----------------+--------------+-----------+------------+-----------------+
87 | 2.5            | 2.4          | 2006      | PSF        | yes             |
88 +----------------+--------------+-----------+------------+-----------------+
89 | 2.5.1          | 2.5          | 2007      | PSF        | yes             |
90 +----------------+--------------+-----------+------------+-----------------+
92 .. note::
94    GPL-compatible doesn't mean that we're distributing Python under the GPL.  All
95    Python licenses, unlike the GPL, let you distribute a modified version without
96    making your changes open source. The GPL-compatible licenses make it possible to
97    combine Python with other software that is released under the GPL; the others
98    don't.
100 Thanks to the many outside volunteers who have worked under Guido's direction to
101 make these releases possible.
104 Terms and conditions for accessing or otherwise using Python
105 ============================================================
108 .. centered:: PSF LICENSE AGREEMENT FOR PYTHON |release|
110 #. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
111    the Individual or Organization ("Licensee") accessing and otherwise using Python
112    |release| software in source or binary form and its associated documentation.
114 #. Subject to the terms and conditions of this License Agreement, PSF hereby
115    grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
116    analyze, test, perform and/or display publicly, prepare derivative works,
117    distribute, and otherwise use Python |release| alone or in any derivative
118    version, provided, however, that PSF's License Agreement and PSF's notice of
119    copyright, i.e., "Copyright © 2001-2007 Python Software Foundation; All Rights
120    Reserved" are retained in Python |release| alone or in any derivative version
121    prepared by Licensee.
123 #. In the event Licensee prepares a derivative work that is based on or
124    incorporates Python |release| or any part thereof, and wants to make the
125    derivative work available to others as provided herein, then Licensee hereby
126    agrees to include in any such work a brief summary of the changes made to Python
127    |release|.
129 #. PSF is making Python |release| available to Licensee on an "AS IS" basis.
130    PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.  BY WAY OF
131    EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
132    WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
133    USE OF PYTHON |release| WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
135 #. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |release|
136    FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
137    MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON |release|, OR ANY DERIVATIVE
138    THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
140 #. This License Agreement will automatically terminate upon a material breach of
141    its terms and conditions.
143 #. Nothing in this License Agreement shall be deemed to create any relationship
144    of agency, partnership, or joint venture between PSF and Licensee.  This License
145    Agreement does not grant permission to use PSF trademarks or trade name in a
146    trademark sense to endorse or promote products or services of Licensee, or any
147    third party.
149 #. By copying, installing or otherwise using Python |release|, Licensee agrees
150    to be bound by the terms and conditions of this License Agreement.
153 .. centered:: BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
156 .. centered:: BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
158 #. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at
159    160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization
160    ("Licensee") accessing and otherwise using this software in source or binary
161    form and its associated documentation ("the Software").
163 #. Subject to the terms and conditions of this BeOpen Python License Agreement,
164    BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license
165    to reproduce, analyze, test, perform and/or display publicly, prepare derivative
166    works, distribute, and otherwise use the Software alone or in any derivative
167    version, provided, however, that the BeOpen Python License is retained in the
168    Software, alone or in any derivative version prepared by Licensee.
170 #. BeOpen is making the Software available to Licensee on an "AS IS" basis.
171    BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.  BY WAY OF
172    EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
173    WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
174    USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
176 #. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR
177    ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING,
178    MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF
179    ADVISED OF THE POSSIBILITY THEREOF.
181 #. This License Agreement will automatically terminate upon a material breach of
182    its terms and conditions.
184 #. This License Agreement shall be governed by and interpreted in all respects
185    by the law of the State of California, excluding conflict of law provisions.
186    Nothing in this License Agreement shall be deemed to create any relationship of
187    agency, partnership, or joint venture between BeOpen and Licensee.  This License
188    Agreement does not grant permission to use BeOpen trademarks or trade names in a
189    trademark sense to endorse or promote products or services of Licensee, or any
190    third party.  As an exception, the "BeOpen Python" logos available at
191    http://www.pythonlabs.com/logos.html may be used according to the permissions
192    granted on that web page.
194 #. By copying, installing or otherwise using the software, Licensee agrees to be
195    bound by the terms and conditions of this License Agreement.
198 .. centered:: CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
200 #. This LICENSE AGREEMENT is between the Corporation for National Research
201    Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191
202    ("CNRI"), and the Individual or Organization ("Licensee") accessing and
203    otherwise using Python 1.6.1 software in source or binary form and its
204    associated documentation.
206 #. Subject to the terms and conditions of this License Agreement, CNRI hereby
207    grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
208    analyze, test, perform and/or display publicly, prepare derivative works,
209    distribute, and otherwise use Python 1.6.1 alone or in any derivative version,
210    provided, however, that CNRI's License Agreement and CNRI's notice of copyright,
211    i.e., "Copyright © 1995-2001 Corporation for National Research Initiatives; All
212    Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version
213    prepared by Licensee.  Alternately, in lieu of CNRI's License Agreement,
214    Licensee may substitute the following text (omitting the quotes): "Python 1.6.1
215    is made available subject to the terms and conditions in CNRI's License
216    Agreement.  This Agreement together with Python 1.6.1 may be located on the
217    Internet using the following unique, persistent identifier (known as a handle):
218    1895.22/1013.  This Agreement may also be obtained from a proxy server on the
219    Internet using the following URL: http://hdl.handle.net/1895.22/1013."
221 #. In the event Licensee prepares a derivative work that is based on or
222    incorporates Python 1.6.1 or any part thereof, and wants to make the derivative
223    work available to others as provided herein, then Licensee hereby agrees to
224    include in any such work a brief summary of the changes made to Python 1.6.1.
226 #. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis.  CNRI
227    MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.  BY WAY OF EXAMPLE,
228    BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY
229    OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
230    PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
232 #. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR
233    ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
234    MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE
235    THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
237 #. This License Agreement will automatically terminate upon a material breach of
238    its terms and conditions.
240 #. This License Agreement shall be governed by the federal intellectual property
241    law of the United States, including without limitation the federal copyright
242    law, and, to the extent such U.S. federal law does not apply, by the law of the
243    Commonwealth of Virginia, excluding Virginia's conflict of law provisions.
244    Notwithstanding the foregoing, with regard to derivative works based on Python
245    1.6.1 that incorporate non-separable material that was previously distributed
246    under the GNU General Public License (GPL), the law of the Commonwealth of
247    Virginia shall govern this License Agreement only as to issues arising under or
248    with respect to Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in
249    this License Agreement shall be deemed to create any relationship of agency,
250    partnership, or joint venture between CNRI and Licensee.  This License Agreement
251    does not grant permission to use CNRI trademarks or trade name in a trademark
252    sense to endorse or promote products or services of Licensee, or any third
253    party.
255 #. By clicking on the "ACCEPT" button where indicated, or by copying, installing
256    or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and
257    conditions of this License Agreement.
260 .. centered:: ACCEPT
263 .. centered:: CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
265 Copyright © 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The
266 Netherlands.  All rights reserved.
268 Permission to use, copy, modify, and distribute this software and its
269 documentation for any purpose and without fee is hereby granted, provided that
270 the above copyright notice appear in all copies and that both that copyright
271 notice and this permission notice appear in supporting documentation, and that
272 the name of Stichting Mathematisch Centrum or CWI not be used in advertising or
273 publicity pertaining to distribution of the software without specific, written
274 prior permission.
276 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
277 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
278 EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT
279 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
280 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
281 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
282 SOFTWARE.
285 Licenses and Acknowledgements for Incorporated Software
286 =======================================================
288 This section is an incomplete, but growing list of licenses and acknowledgements
289 for third-party software incorporated in the Python distribution.
292 Mersenne Twister
293 ----------------
295 The :mod:`_random` module includes code based on a download from
296 http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are
297 the verbatim comments from the original code::
299    A C-program for MT19937, with initialization improved 2002/1/26.
300    Coded by Takuji Nishimura and Makoto Matsumoto.
302    Before using, initialize the state by using init_genrand(seed)
303    or init_by_array(init_key, key_length).
305    Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
306    All rights reserved.
308    Redistribution and use in source and binary forms, with or without
309    modification, are permitted provided that the following conditions
310    are met:
312     1. Redistributions of source code must retain the above copyright
313        notice, this list of conditions and the following disclaimer.
315     2. Redistributions in binary form must reproduce the above copyright
316        notice, this list of conditions and the following disclaimer in the
317        documentation and/or other materials provided with the distribution.
319     3. The names of its contributors may not be used to endorse or promote
320        products derived from this software without specific prior written
321        permission.
323    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
324    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
325    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
326    A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
327    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
328    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
329    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
330    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
331    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
332    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
333    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
336    Any feedback is very welcome.
337    http://www.math.keio.ac.jp/matumoto/emt.html
338    email: matumoto@math.keio.ac.jp
341 Sockets
342 -------
344 The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and
345 :func:`getnameinfo`, which are coded in separate source files from the WIDE
346 Project, http://www.wide.ad.jp/about/index.html. ::
348    Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
349    All rights reserved.
351    Redistribution and use in source and binary forms, with or without
352    modification, are permitted provided that the following conditions
353    are met:
354    1. Redistributions of source code must retain the above copyright
355       notice, this list of conditions and the following disclaimer.
356    2. Redistributions in binary form must reproduce the above copyright
357       notice, this list of conditions and the following disclaimer in the
358       documentation and/or other materials provided with the distribution.
359    3. Neither the name of the project nor the names of its contributors
360       may be used to endorse or promote products derived from this software
361       without specific prior written permission.
363    THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
364    GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
365    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
366    ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
367    FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
368    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
369    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
370    HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
371    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN GAI_ANY WAY
372    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
373    SUCH DAMAGE.
376 Floating point exception control
377 --------------------------------
379 The source for the :mod:`fpectl` module includes the following notice::
381      ---------------------------------------------------------------------  
382     /                       Copyright (c) 1996.                           \ 
383    |          The Regents of the University of California.                 |
384    |                        All rights reserved.                           |
385    |                                                                       |
386    |   Permission to use, copy, modify, and distribute this software for   |
387    |   any purpose without fee is hereby granted, provided that this en-   |
388    |   tire notice is included in all copies of any software which is or   |
389    |   includes  a  copy  or  modification  of  this software and in all   |
390    |   copies of the supporting documentation for such software.           |
391    |                                                                       |
392    |   This  work was produced at the University of California, Lawrence   |
393    |   Livermore National Laboratory under  contract  no.  W-7405-ENG-48   |
394    |   between  the  U.S.  Department  of  Energy and The Regents of the   |
395    |   University of California for the operation of UC LLNL.              |
396    |                                                                       |
397    |                              DISCLAIMER                               |
398    |                                                                       |
399    |   This  software was prepared as an account of work sponsored by an   |
400    |   agency of the United States Government. Neither the United States   |
401    |   Government  nor the University of California nor any of their em-   |
402    |   ployees, makes any warranty, express or implied, or  assumes  any   |
403    |   liability  or  responsibility  for the accuracy, completeness, or   |
404    |   usefulness of any information,  apparatus,  product,  or  process   |
405    |   disclosed,   or  represents  that  its  use  would  not  infringe   |
406    |   privately-owned rights. Reference herein to any specific  commer-   |
407    |   cial  products,  process,  or  service  by trade name, trademark,   |
408    |   manufacturer, or otherwise, does not  necessarily  constitute  or   |
409    |   imply  its endorsement, recommendation, or favoring by the United   |
410    |   States Government or the University of California. The views  and   |
411    |   opinions  of authors expressed herein do not necessarily state or   |
412    |   reflect those of the United States Government or  the  University   |
413    |   of  California,  and shall not be used for advertising or product   |
414     \  endorsement purposes.                                              / 
415      ---------------------------------------------------------------------
418 MD5 message digest algorithm
419 ----------------------------
421 The source code for the :mod:`md5` module contains the following notice::
423      Copyright (C) 1999, 2002 Aladdin Enterprises.  All rights reserved.
425      This software is provided 'as-is', without any express or implied
426      warranty.  In no event will the authors be held liable for any damages
427      arising from the use of this software.
429      Permission is granted to anyone to use this software for any purpose,
430      including commercial applications, and to alter it and redistribute it
431      freely, subject to the following restrictions:
433      1. The origin of this software must not be misrepresented; you must not
434         claim that you wrote the original software. If you use this software
435         in a product, an acknowledgment in the product documentation would be
436         appreciated but is not required.
437      2. Altered source versions must be plainly marked as such, and must not be
438         misrepresented as being the original software.
439      3. This notice may not be removed or altered from any source distribution.
441      L. Peter Deutsch
442      ghost@aladdin.com
444      Independent implementation of MD5 (RFC 1321).
446      This code implements the MD5 Algorithm defined in RFC 1321, whose
447      text is available at
448         http://www.ietf.org/rfc/rfc1321.txt
449      The code is derived from the text of the RFC, including the test suite
450      (section A.5) but excluding the rest of Appendix A.  It does not include
451      any code or documentation that is identified in the RFC as being
452      copyrighted.
454      The original and principal author of md5.h is L. Peter Deutsch
455      <ghost@aladdin.com>.  Other authors are noted in the change history
456      that follows (in reverse chronological order):
458      2002-04-13 lpd Removed support for non-ANSI compilers; removed
459         references to Ghostscript; clarified derivation from RFC 1321;
460         now handles byte order either statically or dynamically.
461      1999-11-04 lpd Edited comments slightly for automatic TOC extraction.
462      1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5);
463         added conditionalization for C++ compilation from Martin
464         Purschke <purschke@bnl.gov>.
465      1999-05-03 lpd Original version.
468 Asynchronous socket services
469 ----------------------------
471 The :mod:`asynchat` and :mod:`asyncore` modules contain the following notice::
473    Copyright 1996 by Sam Rushing
475                            All Rights Reserved
477    Permission to use, copy, modify, and distribute this software and
478    its documentation for any purpose and without fee is hereby
479    granted, provided that the above copyright notice appear in all
480    copies and that both that copyright notice and this permission
481    notice appear in supporting documentation, and that the name of Sam
482    Rushing not be used in advertising or publicity pertaining to
483    distribution of the software without specific, written prior
484    permission.
486    SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
487    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
488    NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR
489    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
490    OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
491    NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
492    CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
495 Cookie management
496 -----------------
498 The :mod:`Cookie` module contains the following notice::
500    Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu>
502                   All Rights Reserved
504    Permission to use, copy, modify, and distribute this software
505    and its documentation for any purpose and without fee is hereby
506    granted, provided that the above copyright notice appear in all
507    copies and that both that copyright notice and this permission
508    notice appear in supporting documentation, and that the name of
509    Timothy O'Malley  not be used in advertising or publicity
510    pertaining to distribution of the software without specific, written
511    prior permission.
513    Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
514    SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
515    AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
516    ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
517    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
518    WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
519    ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
520    PERFORMANCE OF THIS SOFTWARE.
523 Profiling
524 ---------
526 The :mod:`profile` and :mod:`pstats` modules contain the following notice::
528    Copyright 1994, by InfoSeek Corporation, all rights reserved.
529    Written by James Roskind
531    Permission to use, copy, modify, and distribute this Python software
532    and its associated documentation for any purpose (subject to the
533    restriction in the following sentence) without fee is hereby granted,
534    provided that the above copyright notice appears in all copies, and
535    that both that copyright notice and this permission notice appear in
536    supporting documentation, and that the name of InfoSeek not be used in
537    advertising or publicity pertaining to distribution of the software
538    without specific, written prior permission.  This permission is
539    explicitly restricted to the copying and modification of the software
540    to remain in Python, compiled Python, or other languages (such as C)
541    wherein the modified or derived code is exclusively imported into a
542    Python module.
544    INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
545    SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
546    FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY
547    SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
548    RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
549    CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
550    CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
553 Execution tracing
554 -----------------
556 The :mod:`trace` module contains the following notice::
558    portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
559    err...  reserved and offered to the public under the terms of the
560    Python 2.2 license.
561    Author: Zooko O'Whielacronx
562    http://zooko.com/
563    mailto:zooko@zooko.com
565    Copyright 2000, Mojam Media, Inc., all rights reserved.
566    Author: Skip Montanaro
568    Copyright 1999, Bioreason, Inc., all rights reserved.
569    Author: Andrew Dalke
571    Copyright 1995-1997, Automatrix, Inc., all rights reserved.
572    Author: Skip Montanaro
574    Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
577    Permission to use, copy, modify, and distribute this Python software and
578    its associated documentation for any purpose without fee is hereby
579    granted, provided that the above copyright notice appears in all copies,
580    and that both that copyright notice and this permission notice appear in
581    supporting documentation, and that the name of neither Automatrix,
582    Bioreason or Mojam Media be used in advertising or publicity pertaining to
583    distribution of the software without specific, written prior permission.
586 UUencode and UUdecode functions
587 -------------------------------
589 The :mod:`uu` module contains the following notice::
591    Copyright 1994 by Lance Ellinghouse
592    Cathedral City, California Republic, United States of America.
593                           All Rights Reserved
594    Permission to use, copy, modify, and distribute this software and its
595    documentation for any purpose and without fee is hereby granted,
596    provided that the above copyright notice appear in all copies and that
597    both that copyright notice and this permission notice appear in
598    supporting documentation, and that the name of Lance Ellinghouse
599    not be used in advertising or publicity pertaining to distribution
600    of the software without specific, written prior permission.
601    LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO
602    THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
603    FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE
604    FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
605    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
606    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
607    OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
609    Modified by Jack Jansen, CWI, July 1995:
610    - Use binascii module to do the actual line-by-line conversion
611      between ascii and binary. This results in a 1000-fold speedup. The C
612      version is still 5 times faster, though.
613    - Arguments more compliant with python standard
616 XML Remote Procedure Calls
617 --------------------------
619 The :mod:`xmlrpclib` module contains the following notice::
621        The XML-RPC client interface is
623    Copyright (c) 1999-2002 by Secret Labs AB
624    Copyright (c) 1999-2002 by Fredrik Lundh
626    By obtaining, using, and/or copying this software and/or its
627    associated documentation, you agree that you have read, understood,
628    and will comply with the following terms and conditions:
630    Permission to use, copy, modify, and distribute this software and
631    its associated documentation for any purpose and without fee is
632    hereby granted, provided that the above copyright notice appears in
633    all copies, and that both that copyright notice and this permission
634    notice appear in supporting documentation, and that the name of
635    Secret Labs AB or the author not be used in advertising or publicity
636    pertaining to distribution of the software without specific, written
637    prior permission.
639    SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
640    TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-
641    ABILITY AND FITNESS.  IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
642    BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
643    DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
644    WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
645    ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
646    OF THIS SOFTWARE.