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.0.7~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7eb21fc172d4600fc419d37ebc01c75e41f5005;p=thirdparty%2Fzlib-ng.git Don't use zlib fork identifier in copyright statement. --- diff --git a/deflate.c b/deflate.c index 46181d85..71c0ce3c 100644 --- 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 diff --git a/inftrees.c b/inftrees.c index faf1d249..94e65a49 100644 --- a/inftrees.c +++ b/inftrees.c @@ -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