doc: Update LICENSE for zlib 1.2.8

pull/23395/head
Shigeki Ohtsu 2014-12-03 14:07:14 +09:00 committed by Timothy J Fontaine
parent 710845cfd3
commit bddea12026
1 changed files with 4 additions and 5 deletions

View File

@ -294,9 +294,9 @@ maintained libraries. The externally maintained libraries used by Node are:
- Zlib at deps/zlib. zlib's license follows: - Zlib at deps/zlib. zlib's license follows:
""" """
/* zlib.h -- interface of the 'zlib' general purpose compression library /* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.4, March 14th, 2010 version 1.2.8, April 28th, 2013
Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
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
@ -314,9 +314,8 @@ maintained libraries. The externally maintained libraries used by Node are:
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 Jean-loup Gailly Mark Adler
Mark Adler jloup@gzip.org madler@alumni.caltech.edu
*/ */
""" """