|
1 Copyright 1995-1996 by Fred L. Drake, Jr., Reston, Virginia, USA, and |
|
2 Virginia Polytechnic Institute and State University, Blacksburg, |
|
3 Virginia, USA. Portions of the software copyright 1991-1995 by |
|
4 Stichting Mathematisch Centrum, Amsterdam, The Netherlands. Copying is |
|
5 permitted under the terms associated with the main Python distribution, |
|
6 with the additional restriction that this additional notice be included |
|
7 and maintained on all distributed copies. |
|
8 |
|
9 All Rights Reserved |
|
10 |
|
11 Permission to use, copy, modify, and distribute this software and its |
|
12 documentation for any purpose and without fee is hereby granted, |
|
13 provided that the above copyright notice appear in all copies and that |
|
14 both that copyright notice and this permission notice appear in |
|
15 supporting documentation, and that the names of Fred L. Drake, Jr. and |
|
16 Virginia Polytechnic Institute and State University not be used in |
|
17 advertising or publicity pertaining to distribution of the software |
|
18 without specific, written prior permission. |
|
19 |
|
20 FRED L. DRAKE, JR. AND VIRGINIA POLYTECHNIC INSTITUTE AND STATE |
|
21 UNIVERSITY DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
|
22 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO |
|
23 EVENT SHALL FRED L. DRAKE, JR. OR VIRGINIA POLYTECHNIC INSTITUTE AND |
|
24 STATE UNIVERSITY BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL |
|
25 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
|
26 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER |
|
27 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
|
28 PERFORMANCE OF THIS SOFTWARE. |
|
29 |
|
30 -- |
|
31 |
|
32 Copyright notice |
|
33 ================ |
|
34 |
|
35 The Python source is copyrighted, but you can freely use and copy it |
|
36 as long as you don't change or remove the copyright notice: |
|
37 |
|
38 ---------------------------------------------------------------------- |
|
39 Copyright (c) 2000-2007 Python Software Foundation. |
|
40 All rights reserved. |
|
41 |
|
42 Copyright (c) 2000 BeOpen.com. |
|
43 All rights reserved. |
|
44 |
|
45 Copyright (c) 1995-2000 Corporation for National Research Initiatives. |
|
46 All rights reserved. |
|
47 |
|
48 Copyright (c) 1991-1995 Stichting Mathematisch Centrum. |
|
49 All rights reserved. |
|
50 |
|
51 See the file "commontex/license.tex" for information on usage and |
|
52 redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. |
|
53 ---------------------------------------------------------------------- |
|
54 |
|
55 -- |
|
56 \section{History of the software} |
|
57 |
|
58 Python was created in the early 1990s by Guido van Rossum at Stichting |
|
59 Mathematisch Centrum (CWI, see \url{http://www.cwi.nl/}) in the Netherlands |
|
60 as a successor of a language called ABC. Guido remains Python's |
|
61 principal author, although it includes many contributions from others. |
|
62 |
|
63 In 1995, Guido continued his work on Python at the Corporation for |
|
64 National Research Initiatives (CNRI, see \url{http://www.cnri.reston.va.us/}) |
|
65 in Reston, Virginia where he released several versions of the |
|
66 software. |
|
67 |
|
68 In May 2000, Guido and the Python core development team moved to |
|
69 BeOpen.com to form the BeOpen PythonLabs team. In October of the same |
|
70 year, the PythonLabs team moved to Digital Creations (now Zope |
|
71 Corporation; see \url{http://www.zope.com/}). In 2001, the Python |
|
72 Software Foundation (PSF, see \url{http://www.python.org/psf/}) was |
|
73 formed, a non-profit organization created specifically to own |
|
74 Python-related Intellectual Property. Zope Corporation is a |
|
75 sponsoring member of the PSF. |
|
76 |
|
77 All Python releases are Open Source (see |
|
78 \url{http://www.opensource.org/} for the Open Source Definition). |
|
79 Historically, most, but not all, Python releases have also been |
|
80 GPL-compatible; the table below summarizes the various releases. |
|
81 |
|
82 \begin{tablev}{c|c|c|c|c}{textrm}% |
|
83 {Release}{Derived from}{Year}{Owner}{GPL compatible?} |
|
84 \linev{0.9.0 thru 1.2}{n/a}{1991-1995}{CWI}{yes} |
|
85 \linev{1.3 thru 1.5.2}{1.2}{1995-1999}{CNRI}{yes} |
|
86 \linev{1.6}{1.5.2}{2000}{CNRI}{no} |
|
87 \linev{2.0}{1.6}{2000}{BeOpen.com}{no} |
|
88 \linev{1.6.1}{1.6}{2001}{CNRI}{no} |
|
89 \linev{2.1}{2.0+1.6.1}{2001}{PSF}{no} |
|
90 \linev{2.0.1}{2.0+1.6.1}{2001}{PSF}{yes} |
|
91 \linev{2.1.1}{2.1+2.0.1}{2001}{PSF}{yes} |
|
92 \linev{2.2}{2.1.1}{2001}{PSF}{yes} |
|
93 \linev{2.1.2}{2.1.1}{2002}{PSF}{yes} |
|
94 \linev{2.1.3}{2.1.2}{2002}{PSF}{yes} |
|
95 \linev{2.2.1}{2.2}{2002}{PSF}{yes} |
|
96 \linev{2.2.2}{2.2.1}{2002}{PSF}{yes} |
|
97 \linev{2.2.3}{2.2.2}{2002-2003}{PSF}{yes} |
|
98 \linev{2.3}{2.2.2}{2002-2003}{PSF}{yes} |
|
99 \linev{2.3.1}{2.3}{2002-2003}{PSF}{yes} |
|
100 \linev{2.3.2}{2.3.1}{2003}{PSF}{yes} |
|
101 \linev{2.3.3}{2.3.2}{2003}{PSF}{yes} |
|
102 \linev{2.3.4}{2.3.3}{2004}{PSF}{yes} |
|
103 \linev{2.3.5}{2.3.4}{2005}{PSF}{yes} |
|
104 \linev{2.4}{2.3}{2004}{PSF}{yes} |
|
105 \linev{2.4.1}{2.4}{2005}{PSF}{yes} |
|
106 \linev{2.4.2}{2.4.1}{2005}{PSF}{yes} |
|
107 \linev{2.4.3}{2.4.2}{2006}{PSF}{yes} |
|
108 \linev{2.5}{2.4}{2006}{PSF}{yes} |
|
109 \linev{2.5.1}{2.5}{2007}{PSF}{yes} |
|
110 \end{tablev} |
|
111 |
|
112 \note{GPL-compatible doesn't mean that we're distributing |
|
113 Python under the GPL. All Python licenses, unlike the GPL, let you |
|
114 distribute a modified version without making your changes open source. |
|
115 The GPL-compatible licenses make it possible to combine Python with |
|
116 other software that is released under the GPL; the others don't.} |
|
117 |
|
118 Thanks to the many outside volunteers who have worked under Guido's |
|
119 direction to make these releases possible. |
|
120 |
|
121 |
|
122 \section{Terms and conditions for accessing or otherwise using Python} |
|
123 |
|
124 \centerline{\strong{PSF LICENSE AGREEMENT FOR PYTHON \version}} |
|
125 |
|
126 \begin{enumerate} |
|
127 \item |
|
128 This LICENSE AGREEMENT is between the Python Software Foundation |
|
129 (``PSF''), and the Individual or Organization (``Licensee'') accessing |
|
130 and otherwise using Python \version{} software in source or binary |
|
131 form and its associated documentation. |
|
132 |
|
133 \item |
|
134 Subject to the terms and conditions of this License Agreement, PSF |
|
135 hereby grants Licensee a nonexclusive, royalty-free, world-wide |
|
136 license to reproduce, analyze, test, perform and/or display publicly, |
|
137 prepare derivative works, distribute, and otherwise use Python |
|
138 \version{} alone or in any derivative version, provided, however, that |
|
139 PSF's License Agreement and PSF's notice of copyright, i.e., |
|
140 ``Copyright \copyright{} 2001-2006 Python Software Foundation; All |
|
141 Rights Reserved'' are retained in Python \version{} alone or in any |
|
142 derivative version prepared by Licensee. |
|
143 |
|
144 \item |
|
145 In the event Licensee prepares a derivative work that is based on |
|
146 or incorporates Python \version{} or any part thereof, and wants to |
|
147 make the derivative work available to others as provided herein, then |
|
148 Licensee hereby agrees to include in any such work a brief summary of |
|
149 the changes made to Python \version. |
|
150 |
|
151 \item |
|
152 PSF is making Python \version{} available to Licensee on an ``AS IS'' |
|
153 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
|
154 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND |
|
155 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
|
156 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON \version{} WILL |
|
157 NOT INFRINGE ANY THIRD PARTY RIGHTS. |
|
158 |
|
159 \item |
|
160 PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |
|
161 \version{} FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR |
|
162 LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON |
|
163 \version, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE |
|
164 POSSIBILITY THEREOF. |
|
165 |
|
166 \item |
|
167 This License Agreement will automatically terminate upon a material |
|
168 breach of its terms and conditions. |
|
169 |
|
170 \item |
|
171 Nothing in this License Agreement shall be deemed to create any |
|
172 relationship of agency, partnership, or joint venture between PSF and |
|
173 Licensee. This License Agreement does not grant permission to use PSF |
|
174 trademarks or trade name in a trademark sense to endorse or promote |
|
175 products or services of Licensee, or any third party. |
|
176 |
|
177 \item |
|
178 By copying, installing or otherwise using Python \version, Licensee |
|
179 agrees to be bound by the terms and conditions of this License |
|
180 Agreement. |
|
181 \end{enumerate} |
|
182 |
|
183 |
|
184 \centerline{\strong{BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0}} |
|
185 |
|
186 \centerline{\strong{BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1}} |
|
187 |
|
188 \begin{enumerate} |
|
189 \item |
|
190 This LICENSE AGREEMENT is between BeOpen.com (``BeOpen''), having an |
|
191 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the |
|
192 Individual or Organization (``Licensee'') accessing and otherwise |
|
193 using this software in source or binary form and its associated |
|
194 documentation (``the Software''). |
|
195 |
|
196 \item |
|
197 Subject to the terms and conditions of this BeOpen Python License |
|
198 Agreement, BeOpen hereby grants Licensee a non-exclusive, |
|
199 royalty-free, world-wide license to reproduce, analyze, test, perform |
|
200 and/or display publicly, prepare derivative works, distribute, and |
|
201 otherwise use the Software alone or in any derivative version, |
|
202 provided, however, that the BeOpen Python License is retained in the |
|
203 Software, alone or in any derivative version prepared by Licensee. |
|
204 |
|
205 \item |
|
206 BeOpen is making the Software available to Licensee on an ``AS IS'' |
|
207 basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
|
208 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND |
|
209 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
|
210 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT |
|
211 INFRINGE ANY THIRD PARTY RIGHTS. |
|
212 |
|
213 \item |
|
214 BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE |
|
215 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS |
|
216 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY |
|
217 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
|
218 |
|
219 \item |
|
220 This License Agreement will automatically terminate upon a material |
|
221 breach of its terms and conditions. |
|
222 |
|
223 \item |
|
224 This License Agreement shall be governed by and interpreted in all |
|
225 respects by the law of the State of California, excluding conflict of |
|
226 law provisions. Nothing in this License Agreement shall be deemed to |
|
227 create any relationship of agency, partnership, or joint venture |
|
228 between BeOpen and Licensee. This License Agreement does not grant |
|
229 permission to use BeOpen trademarks or trade names in a trademark |
|
230 sense to endorse or promote products or services of Licensee, or any |
|
231 third party. As an exception, the ``BeOpen Python'' logos available |
|
232 at http://www.pythonlabs.com/logos.html may be used according to the |
|
233 permissions granted on that web page. |
|
234 |
|
235 \item |
|
236 By copying, installing or otherwise using the software, Licensee |
|
237 agrees to be bound by the terms and conditions of this License |
|
238 Agreement. |
|
239 \end{enumerate} |
|
240 |
|
241 |
|
242 \centerline{\strong{CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1}} |
|
243 |
|
244 \begin{enumerate} |
|
245 \item |
|
246 This LICENSE AGREEMENT is between the Corporation for National |
|
247 Research Initiatives, having an office at 1895 Preston White Drive, |
|
248 Reston, VA 20191 (``CNRI''), and the Individual or Organization |
|
249 (``Licensee'') accessing and otherwise using Python 1.6.1 software in |
|
250 source or binary form and its associated documentation. |
|
251 |
|
252 \item |
|
253 Subject to the terms and conditions of this License Agreement, CNRI |
|
254 hereby grants Licensee a nonexclusive, royalty-free, world-wide |
|
255 license to reproduce, analyze, test, perform and/or display publicly, |
|
256 prepare derivative works, distribute, and otherwise use Python 1.6.1 |
|
257 alone or in any derivative version, provided, however, that CNRI's |
|
258 License Agreement and CNRI's notice of copyright, i.e., ``Copyright |
|
259 \copyright{} 1995-2001 Corporation for National Research Initiatives; |
|
260 All Rights Reserved'' are retained in Python 1.6.1 alone or in any |
|
261 derivative version prepared by Licensee. Alternately, in lieu of |
|
262 CNRI's License Agreement, Licensee may substitute the following text |
|
263 (omitting the quotes): ``Python 1.6.1 is made available subject to the |
|
264 terms and conditions in CNRI's License Agreement. This Agreement |
|
265 together with Python 1.6.1 may be located on the Internet using the |
|
266 following unique, persistent identifier (known as a handle): |
|
267 1895.22/1013. This Agreement may also be obtained from a proxy server |
|
268 on the Internet using the following URL: |
|
269 \url{http://hdl.handle.net/1895.22/1013}.'' |
|
270 |
|
271 \item |
|
272 In the event Licensee prepares a derivative work that is based on |
|
273 or incorporates Python 1.6.1 or any part thereof, and wants to make |
|
274 the derivative work available to others as provided herein, then |
|
275 Licensee hereby agrees to include in any such work a brief summary of |
|
276 the changes made to Python 1.6.1. |
|
277 |
|
278 \item |
|
279 CNRI is making Python 1.6.1 available to Licensee on an ``AS IS'' |
|
280 basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
|
281 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND |
|
282 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
|
283 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT |
|
284 INFRINGE ANY THIRD PARTY RIGHTS. |
|
285 |
|
286 \item |
|
287 CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |
|
288 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS |
|
289 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, |
|
290 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
|
291 |
|
292 \item |
|
293 This License Agreement will automatically terminate upon a material |
|
294 breach of its terms and conditions. |
|
295 |
|
296 \item |
|
297 This License Agreement shall be governed by the federal |
|
298 intellectual property law of the United States, including without |
|
299 limitation the federal copyright law, and, to the extent such |
|
300 U.S. federal law does not apply, by the law of the Commonwealth of |
|
301 Virginia, excluding Virginia's conflict of law provisions. |
|
302 Notwithstanding the foregoing, with regard to derivative works based |
|
303 on Python 1.6.1 that incorporate non-separable material that was |
|
304 previously distributed under the GNU General Public License (GPL), the |
|
305 law of the Commonwealth of Virginia shall govern this License |
|
306 Agreement only as to issues arising under or with respect to |
|
307 Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this |
|
308 License Agreement shall be deemed to create any relationship of |
|
309 agency, partnership, or joint venture between CNRI and Licensee. This |
|
310 License Agreement does not grant permission to use CNRI trademarks or |
|
311 trade name in a trademark sense to endorse or promote products or |
|
312 services of Licensee, or any third party. |
|
313 |
|
314 \item |
|
315 By clicking on the ``ACCEPT'' button where indicated, or by copying, |
|
316 installing or otherwise using Python 1.6.1, Licensee agrees to be |
|
317 bound by the terms and conditions of this License Agreement. |
|
318 \end{enumerate} |
|
319 |
|
320 \centerline{ACCEPT} |
|
321 |
|
322 |
|
323 |
|
324 \centerline{\strong{CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2}} |
|
325 |
|
326 Copyright \copyright{} 1991 - 1995, Stichting Mathematisch Centrum |
|
327 Amsterdam, The Netherlands. All rights reserved. |
|
328 |
|
329 Permission to use, copy, modify, and distribute this software and its |
|
330 documentation for any purpose and without fee is hereby granted, |
|
331 provided that the above copyright notice appear in all copies and that |
|
332 both that copyright notice and this permission notice appear in |
|
333 supporting documentation, and that the name of Stichting Mathematisch |
|
334 Centrum or CWI not be used in advertising or publicity pertaining to |
|
335 distribution of the software without specific, written prior |
|
336 permission. |
|
337 |
|
338 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO |
|
339 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|
340 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE |
|
341 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
|
342 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
|
343 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
|
344 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
345 |
|
346 |
|
347 \section{Licenses and Acknowledgements for Incorporated Software} |
|
348 |
|
349 This section is an incomplete, but growing list of licenses and |
|
350 acknowledgements for third-party software incorporated in the |
|
351 Python distribution. |
|
352 |
|
353 |
|
354 \subsection{Mersenne Twister} |
|
355 |
|
356 The \module{_random} module includes code based on a download from |
|
357 \url{http://www.math.keio.ac.jp/~matumoto/MT2002/emt19937ar.html}. |
|
358 The following are the verbatim comments from the original code: |
|
359 |
|
360 \begin{verbatim} |
|
361 A C-program for MT19937, with initialization improved 2002/1/26. |
|
362 Coded by Takuji Nishimura and Makoto Matsumoto. |
|
363 |
|
364 Before using, initialize the state by using init_genrand(seed) |
|
365 or init_by_array(init_key, key_length). |
|
366 |
|
367 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, |
|
368 All rights reserved. |
|
369 |
|
370 Redistribution and use in source and binary forms, with or without |
|
371 modification, are permitted provided that the following conditions |
|
372 are met: |
|
373 |
|
374 1. Redistributions of source code must retain the above copyright |
|
375 notice, this list of conditions and the following disclaimer. |
|
376 |
|
377 2. Redistributions in binary form must reproduce the above copyright |
|
378 notice, this list of conditions and the following disclaimer in the |
|
379 documentation and/or other materials provided with the distribution. |
|
380 |
|
381 3. The names of its contributors may not be used to endorse or promote |
|
382 products derived from this software without specific prior written |
|
383 permission. |
|
384 |
|
385 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
|
386 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
|
387 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
|
388 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR |
|
389 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
|
390 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
|
391 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
|
392 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
|
393 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
|
394 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
|
395 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
396 |
|
397 |
|
398 Any feedback is very welcome. |
|
399 http://www.math.keio.ac.jp/matumoto/emt.html |
|
400 email: matumoto@math.keio.ac.jp |
|
401 \end{verbatim} |
|
402 |
|
403 |
|
404 |
|
405 \subsection{Sockets} |
|
406 |
|
407 The \module{socket} module uses the functions, \function{getaddrinfo}, |
|
408 and \function{getnameinfo}, which are coded in separate source files |
|
409 from the WIDE Project, \url{http://www.wide.ad.jp/about/index.html}. |
|
410 |
|
411 \begin{verbatim} |
|
412 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
|
413 All rights reserved. |
|
414 |
|
415 Redistribution and use in source and binary forms, with or without |
|
416 modification, are permitted provided that the following conditions |
|
417 are met: |
|
418 1. Redistributions of source code must retain the above copyright |
|
419 notice, this list of conditions and the following disclaimer. |
|
420 2. Redistributions in binary form must reproduce the above copyright |
|
421 notice, this list of conditions and the following disclaimer in the |
|
422 documentation and/or other materials provided with the distribution. |
|
423 3. Neither the name of the project nor the names of its contributors |
|
424 may be used to endorse or promote products derived from this software |
|
425 without specific prior written permission. |
|
426 |
|
427 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
|
428 GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
429 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
430 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
|
431 FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
432 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|
433 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|
434 HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|
435 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN GAI_ANY WAY |
|
436 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
437 SUCH DAMAGE. |
|
438 \end{verbatim} |
|
439 |
|
440 |
|
441 |
|
442 \subsection{Floating point exception control} |
|
443 |
|
444 The source for the \module{fpectl} module includes the following notice: |
|
445 |
|
446 \begin{verbatim} |
|
447 --------------------------------------------------------------------- |
|
448 / Copyright (c) 1996. \ |
|
449 | The Regents of the University of California. | |
|
450 | All rights reserved. | |
|
451 | | |
|
452 | Permission to use, copy, modify, and distribute this software for | |
|
453 | any purpose without fee is hereby granted, provided that this en- | |
|
454 | tire notice is included in all copies of any software which is or | |
|
455 | includes a copy or modification of this software and in all | |
|
456 | copies of the supporting documentation for such software. | |
|
457 | | |
|
458 | This work was produced at the University of California, Lawrence | |
|
459 | Livermore National Laboratory under contract no. W-7405-ENG-48 | |
|
460 | between the U.S. Department of Energy and The Regents of the | |
|
461 | University of California for the operation of UC LLNL. | |
|
462 | | |
|
463 | DISCLAIMER | |
|
464 | | |
|
465 | This software was prepared as an account of work sponsored by an | |
|
466 | agency of the United States Government. Neither the United States | |
|
467 | Government nor the University of California nor any of their em- | |
|
468 | ployees, makes any warranty, express or implied, or assumes any | |
|
469 | liability or responsibility for the accuracy, completeness, or | |
|
470 | usefulness of any information, apparatus, product, or process | |
|
471 | disclosed, or represents that its use would not infringe | |
|
472 | privately-owned rights. Reference herein to any specific commer- | |
|
473 | cial products, process, or service by trade name, trademark, | |
|
474 | manufacturer, or otherwise, does not necessarily constitute or | |
|
475 | imply its endorsement, recommendation, or favoring by the United | |
|
476 | States Government or the University of California. The views and | |
|
477 | opinions of authors expressed herein do not necessarily state or | |
|
478 | reflect those of the United States Government or the University | |
|
479 | of California, and shall not be used for advertising or product | |
|
480 \ endorsement purposes. / |
|
481 --------------------------------------------------------------------- |
|
482 \end{verbatim} |
|
483 |
|
484 |
|
485 |
|
486 \subsection{MD5 message digest algorithm} |
|
487 |
|
488 The source code for the \module{md5} module contains the following notice: |
|
489 |
|
490 \begin{verbatim} |
|
491 Copyright (C) 1999, 2002 Aladdin Enterprises. All rights reserved. |
|
492 |
|
493 This software is provided 'as-is', without any express or implied |
|
494 warranty. In no event will the authors be held liable for any damages |
|
495 arising from the use of this software. |
|
496 |
|
497 Permission is granted to anyone to use this software for any purpose, |
|
498 including commercial applications, and to alter it and redistribute it |
|
499 freely, subject to the following restrictions: |
|
500 |
|
501 1. The origin of this software must not be misrepresented; you must not |
|
502 claim that you wrote the original software. If you use this software |
|
503 in a product, an acknowledgment in the product documentation would be |
|
504 appreciated but is not required. |
|
505 2. Altered source versions must be plainly marked as such, and must not be |
|
506 misrepresented as being the original software. |
|
507 3. This notice may not be removed or altered from any source distribution. |
|
508 |
|
509 L. Peter Deutsch |
|
510 ghost@aladdin.com |
|
511 |
|
512 Independent implementation of MD5 (RFC 1321). |
|
513 |
|
514 This code implements the MD5 Algorithm defined in RFC 1321, whose |
|
515 text is available at |
|
516 http://www.ietf.org/rfc/rfc1321.txt |
|
517 The code is derived from the text of the RFC, including the test suite |
|
518 (section A.5) but excluding the rest of Appendix A. It does not include |
|
519 any code or documentation that is identified in the RFC as being |
|
520 copyrighted. |
|
521 |
|
522 The original and principal author of md5.h is L. Peter Deutsch |
|
523 <ghost@aladdin.com>. Other authors are noted in the change history |
|
524 that follows (in reverse chronological order): |
|
525 |
|
526 2002-04-13 lpd Removed support for non-ANSI compilers; removed |
|
527 references to Ghostscript; clarified derivation from RFC 1321; |
|
528 now handles byte order either statically or dynamically. |
|
529 1999-11-04 lpd Edited comments slightly for automatic TOC extraction. |
|
530 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5); |
|
531 added conditionalization for C++ compilation from Martin |
|
532 Purschke <purschke@bnl.gov>. |
|
533 1999-05-03 lpd Original version. |
|
534 \end{verbatim} |
|
535 |
|
536 |
|
537 |
|
538 \subsection{Asynchronous socket services} |
|
539 |
|
540 The \module{asynchat} and \module{asyncore} modules contain the |
|
541 following notice: |
|
542 |
|
543 \begin{verbatim} |
|
544 Copyright 1996 by Sam Rushing |
|
545 |
|
546 All Rights Reserved |
|
547 |
|
548 Permission to use, copy, modify, and distribute this software and |
|
549 its documentation for any purpose and without fee is hereby |
|
550 granted, provided that the above copyright notice appear in all |
|
551 copies and that both that copyright notice and this permission |
|
552 notice appear in supporting documentation, and that the name of Sam |
|
553 Rushing not be used in advertising or publicity pertaining to |
|
554 distribution of the software without specific, written prior |
|
555 permission. |
|
556 |
|
557 SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
|
558 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN |
|
559 NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR |
|
560 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS |
|
561 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, |
|
562 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
|
563 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
564 \end{verbatim} |
|
565 |
|
566 |
|
567 \subsection{Cookie management} |
|
568 |
|
569 The \module{Cookie} module contains the following notice: |
|
570 |
|
571 \begin{verbatim} |
|
572 Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu> |
|
573 |
|
574 All Rights Reserved |
|
575 |
|
576 Permission to use, copy, modify, and distribute this software |
|
577 and its documentation for any purpose and without fee is hereby |
|
578 granted, provided that the above copyright notice appear in all |
|
579 copies and that both that copyright notice and this permission |
|
580 notice appear in supporting documentation, and that the name of |
|
581 Timothy O'Malley not be used in advertising or publicity |
|
582 pertaining to distribution of the software without specific, written |
|
583 prior permission. |
|
584 |
|
585 Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS |
|
586 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
|
587 AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR |
|
588 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
|
589 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, |
|
590 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
|
591 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
|
592 PERFORMANCE OF THIS SOFTWARE. |
|
593 \end{verbatim} |
|
594 |
|
595 |
|
596 |
|
597 \subsection{Profiling} |
|
598 |
|
599 The \module{profile} and \module{pstats} modules contain |
|
600 the following notice: |
|
601 |
|
602 \begin{verbatim} |
|
603 Copyright 1994, by InfoSeek Corporation, all rights reserved. |
|
604 Written by James Roskind |
|
605 |
|
606 Permission to use, copy, modify, and distribute this Python software |
|
607 and its associated documentation for any purpose (subject to the |
|
608 restriction in the following sentence) without fee is hereby granted, |
|
609 provided that the above copyright notice appears in all copies, and |
|
610 that both that copyright notice and this permission notice appear in |
|
611 supporting documentation, and that the name of InfoSeek not be used in |
|
612 advertising or publicity pertaining to distribution of the software |
|
613 without specific, written prior permission. This permission is |
|
614 explicitly restricted to the copying and modification of the software |
|
615 to remain in Python, compiled Python, or other languages (such as C) |
|
616 wherein the modified or derived code is exclusively imported into a |
|
617 Python module. |
|
618 |
|
619 INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS |
|
620 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|
621 FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY |
|
622 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER |
|
623 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF |
|
624 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
|
625 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
626 \end{verbatim} |
|
627 |
|
628 |
|
629 |
|
630 \subsection{Execution tracing} |
|
631 |
|
632 The \module{trace} module contains the following notice: |
|
633 |
|
634 \begin{verbatim} |
|
635 portions copyright 2001, Autonomous Zones Industries, Inc., all rights... |
|
636 err... reserved and offered to the public under the terms of the |
|
637 Python 2.2 license. |
|
638 Author: Zooko O'Whielacronx |
|
639 http://zooko.com/ |
|
640 mailto:zooko@zooko.com |
|
641 |
|
642 Copyright 2000, Mojam Media, Inc., all rights reserved. |
|
643 Author: Skip Montanaro |
|
644 |
|
645 Copyright 1999, Bioreason, Inc., all rights reserved. |
|
646 Author: Andrew Dalke |
|
647 |
|
648 Copyright 1995-1997, Automatrix, Inc., all rights reserved. |
|
649 Author: Skip Montanaro |
|
650 |
|
651 Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved. |
|
652 |
|
653 |
|
654 Permission to use, copy, modify, and distribute this Python software and |
|
655 its associated documentation for any purpose without fee is hereby |
|
656 granted, provided that the above copyright notice appears in all copies, |
|
657 and that both that copyright notice and this permission notice appear in |
|
658 supporting documentation, and that the name of neither Automatrix, |
|
659 Bioreason or Mojam Media be used in advertising or publicity pertaining to |
|
660 distribution of the software without specific, written prior permission. |
|
661 \end{verbatim} |
|
662 |
|
663 |
|
664 |
|
665 \subsection{UUencode and UUdecode functions} |
|
666 |
|
667 The \module{uu} module contains the following notice: |
|
668 |
|
669 \begin{verbatim} |
|
670 Copyright 1994 by Lance Ellinghouse |
|
671 Cathedral City, California Republic, United States of America. |
|
672 All Rights Reserved |
|
673 Permission to use, copy, modify, and distribute this software and its |
|
674 documentation for any purpose and without fee is hereby granted, |
|
675 provided that the above copyright notice appear in all copies and that |
|
676 both that copyright notice and this permission notice appear in |
|
677 supporting documentation, and that the name of Lance Ellinghouse |
|
678 not be used in advertising or publicity pertaining to distribution |
|
679 of the software without specific, written prior permission. |
|
680 LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO |
|
681 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|
682 FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE |
|
683 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
|
684 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
|
685 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
|
686 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
687 |
|
688 Modified by Jack Jansen, CWI, July 1995: |
|
689 - Use binascii module to do the actual line-by-line conversion |
|
690 between ascii and binary. This results in a 1000-fold speedup. The C |
|
691 version is still 5 times faster, though. |
|
692 - Arguments more compliant with python standard |
|
693 \end{verbatim} |
|
694 |
|
695 |
|
696 |
|
697 \subsection{XML Remote Procedure Calls} |
|
698 |
|
699 The \module{xmlrpclib} module contains the following notice: |
|
700 |
|
701 \begin{verbatim} |
|
702 The XML-RPC client interface is |
|
703 |
|
704 Copyright (c) 1999-2002 by Secret Labs AB |
|
705 Copyright (c) 1999-2002 by Fredrik Lundh |
|
706 |
|
707 By obtaining, using, and/or copying this software and/or its |
|
708 associated documentation, you agree that you have read, understood, |
|
709 and will comply with the following terms and conditions: |
|
710 |
|
711 Permission to use, copy, modify, and distribute this software and |
|
712 its associated documentation for any purpose and without fee is |
|
713 hereby granted, provided that the above copyright notice appears in |
|
714 all copies, and that both that copyright notice and this permission |
|
715 notice appear in supporting documentation, and that the name of |
|
716 Secret Labs AB or the author not be used in advertising or publicity |
|
717 pertaining to distribution of the software without specific, written |
|
718 prior permission. |
|
719 |
|
720 SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD |
|
721 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT- |
|
722 ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR |
|
723 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY |
|
724 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, |
|
725 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
|
726 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE |
|
727 OF THIS SOFTWARE. |
|
728 \end{verbatim} |
|
729 |
|
730 -- |
|
731 |
|
732 python2.5-2.5.1/Doc/html/about.dat |
|
733 |
|
734 <p> <a |
|
735 href="http://saftsack.fs.uni-bayreuth.de/;SPMtilde;latex2ht/"> |
|
736 <strong>LaTeX</strong>2<tt>HTML</tt></a> is Copyright © |
|
737 1993, 1994, 1995, 1996, 1997, <a |
|
738 href="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos |
|
739 Drakos</a>, Computer Based Learning Unit, University of |
|
740 Leeds, and Copyright © 1997, 1998, <a |
|
741 href="http://www.maths.mq.edu.au/;SPMtilde;ross/">Ross |
|
742 Moore</a>, Mathematics Department, Macquarie University, |
|
743 Sydney. |
|
744 |
|
745 |
|
746 python2.5-2.5.1/Doc/html/stdabout.dat |
|
747 |
|
748 <p> <a |
|
749 href="http://saftsack.fs.uni-bayreuth.de/;SPMtilde;latex2ht/"> |
|
750 <strong>LaTeX</strong>2<tt>HTML</tt></a> is Copyright © |
|
751 1993, 1994, 1995, 1996, 1997, <a |
|
752 href="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos |
|
753 Drakos</a>, Computer Based Learning Unit, University of |
|
754 Leeds, and Copyright © 1997, 1998, <a |
|
755 href="http://www.maths.mq.edu.au/;SPMtilde;ross/">Ross |
|
756 Moore</a>, Mathematics Department, Macquarie University, |
|
757 Sydney. |
|
758 |
|
759 -- |
|
760 |
|
761 % Copyright 1995 Virginia Polytechnic Institute and State University |
|
762 % and Fred L. Drake, Jr. This copyright notice must be distributed on |
|
763 % all copies, but this document otherwise may be distributed as part |
|
764 % of the Python distribution. No fee may be charged for this document |
|
765 % in any representation, either on paper or electronically. This |
|
766 % restriction does not affect other elements in a distributed package |
|
767 % in any way. |
|
768 |
|
769 -- |
|
770 |
|
771 Written by James Roskind.\footnote{ |
|
772 Updated and converted to \LaTeX\ by Guido van Rossum. |
|
773 Further updated by Armin Rigo to integrate the documentation for the new |
|
774 \module{cProfile} module of Python 2.5.} |
|
775 |
|
776 Permission to use, copy, modify, and distribute this Python software |
|
777 and its associated documentation for any purpose (subject to the |
|
778 restriction in the following sentence) without fee is hereby granted, |
|
779 provided that the above copyright notice appears in all copies, and |
|
780 that both that copyright notice and this permission notice appear in |
|
781 supporting documentation, and that the name of InfoSeek not be used in |
|
782 advertising or publicity pertaining to distribution of the software |
|
783 without specific, written prior permission. This permission is |
|
784 explicitly restricted to the copying and modification of the software |
|
785 to remain in Python, compiled Python, or other languages (such as C) |
|
786 wherein the modified or derived code is exclusively imported into a |
|
787 Python module. |
|
788 |
|
789 INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS |
|
790 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|
791 FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY |
|
792 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER |
|
793 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF |
|
794 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
|
795 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
796 |
|
797 -- |
|
798 |
|
799 % Piet van Oostrum, Dept of Computer Science, University of Utrecht |
|
800 % Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands |
|
801 % Telephone: +31 30 2532180. Email: piet@cs.ruu.nl |
|
802 % ======================================================================== |
|
803 % LICENCE: This is free software. You are allowed to use and distribute |
|
804 % this software in any way you like. You are also allowed to make modified |
|
805 % versions of it, but you can distribute a modified version only if you |
|
806 % clearly indicate that it is a modified version and the person(s) who |
|
807 % modified it. This indication should be in a prominent place, e.g. in the |
|
808 % top of the file. If possible a contact address, preferably by email, |
|
809 % should be given for these persons. If that is feasible the modifications |
|
810 % should be indicated in the source code. |
|
811 % ======================================================================== |
|
812 |
|
813 -- |
|
814 |
|
815 Copyright (C) 1997-1998 Greg Stein. All Rights Reserved. |
|
816 |
|
817 This module is provided under a BSD-ish license. See |
|
818 http://www.opensource.org/licenses/bsd-license.html |
|
819 and replace OWNER, ORGANIZATION, and YEAR as appropriate. |
|
820 |
|
821 -- |
|
822 |
|
823 License: Any components of the py2app suite may be distributed under |
|
824 the MIT or PSF open source licenses. |
|
825 |
|
826 -- |
|
827 |
|
828 python2.5-2.5.1/Lib/robotparser.py |
|
829 """ robotparser.py |
|
830 |
|
831 Copyright (C) 2000 Bastian Kleineidam |
|
832 |
|
833 You can choose between two licenses when using this package: |
|
834 1) GNU GPLv2 |
|
835 2) PSF license for Python 2.2 |
|
836 |
|
837 The robots.txt Exclusion Protocol is implemented as specified in |
|
838 http://info.webcrawler.com/mak/projects/robots/norobots-rfc.html |
|
839 |
|
840 -- |
|
841 |
|
842 Copyright (C) 1986 Gary S. Brown. You may use this program, or |
|
843 code or tables extracted from it, as desired without restriction. |
|
844 |
|
845 -- |
|
846 |
|
847 python2.5-2.5.1/Modules/expat/ascii.h |
|
848 /* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd |
|
849 See the file COPYING for copying permission. |
|
850 */ |
|
851 |
|
852 -- |
|
853 |
|
854 python2.5-2.5.1/Modules/expat/macconfig.h |
|
855 /*================================================================ |
|
856 ** Copyright 2000, Clark Cooper |
|
857 ** All rights reserved. |
|
858 ** |
|
859 ** This is free software. You are permitted to copy, distribute, or modify |
|
860 ** it under the terms of the MIT/X license (contained in the COPYING file |
|
861 ** with this distribution.) |
|
862 ** |
|
863 */ |
|
864 |
|
865 -- |
|
866 |
|
867 python2.5-2.5.1/Modules/expat/pyexpatns.h |
|
868 /* Copyright (c) 2005-2006 ActiveState Software Inc. |
|
869 |
|
870 -- |
|
871 |
|
872 python2.5-2.5.1/Modules/zlib/Makefile.in |
|
873 Makefile for zlib |
|
874 Copyright (C) 1995-2005 Jean-loup Gailly. |
|
875 For conditions of distribution and use, see copyright notice in zlib.h |
|
876 |
|
877 python 2.5.1 - python2.5-2.5.1/Modules/zlib/zlib.h |
|
878 |
|
879 /* zlib.h -- interface of the 'zlib' general purpose compression library |
|
880 version 1.2.3, July 18th, 2005 |
|
881 |
|
882 Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler |
|
883 |
|
884 This software is provided 'as-is', without any express or implied |
|
885 warranty. In no event will the authors be held liable for any damages |
|
886 arising from the use of this software. |
|
887 |
|
888 Permission is granted to anyone to use this software for any purpose, |
|
889 including commercial applications, and to alter it and redistribute it |
|
890 freely, subject to the following restrictions: |
|
891 |
|
892 1. The origin of this software must not be misrepresented; you must not |
|
893 claim that you wrote the original software. If you use this software |
|
894 in a product, an acknowledgment in the product documentation would be |
|
895 appreciated but is not required. |
|
896 2. Altered source versions must be plainly marked as such, and must not be |
|
897 misrepresented as being the original software. |
|
898 3. This notice may not be removed or altered from any source distribution. |
|
899 |
|
900 Jean-loup Gailly Mark Adler |
|
901 jloup@gzip.org madler@alumni.caltech.edu |
|
902 |
|
903 |
|
904 -- |
|
905 |
|
906 %%% Copyright Ulf A. Lindgren |
|
907 %%% Department of Applied Electronics |
|
908 %%% Chalmers University of Technology |
|
909 %%% S-412 96 Gothenburg, Sweden |
|
910 %%% E-mail lindgren@ae.chalmers.se |
|
911 %%% |
|
912 %%% Note Permission is granted to modify this file under |
|
913 %%% the condition that it is saved using another |
|
914 %%% file and package name. |
|
915 |
|
916 -- |
|
917 |
|
918 % Copyright 1998,2001 Donald Arseneau; Distribute freely if unchanged. |
|
919 % Instructions follow after the definitions. |
|
920 |
|
921 -- |
|
922 |
|
923 Copyright (C) 2000 Luke Kenneth Casson Leighton <lkcl@samba.org> |
|
924 |
|
925 -- |
|
926 |
|
927 ---------------------------------------------------------------------- |
|
928 Copyright (c) 1999-2001, Digital Creations, Fredericksburg, VA, USA |
|
929 and Andrew Kuchling. All rights reserved. |
|
930 |
|
931 Redistribution and use in source and binary forms, with or without |
|
932 modification, are permitted provided that the following conditions are |
|
933 met: |
|
934 |
|
935 o Redistributions of source code must retain the above copyright |
|
936 notice, this list of conditions, and the disclaimer that follows. |
|
937 |
|
938 o Redistributions in binary form must reproduce the above copyright |
|
939 notice, this list of conditions, and the following disclaimer in |
|
940 the documentation and/or other materials provided with the |
|
941 distribution. |
|
942 |
|
943 o Neither the name of Digital Creations nor the names of its |
|
944 contributors may be used to endorse or promote products derived |
|
945 from this software without specific prior written permission. |
|
946 |
|
947 THIS SOFTWARE IS PROVIDED BY DIGITAL CREATIONS AND CONTRIBUTORS *AS |
|
948 IS* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
|
949 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
|
950 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DIGITAL |
|
951 CREATIONS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
|
952 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
|
953 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
|
954 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
|
955 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR |
|
956 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE |
|
957 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|
958 DAMAGE. |
|
959 ---------------------------------------------------------------------- |
|
960 |
|
961 -- |
|
962 |
|
963 (C) Copyright 2001 Autonomous Zone Industries |
|
964 |
|
965 License: This is free software. You may use this software for any |
|
966 purpose including modification/redistribution, so long as |
|
967 this header remains intact and that you do not claim any |
|
968 rights of ownership or authorship of this software. This |
|
969 software has been tested, but no warranty is expressed or |
|
970 implied. |
|
971 |
|
972 -- |
|
973 |
|
974 ------------------------------------------------------------------------ |
|
975 Copyright (c) 1997-2001 by Total Control Software |
|
976 All Rights Reserved |
|
977 ------------------------------------------------------------------------ |
|
978 |
|
979 Module Name: dbShelve.py |
|
980 |
|
981 Description: A reimplementation of the standard shelve.py that |
|
982 forces the use of cPickle, and DB. |
|
983 |
|
984 Creation Date: 11/3/97 3:39:04PM |
|
985 |
|
986 License: This is free software. You may use this software for any |
|
987 purpose including modification/redistribution, so long as |
|
988 this header remains intact and that you do not claim any |
|
989 rights of ownership or authorship of this software. This |
|
990 software has been tested, but no warranty is expressed or |
|
991 implied. |
|
992 |
|
993 -- |
|
994 ----------------------------------------------------------------------- |
|
995 |
|
996 Copyright (C) 2000, 2001 by Autonomous Zone Industries |
|
997 Copyright (C) 2002 Gregory P. Smith |
|
998 |
|
999 License: This is free software. You may use this software for any |
|
1000 purpose including modification/redistribution, so long as |
|
1001 this header remains intact and that you do not claim any |
|
1002 rights of ownership or authorship of this software. This |
|
1003 software has been tested, but no warranty is expressed or |
|
1004 implied. |
|
1005 |
|
1006 -- |
|
1007 |
|
1008 (c) Copyright CNRI, All Rights Reserved. NO WARRANTY. |
|
1009 (c) Copyright 2000 Guido van Rossum. |
|
1010 |
|
1011 -- |
|
1012 |
|
1013 Copyright (c) 1997 by Fredrik Lundh |
|
1014 |
|
1015 fredrik@pythonware.com |
|
1016 http://www.pythonware.com |
|
1017 |
|
1018 |
|
1019 -------------------------------------------------------------------- |
|
1020 |
|
1021 -- |
|
1022 |
|
1023 Copyright 2001-2007 by Vinay Sajip. All Rights Reserved. |
|
1024 |
|
1025 Permission to use, copy, modify, and distribute this software and its |
|
1026 documentation for any purpose and without fee is hereby granted, |
|
1027 provided that the above copyright notice appear in all copies and that |
|
1028 both that copyright notice and this permission notice appear in |
|
1029 supporting documentation, and that the name of Vinay Sajip |
|
1030 not be used in advertising or publicity pertaining to distribution |
|
1031 of the software without specific, written prior permission. |
|
1032 VINAY SAJIP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING |
|
1033 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL |
|
1034 VINAY SAJIP BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR |
|
1035 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
|
1036 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
|
1037 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
1038 |
|
1039 -- |
|
1040 |
|
1041 Copyright (c) 2001-2006 Gregory P. Ward. All rights reserved. |
|
1042 Copyright (c) 2002-2006 Python Software Foundation. All rights reserved. |
|
1043 |
|
1044 Redistribution and use in source and binary forms, with or without |
|
1045 modification, are permitted provided that the following conditions are |
|
1046 met: |
|
1047 |
|
1048 * Redistributions of source code must retain the above copyright |
|
1049 notice, this list of conditions and the following disclaimer. |
|
1050 |
|
1051 * Redistributions in binary form must reproduce the above copyright |
|
1052 notice, this list of conditions and the following disclaimer in the |
|
1053 documentation and/or other materials provided with the distribution. |
|
1054 |
|
1055 * Neither the name of the author nor the names of its |
|
1056 contributors may be used to endorse or promote products derived from |
|
1057 this software without specific prior written permission. |
|
1058 |
|
1059 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS |
|
1060 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
|
1061 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
|
1062 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR |
|
1063 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
|
1064 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
|
1065 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
|
1066 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
|
1067 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
|
1068 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
|
1069 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
1070 |
|
1071 -- |
|
1072 |
|
1073 Copyright (c) 1999-2000, Marc-Andre Lemburg; mailto:mal@lemburg.com |
|
1074 Copyright (c) 2000-2003, eGenix.com Software GmbH; mailto:info@egenix.com |
|
1075 |
|
1076 Permission to use, copy, modify, and distribute this software and its |
|
1077 documentation for any purpose and without fee or royalty is hereby granted, |
|
1078 provided that the above copyright notice appear in all copies and that |
|
1079 both that copyright notice and this permission notice appear in |
|
1080 supporting documentation or portions thereof, including modifications, |
|
1081 that you make. |
|
1082 |
|
1083 EGENIX.COM SOFTWARE GMBH DISCLAIMS ALL WARRANTIES WITH REGARD TO |
|
1084 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|
1085 FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, |
|
1086 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING |
|
1087 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, |
|
1088 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION |
|
1089 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE ! |
|
1090 |
|
1091 -- |
|
1092 |
|
1093 Copyright (C) 2002 Lars Gust?bel <lars@gustaebel.de> |
|
1094 All rights reserved. |
|
1095 |
|
1096 Permission is hereby granted, free of charge, to any person |
|
1097 obtaining a copy of this software and associated documentation |
|
1098 files (the "Software"), to deal in the Software without |
|
1099 restriction, including without limitation the rights to use, |
|
1100 copy, modify, merge, publish, distribute, sublicense, and/or sell |
|
1101 copies of the Software, and to permit persons to whom the |
|
1102 Software is furnished to do so, subject to the following |
|
1103 conditions: |
|
1104 |
|
1105 The above copyright notice and this permission notice shall be |
|
1106 included in all copies or substantial portions of the Software. |
|
1107 |
|
1108 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
|
1109 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
|
1110 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
|
1111 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
|
1112 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
|
1113 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
|
1114 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1115 OTHER DEALINGS IN THE SOFTWARE. |
|
1116 |
|
1117 -- |
|
1118 |
|
1119 Copyright 1994 by Lance Ellinghouse |
|
1120 Cathedral City, California Republic, United States of America. |
|
1121 All Rights Reserved |
|
1122 Permission to use, copy, modify, and distribute this software and its |
|
1123 documentation for any purpose and without fee is hereby granted, |
|
1124 provided that the above copyright notice appear in all copies and that |
|
1125 both that copyright notice and this permission notice appear in |
|
1126 supporting documentation, and that the name of Lance Ellinghouse |
|
1127 not be used in advertising or publicity pertaining to distribution |
|
1128 of the software without specific, written prior permission. |
|
1129 LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO |
|
1130 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|
1131 FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE |
|
1132 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
|
1133 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
|
1134 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
|
1135 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
1136 |
|
1137 -- |
|
1138 |
|
1139 Metadata-Version: 1.0 |
|
1140 Name: wsgiref |
|
1141 Version: 0.1.2 |
|
1142 Summary: WSGI (PEP 333) Reference Library |
|
1143 Author: Phillip J. Eby |
|
1144 Author-email: web-sig@python.org |
|
1145 License: PSF or ZPL |
|
1146 Platform: UNKNOWN |
|
1147 |
|
1148 -- |
|
1149 |
|
1150 python 2.5.1 - python2.5-2.5.1/Lib/wsgiref/validate.py |
|
1151 |
|
1152 (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org) |
|
1153 Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php |
|
1154 Also licenced under the Apache License, 2.0: http://opensource.org/licenses/apache2.0.php |
|
1155 Licensed to PSF under a Contributor Agreement |
|
1156 |
|
1157 -- |
|
1158 |
|
1159 /****************************************************************** |
|
1160 Copyright 1998 by Just van Rossum, Den Haag, The Netherlands. |
|
1161 |
|
1162 All Rights Reserved |
|
1163 |
|
1164 Permission to use, copy, modify, and distribute this software and its |
|
1165 documentation for any purpose and without fee is hereby granted, |
|
1166 provided that the above copyright notice appear in all copies and that |
|
1167 both that copyright notice and this permission notice appear in |
|
1168 supporting documentation, and that the name of Just van Rossum not be |
|
1169 used in advertising or publicity pertaining to distribution of the |
|
1170 software without specific, written prior permission. |
|
1171 |
|
1172 JUST VAN ROSSUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
|
1173 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO |
|
1174 EVENT SHALL JUST VAN ROSSUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR |
|
1175 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF |
|
1176 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
|
1177 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
|
1178 PERFORMANCE OF THIS SOFTWARE. |
|
1179 |
|
1180 ******************************************************************/ |
|
1181 |
|
1182 -- |
|
1183 |
|
1184 ;; Copyright (C) 1992,1993,1994 Tim Peters |
|
1185 |
|
1186 ;; Author: 1995-2002 Barry A. Warsaw |
|
1187 ;; 1992-1994 Tim Peters |
|
1188 ;; Maintainer: python-mode@python.org |
|
1189 ;; Created: Feb 1992 |
|
1190 ;; Keywords: python languages oop |
|
1191 |
|
1192 (defconst py-version "$Revision: 1.1 $" |
|
1193 "`python-mode' version number.") |
|
1194 |
|
1195 ;; This software is provided as-is, without express or implied |
|
1196 ;; warranty. Permission to use, copy, modify, distribute or sell this |
|
1197 ;; software, without fee, for any purpose and by any individual or |
|
1198 ;; organization, is hereby granted, provided that the above copyright |
|
1199 ;; notice and this paragraph appear in all copies. |
|
1200 |
|
1201 -- |
|
1202 |
|
1203 /*---------------------------------------------------------------------- |
|
1204 Copyright (c) 1999-2001, Digital Creations, Fredericksburg, VA, USA |
|
1205 and Andrew Kuchling. All rights reserved. |
|
1206 |
|
1207 Redistribution and use in source and binary forms, with or without |
|
1208 modification, are permitted provided that the following conditions are |
|
1209 met: |
|
1210 |
|
1211 o Redistributions of source code must retain the above copyright |
|
1212 notice, this list of conditions, and the disclaimer that follows. |
|
1213 |
|
1214 o Redistributions in binary form must reproduce the above copyright |
|
1215 notice, this list of conditions, and the following disclaimer in |
|
1216 the documentation and/or other materials provided with the |
|
1217 distribution. |
|
1218 |
|
1219 o Neither the name of Digital Creations nor the names of its |
|
1220 contributors may be used to endorse or promote products derived |
|
1221 from this software without specific prior written permission. |
|
1222 |
|
1223 THIS SOFTWARE IS PROVIDED BY DIGITAL CREATIONS AND CONTRIBUTORS *AS |
|
1224 IS* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
|
1225 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
|
1226 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DIGITAL |
|
1227 CREATIONS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
|
1228 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
|
1229 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
|
1230 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
|
1231 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR |
|
1232 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE |
|
1233 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|
1234 DAMAGE. |
|
1235 ------------------------------------------------------------------------*/ |
|
1236 |
|
1237 -- |
|
1238 |
|
1239 Copyright (c) 2002 Jorge Acereda <jacereda@users.sourceforge.net> & |
|
1240 Peter O'Gorman <ogorman@users.sourceforge.net> |
|
1241 |
|
1242 Portions may be copyright others, see the AUTHORS file included with this |
|
1243 distribution. |
|
1244 |
|
1245 Maintained by Peter O'Gorman <ogorman@users.sourceforge.net> |
|
1246 |
|
1247 Bug Reports and other queries should go to <ogorman@users.sourceforge.net> |
|
1248 |
|
1249 |
|
1250 Permission is hereby granted, free of charge, to any person obtaining |
|
1251 a copy of this software and associated documentation files (the |
|
1252 "Software"), to deal in the Software without restriction, including |
|
1253 without limitation the rights to use, copy, modify, merge, publish, |
|
1254 distribute, sublicense, and/or sell copies of the Software, and to |
|
1255 permit persons to whom the Software is furnished to do so, subject to |
|
1256 the following conditions: |
|
1257 |
|
1258 The above copyright notice and this permission notice shall be |
|
1259 included in all copies or substantial portions of the Software. |
|
1260 |
|
1261 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
|
1262 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1263 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
|
1264 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
|
1265 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
|
1266 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
|
1267 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
|
1268 |
|
1269 -- |
|
1270 |
|
1271 /* |
|
1272 Copyright (c) 2002 Peter O'Gorman <ogorman@users.sourceforge.net> |
|
1273 |
|
1274 Permission is hereby granted, free of charge, to any person obtaining |
|
1275 a copy of this software and associated documentation files (the |
|
1276 "Software"), to deal in the Software without restriction, including |
|
1277 without limitation the rights to use, copy, modify, merge, publish, |
|
1278 distribute, sublicense, and/or sell copies of the Software, and to |
|
1279 permit persons to whom the Software is furnished to do so, subject to |
|
1280 the following conditions: |
|
1281 |
|
1282 The above copyright notice and this permission notice shall be |
|
1283 included in all copies or substantial portions of the Software. |
|
1284 |
|
1285 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
|
1286 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1287 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
|
1288 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
|
1289 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
|
1290 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
|
1291 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
|
1292 */ |
|
1293 |
|
1294 -- |
|
1295 |
|
1296 libffi - Copyright (c) 1996-2003 Red Hat, Inc. |
|
1297 |
|
1298 Permission is hereby granted, free of charge, to any person obtaining |
|
1299 a copy of this software and associated documentation files (the |
|
1300 ``Software''), to deal in the Software without restriction, including |
|
1301 without limitation the rights to use, copy, modify, merge, publish, |
|
1302 distribute, sublicense, and/or sell copies of the Software, and to |
|
1303 permit persons to whom the Software is furnished to do so, subject to |
|
1304 the following conditions: |
|
1305 |
|
1306 The above copyright notice and this permission notice shall be included |
|
1307 in all copies or substantial portions of the Software. |
|
1308 |
|
1309 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1310 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1311 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1312 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1313 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1314 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1315 OTHER DEALINGS IN THE SOFTWARE. |
|
1316 |
|
1317 -- |
|
1318 |
|
1319 /* ----------------------------------------------------------------------- |
|
1320 ffi.c - Copyright (c) 1998 Cygnus Solutions |
|
1321 Copyright (c) 2004 Simon Posnjak |
|
1322 Copyright (c) 2005 Axis Communications AB |
|
1323 |
|
1324 CRIS Foreign Function Interface |
|
1325 |
|
1326 Permission is hereby granted, free of charge, to any person obtaining |
|
1327 a copy of this software and associated documentation files (the |
|
1328 ``Software''), to deal in the Software without restriction, including |
|
1329 without limitation the rights to use, copy, modify, merge, publish, |
|
1330 distribute, sublicense, and/or sell copies of the Software, and to |
|
1331 permit persons to whom the Software is furnished to do so, subject to |
|
1332 the following conditions: |
|
1333 |
|
1334 The above copyright notice and this permission notice shall be included |
|
1335 in all copies or substantial portions of the Software. |
|
1336 |
|
1337 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1338 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1339 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1340 IN NO EVENT SHALL SIMON POSNJAK BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1341 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1342 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1343 OTHER DEALINGS IN THE SOFTWARE. |
|
1344 ----------------------------------------------------------------------- */ |
|
1345 |
|
1346 -- |
|
1347 |
|
1348 /* ----------------------------------------------------------------------- |
|
1349 eabi.S - Copyright (c) 2004 Anthony Green |
|
1350 |
|
1351 FR-V Assembly glue. |
|
1352 |
|
1353 $Id: python\0402_5_1\040licenses.txt,v 1.1 2009/02/05 00:27:50 wpaul Exp $ |
|
1354 |
|
1355 Permission is hereby granted, free of charge, to any person obtaining |
|
1356 a copy of this software and associated documentation files (the |
|
1357 ``Software''), to deal in the Software without restriction, including |
|
1358 without limitation the rights to use, copy, modify, merge, publish, |
|
1359 distribute, sublicense, and/or sell copies of the Software, and to |
|
1360 permit persons to whom the Software is furnished to do so, subject to |
|
1361 the following conditions: |
|
1362 |
|
1363 The above copyright notice and this permission notice shall be included |
|
1364 in all copies or substantial portions of the Software. |
|
1365 |
|
1366 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1367 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1368 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1369 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1370 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1371 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1372 OTHER DEALINGS IN THE SOFTWARE. |
|
1373 ----------------------------------------------------------------------- */ |
|
1374 |
|
1375 -- |
|
1376 |
|
1377 /* ----------------------------------------------------------------------- |
|
1378 ffi.c - Copyright (c) 1998 Red Hat, Inc. |
|
1379 Copyright (c) 2000 Hewlett Packard Company |
|
1380 |
|
1381 IA64 Foreign Function Interface |
|
1382 |
|
1383 Permission is hereby granted, free of charge, to any person obtaining |
|
1384 a copy of this software and associated documentation files (the |
|
1385 ``Software''), to deal in the Software without restriction, including |
|
1386 without limitation the rights to use, copy, modify, merge, publish, |
|
1387 distribute, sublicense, and/or sell copies of the Software, and to |
|
1388 permit persons to whom the Software is furnished to do so, subject to |
|
1389 the following conditions: |
|
1390 |
|
1391 The above copyright notice and this permission notice shall be included |
|
1392 in all copies or substantial portions of the Software. |
|
1393 |
|
1394 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1395 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1396 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1397 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1398 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1399 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1400 OTHER DEALINGS IN THE SOFTWARE. |
|
1401 ----------------------------------------------------------------------- */ |
|
1402 |
|
1403 -- |
|
1404 |
|
1405 /* ----------------------------------------------------------------------- |
|
1406 ffi.c - Copyright (c) 2004 Renesas Technology |
|
1407 |
|
1408 M32R Foreign Function Interface |
|
1409 |
|
1410 Permission is hereby granted, free of charge, to any person obtaining |
|
1411 a copy of this software and associated documentation files (the |
|
1412 ``Software''), to deal in the Software without restriction, including |
|
1413 without limitation the rights to use, copy, modify, merge, publish, |
|
1414 distribute, sublicense, and/or sell copies of the Software, and to |
|
1415 permit persons to whom the Software is furnished to do so, subject to |
|
1416 the following conditions: |
|
1417 |
|
1418 The above copyright notice and this permission notice shall be included |
|
1419 in all copies or substantial portions of the Software. |
|
1420 |
|
1421 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1422 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1423 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1424 IN NO EVENT SHALL RENESAS TECHNOLOGY BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1425 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1426 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1427 OTHER DEALINGS IN THE SOFTWARE. |
|
1428 ----------------------------------------------------------------------- */ |
|
1429 |
|
1430 -- |
|
1431 |
|
1432 /* ----------------------------------------------------------------------- |
|
1433 asm.h - Copyright (c) 1998 Geoffrey Keating |
|
1434 |
|
1435 PowerPC Assembly glue. |
|
1436 |
|
1437 Permission is hereby granted, free of charge, to any person obtaining |
|
1438 a copy of this software and associated documentation files (the |
|
1439 ``Software''), to deal in the Software without restriction, including |
|
1440 without limitation the rights to use, copy, modify, merge, publish, |
|
1441 distribute, sublicense, and/or sell copies of the Software, and to |
|
1442 permit persons to whom the Software is furnished to do so, subject to |
|
1443 the following conditions: |
|
1444 |
|
1445 The above copyright notice and this permission notice shall be included |
|
1446 in all copies or substantial portions of the Software. |
|
1447 |
|
1448 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1449 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1450 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1451 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1452 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1453 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1454 OTHER DEALINGS IN THE SOFTWARE. |
|
1455 ----------------------------------------------------------------------- */ |
|
1456 |
|
1457 -- |
|
1458 |
|
1459 /* ----------------------------------------------------------------------- |
|
1460 darwin.S - Copyright (c) 2000 John Hornkvist |
|
1461 Copyright (c) 2004 Free Software Foundation, Inc. |
|
1462 |
|
1463 PowerPC Assembly glue. |
|
1464 |
|
1465 Permission is hereby granted, free of charge, to any person obtaining |
|
1466 a copy of this software and associated documentation files (the |
|
1467 ``Software''), to deal in the Software without restriction, including |
|
1468 without limitation the rights to use, copy, modify, merge, publish, |
|
1469 distribute, sublicense, and/or sell copies of the Software, and to |
|
1470 permit persons to whom the Software is furnished to do so, subject to |
|
1471 the following conditions: |
|
1472 |
|
1473 The above copyright notice and this permission notice shall be included |
|
1474 in all copies or substantial portions of the Software. |
|
1475 |
|
1476 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1477 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1478 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1479 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1480 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1481 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1482 OTHER DEALINGS IN THE SOFTWARE. |
|
1483 ----------------------------------------------------------------------- */ |
|
1484 |
|
1485 -- |
|
1486 |
|
1487 /* ----------------------------------------------------------------------- |
|
1488 darwin_closure.S - Copyright (c) 2002, 2003, 2004, Free Software Foundation, |
|
1489 Inc. based on ppc_closure.S |
|
1490 |
|
1491 PowerPC Assembly glue. |
|
1492 |
|
1493 Permission is hereby granted, free of charge, to any person obtaining |
|
1494 a copy of this software and associated documentation files (the |
|
1495 ``Software''), to deal in the Software without restriction, including |
|
1496 without limitation the rights to use, copy, modify, merge, publish, |
|
1497 distribute, sublicense, and/or sell copies of the Software, and to |
|
1498 permit persons to whom the Software is furnished to do so, subject to |
|
1499 the following conditions: |
|
1500 |
|
1501 The above copyright notice and this permission notice shall be included |
|
1502 in all copies or substantial portions of the Software. |
|
1503 |
|
1504 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1505 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1506 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1507 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1508 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1509 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1510 OTHER DEALINGS IN THE SOFTWARE. |
|
1511 ----------------------------------------------------------------------- */ |
|
1512 |
|
1513 -- |
|
1514 |
|
1515 /* ----------------------------------------------------------------------- |
|
1516 ffi.c - Copyright (c) 1998 Geoffrey Keating |
|
1517 |
|
1518 PowerPC Foreign Function Interface |
|
1519 |
|
1520 Darwin ABI support (c) 2001 John Hornkvist |
|
1521 AIX ABI support (c) 2002 Free Software Foundation, Inc. |
|
1522 |
|
1523 Permission is hereby granted, free of charge, to any person obtaining |
|
1524 a copy of this software and associated documentation files (the |
|
1525 ``Software''), to deal in the Software without restriction, including |
|
1526 without limitation the rights to use, copy, modify, merge, publish, |
|
1527 distribute, sublicense, and/or sell copies of the Software, and to |
|
1528 permit persons to whom the Software is furnished to do so, subject to |
|
1529 the following conditions: |
|
1530 |
|
1531 The above copyright notice and this permission notice shall be included |
|
1532 in all copies or substantial portions of the Software. |
|
1533 |
|
1534 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1535 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1536 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1537 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1538 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1539 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1540 OTHER DEALINGS IN THE SOFTWARE. |
|
1541 ----------------------------------------------------------------------- */ |
|
1542 |
|
1543 -- |
|
1544 |
|
1545 /* ----------------------------------------------------------------------- |
|
1546 sysv.h - Copyright (c) 2003 Jakub Jelinek <jakub@redhat.com> |
|
1547 |
|
1548 PowerPC64 Assembly glue. |
|
1549 |
|
1550 Permission is hereby granted, free of charge, to any person obtaining |
|
1551 a copy of this software and associated documentation files (the |
|
1552 ``Software''), to deal in the Software without restriction, including |
|
1553 without limitation the rights to use, copy, modify, merge, publish, |
|
1554 distribute, sublicense, and/or sell copies of the Software, and to |
|
1555 permit persons to whom the Software is furnished to do so, subject to |
|
1556 the following conditions: |
|
1557 |
|
1558 The above copyright notice and this permission notice shall be included |
|
1559 in all copies or substantial portions of the Software. |
|
1560 |
|
1561 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1562 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1563 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1564 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1565 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1566 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1567 OTHER DEALINGS IN THE SOFTWARE. |
|
1568 ----------------------------------------------------------------------- */ |
|
1569 |
|
1570 -- |
|
1571 |
|
1572 /* ----------------------------------------------------------------------- |
|
1573 ffi.c - Copyright (c) 2000 Software AG |
|
1574 |
|
1575 S390 Foreign Function Interface |
|
1576 |
|
1577 Permission is hereby granted, free of charge, to any person obtaining |
|
1578 a copy of this software and associated documentation files (the |
|
1579 ``Software''), to deal in the Software without restriction, including |
|
1580 without limitation the rights to use, copy, modify, merge, publish, |
|
1581 distribute, sublicense, and/or sell copies of the Software, and to |
|
1582 permit persons to whom the Software is furnished to do so, subject to |
|
1583 the following conditions: |
|
1584 |
|
1585 The above copyright notice and this permission notice shall be included |
|
1586 in all copies or substantial portions of the Software. |
|
1587 |
|
1588 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1589 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1590 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1591 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1592 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1593 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1594 OTHER DEALINGS IN THE SOFTWARE. |
|
1595 ----------------------------------------------------------------------- */ |
|
1596 |
|
1597 -- |
|
1598 |
|
1599 /* ----------------------------------------------------------------------- |
|
1600 ffi.c - Copyright (c) 2002, 2003, 2004, 2005 Kaz Kojima |
|
1601 |
|
1602 SuperH Foreign Function Interface |
|
1603 |
|
1604 Permission is hereby granted, free of charge, to any person obtaining |
|
1605 a copy of this software and associated documentation files (the |
|
1606 ``Software''), to deal in the Software without restriction, including |
|
1607 without limitation the rights to use, copy, modify, merge, publish, |
|
1608 distribute, sublicense, and/or sell copies of the Software, and to |
|
1609 permit persons to whom the Software is furnished to do so, subject to |
|
1610 the following conditions: |
|
1611 |
|
1612 The above copyright notice and this permission notice shall be included |
|
1613 in all copies or substantial portions of the Software. |
|
1614 |
|
1615 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1616 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1617 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1618 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1619 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1620 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1621 OTHER DEALINGS IN THE SOFTWARE. |
|
1622 ----------------------------------------------------------------------- */ |
|
1623 |
|
1624 -- |
|
1625 |
|
1626 /* ----------------------------------------------------------------------- |
|
1627 ffi.c - Copyright (c) 1996, 1998, 1999, 2001 Red Hat, Inc. |
|
1628 Copyright (c) 2002 Ranjit Mathew |
|
1629 Copyright (c) 2002 Bo Thorsen |
|
1630 Copyright (c) 2002 Roger Sayle |
|
1631 |
|
1632 x86 Foreign Function Interface |
|
1633 |
|
1634 Permission is hereby granted, free of charge, to any person obtaining |
|
1635 a copy of this software and associated documentation files (the |
|
1636 ``Software''), to deal in the Software without restriction, including |
|
1637 without limitation the rights to use, copy, modify, merge, publish, |
|
1638 distribute, sublicense, and/or sell copies of the Software, and to |
|
1639 permit persons to whom the Software is furnished to do so, subject to |
|
1640 the following conditions: |
|
1641 |
|
1642 The above copyright notice and this permission notice shall be included |
|
1643 in all copies or substantial portions of the Software. |
|
1644 |
|
1645 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS |
|
1646 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
1647 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
1648 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR |
|
1649 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
|
1650 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
1651 OTHER DEALINGS IN THE SOFTWARE. |
|
1652 ----------------------------------------------------------------------- */ |
|
1653 |
|
1654 -- |
|
1655 |
|
1656 /*********************************************************** |
|
1657 Copyright (C) 1997, 2002, 2003 Martin von Loewis |
|
1658 |
|
1659 Permission to use, copy, modify, and distribute this software and its |
|
1660 documentation for any purpose and without fee is hereby granted, |
|
1661 provided that the above copyright notice appear in all copies. |
|
1662 |
|
1663 This software comes with no warranty. Use at your own risk. |
|
1664 |
|
1665 ******************************************************************/ |
|
1666 |
|
1667 -- |
|
1668 |
|
1669 The code in this module was based on a download from: |
|
1670 http://www.math.keio.ac.jp/~matumoto/MT2002/emt19937ar.html |
|
1671 |
|
1672 It was modified in 2002 by Raymond Hettinger as follows: |
|
1673 |
|
1674 * the principal computational lines untouched except for tabbing. |
|
1675 |
|
1676 * renamed genrand_res53() to random_random() and wrapped |
|
1677 in python calling/return code. |
|
1678 |
|
1679 * genrand_int32() and the helper functions, init_genrand() |
|
1680 and init_by_array(), were declared static, wrapped in |
|
1681 Python calling/return code. also, their global data |
|
1682 references were replaced with structure references. |
|
1683 |
|
1684 * unused functions from the original were deleted. |
|
1685 new, original C python code was added to implement the |
|
1686 Random() interface. |
|
1687 |
|
1688 The following are the verbatim comments from the original code: |
|
1689 |
|
1690 A C-program for MT19937, with initialization improved 2002/1/26. |
|
1691 Coded by Takuji Nishimura and Makoto Matsumoto. |
|
1692 |
|
1693 Before using, initialize the state by using init_genrand(seed) |
|
1694 or init_by_array(init_key, key_length). |
|
1695 |
|
1696 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, |
|
1697 All rights reserved. |
|
1698 |
|
1699 Redistribution and use in source and binary forms, with or without |
|
1700 modification, are permitted provided that the following conditions |
|
1701 are met: |
|
1702 |
|
1703 1. Redistributions of source code must retain the above copyright |
|
1704 notice, this list of conditions and the following disclaimer. |
|
1705 |
|
1706 2. Redistributions in binary form must reproduce the above copyright |
|
1707 notice, this list of conditions and the following disclaimer in the |
|
1708 documentation and/or other materials provided with the distribution. |
|
1709 |
|
1710 3. The names of its contributors may not be used to endorse or promote |
|
1711 products derived from this software without specific prior written |
|
1712 permission. |
|
1713 |
|
1714 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
|
1715 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
|
1716 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
|
1717 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR |
|
1718 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
|
1719 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
|
1720 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
|
1721 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
|
1722 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
|
1723 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
|
1724 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
1725 |
|
1726 -- |
|
1727 |
|
1728 * Copyright (C) 2003-2004 Federico Di Gregorio <fog@debian.org> |
|
1729 * |
|
1730 * This file is part of psycopg and was adapted for pysqlite. Federico Di |
|
1731 * Gregorio gave the permission to use it within pysqlite under the following |
|
1732 * license: |
|
1733 * |
|
1734 * This software is provided 'as-is', without any express or implied |
|
1735 * warranty. In no event will the authors be held liable for any damages |
|
1736 * arising from the use of this software. |
|
1737 * |
|
1738 * Permission is granted to anyone to use this software for any purpose, |
|
1739 * including commercial applications, and to alter it and redistribute it |
|
1740 * freely, subject to the following restrictions: |
|
1741 * |
|
1742 * 1. The origin of this software must not be misrepresented; you must not |
|
1743 * claim that you wrote the original software. If you use this software |
|
1744 * in a product, an acknowledgment in the product documentation would be |
|
1745 * appreciated but is not required. |
|
1746 * 2. Altered source versions must be plainly marked as such, and must not be |
|
1747 * misrepresented as being the original software. |
|
1748 * 3. This notice may not be removed or altered from any source distribution. |
|
1749 |
|
1750 -- |
|
1751 |
|
1752 /*********************************************************** |
|
1753 Copyright (C) 1994 Steen Lumholt. |
|
1754 |
|
1755 All Rights Reserved |
|
1756 |
|
1757 ******************************************************************/ |
|
1758 |
|
1759 -- |
|
1760 |
|
1761 /* |
|
1762 * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. |
|
1763 * All rights reserved. |
|
1764 * |
|
1765 * Redistribution and use in source and binary forms, with or without |
|
1766 * modification, are permitted provided that the following conditions |
|
1767 * are met: |
|
1768 * 1. Redistributions of source code must retain the above copyright |
|
1769 * notice, this list of conditions and the following disclaimer. |
|
1770 * 2. Redistributions in binary form must reproduce the above copyright |
|
1771 * notice, this list of conditions and the following disclaimer in the |
|
1772 * documentation and/or other materials provided with the distribution. |
|
1773 * 3. Neither the name of the project nor the names of its contributors |
|
1774 * may be used to endorse or promote products derived from this software |
|
1775 * without specific prior written permission. |
|
1776 * |
|
1777 * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
|
1778 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
1779 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
1780 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
|
1781 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
1782 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|
1783 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|
1784 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|
1785 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|
1786 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
1787 * SUCH DAMAGE. |
|
1788 */ |
|
1789 |
|
1790 -- |
|
1791 |
|
1792 * Copyright 1992-1994, David Gottner |
|
1793 * |
|
1794 * All Rights Reserved |
|
1795 * |
|
1796 * Permission to use, copy, modify, and distribute this software and its |
|
1797 * documentation for any purpose and without fee is hereby granted, |
|
1798 * provided that the above copyright notice, this permission notice and |
|
1799 * the following disclaimer notice appear unmodified in all copies. |
|
1800 * |
|
1801 * I DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL |
|
1802 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL I |
|
1803 * BE LIABLE FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY |
|
1804 * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER |
|
1805 * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
|
1806 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
1807 * |
|
1808 * Nevertheless, I would like to know about bugs in this library or |
|
1809 * suggestions for improvment. Send bug reports and feedback to |
|
1810 * davegottner@delphi.com. |
|
1811 |
|
1812 -- |
|
1813 |
|
1814 Copyright (c), 1997-2006, Marc-Andre Lemburg (mal@lemburg.com) |
|
1815 Copyright (c), 2000-2006, eGenix.com Software GmbH (info@egenix.com) |
|
1816 |
|
1817 All Rights Reserved. |
|
1818 |
|
1819 Permission to use, copy, modify, and distribute this software and its |
|
1820 documentation for any purpose and without fee or royalty is hereby |
|
1821 granted, provided that the above copyright notice appear in all copies |
|
1822 and that both that copyright notice and this permission notice appear |
|
1823 in supporting documentation or portions thereof, including |
|
1824 modifications, that you make. |
|
1825 |
|
1826 THE AUTHOR MARC-ANDRE LEMBURG DISCLAIMS ALL WARRANTIES WITH REGARD TO |
|
1827 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|
1828 FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, |
|
1829 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING |
|
1830 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, |
|
1831 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION |
|
1832 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE ! |
|
1833 |
|
1834 -- |
|
1835 |
|
1836 /*********************************************************** |
|
1837 Copyright 1994 by Lance Ellinghouse, |
|
1838 Cathedral City, California Republic, United States of America. |
|
1839 |
|
1840 All Rights Reserved |
|
1841 |
|
1842 Permission to use, copy, modify, and distribute this software and its |
|
1843 documentation for any purpose and without fee is hereby granted, |
|
1844 provided that the above copyright notice appear in all copies and that |
|
1845 both that copyright notice and this permission notice appear in |
|
1846 supporting documentation, and that the name of Lance Ellinghouse |
|
1847 not be used in advertising or publicity pertaining to distribution |
|
1848 of the software without specific, written prior permission. |
|
1849 |
|
1850 LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO |
|
1851 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|
1852 FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE BE LIABLE FOR ANY SPECIAL, |
|
1853 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING |
|
1854 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, |
|
1855 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION |
|
1856 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
1857 |
|
1858 ******************************************************************/ |
|
1859 |
|
1860 -- |
|
1861 |
|
1862 Copyright:Copyright ? 1999 by Apple Computer, Inc., all rights reserved. |
|
1863 |
|
1864 You may incorporate this Apple sample source code into your program(s) without |
|
1865 restriction. This Apple sample source code has been provided "AS IS" and the |
|
1866 responsibility for its operation is yours. You are not permitted to redistribute |
|
1867 this Apple sample source code as "Apple sample source code" after having made |
|
1868 changes. If you're going to re-distribute the source, we require that you make |
|
1869 it clear in the source that the code was descended from Apple sample source |
|
1870 code, but that you've made changes. |
|
1871 |
|
1872 -- |
|
1873 |
|
1874 Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved. |
|
1875 |
|
1876 This software is provided 'as-is', without any express or implied |
|
1877 warranty. In no event will the authors be held liable for any damages |
|
1878 arising from the use of this software. |
|
1879 |
|
1880 Permission is granted to anyone to use this software for any purpose, |
|
1881 including commercial applications, and to alter it and redistribute it |
|
1882 freely, subject to the following restrictions: |
|
1883 |
|
1884 1. The origin of this software must not be misrepresented; you must not |
|
1885 claim that you wrote the original software. If you use this software |
|
1886 in a product, an acknowledgment in the product documentation would be |
|
1887 appreciated but is not required. |
|
1888 2. Altered source versions must be plainly marked as such, and must not be |
|
1889 misrepresented as being the original software. |
|
1890 3. This notice may not be removed or altered from any source distribution. |
|
1891 |
|
1892 -- |
|
1893 |
|
1894 /* |
|
1895 * Copyright (c) 1993 George V. Neville-Neil |
|
1896 * All rights reserved. |
|
1897 * |
|
1898 * Redistribution and use in source and binary forms, with or without |
|
1899 * modification, are permitted provided that the following conditions |
|
1900 * are met: |
|
1901 * 1. Redistributions of source code must retain the above copyright |
|
1902 * notice, this list of conditions and the following disclaimer. |
|
1903 * 2. Redistributions in binary form must reproduce the above copyright |
|
1904 * notice, this list of conditions and the following disclaimer in the |
|
1905 * documentation and/or other materials provided with the distribution. |
|
1906 * 3. All advertising materials mentioning features or use of this software |
|
1907 * must display the following acknowledgement: |
|
1908 *This product includes software developed by George V. Neville-Neil |
|
1909 * 4. The name, George Neville-Neil may not be used to endorse or promote |
|
1910 * products derived from this software without specific prior |
|
1911 * written permission. |
|
1912 * |
|
1913 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
|
1914 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
1915 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
1916 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE |
|
1917 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
1918 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|
1919 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|
1920 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|
1921 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|
1922 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
1923 * SUCH DAMAGE. |
|
1924 */ |
|
1925 |
|
1926 -- |
|
1927 |
|
1928 Copyright 2000, Mojam Media, Inc., all rights reserved. |
|
1929 Author: Skip Montanaro |
|
1930 |
|
1931 Copyright 1999, Bioreason, Inc., all rights reserved. |
|
1932 Author: Andrew Dalke |
|
1933 |
|
1934 Copyright 1995-1997, Automatrix, Inc., all rights reserved. |
|
1935 Author: Skip Montanaro |
|
1936 |
|
1937 Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved. |
|
1938 |
|
1939 |
|
1940 Permission to use, copy, modify, and distribute this Python software and |
|
1941 its associated documentation for any purpose without fee is hereby |
|
1942 granted, provided that the above copyright notice appears in all copies, |
|
1943 and that both that copyright notice and this permission notice appear in |
|
1944 supporting documentation, and that the name of neither Automatrix, |
|
1945 Bioreason or Mojam Media be used in advertising or publicity pertaining to |
|
1946 distribution of the software without specific, written prior permission. |
|
1947 |
|
1948 -- |
|
1949 /* Author: Toby Dickenson <htrd90@zepler.org> |
|
1950 * |
|
1951 * Copyright (c) 1999 Toby Dickenson |
|
1952 * |
|
1953 * Permission to use this software in any way is granted without |
|
1954 * fee, provided that the copyright notice above appears in all |
|
1955 * copies. This software is provided "as is" without any warranty. |
|
1956 */ |
|
1957 |
|
1958 -- |
|
1959 python2.5-2.5.1/Modules/linuxaudiodev.c |
|
1960 ****************************************************************************** |
|
1961 * linuxaudiodev.c -- Linux audio device for python. |
|
1962 * |
|
1963 * Author : Peter Bosch |
|
1964 * Created On : Thu Mar 2 21:10:33 2000 |
|
1965 * Status : Unknown, Use with caution! |
|
1966 * |
|
1967 linuxaudiodev.c |
|
1968 * (C) 2000 Peter Bosch, all rights reserved. |
|
1969 ****************************************************************************** |
|
1970 */ |
|
1971 |
|
1972 -- |
|
1973 |
|
1974 |
|
1975 python2.5-2.5.1/Modules/ossaudiodev.c |
|
1976 * flavours of BSD [XXX which ones?]; it is also available |
|
1977 * for a wide range of commercial Unices. |
|
1978 * |
|
1979 * Originally written by Peter Bosch, March 2000, as linuxaudiodev. |
|
1980 * |
|
1981 * Renamed to ossaudiodev and rearranged/revised/hacked up |
|
1982 * by Greg Ward <gward@python.net>, November 2002. |
|
1983 ossaudiodev.c |
|
1984 * (c) 2000 Peter Bosch. All Rights Reserved. |
|
1985 * (c) 2002 Gregory P. Ward. All Rights Reserved. |
|
1986 * (c) 2002 Python Software Foundation. All Rights Reserved. |
|
1987 Copyright (c) 1998-2002 John Aycock |
|
1988 |
|
1989 Permission is hereby granted, free of charge, to any person obtaining |
|
1990 a copy of this software and associated documentation files (the |
|
1991 "Software"), to deal in the Software without restriction, including |
|
1992 without limitation the rights to use, copy, modify, merge, publish, |
|
1993 distribute, sublicense, and/or sell copies of the Software, and to |
|
1994 permit persons to whom the Software is furnished to do so, subject to |
|
1995 the following conditions: |
|
1996 |
|
1997 The above copyright notice and this permission notice shall be |
|
1998 included in all copies or substantial portions of the Software. |
|
1999 |
|
2000 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
|
2001 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
2002 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
2003 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
|
2004 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
|
2005 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
|
2006 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.W s9AL |