github.com/grumpyhome/grumpy@v0.3.1-0.20201208125205-7b775405bdf1/grumpy-runtime-src/third_party/ouroboros/LICENSE (about)

     1  Copyright (c) 2016 Russell Keith-Magee.
     2  
     3  All rights reserved.
     4  
     5  Redistribution and use in source and binary forms, with or without modification,
     6  are permitted provided that the following conditions are met:
     7  
     8      1. Redistributions of source code must retain the above copyright notice,
     9         this list of conditions and the following disclaimer.
    10  
    11      2. Redistributions in binary form must reproduce the above copyright
    12         notice, this list of conditions and the following disclaimer in the
    13         documentation and/or other materials provided with the distribution.
    14  
    15      3. Neither the name of Ouroboros nor the names of its contributors may
    16         be used to endorse or promote products derived from this software without
    17         specific prior written permission.
    18  
    19  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    20  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    21  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    22  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
    23  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    24  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    25  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
    26  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    27  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    28  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    29  
    30  
    31  The original Python Standard Library, upon which this project is based, is
    32  released under the terms of the PSF License version 2:
    33  
    34  Copyright (c) 2001-2014 Python Software Foundation; All rights reserved
    35  
    36  PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
    37  --------------------------------------------
    38  
    39  1. This LICENSE AGREEMENT is between the Python Software Foundation
    40  ("PSF"), and the Individual or Organization ("Licensee") accessing and
    41  otherwise using this software ("Python") in source or binary form and
    42  its associated documentation.
    43  
    44  2. Subject to the terms and conditions of this License Agreement, PSF hereby
    45  grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
    46  analyze, test, perform and/or display publicly, prepare derivative works,
    47  distribute, and otherwise use Python alone or in any derivative version,
    48  provided, however, that PSF's License Agreement and PSF's notice of copyright,
    49  i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
    50  2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are
    51  retained in Python alone or in any derivative version prepared by Licensee.
    52  
    53  3. In the event Licensee prepares a derivative work that is based on
    54  or incorporates Python or any part thereof, and wants to make
    55  the derivative work available to others as provided herein, then
    56  Licensee hereby agrees to include in any such work a brief summary of
    57  the changes made to Python.
    58  
    59  4. PSF is making Python available to Licensee on an "AS IS"
    60  basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
    61  IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
    62  DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
    63  FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
    64  INFRINGE ANY THIRD PARTY RIGHTS.
    65  
    66  5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
    67  FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
    68  A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
    69  OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
    70  
    71  6. This License Agreement will automatically terminate upon a material
    72  breach of its terms and conditions.
    73  
    74  7. Nothing in this License Agreement shall be deemed to create any
    75  relationship of agency, partnership, or joint venture between PSF and
    76  Licensee.  This License Agreement does not grant permission to use PSF
    77  trademarks or trade name in a trademark sense to endorse or promote
    78  products or services of Licensee, or any third party.
    79  
    80  8. By copying, installing or otherwise using Python, Licensee
    81  agrees to be bound by the terms and conditions of this License
    82  Agreement.