OSDN Git Service

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