]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated zlib copyright notice 482/head
authorPrzemyslaw Skibinski <inikep@gmail.com>
Tue, 13 Dec 2016 18:44:07 +0000 (19:44 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Tue, 13 Dec 2016 18:44:07 +0000 (19:44 +0100)
zlibWrapper/examples/minigzip.c
zlibWrapper/gzclose.c
zlibWrapper/gzguts.h
zlibWrapper/gzlib.c
zlibWrapper/gzread.c
zlibWrapper/gzwrite.c

index 0ddc93f258462f0076ffa9264c8e8f94aa7ee539..521d047117c515f8772ef37fa66e9247565fdae1 100644 (file)
@@ -3,7 +3,7 @@
 
 /* minigzip.c -- simulate gzip using the zlib compression library
  * Copyright (C) 1995-2006, 2010, 2011 Jean-loup Gailly.
- * For conditions of distribution and use, see copyright notice in zlib.h
+ * For conditions of distribution and use, see http://www.zlib.net/zlib_license.html
  */
 
 /*
index b5b7480c307f2c49f89904bce38f28ce69bffee7..d4493d010d74622aa4e3b616dcec2204bdc515ee 100644 (file)
@@ -3,7 +3,7 @@
 
 /* gzclose.c -- zlib gzclose() function
  * Copyright (C) 2004, 2010 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h
+ * For conditions of distribution and use, see http://www.zlib.net/zlib_license.html
  */
 
 #include "gzguts.h"
index e2538df154b9caba63848b064f40806f851ddb06..40536de4f2d3a032bea24fbf6e2afeec4b2fbd8a 100644 (file)
@@ -4,7 +4,7 @@
 
 /* gzguts.h -- zlib internal header definitions for gz* operations
  * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h
+ * For conditions of distribution and use, see http://www.zlib.net/zlib_license.html
  */
 
 #ifdef _LARGEFILE64_SOURCE
index 172041df585859ac7e7d6f0ab9fe633db2e154a5..932319af661c013822e5cf4ba904c068d2937faf 100644 (file)
@@ -3,7 +3,7 @@
 
 /* gzlib.c -- zlib functions common to reading and writing gzip files
  * Copyright (C) 2004, 2010, 2011, 2012, 2013 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h
+ * For conditions of distribution and use, see http://www.zlib.net/zlib_license.html
  */
 
 #include "gzguts.h"
index 51ffef3e6169c78f4a565ba271f6efc2a42f287a..bf1a3cc6cb545186f112d0ea2c566ba715747bba 100644 (file)
@@ -3,7 +3,7 @@
 
 /* gzread.c -- zlib functions for reading gzip files
  * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h
+ * For conditions of distribution and use, see http://www.zlib.net/zlib_license.html
  */
 
 #include "gzguts.h"
index d1478d3c116651264e1440fb0962c3a147c77ec4..13c8fb26454b91af2e8a53ed5bf9841364e8f100 100644 (file)
@@ -3,7 +3,7 @@
 
 /* gzwrite.c -- zlib functions for writing gzip files
  * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h
+ * For conditions of distribution and use, see http://www.zlib.net/zlib_license.html
  */
 
 #include "gzguts.h"