1 ZLIB DATA COMPRESSION LIBRARY
5 -- Included on OSSEC to avoid problems with some old systems.
6 -- Not developed or changed in any way by OSSEC developers.
12 The deflate format used by zlib was defined by Phil Katz. The deflate
13 and zlib specifications were written by L. Peter Deutsch. Thanks to all the
14 people who reported problems and suggested various improvements in zlib;
15 they are too numerous to cite here.
19 (C) 1995-2004 Jean-loup Gailly and Mark Adler
21 This software is provided 'as-is', without any express or implied
22 warranty. In no event will the authors be held liable for any damages
23 arising from the use of this software.
25 Permission is granted to anyone to use this software for any purpose,
26 including commercial applications, and to alter it and redistribute it
27 freely, subject to the following restrictions:
29 1. The origin of this software must not be misrepresented; you must not
30 claim that you wrote the original software. If you use this software
31 in a product, an acknowledgment in the product documentation would be
32 appreciated but is not required.
33 2. Altered source versions must be plainly marked as such, and must not be
34 misrepresented as being the original software.
35 3. This notice may not be removed or altered from any source distribution.
37 Jean-loup Gailly Mark Adler
38 jloup@gzip.org madler@alumni.caltech.edu
40 If you use the zlib library in a product, we would appreciate *not*
41 receiving lengthy legal documents to sign. The sources are provided
42 for free but without warranty of any kind. The library has been
43 entirely written by Jean-loup Gailly and Mark Adler; it does not
44 include third-party code.
46 If you redistribute modified sources, we would appreciate that you include
47 in the file ChangeLog history information documenting your changes. Please
48 read the FAQ for more information on the distribution of modified source