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