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