]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated link to copyright notice 514/head
authorPrzemyslaw Skibinski <inikep@gmail.com>
Wed, 18 Jan 2017 18:04:00 +0000 (19:04 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Wed, 18 Jan 2017 18:04:00 +0000 (19:04 +0100)
zlibWrapper/gzlib.c
zlibWrapper/gzread.c
zlibWrapper/gzwrite.c

index 2caf54e54305bbb1493d5b4a7608bf823f78a202..aa94206a8811a5177878c9d2d37226ecd33753fd 100644 (file)
@@ -3,7 +3,7 @@
 
 /* gzlib.c -- zlib functions common to reading and writing gzip files
  * Copyright (C) 2004-2017 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 81f4fb0825b44a9e6ba4cdb12ea1461c245b4469..d37aaa1d4c2575cad6a497803abfbfc03dbcc448 100644 (file)
@@ -3,7 +3,7 @@
  
  /* gzread.c -- zlib functions for reading gzip files
  * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 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 af00e23c4dcc4cd10ba947d7afbf546eef2dde85..bcda4774aeeb15df99e5058a42a867dcaf99ceee 100644 (file)
@@ -3,7 +3,7 @@
  
  /* gzwrite.c -- zlib functions for writing gzip files
  * Copyright (C) 2004-2017 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"