File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -294,9 +294,9 @@ maintained libraries. The externally maintained libraries used by Node are:
294
294
- Zlib at deps/zlib. zlib's license follows:
295
295
"""
296
296
/* zlib.h -- interface of the 'zlib' general purpose compression library
297
- version 1.2.4, March 14th, 2010
297
+ version 1.2.8, April 28th, 2013
298
298
299
- Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
299
+ Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
300
300
301
301
This software is provided 'as-is', without any express or implied
302
302
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:
314
314
misrepresented as being the original software.
315
315
3. This notice may not be removed or altered from any source distribution.
316
316
317
- Jean-loup Gailly
318
- Mark Adler
319
-
317
+ Jean-loup Gailly Mark Adler
318
+
320
319
*/
321
320
"""
322
321
You can’t perform that action at this time.
0 commit comments