aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2025-12-05 17:48:22 -0800
committerMark Adler <git@madler.net>2025-12-06 19:56:13 -0800
commit598130fd078f7b712498d348cf94b4b9806c4435 (patch)
tree97fc304833d8a01d4367e49999a6168597f732cb
parent370ef1b41fd35fbfcf2af317ef3d8065a132f27a (diff)
downloadzlib-598130fd078f7b712498d348cf94b4b9806c4435.tar.gz
zlib-598130fd078f7b712498d348cf94b4b9806c4435.tar.bz2
zlib-598130fd078f7b712498d348cf94b4b9806c4435.zip
Update gz*.c copyright dates.
-rw-r--r--gzguts.h2
-rw-r--r--gzlib.c2
-rw-r--r--gzread.c2
-rw-r--r--gzwrite.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/gzguts.h b/gzguts.h
index 687f2ff..b460912 100644
--- a/gzguts.h
+++ b/gzguts.h
@@ -1,5 +1,5 @@
1/* gzguts.h -- zlib internal header definitions for gz* operations 1/* gzguts.h -- zlib internal header definitions for gz* operations
2 * Copyright (C) 2004-2024 Mark Adler 2 * Copyright (C) 2004-2025 Mark Adler
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5
diff --git a/gzlib.c b/gzlib.c
index 1c5c7be..3c50aff 100644
--- a/gzlib.c
+++ b/gzlib.c
@@ -1,5 +1,5 @@
1/* gzlib.c -- zlib functions common to reading and writing gzip files 1/* gzlib.c -- zlib functions common to reading and writing gzip files
2 * Copyright (C) 2004-2024 Mark Adler 2 * Copyright (C) 2004-2025 Mark Adler
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5
diff --git a/gzread.c b/gzread.c
index 2c70054..aca4186 100644
--- a/gzread.c
+++ b/gzread.c
@@ -1,5 +1,5 @@
1/* gzread.c -- zlib functions for reading gzip files 1/* gzread.c -- zlib functions for reading gzip files
2 * Copyright (C) 2004-2017 Mark Adler 2 * Copyright (C) 2004-2025 Mark Adler
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5
diff --git a/gzwrite.c b/gzwrite.c
index 1fd2046..ab29bf4 100644
--- a/gzwrite.c
+++ b/gzwrite.c
@@ -1,5 +1,5 @@
1/* gzwrite.c -- zlib functions for writing gzip files 1/* gzwrite.c -- zlib functions for writing gzip files
2 * Copyright (C) 2004-2019 Mark Adler 2 * Copyright (C) 2004-2025 Mark Adler
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5