]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Don't use zlib fork identifier in copyright statement.
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 30 Jun 2022 18:23:23 +0000 (11:23 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 17 Mar 2023 20:27:56 +0000 (21:27 +0100)
deflate.c
inftrees.c

index 46181d85f5415dc769632033d3c3608e53079934..71c0ce3c073a9af39b07e58ff7bb2d2f3ee23fa0 100644 (file)
--- a/deflate.c
+++ b/deflate.c
@@ -52,7 +52,7 @@
 #include "deflate_p.h"
 #include "functable.h"
 
-const char PREFIX(deflate_copyright)[] = " deflate 1.2.11.f Copyright 1995-2016 Jean-loup Gailly and Mark Adler ";
+const char PREFIX(deflate_copyright)[] = " deflate 1.2.11 Copyright 1995-2022 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 faf1d249d65313fa0679b9180a0a6c372769031d..94e65a4923bdd2e61ff53234bea0e91e34dbd11e 100644 (file)
@@ -9,7 +9,7 @@
 
 #define MAXBITS 15
 
-const char PREFIX(inflate_copyright)[] = " inflate 1.2.11.f Copyright 1995-2016 Mark Adler ";
+const char PREFIX(inflate_copyright)[] = " inflate 1.2.11 Copyright 1995-2022 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