istereo

diff libs/zlib/LICENSE @ 39:ff055bff6a15

copyright statements and stuff
author John Tsiombikas <nuclear@mutantstargoat.com>
date Sun, 11 Sep 2011 09:03:18 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libs/zlib/LICENSE	Sun Sep 11 09:03:18 2011 +0300
     1.3 @@ -0,0 +1,20 @@
     1.4 + (C) 1995-2010 Jean-loup Gailly and Mark Adler
     1.5 +
     1.6 +  This software is provided 'as-is', without any express or implied
     1.7 +  warranty.  In no event will the authors be held liable for any damages
     1.8 +  arising from the use of this software.
     1.9 +
    1.10 +  Permission is granted to anyone to use this software for any purpose,
    1.11 +  including commercial applications, and to alter it and redistribute it
    1.12 +  freely, subject to the following restrictions:
    1.13 +
    1.14 +  1. The origin of this software must not be misrepresented; you must not
    1.15 +     claim that you wrote the original software. If you use this software
    1.16 +     in a product, an acknowledgment in the product documentation would be
    1.17 +     appreciated but is not required.
    1.18 +  2. Altered source versions must be plainly marked as such, and must not be
    1.19 +     misrepresented as being the original software.
    1.20 +  3. This notice may not be removed or altered from any source distribution.
    1.21 +
    1.22 +  Jean-loup Gailly        Mark Adler
    1.23 +  jloup@gzip.org          madler@alumni.caltech.edu