|
1 A. HISTORY OF THE SOFTWARE |
|
2 ========================== |
|
3 |
|
4 Python was created in the early 1990s by Guido van Rossum at Stichting |
|
5 Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands |
|
6 as a successor of a language called ABC. Guido remains Python's |
|
7 principal author, although it includes many contributions from others. |
|
8 |
|
9 In 1995, Guido continued his work on Python at the Corporation for |
|
10 National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) |
|
11 in Reston, Virginia where he released several versions of the |
|
12 software. |
|
13 |
|
14 In May 2000, Guido and the Python core development team moved to |
|
15 BeOpen.com to form the BeOpen PythonLabs team. In October of the same |
|
16 year, the PythonLabs team moved to Digital Creations (now Zope |
|
17 Corporation, see http://www.zope.com). In 2001, the Python Software |
|
18 Foundation (PSF, see http://www.python.org/psf/) was formed, a |
|
19 non-profit organization created specifically to own Python-related |
|
20 Intellectual Property. Zope Corporation is a sponsoring member of |
|
21 the PSF. |
|
22 |
|
23 All Python releases are Open Source (see http://www.opensource.org for |
|
24 the Open Source Definition). Historically, most, but not all, Python |
|
25 releases have also been GPL-compatible; the table below summarizes |
|
26 the various releases. |
|
27 |
|
28 Release Derived Year Owner GPL- |
|
29 from compatible? (1) |
|
30 |
|
31 0.9.0 thru 1.2 1991-1995 CWI yes |
|
32 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes |
|
33 1.6 1.5.2 2000 CNRI no |
|
34 2.0 1.6 2000 BeOpen.com no |
|
35 1.6.1 1.6 2001 CNRI yes (2) |
|
36 2.1 2.0+1.6.1 2001 PSF no |
|
37 2.0.1 2.0+1.6.1 2001 PSF yes |
|
38 2.1.1 2.1+2.0.1 2001 PSF yes |
|
39 2.2 2.1.1 2001 PSF yes |
|
40 2.1.2 2.1.1 2002 PSF yes |
|
41 2.1.3 2.1.2 2002 PSF yes |
|
42 2.2.1 2.2 2002 PSF yes |
|
43 2.2.2 2.2.1 2002 PSF yes |
|
44 2.2.3 2.2.2 2003 PSF yes |
|
45 2.3 2.2.2 2002-2003 PSF yes |
|
46 2.3.1 2.3 2002-2003 PSF yes |
|
47 2.3.2 2.3.1 2002-2003 PSF yes |
|
48 2.3.3 2.3.2 2002-2003 PSF yes |
|
49 2.3.4 2.3.3 2004 PSF yes |
|
50 2.3.5 2.3.4 2005 PSF yes |
|
51 2.4 2.3 2004 PSF yes |
|
52 2.4.1 2.4 2005 PSF yes |
|
53 2.4.2 2.4.1 2005 PSF yes |
|
54 2.4.3 2.4.2 2006 PSF yes |
|
55 2.4.4 2.4.3 2006 PSF yes |
|
56 2.5 2.4 2006 PSF yes |
|
57 2.5.1 2.5 2007 PSF yes |
|
58 2.6 2.5 2008 PSF yes |
|
59 |
|
60 Footnotes: |
|
61 |
|
62 (1) GPL-compatible doesn't mean that we're distributing Python under |
|
63 the GPL. All Python licenses, unlike the GPL, let you distribute |
|
64 a modified version without making your changes open source. The |
|
65 GPL-compatible licenses make it possible to combine Python with |
|
66 other software that is released under the GPL; the others don't. |
|
67 |
|
68 (2) According to Richard Stallman, 1.6.1 is not GPL-compatible, |
|
69 because its license has a choice of law clause. According to |
|
70 CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 |
|
71 is "not incompatible" with the GPL. |
|
72 |
|
73 Thanks to the many outside volunteers who have worked under Guido's |
|
74 direction to make these releases possible. |
|
75 |
|
76 |
|
77 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON |
|
78 =============================================================== |
|
79 |
|
80 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 |
|
81 -------------------------------------------- |
|
82 |
|
83 1. This LICENSE AGREEMENT is between the Python Software Foundation |
|
84 ("PSF"), and the Individual or Organization ("Licensee") accessing and |
|
85 otherwise using this software ("Python") in source or binary form and |
|
86 its associated documentation. |
|
87 |
|
88 2. Subject to the terms and conditions of this License Agreement, PSF |
|
89 hereby grants Licensee a nonexclusive, royalty-free, world-wide |
|
90 license to reproduce, analyze, test, perform and/or display publicly, |
|
91 prepare derivative works, distribute, and otherwise use Python |
|
92 alone or in any derivative version, provided, however, that PSF's |
|
93 License Agreement and PSF's notice of copyright, i.e., "Copyright (c) |
|
94 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation; |
|
95 All Rights Reserved" are retained in Python alone or in any derivative |
|
96 version prepared by Licensee. |
|
97 |
|
98 3. In the event Licensee prepares a derivative work that is based on |
|
99 or incorporates Python or any part thereof, and wants to make |
|
100 the derivative work available to others as provided herein, then |
|
101 Licensee hereby agrees to include in any such work a brief summary of |
|
102 the changes made to Python. |
|
103 |
|
104 4. PSF is making Python available to Licensee on an "AS IS" |
|
105 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
|
106 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND |
|
107 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
|
108 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT |
|
109 INFRINGE ANY THIRD PARTY RIGHTS. |
|
110 |
|
111 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |
|
112 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS |
|
113 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, |
|
114 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
|
115 |
|
116 6. This License Agreement will automatically terminate upon a material |
|
117 breach of its terms and conditions. |
|
118 |
|
119 7. Nothing in this License Agreement shall be deemed to create any |
|
120 relationship of agency, partnership, or joint venture between PSF and |
|
121 Licensee. This License Agreement does not grant permission to use PSF |
|
122 trademarks or trade name in a trademark sense to endorse or promote |
|
123 products or services of Licensee, or any third party. |
|
124 |
|
125 8. By copying, installing or otherwise using Python, Licensee |
|
126 agrees to be bound by the terms and conditions of this License |
|
127 Agreement. |
|
128 |
|
129 |
|
130 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 |
|
131 ------------------------------------------- |
|
132 |
|
133 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 |
|
134 |
|
135 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an |
|
136 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the |
|
137 Individual or Organization ("Licensee") accessing and otherwise using |
|
138 this software in source or binary form and its associated |
|
139 documentation ("the Software"). |
|
140 |
|
141 2. Subject to the terms and conditions of this BeOpen Python License |
|
142 Agreement, BeOpen hereby grants Licensee a non-exclusive, |
|
143 royalty-free, world-wide license to reproduce, analyze, test, perform |
|
144 and/or display publicly, prepare derivative works, distribute, and |
|
145 otherwise use the Software alone or in any derivative version, |
|
146 provided, however, that the BeOpen Python License is retained in the |
|
147 Software, alone or in any derivative version prepared by Licensee. |
|
148 |
|
149 3. BeOpen is making the Software available to Licensee on an "AS IS" |
|
150 basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
|
151 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND |
|
152 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
|
153 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT |
|
154 INFRINGE ANY THIRD PARTY RIGHTS. |
|
155 |
|
156 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE |
|
157 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS |
|
158 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY |
|
159 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
|
160 |
|
161 5. This License Agreement will automatically terminate upon a material |
|
162 breach of its terms and conditions. |
|
163 |
|
164 6. This License Agreement shall be governed by and interpreted in all |
|
165 respects by the law of the State of California, excluding conflict of |
|
166 law provisions. Nothing in this License Agreement shall be deemed to |
|
167 create any relationship of agency, partnership, or joint venture |
|
168 between BeOpen and Licensee. This License Agreement does not grant |
|
169 permission to use BeOpen trademarks or trade names in a trademark |
|
170 sense to endorse or promote products or services of Licensee, or any |
|
171 third party. As an exception, the "BeOpen Python" logos available at |
|
172 http://www.pythonlabs.com/logos.html may be used according to the |
|
173 permissions granted on that web page. |
|
174 |
|
175 7. By copying, installing or otherwise using the software, Licensee |
|
176 agrees to be bound by the terms and conditions of this License |
|
177 Agreement. |
|
178 |
|
179 |
|
180 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 |
|
181 --------------------------------------- |
|
182 |
|
183 1. This LICENSE AGREEMENT is between the Corporation for National |
|
184 Research Initiatives, having an office at 1895 Preston White Drive, |
|
185 Reston, VA 20191 ("CNRI"), and the Individual or Organization |
|
186 ("Licensee") accessing and otherwise using Python 1.6.1 software in |
|
187 source or binary form and its associated documentation. |
|
188 |
|
189 2. Subject to the terms and conditions of this License Agreement, CNRI |
|
190 hereby grants Licensee a nonexclusive, royalty-free, world-wide |
|
191 license to reproduce, analyze, test, perform and/or display publicly, |
|
192 prepare derivative works, distribute, and otherwise use Python 1.6.1 |
|
193 alone or in any derivative version, provided, however, that CNRI's |
|
194 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) |
|
195 1995-2001 Corporation for National Research Initiatives; All Rights |
|
196 Reserved" are retained in Python 1.6.1 alone or in any derivative |
|
197 version prepared by Licensee. Alternately, in lieu of CNRI's License |
|
198 Agreement, Licensee may substitute the following text (omitting the |
|
199 quotes): "Python 1.6.1 is made available subject to the terms and |
|
200 conditions in CNRI's License Agreement. This Agreement together with |
|
201 Python 1.6.1 may be located on the Internet using the following |
|
202 unique, persistent identifier (known as a handle): 1895.22/1013. This |
|
203 Agreement may also be obtained from a proxy server on the Internet |
|
204 using the following URL: http://hdl.handle.net/1895.22/1013". |
|
205 |
|
206 3. In the event Licensee prepares a derivative work that is based on |
|
207 or incorporates Python 1.6.1 or any part thereof, and wants to make |
|
208 the derivative work available to others as provided herein, then |
|
209 Licensee hereby agrees to include in any such work a brief summary of |
|
210 the changes made to Python 1.6.1. |
|
211 |
|
212 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" |
|
213 basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
|
214 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND |
|
215 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
|
216 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT |
|
217 INFRINGE ANY THIRD PARTY RIGHTS. |
|
218 |
|
219 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |
|
220 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS |
|
221 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, |
|
222 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
|
223 |
|
224 6. This License Agreement will automatically terminate upon a material |
|
225 breach of its terms and conditions. |
|
226 |
|
227 7. This License Agreement shall be governed by the federal |
|
228 intellectual property law of the United States, including without |
|
229 limitation the federal copyright law, and, to the extent such |
|
230 U.S. federal law does not apply, by the law of the Commonwealth of |
|
231 Virginia, excluding Virginia's conflict of law provisions. |
|
232 Notwithstanding the foregoing, with regard to derivative works based |
|
233 on Python 1.6.1 that incorporate non-separable material that was |
|
234 previously distributed under the GNU General Public License (GPL), the |
|
235 law of the Commonwealth of Virginia shall govern this License |
|
236 Agreement only as to issues arising under or with respect to |
|
237 Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this |
|
238 License Agreement shall be deemed to create any relationship of |
|
239 agency, partnership, or joint venture between CNRI and Licensee. This |
|
240 License Agreement does not grant permission to use CNRI trademarks or |
|
241 trade name in a trademark sense to endorse or promote products or |
|
242 services of Licensee, or any third party. |
|
243 |
|
244 8. By clicking on the "ACCEPT" button where indicated, or by copying, |
|
245 installing or otherwise using Python 1.6.1, Licensee agrees to be |
|
246 bound by the terms and conditions of this License Agreement. |
|
247 |
|
248 ACCEPT |
|
249 |
|
250 |
|
251 CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 |
|
252 -------------------------------------------------- |
|
253 |
|
254 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, |
|
255 The Netherlands. All rights reserved. |
|
256 |
|
257 Permission to use, copy, modify, and distribute this software and its |
|
258 documentation for any purpose and without fee is hereby granted, |
|
259 provided that the above copyright notice appear in all copies and that |
|
260 both that copyright notice and this permission notice appear in |
|
261 supporting documentation, and that the name of Stichting Mathematisch |
|
262 Centrum or CWI not be used in advertising or publicity pertaining to |
|
263 distribution of the software without specific, written prior |
|
264 permission. |
|
265 |
|
266 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO |
|
267 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|
268 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE |
|
269 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
|
270 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
|
271 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
|
272 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
273 |
|
274 |
|
275 Additional Conditions for this Windows binary build |
|
276 --------------------------------------------------- |
|
277 |
|
278 This program is linked with and uses Microsoft Distributable Code, |
|
279 copyrighted by Microsoft Corporation. The Microsoft Distributable Code |
|
280 includes the following files: |
|
281 |
|
282 msvcr90.dll |
|
283 msvcp90.dll |
|
284 msvcm90.dll |
|
285 |
|
286 If you further distribute programs that include the Microsoft |
|
287 Distributable Code, you must comply with the restrictions on |
|
288 distribution specified by Microsoft. In particular, you must require |
|
289 distributors and external end users to agree to terms that protect the |
|
290 Microsoft Distributable Code at least as much as Microsoft's own |
|
291 requirements for the Distributable Code. See Microsoft's documentation |
|
292 (included in its developer tools and on its website at microsoft.com) |
|
293 for specific details. |
|
294 |
|
295 Redistribution of the Windows binary build of the Python interpreter |
|
296 complies with this agreement, provided that you do not: |
|
297 |
|
298 - alter any copyright, trademark or patent notice in Microsoft's |
|
299 Distributable Code; |
|
300 |
|
301 - use Microsoft’s trademarks in your programs’ names or in a way that |
|
302 suggests your programs come from or are endorsed by Microsoft; |
|
303 |
|
304 - distribute Microsoft's Distributable Code to run on a platform other |
|
305 than Microsoft operating systems, run-time technologies or application |
|
306 platforms; or |
|
307 |
|
308 - include Microsoft Distributable Code in malicious, deceptive or |
|
309 unlawful programs. |
|
310 |
|
311 These restrictions apply only to the Microsoft Distributable Code as |
|
312 defined above, not to Python itself or any programs running on the |
|
313 Python interpreter. The redistribution of the Python interpreter and |
|
314 libraries is governed by the Python Software License included with this |
|
315 file, or by other licenses as marked. |
|
316 |
|
317 |
|
318 This copy of Python includes a copy of bzip2, which is licensed under the following terms: |
|
319 |
|
320 |
|
321 -------------------------------------------------------------------------- |
|
322 |
|
323 This program, "bzip2", the associated library "libbzip2", and all |
|
324 documentation, are copyright (C) 1996-2007 Julian R Seward. All |
|
325 rights reserved. |
|
326 |
|
327 Redistribution and use in source and binary forms, with or without |
|
328 modification, are permitted provided that the following conditions |
|
329 are met: |
|
330 |
|
331 1. Redistributions of source code must retain the above copyright |
|
332 notice, this list of conditions and the following disclaimer. |
|
333 |
|
334 2. The origin of this software must not be misrepresented; you must |
|
335 not claim that you wrote the original software. If you use this |
|
336 software in a product, an acknowledgment in the product |
|
337 documentation would be appreciated but is not required. |
|
338 |
|
339 3. Altered source versions must be plainly marked as such, and must |
|
340 not be misrepresented as being the original software. |
|
341 |
|
342 4. The name of the author may not be used to endorse or promote |
|
343 products derived from this software without specific prior written |
|
344 permission. |
|
345 |
|
346 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
|
347 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|
348 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
349 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
|
350 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
351 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE |
|
352 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
|
353 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
|
354 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
|
355 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
|
356 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
357 |
|
358 Julian Seward, jseward@bzip.org |
|
359 bzip2/libbzip2 version 1.0.5 of 10 December 2007 |
|
360 |
|
361 -------------------------------------------------------------------------- |
|
362 |
|
363 This copy of Python includes a copy of Berkeley DB, which is licensed under the following terms: |
|
364 |
|
365 /*- |
|
366 * $Id: LICENSE,v 12.9 2008/02/07 17:12:17 mark Exp $ |
|
367 */ |
|
368 |
|
369 The following is the license that applies to this copy of the Berkeley DB |
|
370 software. For a license to use the Berkeley DB software under conditions |
|
371 other than those described here, or to purchase support for this software, |
|
372 please contact Oracle at berkeleydb-info_us@oracle.com. |
|
373 |
|
374 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
|
375 /* |
|
376 * Copyright (c) 1990,2008 Oracle. All rights reserved. |
|
377 * |
|
378 * Redistribution and use in source and binary forms, with or without |
|
379 * modification, are permitted provided that the following conditions |
|
380 * are met: |
|
381 * 1. Redistributions of source code must retain the above copyright |
|
382 * notice, this list of conditions and the following disclaimer. |
|
383 * 2. Redistributions in binary form must reproduce the above copyright |
|
384 * notice, this list of conditions and the following disclaimer in the |
|
385 * documentation and/or other materials provided with the distribution. |
|
386 * 3. Redistributions in any form must be accompanied by information on |
|
387 * how to obtain complete source code for the DB software and any |
|
388 * accompanying software that uses the DB software. The source code |
|
389 * must either be included in the distribution or be available for no |
|
390 * more than the cost of distribution plus a nominal fee, and must be |
|
391 * freely redistributable under reasonable conditions. For an |
|
392 * executable file, complete source code means the source code for all |
|
393 * modules it contains. It does not include source code for modules or |
|
394 * files that typically accompany the major components of the operating |
|
395 * system on which the executable file runs. |
|
396 * |
|
397 * THIS SOFTWARE IS PROVIDED BY ORACLE ``AS IS'' AND ANY EXPRESS OR |
|
398 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|
399 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR |
|
400 * NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL ORACLE BE LIABLE |
|
401 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
|
402 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
|
403 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
|
404 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
|
405 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
|
406 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
|
407 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
408 */ |
|
409 /* |
|
410 * Copyright (c) 1990, 1993, 1994, 1995 |
|
411 * The Regents of the University of California. All rights reserved. |
|
412 * |
|
413 * Redistribution and use in source and binary forms, with or without |
|
414 * modification, are permitted provided that the following conditions |
|
415 * are met: |
|
416 * 1. Redistributions of source code must retain the above copyright |
|
417 * notice, this list of conditions and the following disclaimer. |
|
418 * 2. Redistributions in binary form must reproduce the above copyright |
|
419 * notice, this list of conditions and the following disclaimer in the |
|
420 * documentation and/or other materials provided with the distribution. |
|
421 * 3. Neither the name of the University nor the names of its contributors |
|
422 * may be used to endorse or promote products derived from this software |
|
423 * without specific prior written permission. |
|
424 * |
|
425 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
|
426 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
427 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
428 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
|
429 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
430 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|
431 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|
432 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|
433 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|
434 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
435 * SUCH DAMAGE. |
|
436 */ |
|
437 /* |
|
438 * Copyright (c) 1995, 1996 |
|
439 * The President and Fellows of Harvard University. All rights reserved. |
|
440 * |
|
441 * Redistribution and use in source and binary forms, with or without |
|
442 * modification, are permitted provided that the following conditions |
|
443 * are met: |
|
444 * 1. Redistributions of source code must retain the above copyright |
|
445 * notice, this list of conditions and the following disclaimer. |
|
446 * 2. Redistributions in binary form must reproduce the above copyright |
|
447 * notice, this list of conditions and the following disclaimer in the |
|
448 * documentation and/or other materials provided with the distribution. |
|
449 * 3. Neither the name of the University nor the names of its contributors |
|
450 * may be used to endorse or promote products derived from this software |
|
451 * without specific prior written permission. |
|
452 * |
|
453 * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND |
|
454 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
455 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
456 * ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE |
|
457 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
458 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|
459 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|
460 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|
461 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|
462 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
463 * SUCH DAMAGE. |
|
464 */ |
|
465 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
|
466 /*** |
|
467 * ASM: a very small and fast Java bytecode manipulation framework |
|
468 * Copyright (c) 2000-2005 INRIA, France Telecom |
|
469 * All rights reserved. |
|
470 * |
|
471 * Redistribution and use in source and binary forms, with or without |
|
472 * modification, are permitted provided that the following conditions |
|
473 * are met: |
|
474 * 1. Redistributions of source code must retain the above copyright |
|
475 * notice, this list of conditions and the following disclaimer. |
|
476 * 2. Redistributions in binary form must reproduce the above copyright |
|
477 * notice, this list of conditions and the following disclaimer in the |
|
478 * documentation and/or other materials provided with the distribution. |
|
479 * 3. Neither the name of the copyright holders nor the names of its |
|
480 * contributors may be used to endorse or promote products derived from |
|
481 * this software without specific prior written permission. |
|
482 * |
|
483 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
|
484 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
485 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
486 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
|
487 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
|
488 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
|
489 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
|
490 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
|
491 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
|
492 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
|
493 * THE POSSIBILITY OF SUCH DAMAGE. |
|
494 */ |
|
495 |
|
496 This copy of Python includes a copy of openssl, which is licensed under the following terms: |
|
497 |
|
498 |
|
499 LICENSE ISSUES |
|
500 ============== |
|
501 |
|
502 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of |
|
503 the OpenSSL License and the original SSLeay license apply to the toolkit. |
|
504 See below for the actual license texts. Actually both licenses are BSD-style |
|
505 Open Source licenses. In case of any license issues related to OpenSSL |
|
506 please contact openssl-core@openssl.org. |
|
507 |
|
508 OpenSSL License |
|
509 --------------- |
|
510 |
|
511 /* ==================================================================== |
|
512 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. |
|
513 * |
|
514 * Redistribution and use in source and binary forms, with or without |
|
515 * modification, are permitted provided that the following conditions |
|
516 * are met: |
|
517 * |
|
518 * 1. Redistributions of source code must retain the above copyright |
|
519 * notice, this list of conditions and the following disclaimer. |
|
520 * |
|
521 * 2. Redistributions in binary form must reproduce the above copyright |
|
522 * notice, this list of conditions and the following disclaimer in |
|
523 * the documentation and/or other materials provided with the |
|
524 * distribution. |
|
525 * |
|
526 * 3. All advertising materials mentioning features or use of this |
|
527 * software must display the following acknowledgment: |
|
528 * "This product includes software developed by the OpenSSL Project |
|
529 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" |
|
530 * |
|
531 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to |
|
532 * endorse or promote products derived from this software without |
|
533 * prior written permission. For written permission, please contact |
|
534 * openssl-core@openssl.org. |
|
535 * |
|
536 * 5. Products derived from this software may not be called "OpenSSL" |
|
537 * nor may "OpenSSL" appear in their names without prior written |
|
538 * permission of the OpenSSL Project. |
|
539 * |
|
540 * 6. Redistributions of any form whatsoever must retain the following |
|
541 * acknowledgment: |
|
542 * "This product includes software developed by the OpenSSL Project |
|
543 * for use in the OpenSSL Toolkit (http://www.openssl.org/)" |
|
544 * |
|
545 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY |
|
546 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
547 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
|
548 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR |
|
549 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
|
550 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
|
551 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
|
552 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|
553 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
|
554 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
|
555 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
|
556 * OF THE POSSIBILITY OF SUCH DAMAGE. |
|
557 * ==================================================================== |
|
558 * |
|
559 * This product includes cryptographic software written by Eric Young |
|
560 * (eay@cryptsoft.com). This product includes software written by Tim |
|
561 * Hudson (tjh@cryptsoft.com). |
|
562 * |
|
563 */ |
|
564 |
|
565 Original SSLeay License |
|
566 ----------------------- |
|
567 |
|
568 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
|
569 * All rights reserved. |
|
570 * |
|
571 * This package is an SSL implementation written |
|
572 * by Eric Young (eay@cryptsoft.com). |
|
573 * The implementation was written so as to conform with Netscapes SSL. |
|
574 * |
|
575 * This library is free for commercial and non-commercial use as long as |
|
576 * the following conditions are aheared to. The following conditions |
|
577 * apply to all code found in this distribution, be it the RC4, RSA, |
|
578 * lhash, DES, etc., code; not just the SSL code. The SSL documentation |
|
579 * included with this distribution is covered by the same copyright terms |
|
580 * except that the holder is Tim Hudson (tjh@cryptsoft.com). |
|
581 * |
|
582 * Copyright remains Eric Young's, and as such any Copyright notices in |
|
583 * the code are not to be removed. |
|
584 * If this package is used in a product, Eric Young should be given attribution |
|
585 * as the author of the parts of the library used. |
|
586 * This can be in the form of a textual message at program startup or |
|
587 * in documentation (online or textual) provided with the package. |
|
588 * |
|
589 * Redistribution and use in source and binary forms, with or without |
|
590 * modification, are permitted provided that the following conditions |
|
591 * are met: |
|
592 * 1. Redistributions of source code must retain the copyright |
|
593 * notice, this list of conditions and the following disclaimer. |
|
594 * 2. Redistributions in binary form must reproduce the above copyright |
|
595 * notice, this list of conditions and the following disclaimer in the |
|
596 * documentation and/or other materials provided with the distribution. |
|
597 * 3. All advertising materials mentioning features or use of this software |
|
598 * must display the following acknowledgement: |
|
599 * "This product includes cryptographic software written by |
|
600 * Eric Young (eay@cryptsoft.com)" |
|
601 * The word 'cryptographic' can be left out if the rouines from the library |
|
602 * being used are not cryptographic related :-). |
|
603 * 4. If you include any Windows specific code (or a derivative thereof) from |
|
604 * the apps directory (application code) you must include an acknowledgement: |
|
605 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" |
|
606 * |
|
607 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
|
608 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
609 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
610 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
|
611 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
612 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|
613 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|
614 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|
615 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|
616 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
617 * SUCH DAMAGE. |
|
618 * |
|
619 * The licence and distribution terms for any publically available version or |
|
620 * derivative of this code cannot be changed. i.e. this code cannot simply be |
|
621 * copied and put under another distribution licence |
|
622 * [including the GNU Public Licence.] |
|
623 */ |
|
624 |
|
625 |
|
626 This copy of Python includes a copy of Tcl, which is licensed under the following terms: |
|
627 |
|
628 This software is copyrighted by the Regents of the University of |
|
629 California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState |
|
630 Corporation and other parties. The following terms apply to all files |
|
631 associated with the software unless explicitly disclaimed in |
|
632 individual files. |
|
633 |
|
634 The authors hereby grant permission to use, copy, modify, distribute, |
|
635 and license this software and its documentation for any purpose, provided |
|
636 that existing copyright notices are retained in all copies and that this |
|
637 notice is included verbatim in any distributions. No written agreement, |
|
638 license, or royalty fee is required for any of the authorized uses. |
|
639 Modifications to this software may be copyrighted by their authors |
|
640 and need not follow the licensing terms described here, provided that |
|
641 the new terms are clearly indicated on the first page of each file where |
|
642 they apply. |
|
643 |
|
644 IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY |
|
645 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES |
|
646 ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY |
|
647 DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE |
|
648 POSSIBILITY OF SUCH DAMAGE. |
|
649 |
|
650 THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, |
|
651 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, |
|
652 FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE |
|
653 IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE |
|
654 NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR |
|
655 MODIFICATIONS. |
|
656 |
|
657 GOVERNMENT USE: If you are acquiring this software on behalf of the |
|
658 U.S. government, the Government shall have only "Restricted Rights" |
|
659 in the software and related documentation as defined in the Federal |
|
660 Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you |
|
661 are acquiring the software on behalf of the Department of Defense, the |
|
662 software shall be classified as "Commercial Computer Software" and the |
|
663 Government shall have only "Restricted Rights" as defined in Clause |
|
664 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the |
|
665 authors grant the U.S. Government and others acting in its behalf |
|
666 permission to use and distribute the software in accordance with the |
|
667 terms specified in this license. |
|
668 |
|
669 This copy of Python includes a copy of Tk, which is licensed under the following terms: |
|
670 |
|
671 This software is copyrighted by the Regents of the University of |
|
672 California, Sun Microsystems, Inc., and other parties. The following |
|
673 terms apply to all files associated with the software unless explicitly |
|
674 disclaimed in individual files. |
|
675 |
|
676 The authors hereby grant permission to use, copy, modify, distribute, |
|
677 and license this software and its documentation for any purpose, provided |
|
678 that existing copyright notices are retained in all copies and that this |
|
679 notice is included verbatim in any distributions. No written agreement, |
|
680 license, or royalty fee is required for any of the authorized uses. |
|
681 Modifications to this software may be copyrighted by their authors |
|
682 and need not follow the licensing terms described here, provided that |
|
683 the new terms are clearly indicated on the first page of each file where |
|
684 they apply. |
|
685 |
|
686 IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY |
|
687 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES |
|
688 ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY |
|
689 DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE |
|
690 POSSIBILITY OF SUCH DAMAGE. |
|
691 |
|
692 THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, |
|
693 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, |
|
694 FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE |
|
695 IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE |
|
696 NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR |
|
697 MODIFICATIONS. |
|
698 |
|
699 GOVERNMENT USE: If you are acquiring this software on behalf of the |
|
700 U.S. government, the Government shall have only "Restricted Rights" |
|
701 in the software and related documentation as defined in the Federal |
|
702 Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you |
|
703 are acquiring the software on behalf of the Department of Defense, the |
|
704 software shall be classified as "Commercial Computer Software" and the |
|
705 Government shall have only "Restricted Rights" as defined in Clause |
|
706 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the |
|
707 authors grant the U.S. Government and others acting in its behalf |
|
708 permission to use and distribute the software in accordance with the |
|
709 terms specified in this license. |
|
710 |
|
711 This copy of Python includes a copy of Tix, which is licensed under the following terms: |
|
712 |
|
713 Copyright (c) 1993-1999 Ioi Kim Lam. |
|
714 Copyright (c) 2000-2001 Tix Project Group. |
|
715 Copyright (c) 2004 ActiveState |
|
716 |
|
717 This software is copyrighted by the above entities |
|
718 and other parties. The following terms apply to all files associated |
|
719 with the software unless explicitly disclaimed in individual files. |
|
720 |
|
721 The authors hereby grant permission to use, copy, modify, distribute, |
|
722 and license this software and its documentation for any purpose, provided |
|
723 that existing copyright notices are retained in all copies and that this |
|
724 notice is included verbatim in any distributions. No written agreement, |
|
725 license, or royalty fee is required for any of the authorized uses. |
|
726 Modifications to this software may be copyrighted by their authors |
|
727 and need not follow the licensing terms described here, provided that |
|
728 the new terms are clearly indicated on the first page of each file where |
|
729 they apply. |
|
730 |
|
731 IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY |
|
732 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES |
|
733 ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY |
|
734 DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE |
|
735 POSSIBILITY OF SUCH DAMAGE. |
|
736 |
|
737 THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, |
|
738 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, |
|
739 FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE |
|
740 IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE |
|
741 NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR |
|
742 MODIFICATIONS. |
|
743 |
|
744 GOVERNMENT USE: If you are acquiring this software on behalf of the |
|
745 U.S. government, the Government shall have only "Restricted Rights" |
|
746 in the software and related documentation as defined in the Federal |
|
747 Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you |
|
748 are acquiring the software on behalf of the Department of Defense, the |
|
749 software shall be classified as "Commercial Computer Software" and the |
|
750 Government shall have only "Restricted Rights" as defined in Clause |
|
751 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the |
|
752 authors grant the U.S. Government and others acting in its behalf |
|
753 permission to use and distribute the software in accordance with the |
|
754 terms specified in this license. |
|
755 |
|
756 ---------------------------------------------------------------------- |
|
757 |
|
758 Parts of this software are based on the Tcl/Tk software copyrighted by |
|
759 the Regents of the University of California, Sun Microsystems, Inc., |
|
760 and other parties. The original license terms of the Tcl/Tk software |
|
761 distribution is included in the file docs/license.tcltk. |
|
762 |
|
763 Parts of this software are based on the HTML Library software |
|
764 copyrighted by Sun Microsystems, Inc. The original license terms of |
|
765 the HTML Library software distribution is included in the file |
|
766 docs/license.html_lib. |