blob: 6c9ecf514ab412378cbc88d3ce95d135972a573c [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+----------------+--------------+------------+------------+-----------------+
Barry Warsaw4a1c2132008-05-08 15:31:04 +000091| 2.6 | 2.5 | 2008 | PSF | yes |
Georg Brandl716c3ac2007-08-30 18:34:23 +000092+----------------+--------------+------------+------------+-----------------+
Benjamin Peterson92035012008-12-27 16:00:54 +000093| 2.6.1 | 2.6 | 2008 | PSF | yes |
94+----------------+--------------+------------+------------+-----------------+
Benjamin Peterson13087d92009-12-13 14:23:30 +000095| 2.6.2 | 2.6.1 | 2009 | PSF | yes |
96+----------------+--------------+------------+------------+-----------------+
97| 2.6.3 | 2.6.2 | 2009 | PSF | yes |
98+----------------+--------------+------------+------------+-----------------+
99| 2.6.4 | 2.6.3 | 2009 | PSF | yes |
100+----------------+--------------+------------+------------+-----------------+
Benjamin Petersonad224bd2009-12-13 14:26:42 +0000101| 3.0 | 2.6 | 2008 | PSF | yes |
102+----------------+--------------+------------+------------+-----------------+
103| 3.0.1 | 3.0 | 2009 | PSF | yes |
104+----------------+--------------+------------+------------+-----------------+
105| 3.1 | 3.0.1 | 2009 | PSF | yes |
106+----------------+--------------+------------+------------+-----------------+
107| 3.1.1 | 3.1 | 2009 | PSF | yes |
108+----------------+--------------+------------+------------+-----------------+
Georg Brandlfff90212010-07-31 09:01:16 +0000109| 3.1.2 | 3.1 | 2010 | PSF | yes |
110+----------------+--------------+------------+------------+-----------------+
Georg Brandled138532010-12-31 23:00:03 +0000111| 3.2 | 3.1 | 2011 | PSF | yes |
Georg Brandlfff90212010-07-31 09:01:16 +0000112+----------------+--------------+------------+------------+-----------------+
Georg Brandl3ebb6b32011-02-20 10:37:07 +0000113| 3.3 | 3.2 | 2012 | PSF | yes |
114+----------------+--------------+------------+------------+-----------------+
Benjamin Peterson92035012008-12-27 16:00:54 +0000115
Georg Brandl116aa622007-08-15 14:28:22 +0000116.. note::
117
118 GPL-compatible doesn't mean that we're distributing Python under the GPL. All
119 Python licenses, unlike the GPL, let you distribute a modified version without
120 making your changes open source. The GPL-compatible licenses make it possible to
121 combine Python with other software that is released under the GPL; the others
122 don't.
123
124Thanks to the many outside volunteers who have worked under Guido's direction to
125make these releases possible.
126
127
128Terms and conditions for accessing or otherwise using Python
129============================================================
130
131
132.. centered:: PSF LICENSE AGREEMENT FOR PYTHON |release|
133
134#. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
135 the Individual or Organization ("Licensee") accessing and otherwise using Python
136 |release| software in source or binary form and its associated documentation.
137
138#. Subject to the terms and conditions of this License Agreement, PSF hereby
139 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
140 analyze, test, perform and/or display publicly, prepare derivative works,
141 distribute, and otherwise use Python |release| alone or in any derivative
142 version, provided, however, that PSF's License Agreement and PSF's notice of
Georg Brandled138532010-12-31 23:00:03 +0000143 copyright, i.e., "Copyright © 2001-2011 Python Software Foundation; All Rights
Georg Brandl116aa622007-08-15 14:28:22 +0000144 Reserved" are retained in Python |release| alone or in any derivative version
145 prepared by Licensee.
146
147#. In the event Licensee prepares a derivative work that is based on or
148 incorporates Python |release| or any part thereof, and wants to make the
149 derivative work available to others as provided herein, then Licensee hereby
150 agrees to include in any such work a brief summary of the changes made to Python
151 |release|.
152
153#. PSF is making Python |release| available to Licensee on an "AS IS" basis.
154 PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
155 EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
156 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
157 USE OF PYTHON |release| WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
158
159#. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |release|
160 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
161 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON |release|, OR ANY DERIVATIVE
162 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
163
164#. This License Agreement will automatically terminate upon a material breach of
165 its terms and conditions.
166
167#. Nothing in this License Agreement shall be deemed to create any relationship
168 of agency, partnership, or joint venture between PSF and Licensee. This License
169 Agreement does not grant permission to use PSF trademarks or trade name in a
170 trademark sense to endorse or promote products or services of Licensee, or any
171 third party.
172
173#. By copying, installing or otherwise using Python |release|, Licensee agrees
174 to be bound by the terms and conditions of this License Agreement.
175
176
177.. centered:: BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
178
179
180.. centered:: BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
181
182#. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at
183 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization
184 ("Licensee") accessing and otherwise using this software in source or binary
185 form and its associated documentation ("the Software").
186
187#. Subject to the terms and conditions of this BeOpen Python License Agreement,
188 BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license
189 to reproduce, analyze, test, perform and/or display publicly, prepare derivative
190 works, distribute, and otherwise use the Software alone or in any derivative
191 version, provided, however, that the BeOpen Python License is retained in the
192 Software, alone or in any derivative version prepared by Licensee.
193
194#. BeOpen is making the Software available to Licensee on an "AS IS" basis.
195 BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
196 EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
197 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
198 USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
199
200#. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR
201 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING,
202 MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF
203 ADVISED OF THE POSSIBILITY THEREOF.
204
205#. This License Agreement will automatically terminate upon a material breach of
206 its terms and conditions.
207
208#. This License Agreement shall be governed by and interpreted in all respects
209 by the law of the State of California, excluding conflict of law provisions.
210 Nothing in this License Agreement shall be deemed to create any relationship of
211 agency, partnership, or joint venture between BeOpen and Licensee. This License
212 Agreement does not grant permission to use BeOpen trademarks or trade names in a
213 trademark sense to endorse or promote products or services of Licensee, or any
214 third party. As an exception, the "BeOpen Python" logos available at
215 http://www.pythonlabs.com/logos.html may be used according to the permissions
216 granted on that web page.
217
218#. By copying, installing or otherwise using the software, Licensee agrees to be
219 bound by the terms and conditions of this License Agreement.
220
221
222.. centered:: CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
223
224#. This LICENSE AGREEMENT is between the Corporation for National Research
225 Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191
226 ("CNRI"), and the Individual or Organization ("Licensee") accessing and
227 otherwise using Python 1.6.1 software in source or binary form and its
228 associated documentation.
229
230#. Subject to the terms and conditions of this License Agreement, CNRI hereby
231 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
232 analyze, test, perform and/or display publicly, prepare derivative works,
233 distribute, and otherwise use Python 1.6.1 alone or in any derivative version,
234 provided, however, that CNRI's License Agreement and CNRI's notice of copyright,
235 i.e., "Copyright © 1995-2001 Corporation for National Research Initiatives; All
236 Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version
237 prepared by Licensee. Alternately, in lieu of CNRI's License Agreement,
238 Licensee may substitute the following text (omitting the quotes): "Python 1.6.1
239 is made available subject to the terms and conditions in CNRI's License
240 Agreement. This Agreement together with Python 1.6.1 may be located on the
241 Internet using the following unique, persistent identifier (known as a handle):
242 1895.22/1013. This Agreement may also be obtained from a proxy server on the
243 Internet using the following URL: http://hdl.handle.net/1895.22/1013."
244
245#. In the event Licensee prepares a derivative work that is based on or
246 incorporates Python 1.6.1 or any part thereof, and wants to make the derivative
247 work available to others as provided herein, then Licensee hereby agrees to
248 include in any such work a brief summary of the changes made to Python 1.6.1.
249
250#. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI
251 MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE,
252 BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY
253 OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
254 PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
255
256#. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR
257 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
258 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE
259 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
260
261#. This License Agreement will automatically terminate upon a material breach of
262 its terms and conditions.
263
264#. This License Agreement shall be governed by the federal intellectual property
265 law of the United States, including without limitation the federal copyright
266 law, and, to the extent such U.S. federal law does not apply, by the law of the
267 Commonwealth of Virginia, excluding Virginia's conflict of law provisions.
268 Notwithstanding the foregoing, with regard to derivative works based on Python
269 1.6.1 that incorporate non-separable material that was previously distributed
270 under the GNU General Public License (GPL), the law of the Commonwealth of
271 Virginia shall govern this License Agreement only as to issues arising under or
272 with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in
273 this License Agreement shall be deemed to create any relationship of agency,
274 partnership, or joint venture between CNRI and Licensee. This License Agreement
275 does not grant permission to use CNRI trademarks or trade name in a trademark
276 sense to endorse or promote products or services of Licensee, or any third
277 party.
278
279#. By clicking on the "ACCEPT" button where indicated, or by copying, installing
280 or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and
281 conditions of this License Agreement.
282
283
284.. centered:: ACCEPT
285
286
287.. centered:: CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
288
289Copyright © 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The
290Netherlands. All rights reserved.
291
292Permission to use, copy, modify, and distribute this software and its
293documentation for any purpose and without fee is hereby granted, provided that
294the above copyright notice appear in all copies and that both that copyright
295notice and this permission notice appear in supporting documentation, and that
296the name of Stichting Mathematisch Centrum or CWI not be used in advertising or
297publicity pertaining to distribution of the software without specific, written
298prior permission.
299
300STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
301SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
302EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT
303OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
304DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
305ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
306SOFTWARE.
307
308
309Licenses and Acknowledgements for Incorporated Software
310=======================================================
311
312This section is an incomplete, but growing list of licenses and acknowledgements
313for third-party software incorporated in the Python distribution.
314
315
316Mersenne Twister
317----------------
318
319The :mod:`_random` module includes code based on a download from
320http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are
321the verbatim comments from the original code::
322
323 A C-program for MT19937, with initialization improved 2002/1/26.
324 Coded by Takuji Nishimura and Makoto Matsumoto.
325
326 Before using, initialize the state by using init_genrand(seed)
327 or init_by_array(init_key, key_length).
328
329 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
330 All rights reserved.
331
332 Redistribution and use in source and binary forms, with or without
333 modification, are permitted provided that the following conditions
334 are met:
335
336 1. Redistributions of source code must retain the above copyright
337 notice, this list of conditions and the following disclaimer.
338
339 2. Redistributions in binary form must reproduce the above copyright
340 notice, this list of conditions and the following disclaimer in the
341 documentation and/or other materials provided with the distribution.
342
343 3. The names of its contributors may not be used to endorse or promote
344 products derived from this software without specific prior written
345 permission.
346
347 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
348 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
349 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
350 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
351 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
352 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
353 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
354 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
355 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
356 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
357 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
358
359
360 Any feedback is very welcome.
361 http://www.math.keio.ac.jp/matumoto/emt.html
362 email: matumoto@math.keio.ac.jp
363
364
365Sockets
366-------
367
368The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and
369:func:`getnameinfo`, which are coded in separate source files from the WIDE
Christian Heimesdd15f6c2008-03-16 00:07:10 +0000370Project, http://www.wide.ad.jp/. ::
Georg Brandl116aa622007-08-15 14:28:22 +0000371
372 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
373 All rights reserved.
374
375 Redistribution and use in source and binary forms, with or without
376 modification, are permitted provided that the following conditions
377 are met:
378 1. Redistributions of source code must retain the above copyright
379 notice, this list of conditions and the following disclaimer.
380 2. Redistributions in binary form must reproduce the above copyright
381 notice, this list of conditions and the following disclaimer in the
382 documentation and/or other materials provided with the distribution.
383 3. Neither the name of the project nor the names of its contributors
384 may be used to endorse or promote products derived from this software
385 without specific prior written permission.
386
387 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
388 GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
389 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
390 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
391 FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
392 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
393 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
394 HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
395 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN GAI_ANY WAY
396 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
397 SUCH DAMAGE.
398
399
400Floating point exception control
401--------------------------------
402
403The source for the :mod:`fpectl` module includes the following notice::
404
Georg Brandl48310cd2009-01-03 21:18:54 +0000405 ---------------------------------------------------------------------
406 / Copyright (c) 1996. \
Georg Brandl116aa622007-08-15 14:28:22 +0000407 | The Regents of the University of California. |
408 | All rights reserved. |
409 | |
410 | Permission to use, copy, modify, and distribute this software for |
411 | any purpose without fee is hereby granted, provided that this en- |
412 | tire notice is included in all copies of any software which is or |
413 | includes a copy or modification of this software and in all |
414 | copies of the supporting documentation for such software. |
415 | |
416 | This work was produced at the University of California, Lawrence |
417 | Livermore National Laboratory under contract no. W-7405-ENG-48 |
418 | between the U.S. Department of Energy and The Regents of the |
419 | University of California for the operation of UC LLNL. |
420 | |
421 | DISCLAIMER |
422 | |
423 | This software was prepared as an account of work sponsored by an |
424 | agency of the United States Government. Neither the United States |
425 | Government nor the University of California nor any of their em- |
426 | ployees, makes any warranty, express or implied, or assumes any |
427 | liability or responsibility for the accuracy, completeness, or |
428 | usefulness of any information, apparatus, product, or process |
429 | disclosed, or represents that its use would not infringe |
430 | privately-owned rights. Reference herein to any specific commer- |
431 | cial products, process, or service by trade name, trademark, |
432 | manufacturer, or otherwise, does not necessarily constitute or |
433 | imply its endorsement, recommendation, or favoring by the United |
434 | States Government or the University of California. The views and |
435 | opinions of authors expressed herein do not necessarily state or |
436 | reflect those of the United States Government or the University |
437 | of California, and shall not be used for advertising or product |
Georg Brandl48310cd2009-01-03 21:18:54 +0000438 \ endorsement purposes. /
Georg Brandl116aa622007-08-15 14:28:22 +0000439 ---------------------------------------------------------------------
440
441
Georg Brandl116aa622007-08-15 14:28:22 +0000442Asynchronous socket services
443----------------------------
444
445The :mod:`asynchat` and :mod:`asyncore` modules contain the following notice::
446
447 Copyright 1996 by Sam Rushing
448
449 All Rights Reserved
450
451 Permission to use, copy, modify, and distribute this software and
452 its documentation for any purpose and without fee is hereby
453 granted, provided that the above copyright notice appear in all
454 copies and that both that copyright notice and this permission
455 notice appear in supporting documentation, and that the name of Sam
456 Rushing not be used in advertising or publicity pertaining to
457 distribution of the software without specific, written prior
458 permission.
459
460 SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
461 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
462 NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR
463 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
464 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
465 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
466 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
467
468
469Cookie management
470-----------------
471
Georg Brandl24420152008-05-26 16:32:26 +0000472The :mod:`http.cookies` module contains the following notice::
Georg Brandl116aa622007-08-15 14:28:22 +0000473
474 Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu>
475
476 All Rights Reserved
477
478 Permission to use, copy, modify, and distribute this software
479 and its documentation for any purpose and without fee is hereby
480 granted, provided that the above copyright notice appear in all
481 copies and that both that copyright notice and this permission
482 notice appear in supporting documentation, and that the name of
483 Timothy O'Malley not be used in advertising or publicity
484 pertaining to distribution of the software without specific, written
485 prior permission.
486
487 Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
488 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
489 AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
490 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
491 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
492 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
493 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
494 PERFORMANCE OF THIS SOFTWARE.
495
496
497Profiling
498---------
499
500The :mod:`profile` and :mod:`pstats` modules contain the following notice::
501
502 Copyright 1994, by InfoSeek Corporation, all rights reserved.
503 Written by James Roskind
504
505 Permission to use, copy, modify, and distribute this Python software
506 and its associated documentation for any purpose (subject to the
507 restriction in the following sentence) without fee is hereby granted,
508 provided that the above copyright notice appears in all copies, and
509 that both that copyright notice and this permission notice appear in
510 supporting documentation, and that the name of InfoSeek not be used in
511 advertising or publicity pertaining to distribution of the software
512 without specific, written prior permission. This permission is
513 explicitly restricted to the copying and modification of the software
514 to remain in Python, compiled Python, or other languages (such as C)
515 wherein the modified or derived code is exclusively imported into a
516 Python module.
517
518 INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
519 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
520 FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY
521 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
522 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
523 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
524 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
525
526
527Execution tracing
528-----------------
529
530The :mod:`trace` module contains the following notice::
531
532 portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
533 err... reserved and offered to the public under the terms of the
534 Python 2.2 license.
535 Author: Zooko O'Whielacronx
536 http://zooko.com/
537 mailto:zooko@zooko.com
538
539 Copyright 2000, Mojam Media, Inc., all rights reserved.
540 Author: Skip Montanaro
541
542 Copyright 1999, Bioreason, Inc., all rights reserved.
543 Author: Andrew Dalke
544
545 Copyright 1995-1997, Automatrix, Inc., all rights reserved.
546 Author: Skip Montanaro
547
548 Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
549
550
551 Permission to use, copy, modify, and distribute this Python software and
552 its associated documentation for any purpose without fee is hereby
553 granted, provided that the above copyright notice appears in all copies,
554 and that both that copyright notice and this permission notice appear in
555 supporting documentation, and that the name of neither Automatrix,
556 Bioreason or Mojam Media be used in advertising or publicity pertaining to
557 distribution of the software without specific, written prior permission.
558
559
560UUencode and UUdecode functions
561-------------------------------
562
563The :mod:`uu` module contains the following notice::
564
565 Copyright 1994 by Lance Ellinghouse
566 Cathedral City, California Republic, United States of America.
567 All Rights Reserved
568 Permission to use, copy, modify, and distribute this software and its
569 documentation for any purpose and without fee is hereby granted,
570 provided that the above copyright notice appear in all copies and that
571 both that copyright notice and this permission notice appear in
572 supporting documentation, and that the name of Lance Ellinghouse
573 not be used in advertising or publicity pertaining to distribution
574 of the software without specific, written prior permission.
575 LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO
576 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
577 FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE
578 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
579 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
580 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
581 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
582
583 Modified by Jack Jansen, CWI, July 1995:
584 - Use binascii module to do the actual line-by-line conversion
585 between ascii and binary. This results in a 1000-fold speedup. The C
586 version is still 5 times faster, though.
Ezio Melotti0639d5a2009-12-19 23:26:38 +0000587 - Arguments more compliant with Python standard
Georg Brandl116aa622007-08-15 14:28:22 +0000588
589
590XML Remote Procedure Calls
591--------------------------
592
Georg Brandl38eceaa2008-05-26 11:14:17 +0000593The :mod:`xmlrpc.client` module contains the following notice::
Georg Brandl116aa622007-08-15 14:28:22 +0000594
595 The XML-RPC client interface is
596
597 Copyright (c) 1999-2002 by Secret Labs AB
598 Copyright (c) 1999-2002 by Fredrik Lundh
599
600 By obtaining, using, and/or copying this software and/or its
601 associated documentation, you agree that you have read, understood,
602 and will comply with the following terms and conditions:
603
604 Permission to use, copy, modify, and distribute this software and
605 its associated documentation for any purpose and without fee is
606 hereby granted, provided that the above copyright notice appears in
607 all copies, and that both that copyright notice and this permission
608 notice appear in supporting documentation, and that the name of
609 Secret Labs AB or the author not be used in advertising or publicity
610 pertaining to distribution of the software without specific, written
611 prior permission.
612
613 SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
614 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-
615 ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
616 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
617 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
618 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
619 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
620 OF THIS SOFTWARE.
621
Christian Heimes4fbc72b2008-03-22 00:47:35 +0000622
623test_epoll
624----------
625
626The :mod:`test_epoll` contains the following notice::
627
628 Copyright (c) 2001-2006 Twisted Matrix Laboratories.
629
630 Permission is hereby granted, free of charge, to any person obtaining
631 a copy of this software and associated documentation files (the
632 "Software"), to deal in the Software without restriction, including
633 without limitation the rights to use, copy, modify, merge, publish,
634 distribute, sublicense, and/or sell copies of the Software, and to
635 permit persons to whom the Software is furnished to do so, subject to
636 the following conditions:
637
638 The above copyright notice and this permission notice shall be
639 included in all copies or substantial portions of the Software.
640
641 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
642 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
643 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
644 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
645 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
646 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
647 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
648
649Select kqueue
650-------------
651
652The :mod:`select` and contains the following notice for the kqueue interface::
653
654 Copyright (c) 2000 Doug White, 2006 James Knight, 2007 Christian Heimes
655 All rights reserved.
656
657 Redistribution and use in source and binary forms, with or without
658 modification, are permitted provided that the following conditions
659 are met:
660 1. Redistributions of source code must retain the above copyright
661 notice, this list of conditions and the following disclaimer.
662 2. Redistributions in binary form must reproduce the above copyright
663 notice, this list of conditions and the following disclaimer in the
664 documentation and/or other materials provided with the distribution.
665
666 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
667 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
668 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
669 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
670 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
671 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
672 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
673 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
674 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
675 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
676 SUCH DAMAGE.
Mark Dickinsonb08a53a2009-04-16 19:52:09 +0000677
678
679strtod and dtoa
680---------------
681
682The file :file:`Python/dtoa.c`, which supplies C functions dtoa and
683strtod for conversion of C doubles to and from strings, is derived
684from the file of the same name by David M. Gay, currently available
685from http://www.netlib.org/fp/. The original file, as retrieved on
686March 16, 2009, contains the following copyright and licensing
687notice::
688
689 /****************************************************************
690 *
691 * The author of this software is David M. Gay.
692 *
693 * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
694 *
695 * Permission to use, copy, modify, and distribute this software for any
696 * purpose without fee is hereby granted, provided that this entire notice
697 * is included in all copies of any software which is or includes a copy
698 * or modification of this software and in all copies of the supporting
699 * documentation for such software.
700 *
701 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
702 * WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
703 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
704 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
705 *
706 ***************************************************************/
707
708
Marc-André Lemburg6b91fc42010-09-21 11:37:43 +0000709OpenSSL
710-------
711
712The modules :mod:`hashlib`, :mod:`posix`, :mod:`ssl`, :mod:`crypt` use
713the OpenSSL library for added performance if made available by the
714operating system. Additionally, the Windows installers for Python
Marc-André Lemburg45fb9a12010-09-21 11:55:27 +0000715include a copy of the OpenSSL libraries, so we include a copy of the
716OpenSSL license here::
Marc-André Lemburg6b91fc42010-09-21 11:37:43 +0000717
718
719 LICENSE ISSUES
720 ==============
721
722 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
723 the OpenSSL License and the original SSLeay license apply to the toolkit.
724 See below for the actual license texts. Actually both licenses are BSD-style
725 Open Source licenses. In case of any license issues related to OpenSSL
726 please contact openssl-core@openssl.org.
727
728 OpenSSL License
729 ---------------
730
731 /* ====================================================================
732 * Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved.
733 *
734 * Redistribution and use in source and binary forms, with or without
735 * modification, are permitted provided that the following conditions
736 * are met:
737 *
738 * 1. Redistributions of source code must retain the above copyright
739 * notice, this list of conditions and the following disclaimer.
740 *
741 * 2. Redistributions in binary form must reproduce the above copyright
742 * notice, this list of conditions and the following disclaimer in
743 * the documentation and/or other materials provided with the
744 * distribution.
745 *
746 * 3. All advertising materials mentioning features or use of this
747 * software must display the following acknowledgment:
748 * "This product includes software developed by the OpenSSL Project
749 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
750 *
751 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
752 * endorse or promote products derived from this software without
753 * prior written permission. For written permission, please contact
754 * openssl-core@openssl.org.
755 *
756 * 5. Products derived from this software may not be called "OpenSSL"
757 * nor may "OpenSSL" appear in their names without prior written
758 * permission of the OpenSSL Project.
759 *
760 * 6. Redistributions of any form whatsoever must retain the following
761 * acknowledgment:
762 * "This product includes software developed by the OpenSSL Project
763 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
764 *
765 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
766 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
767 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
768 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
769 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
770 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
771 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
772 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
773 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
774 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
775 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
776 * OF THE POSSIBILITY OF SUCH DAMAGE.
777 * ====================================================================
778 *
779 * This product includes cryptographic software written by Eric Young
780 * (eay@cryptsoft.com). This product includes software written by Tim
781 * Hudson (tjh@cryptsoft.com).
782 *
783 */
784
785 Original SSLeay License
786 -----------------------
787
788 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
789 * All rights reserved.
790 *
791 * This package is an SSL implementation written
792 * by Eric Young (eay@cryptsoft.com).
793 * The implementation was written so as to conform with Netscapes SSL.
794 *
795 * This library is free for commercial and non-commercial use as long as
796 * the following conditions are aheared to. The following conditions
797 * apply to all code found in this distribution, be it the RC4, RSA,
798 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
799 * included with this distribution is covered by the same copyright terms
800 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
801 *
802 * Copyright remains Eric Young's, and as such any Copyright notices in
803 * the code are not to be removed.
804 * If this package is used in a product, Eric Young should be given attribution
805 * as the author of the parts of the library used.
806 * This can be in the form of a textual message at program startup or
807 * in documentation (online or textual) provided with the package.
808 *
809 * Redistribution and use in source and binary forms, with or without
810 * modification, are permitted provided that the following conditions
811 * are met:
812 * 1. Redistributions of source code must retain the copyright
813 * notice, this list of conditions and the following disclaimer.
814 * 2. Redistributions in binary form must reproduce the above copyright
815 * notice, this list of conditions and the following disclaimer in the
816 * documentation and/or other materials provided with the distribution.
817 * 3. All advertising materials mentioning features or use of this software
818 * must display the following acknowledgement:
819 * "This product includes cryptographic software written by
820 * Eric Young (eay@cryptsoft.com)"
821 * The word 'cryptographic' can be left out if the rouines from the library
822 * being used are not cryptographic related :-).
823 * 4. If you include any Windows specific code (or a derivative thereof) from
824 * the apps directory (application code) you must include an acknowledgement:
825 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
826 *
827 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
828 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
829 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
830 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
831 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
832 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
833 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
834 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
835 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
836 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
837 * SUCH DAMAGE.
838 *
839 * The licence and distribution terms for any publically available version or
840 * derivative of this code cannot be changed. i.e. this code cannot simply be
841 * copied and put under another distribution licence
842 * [including the GNU Public Licence.]
843 */
844
845
Matthias Klose62d52fd2010-09-12 16:31:58 +0000846expat
847-----
848
849The :mod:`pyexpat` extension is built using an included copy of the expat
850sources unless the build is configured :option:`--with-system-expat`::
851
852 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
853 and Clark Cooper
854
855 Permission is hereby granted, free of charge, to any person obtaining
856 a copy of this software and associated documentation files (the
857 "Software"), to deal in the Software without restriction, including
858 without limitation the rights to use, copy, modify, merge, publish,
859 distribute, sublicense, and/or sell copies of the Software, and to
860 permit persons to whom the Software is furnished to do so, subject to
861 the following conditions:
862
863 The above copyright notice and this permission notice shall be included
864 in all copies or substantial portions of the Software.
865
866 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
867 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
868 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
869 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
870 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
871 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
872 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
873
874
875libffi
876------
877
878The :mod:`_ctypes` extension is built using an included copy of the libffi
879sources unless the build is configured :option:`--with-system-libffi`::
880
881 Copyright (c) 1996-2008 Red Hat, Inc and others.
882
883 Permission is hereby granted, free of charge, to any person obtaining
884 a copy of this software and associated documentation files (the
885 ``Software''), to deal in the Software without restriction, including
886 without limitation the rights to use, copy, modify, merge, publish,
887 distribute, sublicense, and/or sell copies of the Software, and to
888 permit persons to whom the Software is furnished to do so, subject to
889 the following conditions:
890
891 The above copyright notice and this permission notice shall be included
892 in all copies or substantial portions of the Software.
893
894 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
895 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
896 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
897 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
898 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
899 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
900 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
901 DEALINGS IN THE SOFTWARE.
902
903
904zlib
905----
906
907The :mod:`zlib` extension is built using an included copy of the zlib
908sources unless the zlib version found on the system is too old to be
909used for the build::
910
Georg Brandled138532010-12-31 23:00:03 +0000911 Copyright (C) 1995-2011 Jean-loup Gailly and Mark Adler
Matthias Klose62d52fd2010-09-12 16:31:58 +0000912
913 This software is provided 'as-is', without any express or implied
914 warranty. In no event will the authors be held liable for any damages
915 arising from the use of this software.
916
917 Permission is granted to anyone to use this software for any purpose,
918 including commercial applications, and to alter it and redistribute it
919 freely, subject to the following restrictions:
920
921 1. The origin of this software must not be misrepresented; you must not
922 claim that you wrote the original software. If you use this software
923 in a product, an acknowledgment in the product documentation would be
924 appreciated but is not required.
925
926 2. Altered source versions must be plainly marked as such, and must not be
927 misrepresented as being the original software.
928
929 3. This notice may not be removed or altered from any source distribution.
930
931 Jean-loup Gailly Mark Adler
932 jloup@gzip.org madler@alumni.caltech.edu
933