-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
15,572 additions
and
9,810 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* zlib.h -- interface of the 'zlib' general purpose compression library | ||
version 1.2.3, July 18th, 2005 | ||
Copyright notice: | ||
|
||
Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler | ||
(C) 1995-2022 Jean-loup Gailly and Mark Adler | ||
|
||
This software is provided 'as-is', without any express or implied | ||
warranty. In no event will the authors be held liable for any damages | ||
|
@@ -21,10 +20,3 @@ | |
|
||
Jean-loup Gailly Mark Adler | ||
[email protected] [email protected] | ||
|
||
|
||
The data format used by the zlib library is described by RFCs (Request for | ||
Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt | ||
(zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). | ||
*/ | ||
|
Oops, something went wrong.