From bddea12026800b76fee58416fadb867a8b54c837 Mon Sep 17 00:00:00 2001 From: Shigeki Ohtsu Date: Wed, 3 Dec 2014 14:07:14 +0900 Subject: [PATCH] doc: Update LICENSE for zlib 1.2.8 --- LICENSE | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 0e337905392..37500a71cae 100644 --- a/LICENSE +++ b/LICENSE @@ -294,9 +294,9 @@ maintained libraries. The externally maintained libraries used by Node are: - Zlib at deps/zlib. zlib's license follows: """ /* 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 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. 3. This notice may not be removed or altered from any source distribution. - Jean-loup Gailly - Mark Adler - + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu */ """