]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Update copyright to sync with zlib 1.3
authorLetu Ren <fantasquex@gmail.com>
Mon, 18 Dec 2023 13:53:21 +0000 (21:53 +0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 20 Dec 2023 21:00:02 +0000 (22:00 +0100)
https://github.com/zlib-ng/zlib-ng/pull/1563 this patch forgets to
update copyright string.

deflate.c
inftrees.c

index 978a389b97530213e47c1fde4c07adb996a3d39a..735014516bcee0dd548c1309e60ebb87e06315bf 100644 (file)
--- a/deflate.c
+++ b/deflate.c
@@ -1,5 +1,5 @@
 /* deflate.c -- compress data using the deflation algorithm
- * Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
+ * Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
@@ -58,7 +58,7 @@
 # undef deflateInit2
 #endif
 
-const char PREFIX(deflate_copyright)[] = " deflate 1.2.13 Copyright 1995-2022 Jean-loup Gailly and Mark Adler ";
+const char PREFIX(deflate_copyright)[] = " deflate 1.3.0 Copyright 1995-2023 Jean-loup Gailly and Mark Adler ";
 /*
   If you use the zlib library in a product, an acknowledgment is welcome
   in the documentation of your product. If for some reason you cannot
index f04d65f8653559288a4620e5f02970c5d7e74331..423f7b461d7c66793031e6ef7bf34be954886977 100644 (file)
@@ -1,5 +1,5 @@
 /* inftrees.c -- generate Huffman trees for efficient decoding
- * Copyright (C) 1995-2022 Mark Adler
+ * Copyright (C) 1995-2023 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
@@ -7,7 +7,7 @@
 #include "zutil.h"
 #include "inftrees.h"
 
-const char PREFIX(inflate_copyright)[] = " inflate 1.2.13 Copyright 1995-2022 Mark Adler ";
+const char PREFIX(inflate_copyright)[] = " inflate 1.3.0 Copyright 1995-2023 Mark Adler ";
 /*
   If you use the zlib library in a product, an acknowledgment is welcome
   in the documentation of your product. If for some reason you cannot