lemon-project-template-glpk
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:222cb1ff213c |
---|---|
1 NOTE: 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 ************************************************************************ | |
15 zlib general purpose compression library | |
16 version 1.2.5, April 19th, 2010 | |
17 | |
18 Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler | |
19 | |
20 This software is provided 'as-is', without any express or implied | |
21 warranty. In no event will the authors be held liable for any damages | |
22 arising from the use of this software. | |
23 | |
24 Permission is granted to anyone to use this software for any purpose, | |
25 including commercial applications, and to alter it and redistribute it | |
26 freely, subject to the following restrictions: | |
27 | |
28 1. 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 | |
33 2. Altered source versions must be plainly marked as such, and must not | |
34 be misrepresented as being the original software. | |
35 | |
36 3. This notice may not be removed or altered from any source | |
37 distribution. | |
38 | |
39 Jean-loup Gailly Mark Adler | |
40 jloup@gzip.org madler@alumni.caltech.edu | |
41 | |
42 The data format used by the zlib library is described by RFCs (Request | |
43 for Comments) 1950 to 1952 in the files | |
44 http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate | |
45 format) and rfc1952.txt (gzip format). |