modernc.org/z@v1.7.4/LICENSE (about)

     1  Copyright notice:
     2  
     3   (C) 1995-2017 Jean-loup Gailly and Mark Adler
     4  
     5    This software is provided 'as-is', without any express or implied
     6    warranty.  In no event will the authors be held liable for any damages
     7    arising from the use of this software.
     8  
     9    Permission is granted to anyone to use this software for any purpose,
    10    including commercial applications, and to alter it and redistribute it
    11    freely, subject to the following restrictions:
    12  
    13    1. The origin of this software must not be misrepresented; you must not
    14       claim that you wrote the original software. If you use this software
    15       in a product, an acknowledgment in the product documentation would be
    16       appreciated but is not required.
    17    2. Altered source versions must be plainly marked as such, and must not be
    18       misrepresented as being the original software.
    19    3. This notice may not be removed or altered from any source distribution.
    20  
    21    Jean-loup Gailly        Mark Adler
    22    jloup@gzip.org          madler@alumni.caltech.edu
    23  
    24  If you use the zlib library in a product, we would appreciate *not* receiving
    25  lengthy legal documents to sign.  The sources are provided for free but without
    26  warranty of any kind.  The library has been entirely written by Jean-loup
    27  Gailly and Mark Adler; it does not include third-party code.
    28  
    29  If you redistribute modified sources, we would appreciate that you include in
    30  the file ChangeLog history information documenting your changes.  Please read
    31  the FAQ for more information on the distribution of modified source versions.
    32  
    33  ===============================================================================
    34  
    35  The transpiled, machine produced Go code retains the original copyright above.
    36  
    37  Any additional, manually written Go code is subject to the licence bellow
    38  
    39  ===============================================================================
    40  
    41  Copyright (c) 2020 The The Zlib-Go Authors. All rights reserved.
    42  
    43  Redistribution and use in source and binary forms, with or without
    44  modification, are permitted provided that the following conditions are met:
    45  
    46  1. Redistributions of source code must retain the above copyright notice, this
    47  list of conditions and the following disclaimer.
    48  
    49  2. Redistributions in binary form must reproduce the above copyright notice,
    50  this list of conditions and the following disclaimer in the documentation
    51  and/or other materials provided with the distribution.
    52  
    53  3. Neither the name of the copyright holder nor the names of its contributors
    54  may be used to endorse or promote products derived from this software without
    55  specific prior written permission.
    56  
    57  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    58  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    59  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    60  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    61  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    62  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    63  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    64  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    65  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    66  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.