home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / python-lxml / copyright next >
Encoding:
Text File  |  2010-09-23  |  4.9 KB  |  111 lines

  1. This package was debianized by Matthias Klose <doko@ubuntu.com>
  2. on Thu,  6 Oct 2005 20:09:26 +0200.
  3.  
  4. It was downloaded from http://codespeak.net/lxml/
  5.  
  6. Copyright Holder: Martijn Faassen and others.
  7.  
  8. License:
  9.  
  10. Copyright (c) 2004 Infrae. All rights reserved.
  11.  
  12. Redistribution and use in source and binary forms, with or without
  13. modification, are permitted provided that the following conditions are
  14. met:
  15.  
  16.   1. Redistributions of source code must retain the above copyright
  17.      notice, this list of conditions and the following disclaimer.
  18.    
  19.   2. Redistributions in binary form must reproduce the above copyright
  20.      notice, this list of conditions and the following disclaimer in
  21.      the documentation and/or other materials provided with the
  22.      distribution.
  23.  
  24.   3. Neither the name of Infrae nor the names of its contributors may
  25.      be used to endorse or promote products derived from this software
  26.      without specific prior written permission.
  27.  
  28. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  29. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  30. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  31. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INFRAE OR
  32. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  33. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  34. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  35. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  36. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  37. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  38. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  39.  
  40. Some code, such a selftest.py, selftest2.py and
  41. src/lxml/_elementpath.py are derived from ElementTree and
  42. cElementTree. See doc/licenses/elementtree.txt for the license text.
  43.  
  44. test.py, the test-runner script, is GPL and copyright Shuttleworth
  45. Foundation. See doc/licenses/GPL.txt. It is believed the unchanged
  46. inclusion of test.py to run the unit test suite falls under the
  47. "aggregation" clause of the GPL and thus does not affect the license
  48. of the rest of the package.
  49.  
  50. the doctest.py module is taken from the Python library and falls under
  51. the PSF Python License.
  52.  
  53. On Debian GNU/Linux systems, the complete text of the GNU General
  54. Public License can be found in `/usr/share/common-licenses/GPL'.
  55.  
  56. PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
  57. --------------------------------------------
  58.  
  59. 1. This LICENSE AGREEMENT is between the Python Software Foundation
  60. ("PSF"), and the Individual or Organization ("Licensee") accessing and
  61. otherwise using this software ("Python") in source or binary form and
  62. its associated documentation.
  63.  
  64. 2. Subject to the terms and conditions of this License Agreement, PSF
  65. hereby grants Licensee a nonexclusive, royalty-free, world-wide
  66. license to reproduce, analyze, test, perform and/or display publicly,
  67. prepare derivative works, distribute, and otherwise use Python
  68. alone or in any derivative version, provided, however, that PSF's
  69. License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
  70. 2001, 2002, 2003, 2004 Python Software Foundation; All Rights Reserved"
  71. are retained in Python alone or in any derivative version prepared
  72. by Licensee.
  73.  
  74. 3. In the event Licensee prepares a derivative work that is based on
  75. or incorporates Python or any part thereof, and wants to make
  76. the derivative work available to others as provided herein, then
  77. Licensee hereby agrees to include in any such work a brief summary of
  78. the changes made to Python.
  79.  
  80. 4. PSF is making Python available to Licensee on an "AS IS"
  81. basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  82. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
  83. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  84. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
  85. INFRINGE ANY THIRD PARTY RIGHTS.
  86.  
  87. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  88. FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  89. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
  90. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  91.  
  92. 6. This License Agreement will automatically terminate upon a material
  93. breach of its terms and conditions.
  94.  
  95. 7. Nothing in this License Agreement shall be deemed to create any
  96. relationship of agency, partnership, or joint venture between PSF and
  97. Licensee.  This License Agreement does not grant permission to use PSF
  98. trademarks or trade name in a trademark sense to endorse or promote
  99. products or services of Licensee, or any third party.
  100.  
  101. 8. By copying, installing or otherwise using Python, Licensee
  102. agrees to be bound by the terms and conditions of this License
  103. Agreement.
  104.  
  105.  
  106. Files: test.py
  107. Copyright: Copyright (c) 2003 Shuttleworth Foundation
  108. License: GPL2 or later
  109.   On Debian GNU/Linux systems, the complete text of the GNU General
  110.   Public License can be found in `/usr/share/common-licenses/GPL2'
  111.