components/python/paste/paste.license
branchs11-update
changeset 2785 b6f5c5d1d0b7
equal deleted inserted replaced
2784:d03ec2773121 2785:b6f5c5d1d0b7
       
     1 Copyright (c) 2006-2007 Ian Bicking and Contributors
       
     2 
       
     3 Permission is hereby granted, free of charge, to any person obtaining
       
     4 a copy of this software and associated documentation files (the
       
     5 "Software"), to deal in the Software without restriction, including
       
     6 without limitation the rights to use, copy, modify, merge, publish,
       
     7 distribute, sublicense, and/or sell copies of the Software, and to
       
     8 permit persons to whom the Software is furnished to do so, subject to
       
     9 the following conditions:
       
    10 
       
    11 The above copyright notice and this permission notice shall be
       
    12 included in all copies or substantial portions of the Software.
       
    13 
       
    14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
       
    15 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
    16 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
       
    17 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
       
    18 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
       
    19 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
       
    20 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
       
    21 
       
    22 --------------------------------------------------------------------------
       
    23 
       
    24 Paste-1.7.5.1/paste/lint.py
       
    25 
       
    26 # (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
       
    27 # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
       
    28 # Also licenced under the Apache License, 2.0: http://opensource.org/licenses/apache2.0.php
       
    29 # Licensed to PSF under a Contributor Agreement
       
    30 
       
    31 Permission is hereby granted, free of charge, to any person obtaining a copy of 
       
    32 this software and associated documentation files (the “Software”), to deal in 
       
    33 the Software without restriction, including without limitation the rights to 
       
    34 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
       
    35 of the Software, and to permit persons to whom the Software is furnished to do 
       
    36 so, subject to the following conditions:
       
    37 
       
    38 The above copyright notice and this permission notice shall be included in all 
       
    39 copies or substantial portions of the Software.
       
    40 
       
    41 THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
       
    42 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
       
    43 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
       
    44 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
       
    45 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
       
    46 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
       
    47 SOFTWARE.
       
    48 
       
    49 
       
    50 --------------------------------------------------------------------------
       
    51 
       
    52 Copyright (C) 2006, Heiko Wundram.
       
    53 Released under the MIT-license.
       
    54 
       
    55 Permission is hereby granted, free of charge, to any person obtaining a copy of 
       
    56 this software and associated documentation files (the “Software”), to deal in 
       
    57 the Software without restriction, including without limitation the rights to 
       
    58 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
       
    59 of the Software, and to permit persons to whom the Software is furnished to do 
       
    60 so, subject to the following conditions:
       
    61 
       
    62 The above copyright notice and this permission notice shall be included in all 
       
    63 copies or substantial portions of the Software.
       
    64 
       
    65 THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
       
    66 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
       
    67 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
       
    68 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
       
    69 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
       
    70 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
       
    71 SOFTWARE.
       
    72 
       
    73 
       
    74 --------------------------------------------------------------------------
       
    75 
       
    76 # Copyright (c) 2003-2005 by Peter Astrand <[email protected]>
       
    77 # Licensed to PSF under a Contributor Agreement.
       
    78 # See http://www.python.org/2.4/license for licensing details.
       
    79 
       
    80              PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
       
    81 
       
    82 1. This LICENSE AGREEMENT is between the Python Software Foundation
       
    83    ("PSF"), and the Individual or Organization ("Licensee") accessing and
       
    84    otherwise using this software ("Python") in source or binary form and
       
    85    its associated documentation.
       
    86 
       
    87 2. Subject to the terms and conditions of this License Agreement, PSF
       
    88    hereby grants Licensee a nonexclusive, royalty-free, world-wide
       
    89    license to reproduce, analyze, test, perform and/or display publicly,
       
    90    prepare derivative works, distribute, and otherwise use Python
       
    91    alone or in any derivative version, provided, however, that PSF's
       
    92    License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
       
    93    2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
       
    94    Reserved" are retained in Python alone or in any derivative version
       
    95    prepared by Licensee.
       
    96 
       
    97 3. In the event Licensee prepares a derivative work that is based on
       
    98    or incorporates Python or any part thereof, and wants to make
       
    99    the derivative work available to others as provided herein, then
       
   100    Licensee hereby agrees to include in any such work a brief summary of
       
   101    the changes made to Python.
       
   102 
       
   103 4. PSF is making Python available to Licensee on an "AS IS"
       
   104    basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
       
   105    IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
       
   106    DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
       
   107    FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
       
   108    INFRINGE ANY THIRD PARTY RIGHTS.
       
   109 
       
   110 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
       
   111    FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
       
   112    A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
       
   113    OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
       
   114 
       
   115 6. This License Agreement will automatically terminate upon a material
       
   116    breach of its terms and conditions.
       
   117 
       
   118 7. Nothing in this License Agreement shall be deemed to create any
       
   119    relationship of agency, partnership, or joint venture between PSF and
       
   120    Licensee. This License Agreement does not grant permission to use PSF
       
   121    trademarks or trade name in a trademark sense to endorse or promote
       
   122    products or services of Licensee, or any third party.
       
   123 
       
   124 8. By copying, installing or otherwise using Python, Licensee
       
   125    agrees to be bound by the terms and conditions of this License
       
   126    Agreement.
       
   127 
       
   128 --------------------------------------------------------------------------
       
   129 
       
   130 # Module doctest.
       
   131 # Released to the public domain 16-Jan-2001, by Tim Peters ([email protected]).
       
   132 # Major enhancements and refactoring by:
       
   133 #     Jim Fulton
       
   134 #     Edward Loper
       
   135 
       
   136 # Provided as-is; use at your own risk; no warranty; no promises; enjoy!
       
   137 
       
   138 --------------------------------------------------------------------------
       
   139 
       
   140 # (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
       
   141 # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
       
   142 ##############################################################################
       
   143 #
       
   144 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.
       
   145 # All Rights Reserved.
       
   146 #
       
   147 # This software is subject to the provisions of the Zope Public License,
       
   148 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
       
   149 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
       
   150 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
       
   151 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
       
   152 # FOR A PARTICULAR PURPOSE.
       
   153 #   
       
   154 ##############################################################################
       
   155 ## Originally zExceptions.ExceptionFormatter from Zope;
       
   156 ## Modified by Ian Bicking, Imaginary Landscape, 2005
       
   157 
       
   158 Zope Public License (ZPL) Version 2.0
       
   159 -----------------------------------------------
       
   160 
       
   161 This software is Copyright (c) Zope Corporation (tm) and
       
   162 Contributors. All rights reserved.
       
   163 
       
   164 This license has been certified as open source. It has also
       
   165 been designated as GPL compatible by the Free Software
       
   166 Foundation (FSF).
       
   167 
       
   168 Redistribution and use in source and binary forms, with or
       
   169 without modification, are permitted provided that the
       
   170 following conditions are met:
       
   171 
       
   172 1. Redistributions in source code must retain the above
       
   173    copyright notice, this list of conditions, and the following
       
   174    disclaimer.
       
   175 
       
   176 2. Redistributions in binary form must reproduce the above
       
   177    copyright notice, this list of conditions, and the following
       
   178    disclaimer in the documentation and/or other materials
       
   179    provided with the distribution.
       
   180 
       
   181 3. The name Zope Corporation (tm) must not be used to
       
   182    endorse or promote products derived from this software
       
   183    without prior written permission from Zope Corporation.
       
   184 
       
   185 4. The right to distribute this software or to use it for
       
   186    any purpose does not give you the right to use Servicemarks
       
   187    (sm) or Trademarks (tm) of Zope Corporation. Use of them is
       
   188    covered in a separate agreement (see
       
   189    http://www.zope.com/Marks).
       
   190 
       
   191 5. If any files are modified, you must cause the modified
       
   192    files to carry prominent notices stating that you changed
       
   193    the files and the date of any change.
       
   194 
       
   195 Disclaimer
       
   196 
       
   197   THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS''
       
   198   AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
       
   199   NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
       
   200   AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
       
   201   NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE
       
   202   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
       
   203   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
       
   204   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
       
   205   LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
   206   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
       
   207   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
       
   208   OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       
   209   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
       
   210   DAMAGE.
       
   211 
       
   212 
       
   213 This software consists of contributions made by Zope
       
   214 Corporation and many individuals on behalf of Zope
       
   215 Corporation.  Specific attributions are listed in the
       
   216 accompanying credits file.
       
   217 
       
   218 --------------------------------------------------------------------------
       
   219 
       
   220 Copyright (c) 2005 Imaginary Landscape LLC and Contributors.
       
   221 (c) 2005 Ben Bangert 
       
   222 (c) 2005 Clark C. Evans and contributors
       
   223 (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
       
   224 (c) 2005-2006 James Gardner <[email protected]>
       
   225 (c) 2007 Philip Jenvey; written for Paste (http://pythonpaste.org)
       
   226 (c) 2010 Ch. Zwerschke and contributors
       
   227 
       
   228 This module is part of the Python Paste Project and is released under
       
   229 the MIT License: http://www.opensource.org/licenses/mit-license.php
       
   230 
       
   231 Permission is hereby granted, free of charge, to any person obtaining a copy of 
       
   232 this software and associated documentation files (the “Software”), to deal in 
       
   233 the Software without restriction, including without limitation the rights to 
       
   234 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
       
   235 of the Software, and to permit persons to whom the Software is furnished to do 
       
   236 so, subject to the following conditions:
       
   237 
       
   238 The above copyright notice and this permission notice shall be included in all 
       
   239 copies or substantial portions of the Software.
       
   240 
       
   241 THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
       
   242 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
       
   243 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
       
   244 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
       
   245 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
       
   246 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
       
   247 SOFTWARE.