COIN-OR::LEMON - Graph Library

source: lemon-project-template-glpk/deps/glpk/src/zlib/README @ 9:33de93886c88

subpack-glpk
Last change on this file since 9:33de93886c88 was 9:33de93886c88, checked in by Alpar Juttner <alpar@…>, 12 years ago

Import GLPK 4.47

File size: 1.7 KB
Line 
1NOTE: Files in this subdirectory are NOT part of the GLPK package, but
2      are used with GLPK.
3
4      The original code was modified according to GLPK requirements by
5      Andrew Makhorin <mao@gnu.org>.
6
7      The following files were rewritten:
8      gzguts.h, zconf.h, zutil.h.
9
10      The following files were added:
11      zio.h, zio.c.
12
13      Other files were not changed.
14************************************************************************
15zlib general purpose compression library
16version 1.2.5, April 19th, 2010
17
18Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
19
20This software is provided 'as-is', without any express or implied
21warranty. In no event will the authors be held liable for any damages
22arising from the use of this software.
23
24Permission is granted to anyone to use this software for any purpose,
25including commercial applications, and to alter it and redistribute it
26freely, subject to the following restrictions:
27
281. The origin of this software must not be misrepresented; you must not
29   claim that you wrote the original software. If you use this software
30   in a product, an acknowledgment in the product documentation would
31   be appreciated but is not required.
32
332. Altered source versions must be plainly marked as such, and must not
34   be misrepresented as being the original software.
35
363. This notice may not be removed or altered from any source
37   distribution.
38
39Jean-loup Gailly        Mark Adler
40jloup@gzip.org          madler@alumni.caltech.edu
41
42The data format used by the zlib library is described by RFCs (Request
43for Comments) 1950 to 1952 in the files
44http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate
45format) and rfc1952.txt (gzip format).
Note: See TracBrowser for help on using the repository browser.