blob: 0226ec531111ee4b1dacd135b99650e645bcc8c3 [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
Georg Brandl716c3ac2007-08-30 18:34:23 +000034+----------------+--------------+------------+------------+-----------------+
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+----------------+--------------+------------+------------+-----------------+
91| 2.6 | 2.5 | unreleased | PSF | yes |
92+----------------+--------------+------------+------------+-----------------+
93| 3.0 | 2.6 | 2007 | PSF | yes |
94+----------------+--------------+------------+------------+-----------------+
Georg Brandl116aa622007-08-15 14:28:22 +000095
96.. note::
97
98 GPL-compatible doesn't mean that we're distributing Python under the GPL. All
99 Python licenses, unlike the GPL, let you distribute a modified version without
100 making your changes open source. The GPL-compatible licenses make it possible to
101 combine Python with other software that is released under the GPL; the others
102 don't.
103
104Thanks to the many outside volunteers who have worked under Guido's direction to
105make these releases possible.
106
107
108Terms and conditions for accessing or otherwise using Python
109============================================================
110
111
112.. centered:: PSF LICENSE AGREEMENT FOR PYTHON |release|
113
114#. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
115 the Individual or Organization ("Licensee") accessing and otherwise using Python
116 |release| software in source or binary form and its associated documentation.
117
118#. Subject to the terms and conditions of this License Agreement, PSF hereby
119 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
120 analyze, test, perform and/or display publicly, prepare derivative works,
121 distribute, and otherwise use Python |release| alone or in any derivative
122 version, provided, however, that PSF's License Agreement and PSF's notice of
Christian Heimesb558a2e2008-03-02 22:46:37 +0000123 copyright, i.e., "Copyright © 2001-2008 Python Software Foundation; All Rights
Georg Brandl116aa622007-08-15 14:28:22 +0000124 Reserved" are retained in Python |release| alone or in any derivative version
125 prepared by Licensee.
126
127#. In the event Licensee prepares a derivative work that is based on or
128 incorporates Python |release| or any part thereof, and wants to make the
129 derivative work available to others as provided herein, then Licensee hereby
130 agrees to include in any such work a brief summary of the changes made to Python
131 |release|.
132
133#. PSF is making Python |release| available to Licensee on an "AS IS" basis.
134 PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
135 EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
136 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
137 USE OF PYTHON |release| WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
138
139#. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |release|
140 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
141 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON |release|, OR ANY DERIVATIVE
142 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
143
144#. This License Agreement will automatically terminate upon a material breach of
145 its terms and conditions.
146
147#. Nothing in this License Agreement shall be deemed to create any relationship
148 of agency, partnership, or joint venture between PSF and Licensee. This License
149 Agreement does not grant permission to use PSF trademarks or trade name in a
150 trademark sense to endorse or promote products or services of Licensee, or any
151 third party.
152
153#. By copying, installing or otherwise using Python |release|, Licensee agrees
154 to be bound by the terms and conditions of this License Agreement.
155
156
157.. centered:: BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
158
159
160.. centered:: BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
161
162#. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at
163 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization
164 ("Licensee") accessing and otherwise using this software in source or binary
165 form and its associated documentation ("the Software").
166
167#. Subject to the terms and conditions of this BeOpen Python License Agreement,
168 BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license
169 to reproduce, analyze, test, perform and/or display publicly, prepare derivative
170 works, distribute, and otherwise use the Software alone or in any derivative
171 version, provided, however, that the BeOpen Python License is retained in the
172 Software, alone or in any derivative version prepared by Licensee.
173
174#. BeOpen is making the Software available to Licensee on an "AS IS" basis.
175 BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
176 EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
177 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
178 USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
179
180#. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR
181 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING,
182 MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF
183 ADVISED OF THE POSSIBILITY THEREOF.
184
185#. This License Agreement will automatically terminate upon a material breach of
186 its terms and conditions.
187
188#. This License Agreement shall be governed by and interpreted in all respects
189 by the law of the State of California, excluding conflict of law provisions.
190 Nothing in this License Agreement shall be deemed to create any relationship of
191 agency, partnership, or joint venture between BeOpen and Licensee. This License
192 Agreement does not grant permission to use BeOpen trademarks or trade names in a
193 trademark sense to endorse or promote products or services of Licensee, or any
194 third party. As an exception, the "BeOpen Python" logos available at
195 http://www.pythonlabs.com/logos.html may be used according to the permissions
196 granted on that web page.
197
198#. By copying, installing or otherwise using the software, Licensee agrees to be
199 bound by the terms and conditions of this License Agreement.
200
201
202.. centered:: CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
203
204#. This LICENSE AGREEMENT is between the Corporation for National Research
205 Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191
206 ("CNRI"), and the Individual or Organization ("Licensee") accessing and
207 otherwise using Python 1.6.1 software in source or binary form and its
208 associated documentation.
209
210#. Subject to the terms and conditions of this License Agreement, CNRI hereby
211 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
212 analyze, test, perform and/or display publicly, prepare derivative works,
213 distribute, and otherwise use Python 1.6.1 alone or in any derivative version,
214 provided, however, that CNRI's License Agreement and CNRI's notice of copyright,
215 i.e., "Copyright © 1995-2001 Corporation for National Research Initiatives; All
216 Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version
217 prepared by Licensee. Alternately, in lieu of CNRI's License Agreement,
218 Licensee may substitute the following text (omitting the quotes): "Python 1.6.1
219 is made available subject to the terms and conditions in CNRI's License
220 Agreement. This Agreement together with Python 1.6.1 may be located on the
221 Internet using the following unique, persistent identifier (known as a handle):
222 1895.22/1013. This Agreement may also be obtained from a proxy server on the
223 Internet using the following URL: http://hdl.handle.net/1895.22/1013."
224
225#. In the event Licensee prepares a derivative work that is based on or
226 incorporates Python 1.6.1 or any part thereof, and wants to make the derivative
227 work available to others as provided herein, then Licensee hereby agrees to
228 include in any such work a brief summary of the changes made to Python 1.6.1.
229
230#. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI
231 MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE,
232 BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY
233 OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
234 PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
235
236#. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR
237 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
238 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE
239 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
240
241#. This License Agreement will automatically terminate upon a material breach of
242 its terms and conditions.
243
244#. This License Agreement shall be governed by the federal intellectual property
245 law of the United States, including without limitation the federal copyright
246 law, and, to the extent such U.S. federal law does not apply, by the law of the
247 Commonwealth of Virginia, excluding Virginia's conflict of law provisions.
248 Notwithstanding the foregoing, with regard to derivative works based on Python
249 1.6.1 that incorporate non-separable material that was previously distributed
250 under the GNU General Public License (GPL), the law of the Commonwealth of
251 Virginia shall govern this License Agreement only as to issues arising under or
252 with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in
253 this License Agreement shall be deemed to create any relationship of agency,
254 partnership, or joint venture between CNRI and Licensee. This License Agreement
255 does not grant permission to use CNRI trademarks or trade name in a trademark
256 sense to endorse or promote products or services of Licensee, or any third
257 party.
258
259#. By clicking on the "ACCEPT" button where indicated, or by copying, installing
260 or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and
261 conditions of this License Agreement.
262
263
264.. centered:: ACCEPT
265
266
267.. centered:: CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
268
269Copyright © 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The
270Netherlands. All rights reserved.
271
272Permission to use, copy, modify, and distribute this software and its
273documentation for any purpose and without fee is hereby granted, provided that
274the above copyright notice appear in all copies and that both that copyright
275notice and this permission notice appear in supporting documentation, and that
276the name of Stichting Mathematisch Centrum or CWI not be used in advertising or
277publicity pertaining to distribution of the software without specific, written
278prior permission.
279
280STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
281SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
282EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT
283OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
284DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
285ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
286SOFTWARE.
287
288
289Licenses and Acknowledgements for Incorporated Software
290=======================================================
291
292This section is an incomplete, but growing list of licenses and acknowledgements
293for third-party software incorporated in the Python distribution.
294
295
296Mersenne Twister
297----------------
298
299The :mod:`_random` module includes code based on a download from
300http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are
301the verbatim comments from the original code::
302
303 A C-program for MT19937, with initialization improved 2002/1/26.
304 Coded by Takuji Nishimura and Makoto Matsumoto.
305
306 Before using, initialize the state by using init_genrand(seed)
307 or init_by_array(init_key, key_length).
308
309 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
310 All rights reserved.
311
312 Redistribution and use in source and binary forms, with or without
313 modification, are permitted provided that the following conditions
314 are met:
315
316 1. Redistributions of source code must retain the above copyright
317 notice, this list of conditions and the following disclaimer.
318
319 2. Redistributions in binary form must reproduce the above copyright
320 notice, this list of conditions and the following disclaimer in the
321 documentation and/or other materials provided with the distribution.
322
323 3. The names of its contributors may not be used to endorse or promote
324 products derived from this software without specific prior written
325 permission.
326
327 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
328 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
329 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
330 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
331 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
332 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
333 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
334 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
335 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
336 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
337 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
338
339
340 Any feedback is very welcome.
341 http://www.math.keio.ac.jp/matumoto/emt.html
342 email: matumoto@math.keio.ac.jp
343
344
345Sockets
346-------
347
348The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and
349:func:`getnameinfo`, which are coded in separate source files from the WIDE
Christian Heimesdd15f6c2008-03-16 00:07:10 +0000350Project, http://www.wide.ad.jp/. ::
Georg Brandl116aa622007-08-15 14:28:22 +0000351
352 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
353 All rights reserved.
354
355 Redistribution and use in source and binary forms, with or without
356 modification, are permitted provided that the following conditions
357 are met:
358 1. Redistributions of source code must retain the above copyright
359 notice, this list of conditions and the following disclaimer.
360 2. Redistributions in binary form must reproduce the above copyright
361 notice, this list of conditions and the following disclaimer in the
362 documentation and/or other materials provided with the distribution.
363 3. Neither the name of the project nor the names of its contributors
364 may be used to endorse or promote products derived from this software
365 without specific prior written permission.
366
367 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
368 GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
369 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
370 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
371 FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
372 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
373 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
374 HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
375 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN GAI_ANY WAY
376 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
377 SUCH DAMAGE.
378
379
380Floating point exception control
381--------------------------------
382
383The source for the :mod:`fpectl` module includes the following notice::
384
385 ---------------------------------------------------------------------
386 / Copyright (c) 1996. \
387 | The Regents of the University of California. |
388 | All rights reserved. |
389 | |
390 | Permission to use, copy, modify, and distribute this software for |
391 | any purpose without fee is hereby granted, provided that this en- |
392 | tire notice is included in all copies of any software which is or |
393 | includes a copy or modification of this software and in all |
394 | copies of the supporting documentation for such software. |
395 | |
396 | This work was produced at the University of California, Lawrence |
397 | Livermore National Laboratory under contract no. W-7405-ENG-48 |
398 | between the U.S. Department of Energy and The Regents of the |
399 | University of California for the operation of UC LLNL. |
400 | |
401 | DISCLAIMER |
402 | |
403 | This software was prepared as an account of work sponsored by an |
404 | agency of the United States Government. Neither the United States |
405 | Government nor the University of California nor any of their em- |
406 | ployees, makes any warranty, express or implied, or assumes any |
407 | liability or responsibility for the accuracy, completeness, or |
408 | usefulness of any information, apparatus, product, or process |
409 | disclosed, or represents that its use would not infringe |
410 | privately-owned rights. Reference herein to any specific commer- |
411 | cial products, process, or service by trade name, trademark, |
412 | manufacturer, or otherwise, does not necessarily constitute or |
413 | imply its endorsement, recommendation, or favoring by the United |
414 | States Government or the University of California. The views and |
415 | opinions of authors expressed herein do not necessarily state or |
416 | reflect those of the United States Government or the University |
417 | of California, and shall not be used for advertising or product |
418 \ endorsement purposes. /
419 ---------------------------------------------------------------------
420
421
Georg Brandl116aa622007-08-15 14:28:22 +0000422Asynchronous socket services
423----------------------------
424
425The :mod:`asynchat` and :mod:`asyncore` modules contain the following notice::
426
427 Copyright 1996 by Sam Rushing
428
429 All Rights Reserved
430
431 Permission to use, copy, modify, and distribute this software and
432 its documentation for any purpose and without fee is hereby
433 granted, provided that the above copyright notice appear in all
434 copies and that both that copyright notice and this permission
435 notice appear in supporting documentation, and that the name of Sam
436 Rushing not be used in advertising or publicity pertaining to
437 distribution of the software without specific, written prior
438 permission.
439
440 SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
441 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
442 NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR
443 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
444 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
445 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
446 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
447
448
449Cookie management
450-----------------
451
452The :mod:`Cookie` module contains the following notice::
453
454 Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu>
455
456 All Rights Reserved
457
458 Permission to use, copy, modify, and distribute this software
459 and its documentation for any purpose and without fee is hereby
460 granted, provided that the above copyright notice appear in all
461 copies and that both that copyright notice and this permission
462 notice appear in supporting documentation, and that the name of
463 Timothy O'Malley not be used in advertising or publicity
464 pertaining to distribution of the software without specific, written
465 prior permission.
466
467 Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
468 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
469 AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
470 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
471 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
472 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
473 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
474 PERFORMANCE OF THIS SOFTWARE.
475
476
477Profiling
478---------
479
480The :mod:`profile` and :mod:`pstats` modules contain the following notice::
481
482 Copyright 1994, by InfoSeek Corporation, all rights reserved.
483 Written by James Roskind
484
485 Permission to use, copy, modify, and distribute this Python software
486 and its associated documentation for any purpose (subject to the
487 restriction in the following sentence) without fee is hereby granted,
488 provided that the above copyright notice appears in all copies, and
489 that both that copyright notice and this permission notice appear in
490 supporting documentation, and that the name of InfoSeek not be used in
491 advertising or publicity pertaining to distribution of the software
492 without specific, written prior permission. This permission is
493 explicitly restricted to the copying and modification of the software
494 to remain in Python, compiled Python, or other languages (such as C)
495 wherein the modified or derived code is exclusively imported into a
496 Python module.
497
498 INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
499 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
500 FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY
501 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
502 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
503 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
504 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
505
506
507Execution tracing
508-----------------
509
510The :mod:`trace` module contains the following notice::
511
512 portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
513 err... reserved and offered to the public under the terms of the
514 Python 2.2 license.
515 Author: Zooko O'Whielacronx
516 http://zooko.com/
517 mailto:zooko@zooko.com
518
519 Copyright 2000, Mojam Media, Inc., all rights reserved.
520 Author: Skip Montanaro
521
522 Copyright 1999, Bioreason, Inc., all rights reserved.
523 Author: Andrew Dalke
524
525 Copyright 1995-1997, Automatrix, Inc., all rights reserved.
526 Author: Skip Montanaro
527
528 Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
529
530
531 Permission to use, copy, modify, and distribute this Python software and
532 its associated documentation for any purpose without fee is hereby
533 granted, provided that the above copyright notice appears in all copies,
534 and that both that copyright notice and this permission notice appear in
535 supporting documentation, and that the name of neither Automatrix,
536 Bioreason or Mojam Media be used in advertising or publicity pertaining to
537 distribution of the software without specific, written prior permission.
538
539
540UUencode and UUdecode functions
541-------------------------------
542
543The :mod:`uu` module contains the following notice::
544
545 Copyright 1994 by Lance Ellinghouse
546 Cathedral City, California Republic, United States of America.
547 All Rights Reserved
548 Permission to use, copy, modify, and distribute this software and its
549 documentation for any purpose and without fee is hereby granted,
550 provided that the above copyright notice appear in all copies and that
551 both that copyright notice and this permission notice appear in
552 supporting documentation, and that the name of Lance Ellinghouse
553 not be used in advertising or publicity pertaining to distribution
554 of the software without specific, written prior permission.
555 LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO
556 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
557 FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE
558 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
559 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
560 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
561 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
562
563 Modified by Jack Jansen, CWI, July 1995:
564 - Use binascii module to do the actual line-by-line conversion
565 between ascii and binary. This results in a 1000-fold speedup. The C
566 version is still 5 times faster, though.
567 - Arguments more compliant with python standard
568
569
570XML Remote Procedure Calls
571--------------------------
572
573The :mod:`xmlrpclib` module contains the following notice::
574
575 The XML-RPC client interface is
576
577 Copyright (c) 1999-2002 by Secret Labs AB
578 Copyright (c) 1999-2002 by Fredrik Lundh
579
580 By obtaining, using, and/or copying this software and/or its
581 associated documentation, you agree that you have read, understood,
582 and will comply with the following terms and conditions:
583
584 Permission to use, copy, modify, and distribute this software and
585 its associated documentation for any purpose and without fee is
586 hereby granted, provided that the above copyright notice appears in
587 all copies, and that both that copyright notice and this permission
588 notice appear in supporting documentation, and that the name of
589 Secret Labs AB or the author not be used in advertising or publicity
590 pertaining to distribution of the software without specific, written
591 prior permission.
592
593 SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
594 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-
595 ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
596 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
597 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
598 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
599 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
600 OF THIS SOFTWARE.
601