diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2022-06-30 11:23:23 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2023-03-17 21:27:56 +0100 |
commit | d7eb21fc172d4600fc419d37ebc01c75e41f5005 (patch) | |
tree | e922424607369c07d0016182e085dd2071a311ec | |
parent | 6becdfb38aa72ee7b90d13e4ae1a87976a090b08 (diff) |
Don't use zlib fork identifier in copyright statement.
-rw-r--r-- | deflate.c | 2 | ||||
-rw-r--r-- | inftrees.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |