summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-30 22:26:04 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-30 22:26:04 -0700
commita4f7c653748f5b5116e841c11af7adae7a140b88 (patch)
tree16219d16677b49022db8bc521a6346ed501f6e45
parent8768ba98af1cf44e9a24fa7dbdf013de4afecf62 (diff)
downloadzlib-a4f7c653748f5b5116e841c11af7adae7a140b88.tar.gz
Update copyright dates on gz* source files.
-rw-r--r--gzguts.h2
-rw-r--r--gzlib.c2
-rw-r--r--gzread.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/gzguts.h b/gzguts.h
index ab3313a..c226a09 100644
--- a/gzguts.h
+++ b/gzguts.h
@@ -1,5 +1,5 @@
/* gzguts.h -- zlib internal header definitions for gz* operations
- * Copyright (C) 2004, 2005, 2010 Mark Adler
+ * Copyright (C) 2004, 2005, 2010, 2011 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/gzlib.c b/gzlib.c
index 61da8fd..57f79bb 100644
--- a/gzlib.c
+++ b/gzlib.c
@@ -1,5 +1,5 @@
/* gzlib.c -- zlib functions common to reading and writing gzip files
- * Copyright (C) 2004, 2010 Mark Adler
+ * Copyright (C) 2004, 2010, 2011 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/gzread.c b/gzread.c
index 22eb627..4701f9e 100644
--- a/gzread.c
+++ b/gzread.c
@@ -1,5 +1,5 @@
/* gzread.c -- zlib functions for reading gzip files
- * Copyright (C) 2004, 2005, 2010 Mark Adler
+ * Copyright (C) 2004, 2005, 2010, 2011 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/