Zlib license: Make it generic like the other licenses.

Fixes #12619.
This commit is contained in:
Augustin Cavalier
2016-01-27 19:25:10 -05:00
parent de4b1dede1
commit a83b9383fa
+2 -12
View File
@@ -1,7 +1,6 @@
/* zlib.h -- interface of the 'zlib' general purpose compression library The Zlib License
version 1.2.3, July 18th, 2005
Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler Copyright (c) <year> <copyright holders>
This software is provided 'as-is', without any express or implied This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages warranty. In no event will the authors be held liable for any damages
@@ -18,12 +17,3 @@
2. Altered source versions must be plainly marked as such, and must not be 2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software. misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution. 3. This notice may not be removed or altered from any source distribution.
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).
*/