home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / python2.5 / copyright < prev    next >
Encoding:
Text File  |  2007-05-02  |  25.8 KB  |  540 lines

  1. This package was put together by Klee Dienes <klee@debian.org> from 
  2. sources from ftp.python.org:/pub/python, based on the Debianization by 
  3. the previous maintainers Bernd S. Brentrup <bsb@uni-muenster.de> and 
  4. Bruce Perens. Current maintainer is Matthias Klose <doko@debian.org>. 
  5.  
  6. It was downloaded from http://python.org/
  7.  
  8. Copyright:
  9.  
  10. Upstream Author: Guido van Rossum <guido@cwi.nl> and others.
  11.  
  12. License:
  13.  
  14. The following text includes the Python license and licenses and
  15. acknowledgements for incorporated software. The licenses can be read
  16. in the HTML and texinfo versions of the documentation as well, after
  17. installing the pythonx.y-doc package.
  18.  
  19.  
  20. Python License
  21. ==============
  22.  
  23. A. HISTORY OF THE SOFTWARE
  24. ==========================
  25.  
  26. Python was created in the early 1990s by Guido van Rossum at Stichting
  27. Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
  28. as a successor of a language called ABC.  Guido remains Python's
  29. principal author, although it includes many contributions from others.
  30.  
  31. In 1995, Guido continued his work on Python at the Corporation for
  32. National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
  33. in Reston, Virginia where he released several versions of the
  34. software.
  35.  
  36. In May 2000, Guido and the Python core development team moved to
  37. BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
  38. year, the PythonLabs team moved to Digital Creations (now Zope
  39. Corporation, see http://www.zope.com).  In 2001, the Python Software
  40. Foundation (PSF, see http://www.python.org/psf/) was formed, a
  41. non-profit organization created specifically to own Python-related
  42. Intellectual Property.  Zope Corporation is a sponsoring member of
  43. the PSF.
  44.  
  45. All Python releases are Open Source (see http://www.opensource.org for
  46. the Open Source Definition).  Historically, most, but not all, Python
  47. releases have also been GPL-compatible; the table below summarizes
  48. the various releases.
  49.  
  50.     Release         Derived     Year        Owner       GPL-
  51.                     from                                compatible? (1)
  52.  
  53.     0.9.0 thru 1.2              1991-1995   CWI         yes
  54.     1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
  55.     1.6             1.5.2       2000        CNRI        no
  56.     2.0             1.6         2000        BeOpen.com  no
  57.     1.6.1           1.6         2001        CNRI        yes (2)
  58.     2.1             2.0+1.6.1   2001        PSF         no
  59.     2.0.1           2.0+1.6.1   2001        PSF         yes
  60.     2.1.1           2.1+2.0.1   2001        PSF         yes
  61.     2.2             2.1.1       2001        PSF         yes
  62.     2.1.2           2.1.1       2002        PSF         yes
  63.     2.1.3           2.1.2       2002        PSF         yes
  64.     2.2.1           2.2         2002        PSF         yes
  65.     2.2.2           2.2.1       2002        PSF         yes
  66.     2.2.3           2.2.2       2003        PSF         yes
  67.     2.3             2.2.2       2002-2003   PSF         yes
  68.     2.3.1           2.3         2002-2003   PSF         yes
  69.     2.3.2           2.3.1       2002-2003   PSF         yes
  70.     2.3.3           2.3.2       2002-2003   PSF         yes
  71.     2.3.4           2.3.3       2004        PSF         yes
  72.     2.4             2.3         2004        PSF         yes
  73.  
  74. Footnotes:
  75.  
  76. (1) GPL-compatible doesn't mean that we're distributing Python under
  77.     the GPL.  All Python licenses, unlike the GPL, let you distribute
  78.     a modified version without making your changes open source.  The
  79.     GPL-compatible licenses make it possible to combine Python with
  80.     other software that is released under the GPL; the others don't.
  81.  
  82. (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
  83.     because its license has a choice of law clause.  According to
  84.     CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
  85.     is "not incompatible" with the GPL.
  86.  
  87. Thanks to the many outside volunteers who have worked under Guido's
  88. direction to make these releases possible.
  89.  
  90.  
  91. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
  92. ===============================================================
  93.  
  94. PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
  95. --------------------------------------------
  96.  
  97. 1. This LICENSE AGREEMENT is between the Python Software Foundation
  98. ("PSF"), and the Individual or Organization ("Licensee") accessing and
  99. otherwise using this software ("Python") in source or binary form and
  100. its associated documentation.
  101.  
  102. 2. Subject to the terms and conditions of this License Agreement, PSF
  103. hereby grants Licensee a nonexclusive, royalty-free, world-wide
  104. license to reproduce, analyze, test, perform and/or display publicly,
  105. prepare derivative works, distribute, and otherwise use Python
  106. alone or in any derivative version, provided, however, that PSF's
  107. License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
  108. 2001, 2002, 2003, 2004 Python Software Foundation; All Rights Reserved"
  109. are retained in Python alone or in any derivative version prepared
  110. by Licensee.
  111.  
  112. 3. In the event Licensee prepares a derivative work that is based on
  113. or incorporates Python or any part thereof, and wants to make
  114. the derivative work available to others as provided herein, then
  115. Licensee hereby agrees to include in any such work a brief summary of
  116. the changes made to Python.
  117.  
  118. 4. PSF is making Python available to Licensee on an "AS IS"
  119. basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  120. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
  121. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  122. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
  123. INFRINGE ANY THIRD PARTY RIGHTS.
  124.  
  125. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  126. FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  127. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
  128. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  129.  
  130. 6. This License Agreement will automatically terminate upon a material
  131. breach of its terms and conditions.
  132.  
  133. 7. Nothing in this License Agreement shall be deemed to create any
  134. relationship of agency, partnership, or joint venture between PSF and
  135. Licensee.  This License Agreement does not grant permission to use PSF
  136. trademarks or trade name in a trademark sense to endorse or promote
  137. products or services of Licensee, or any third party.
  138.  
  139. 8. By copying, installing or otherwise using Python, Licensee
  140. agrees to be bound by the terms and conditions of this License
  141. Agreement.
  142.  
  143.  
  144. BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
  145. -------------------------------------------
  146.  
  147. BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
  148.  
  149. 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
  150. office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
  151. Individual or Organization ("Licensee") accessing and otherwise using
  152. this software in source or binary form and its associated
  153. documentation ("the Software").
  154.  
  155. 2. Subject to the terms and conditions of this BeOpen Python License
  156. Agreement, BeOpen hereby grants Licensee a non-exclusive,
  157. royalty-free, world-wide license to reproduce, analyze, test, perform
  158. and/or display publicly, prepare derivative works, distribute, and
  159. otherwise use the Software alone or in any derivative version,
  160. provided, however, that the BeOpen Python License is retained in the
  161. Software, alone or in any derivative version prepared by Licensee.
  162.  
  163. 3. BeOpen is making the Software available to Licensee on an "AS IS"
  164. basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  165. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
  166. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  167. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
  168. INFRINGE ANY THIRD PARTY RIGHTS.
  169.  
  170. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
  171. SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
  172. AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
  173. DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  174.  
  175. 5. This License Agreement will automatically terminate upon a material
  176. breach of its terms and conditions.
  177.  
  178. 6. This License Agreement shall be governed by and interpreted in all
  179. respects by the law of the State of California, excluding conflict of
  180. law provisions.  Nothing in this License Agreement shall be deemed to
  181. create any relationship of agency, partnership, or joint venture
  182. between BeOpen and Licensee.  This License Agreement does not grant
  183. permission to use BeOpen trademarks or trade names in a trademark
  184. sense to endorse or promote products or services of Licensee, or any
  185. third party.  As an exception, the "BeOpen Python" logos available at
  186. http://www.pythonlabs.com/logos.html may be used according to the
  187. permissions granted on that web page.
  188.  
  189. 7. By copying, installing or otherwise using the software, Licensee
  190. agrees to be bound by the terms and conditions of this License
  191. Agreement.
  192.  
  193.  
  194. CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
  195. ---------------------------------------
  196.  
  197. 1. This LICENSE AGREEMENT is between the Corporation for National
  198. Research Initiatives, having an office at 1895 Preston White Drive,
  199. Reston, VA 20191 ("CNRI"), and the Individual or Organization
  200. ("Licensee") accessing and otherwise using Python 1.6.1 software in
  201. source or binary form and its associated documentation.
  202.  
  203. 2. Subject to the terms and conditions of this License Agreement, CNRI
  204. hereby grants Licensee a nonexclusive, royalty-free, world-wide
  205. license to reproduce, analyze, test, perform and/or display publicly,
  206. prepare derivative works, distribute, and otherwise use Python 1.6.1
  207. alone or in any derivative version, provided, however, that CNRI's
  208. License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
  209. 1995-2001 Corporation for National Research Initiatives; All Rights
  210. Reserved" are retained in Python 1.6.1 alone or in any derivative
  211. version prepared by Licensee.  Alternately, in lieu of CNRI's License
  212. Agreement, Licensee may substitute the following text (omitting the
  213. quotes): "Python 1.6.1 is made available subject to the terms and
  214. conditions in CNRI's License Agreement.  This Agreement together with
  215. Python 1.6.1 may be located on the Internet using the following
  216. unique, persistent identifier (known as a handle): 1895.22/1013.  This
  217. Agreement may also be obtained from a proxy server on the Internet
  218. using the following URL: http://hdl.handle.net/1895.22/1013".
  219.  
  220. 3. In the event Licensee prepares a derivative work that is based on
  221. or incorporates Python 1.6.1 or any part thereof, and wants to make
  222. the derivative work available to others as provided herein, then
  223. Licensee hereby agrees to include in any such work a brief summary of
  224. the changes made to Python 1.6.1.
  225.  
  226. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
  227. basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  228. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
  229. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  230. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
  231. INFRINGE ANY THIRD PARTY RIGHTS.
  232.  
  233. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  234. 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  235. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
  236. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  237.  
  238. 6. This License Agreement will automatically terminate upon a material
  239. breach of its terms and conditions.
  240.  
  241. 7. This License Agreement shall be governed by the federal
  242. intellectual property law of the United States, including without
  243. limitation the federal copyright law, and, to the extent such
  244. U.S. federal law does not apply, by the law of the Commonwealth of
  245. Virginia, excluding Virginia's conflict of law provisions.
  246. Notwithstanding the foregoing, with regard to derivative works based
  247. on Python 1.6.1 that incorporate non-separable material that was
  248. previously distributed under the GNU General Public License (GPL), the
  249. law of the Commonwealth of Virginia shall govern this License
  250. Agreement only as to issues arising under or with respect to
  251. Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
  252. License Agreement shall be deemed to create any relationship of
  253. agency, partnership, or joint venture between CNRI and Licensee.  This
  254. License Agreement does not grant permission to use CNRI trademarks or
  255. trade name in a trademark sense to endorse or promote products or
  256. services of Licensee, or any third party.
  257.  
  258. 8. By clicking on the "ACCEPT" button where indicated, or by copying,
  259. installing or otherwise using Python 1.6.1, Licensee agrees to be
  260. bound by the terms and conditions of this License Agreement.
  261.  
  262.         ACCEPT
  263.  
  264.  
  265. CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
  266. --------------------------------------------------
  267.  
  268. Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
  269. The Netherlands.  All rights reserved.
  270.  
  271. Permission to use, copy, modify, and distribute this software and its
  272. documentation for any purpose and without fee is hereby granted,
  273. provided that the above copyright notice appear in all copies and that
  274. both that copyright notice and this permission notice appear in
  275. supporting documentation, and that the name of Stichting Mathematisch
  276. Centrum or CWI not be used in advertising or publicity pertaining to
  277. distribution of the software without specific, written prior
  278. permission.
  279.  
  280. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
  281. THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  282. FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
  283. FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  284. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  285. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  286. OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  287.  
  288.  
  289.  
  290. Licenses and Acknowledgements for Incorporated Software
  291. =======================================================
  292.  
  293. Mersenne Twister
  294. ----------------
  295.  
  296. The `_random' module includes code based on a download from
  297. `http://www.math.keio.ac.jp/~matumoto/MT2002/emt19937ar.html'.  The
  298. following are the verbatim comments from the original code:
  299.  
  300.      A C-program for MT19937, with initialization improved 2002/1/26.
  301.      Coded by Takuji Nishimura and Makoto Matsumoto.
  302.  
  303.      Before using, initialize the state by using init_genrand(seed)
  304.      or init_by_array(init_key, key_length).
  305.  
  306.      Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
  307.      All rights reserved.
  308.  
  309.      Redistribution and use in source and binary forms, with or without
  310.      modification, are permitted provided that the following conditions
  311.      are met:
  312.  
  313.       1. Redistributions of source code must retain the above copyright
  314.          notice, this list of conditions and the following disclaimer.
  315.  
  316.       2. Redistributions in binary form must reproduce the above copyright
  317.          notice, this list of conditions and the following disclaimer in the
  318.          documentation and/or other materials provided with the distribution.
  319.  
  320.       3. The names of its contributors may not be used to endorse or promote
  321.          products derived from this software without specific prior written
  322.          permission.
  323.  
  324.      THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  325.      "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  326.      LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  327.      A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
  328.      OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  329.      SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  330.      TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  331.      PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  332.      LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  333.      NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  334.      SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  335.  
  336.      Any feedback is very welcome.
  337.      http://www.math.keio.ac.jp/matumoto/emt.html
  338.      email: matumoto@math.keio.ac.jp
  339.  
  340.  
  341. Sockets
  342. -------
  343.  
  344. The `socket' module uses the functions, `getaddrinfo', and
  345. `getnameinfo', which are coded in separate source files from the WIDE
  346. Project, `http://www.wide.ad.jp/about/index.html'.
  347.  
  348.      Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
  349.      All rights reserved.
  350.  
  351.      Redistribution and use in source and binary forms, with or without
  352.      modification, are permitted provided that the following conditions
  353.      are met:
  354.      1. Redistributions of source code must retain the above copyright
  355.         notice, this list of conditions and the following disclaimer.
  356.      2. Redistributions in binary form must reproduce the above copyright
  357.         notice, this list of conditions and the following disclaimer in the
  358.         documentation and/or other materials provided with the distribution.
  359.      3. Neither the name of the project nor the names of its contributors
  360.         may be used to endorse or promote products derived from this software
  361.         without specific prior written permission.
  362.  
  363.      THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  364.      GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  365.      IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  366.      ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
  367.      FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  368.      CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  369.      SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  370.      INTERRUPTION) HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER
  371.      IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  372.      ARISING IN GAI_ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  373.      OF THE POSSIBILITY OF SUCH DAMAGE.
  374.  
  375.  
  376. Floating point exception control
  377. --------------------------------
  378.  
  379. The source for the `fpectl' module includes the following notice:
  380.  
  381.      ---------------------------------------------------------------------  
  382.     /                       Copyright (c) 1996.                           \ 
  383.    |          The Regents of the University of California.                 |
  384.    |                        All rights reserved.                           |
  385.    |                                                                       |
  386.    |   Permission to use, copy, modify, and distribute this software for   |
  387.    |   any purpose without fee is hereby granted, provided that this en-   |
  388.    |   tire notice is included in all copies of any software which is or   |
  389.    |   includes  a  copy  or  modification  of  this software and in all   |
  390.    |   copies of the supporting documentation for such software.           |
  391.    |                                                                       |
  392.    |   This  work was produced at the University of California, Lawrence   |
  393.    |   Livermore National Laboratory under  contract  no.  W-7405-ENG-48   |
  394.    |   between  the  U.S.  Department  of  Energy and The Regents of the   |
  395.    |   University of California for the operation of UC LLNL.              |
  396.    |                                                                       |
  397.    |                              DISCLAIMER                               |
  398.    |                                                                       |
  399.    |   This  software was prepared as an account of work sponsored by an   |
  400.    |   agency of the United States Government. Neither the United States   |
  401.    |   Government  nor the University of California nor any of their em-   |
  402.    |   ployees, makes any warranty, express or implied, or  assumes  any   |
  403.    |   liability  or  responsibility  for the accuracy, completeness, or   |
  404.    |   usefulness of any information,  apparatus,  product,  or  process   |
  405.    |   disclosed,   or  represents  that  its  use  would  not  infringe   |
  406.    |   privately-owned rights. Reference herein to any specific  commer-   |
  407.    |   cial  products,  process,  or  service  by trade name, trademark,   |
  408.    |   manufacturer, or otherwise, does not  necessarily  constitute  or   |
  409.    |   imply  its endorsement, recommendation, or favoring by the United   |
  410.    |   States Government or the University of California. The views  and   |
  411.    |   opinions  of authors expressed herein do not necessarily state or   |
  412.    |   reflect those of the United States Government or  the  University   |
  413.    |   of  California,  and shall not be used for advertising or product   |
  414.     \  endorsement purposes.                                              / 
  415.      ---------------------------------------------------------------------
  416.  
  417.  
  418. Cookie management
  419. -----------------
  420.  
  421. The `Cookie' module contains the following notice:
  422.  
  423.       Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu>
  424.  
  425.                      All Rights Reserved
  426.  
  427.       Permission to use, copy, modify, and distribute this software
  428.       and its documentation for any purpose and without fee is hereby
  429.       granted, provided that the above copyright notice appear in all
  430.       copies and that both that copyright notice and this permission
  431.       notice appear in supporting documentation, and that the name of
  432.       Timothy O'Malley  not be used in advertising or publicity
  433.       pertaining to distribution of the software without specific, written
  434.       prior permission.
  435.  
  436.       Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
  437.       SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  438.       AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
  439.       ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  440.       WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  441.       WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  442.       ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  443.       PERFORMANCE OF THIS SOFTWARE.
  444.  
  445.  
  446. Execution tracing
  447. -----------------
  448.  
  449. The `trace' module contains the following notice:
  450.  
  451.       portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
  452.       err...  reserved and offered to the public under the terms of the
  453.       Python 2.2 license.
  454.       Author: Zooko O'Whielacronx
  455.       http://zooko.com/
  456.       mailto:zooko@zooko.com
  457.  
  458.       Copyright 2000, Mojam Media, Inc., all rights reserved.
  459.       Author: Skip Montanaro
  460.  
  461.       Copyright 1999, Bioreason, Inc., all rights reserved.
  462.       Author: Andrew Dalke
  463.  
  464.       Copyright 1995-1997, Automatrix, Inc., all rights reserved.
  465.       Author: Skip Montanaro
  466.  
  467.       Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
  468.  
  469.       Permission to use, copy, modify, and distribute this Python software and
  470.       its associated documentation for any purpose without fee is hereby
  471.       granted, provided that the above copyright notice appears in all copies,
  472.       and that both that copyright notice and this permission notice appear in
  473.       supporting documentation, and that the name of neither Automatrix,
  474.       Bioreason or Mojam Media be used in advertising or publicity pertaining
  475.       to distribution of the software without specific, written prior
  476.       permission.
  477.  
  478.  
  479. UUencode and UUdecode functions
  480. -------------------------------
  481.  
  482. The `uu' module contains the following notice:
  483.  
  484.       Copyright 1994 by Lance Ellinghouse
  485.       Cathedral City, California Republic, United States of America.
  486.                              All Rights Reserved
  487.       Permission to use, copy, modify, and distribute this software and its
  488.       documentation for any purpose and without fee is hereby granted,
  489.       provided that the above copyright notice appear in all copies and that
  490.       both that copyright notice and this permission notice appear in
  491.       supporting documentation, and that the name of Lance Ellinghouse
  492.       not be used in advertising or publicity pertaining to distribution
  493.       of the software without specific, written prior permission.
  494.       LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO
  495.       THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  496.       FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE
  497.       FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  498.       WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  499.       ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  500.       OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  501.  
  502.       Modified by Jack Jansen, CWI, July 1995:
  503.       - Use binascii module to do the actual line-by-line conversion
  504.         between ascii and binary. This results in a 1000-fold speedup. The C
  505.         version is still 5 times faster, though.
  506.       - Arguments more compliant with python standard
  507.  
  508.  
  509. XML Remote Procedure Calls
  510. --------------------------
  511.  
  512. The `xmlrpclib' module contains the following notice:
  513.  
  514.           The XML-RPC client interface is
  515.  
  516.       Copyright (c) 1999-2002 by Secret Labs AB
  517.       Copyright (c) 1999-2002 by Fredrik Lundh
  518.  
  519.       By obtaining, using, and/or copying this software and/or its
  520.       associated documentation, you agree that you have read, understood,
  521.       and will comply with the following terms and conditions:
  522.  
  523.       Permission to use, copy, modify, and distribute this software and
  524.       its associated documentation for any purpose and without fee is
  525.       hereby granted, provided that the above copyright notice appears in
  526.       all copies, and that both that copyright notice and this permission
  527.       notice appear in supporting documentation, and that the name of
  528.       Secret Labs AB or the author not be used in advertising or publicity
  529.       pertaining to distribution of the software without specific, written
  530.       prior permission.
  531.  
  532.       SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
  533.       TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-
  534.       ABILITY AND FITNESS.  IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
  535.       BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
  536.       DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  537.       WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  538.       ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  539.       OF THIS SOFTWARE.
  540.