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