aboutsummaryrefslogtreecommitdiff
path: root/zlib/gzio.c
diff options
context:
space:
mode:
Diffstat (limited to 'zlib/gzio.c')
-rw-r--r--zlib/gzio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/gzio.c b/zlib/gzio.c
index f7c336a55a0..b5c9056b1dc 100644
--- a/zlib/gzio.c
+++ b/zlib/gzio.c
@@ -1,11 +1,11 @@
/* gzio.c -- IO on .gz files
- * Copyright (C) 1995-1998 Jean-loup Gailly.
+ * Copyright (C) 1995-2002 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*
* Compile this file with -DNO_DEFLATE to avoid the compression code.
*/
-/* @(#) $Id$ */
+/* @(#) $Id: gzio.c,v 1.3 2002/03/11 22:11:17 tromey Exp $ */
#include <stdio.h>