From: Nathan Moinvaziri Date: Thu, 30 Jun 2022 18:23:23 +0000 (-0700) Subject: Don't use zlib fork identifier in copyright statement. X-Git-Tag: 2.1.0-beta1~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1532af4d85734563d5cd3b276df808fd67b88489;p=thirdparty%2Fzlib-ng.git Don't use zlib fork identifier in copyright statement. --- diff --git a/deflate.c b/deflate.c index 2970aa4e0..e17f79171 100644 --- 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 diff --git a/inftrees.c b/inftrees.c index 369fd09df..7a215bd65 100644 --- a/inftrees.c +++ b/inftrees.c @@ -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