lemon-project-template-glpk

diff deps/glpk/src/zlib/README @ 9:33de93886c88

Import GLPK 4.47
author Alpar Juttner <alpar@cs.elte.hu>
date Sun, 06 Nov 2011 20:59:10 +0100
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/deps/glpk/src/zlib/README	Sun Nov 06 20:59:10 2011 +0100
     1.3 @@ -0,0 +1,45 @@
     1.4 +NOTE: Files in this subdirectory are NOT part of the GLPK package, but
     1.5 +      are used with GLPK.
     1.6 +
     1.7 +      The original code was modified according to GLPK requirements by
     1.8 +      Andrew Makhorin <mao@gnu.org>.
     1.9 +
    1.10 +      The following files were rewritten:
    1.11 +      gzguts.h, zconf.h, zutil.h.
    1.12 +
    1.13 +      The following files were added:
    1.14 +      zio.h, zio.c.
    1.15 +
    1.16 +      Other files were not changed.
    1.17 +************************************************************************
    1.18 +zlib general purpose compression library
    1.19 +version 1.2.5, April 19th, 2010
    1.20 +
    1.21 +Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
    1.22 +
    1.23 +This software is provided 'as-is', without any express or implied
    1.24 +warranty. In no event will the authors be held liable for any damages
    1.25 +arising from the use of this software.
    1.26 +
    1.27 +Permission is granted to anyone to use this software for any purpose,
    1.28 +including commercial applications, and to alter it and redistribute it
    1.29 +freely, subject to the following restrictions:
    1.30 +
    1.31 +1. The origin of this software must not be misrepresented; you must not
    1.32 +   claim that you wrote the original software. If you use this software
    1.33 +   in a product, an acknowledgment in the product documentation would
    1.34 +   be appreciated but is not required.
    1.35 +
    1.36 +2. Altered source versions must be plainly marked as such, and must not
    1.37 +   be misrepresented as being the original software.
    1.38 +
    1.39 +3. This notice may not be removed or altered from any source
    1.40 +   distribution.
    1.41 +
    1.42 +Jean-loup Gailly        Mark Adler
    1.43 +jloup@gzip.org          madler@alumni.caltech.edu
    1.44 +
    1.45 +The data format used by the zlib library is described by RFCs (Request
    1.46 +for Comments) 1950 to 1952 in the files
    1.47 +http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate
    1.48 +format) and rfc1952.txt (gzip format).