]> 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>
Mon, 15 Aug 2022 14:42:58 +0000 (16:42 +0200)
deflate.c
inftrees.c

index 2970aa4e08855c74a0131521f561240958d73dbe..e17f7917177874c928380f5497044f460beaed6e 100644 (file)
--- a/deflate.c
+++ b/deflate.c
@@ -59,7 +59,7 @@
 # undef deflateInit2
 #endif
 
-const char PREFIX(deflate_copyright)[] = " deflate 1.2.12.f Copyright 1995-2022 Jean-loup Gailly and Mark Adler ";
+const char PREFIX(deflate_copyright)[] = " deflate 1.2.12 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 369fd09dfe44f6cb9ba16972529d1d560934cae1..7a215bd6573006857c40d03ecdda95bf99304c87 100644 (file)
@@ -9,7 +9,7 @@
 
 #define MAXBITS 15
 
-const char PREFIX(inflate_copyright)[] = " inflate 1.2.12.f Copyright 1995-2022 Mark Adler ";
+const char PREFIX(inflate_copyright)[] = " inflate 1.2.12 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