xref: /titanic_41/usr/src/uts/common/zmod/THIRDPARTYLICENSE (revision 4e5b757fbcf21077677360be274461dcd9064106)
1*4e5b757fSkupfer * zlib.h -- interface of the 'zlib' general purpose compression library
2*4e5b757fSkupfer * version 1.1.3, July 9th, 1998
3*4e5b757fSkupfer *
4*4e5b757fSkupfer * Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
5*4e5b757fSkupfer *
6*4e5b757fSkupfer * This software is provided 'as-is', without any express or implied
7*4e5b757fSkupfer * warranty.  In no event will the authors be held liable for any damages
8*4e5b757fSkupfer * arising from the use of this software.
9*4e5b757fSkupfer *
10*4e5b757fSkupfer * Permission is granted to anyone to use this software for any purpose,
11*4e5b757fSkupfer * including commercial applications, and to alter it and redistribute it
12*4e5b757fSkupfer * freely, subject to the following restrictions:
13*4e5b757fSkupfer *
14*4e5b757fSkupfer * 1. The origin of this software must not be misrepresented; you must not
15*4e5b757fSkupfer *    claim that you wrote the original software. If you use this software
16*4e5b757fSkupfer *    in a product, an acknowledgment in the product documentation would be
17*4e5b757fSkupfer *    appreciated but is not required.
18*4e5b757fSkupfer * 2. Altered source versions must be plainly marked as such, and must not be
19*4e5b757fSkupfer *    misrepresented as being the original software.
20*4e5b757fSkupfer * 3. This notice may not be removed or altered from any source distribution.
21*4e5b757fSkupfer *
22*4e5b757fSkupfer * Jean-loup Gailly        Mark Adler
23*4e5b757fSkupfer * jloup@gzip.org          madler@alumni.caltech.edu
24*4e5b757fSkupfer *
25*4e5b757fSkupfer * The data format used by the zlib library is described by RFCs (Request for
26*4e5b757fSkupfer * Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt
27*4e5b757fSkupfer * (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
28