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