components/python/greenlet/greenlet.license
branchs11-update
changeset 2785 b6f5c5d1d0b7
equal deleted inserted replaced
2784:d03ec2773121 2785:b6f5c5d1d0b7
       
     1 Copyright (c) Armin Rigo, Christian Tismer and contributors
       
     2 
       
     3 Permission is hereby granted, free of charge, to any person obtaining a copy
       
     4 of this software and associated documentation files (the "Software"), to deal
       
     5 in the Software without restriction, including without limitation the rights
       
     6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
       
     7 copies of the Software, and to permit persons to whom the Software is
       
     8 furnished to do so, subject to the following conditions:
       
     9 
       
    10 The above copyright notice and this permission notice shall be included in
       
    11 all copies or substantial portions of the Software.
       
    12 
       
    13 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    14 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
    15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
       
    16 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
    17 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
       
    18 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
       
    19 THE SOFTWARE.
       
    20 
       
    21 --------------------------------------------------------------------------
       
    22 
       
    23              PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
       
    24 
       
    25 1. This LICENSE AGREEMENT is between the Python Software Foundation
       
    26    ("PSF"), and the Individual or Organization ("Licensee") accessing and
       
    27    otherwise using this software ("Python") in source or binary form and
       
    28    its associated documentation.
       
    29 
       
    30 2. Subject to the terms and conditions of this License Agreement, PSF
       
    31    hereby grants Licensee a nonexclusive, royalty-free, world-wide
       
    32    license to reproduce, analyze, test, perform and/or display publicly,
       
    33    prepare derivative works, distribute, and otherwise use Python
       
    34    alone or in any derivative version, provided, however, that PSF's
       
    35    License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
       
    36    2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
       
    37    Reserved" are retained in Python alone or in any derivative version
       
    38    prepared by Licensee.
       
    39 
       
    40 3. In the event Licensee prepares a derivative work that is based on
       
    41    or incorporates Python or any part thereof, and wants to make
       
    42    the derivative work available to others as provided herein, then
       
    43    Licensee hereby agrees to include in any such work a brief summary of
       
    44    the changes made to Python.
       
    45 
       
    46 4. PSF is making Python available to Licensee on an "AS IS"
       
    47    basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
       
    48    IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
       
    49    DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
       
    50    FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
       
    51    INFRINGE ANY THIRD PARTY RIGHTS.
       
    52 
       
    53 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
       
    54    FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
       
    55    A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
       
    56    OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
       
    57 
       
    58 6. This License Agreement will automatically terminate upon a material
       
    59    breach of its terms and conditions.
       
    60 
       
    61 7. Nothing in this License Agreement shall be deemed to create any
       
    62    relationship of agency, partnership, or joint venture between PSF and
       
    63    Licensee. This License Agreement does not grant permission to use PSF
       
    64    trademarks or trade name in a trademark sense to endorse or promote
       
    65    products or services of Licensee, or any third party.
       
    66 
       
    67 8. By copying, installing or otherwise using Python, Licensee
       
    68    agrees to be bound by the terms and conditions of this License
       
    69    Agreement.