diff options
author | danglassey <danglassey> | 2002-10-08 13:02:28 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-10-08 13:02:28 +0000 |
commit | b425e28b5cfc9ef2de3a333fcc398b860afb347c (patch) | |
tree | 77a4fb48cde5e21e17722e81ed8f513e8a20e762 /src/utilfuns/zlib/zutil.h | |
parent | 0ea39453ed8a23b93c098902b2d47f64033a9a23 (diff) | |
download | sword-sf-cvs-b425e28b5cfc9ef2de3a333fcc398b860afb347c.tar.gz |
sync with crosswire 20021008-1300
Diffstat (limited to 'src/utilfuns/zlib/zutil.h')
-rw-r--r-- | src/utilfuns/zlib/zutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utilfuns/zlib/zutil.h b/src/utilfuns/zlib/zutil.h index 53278ba..bd6348d 100644 --- a/src/utilfuns/zlib/zutil.h +++ b/src/utilfuns/zlib/zutil.h @@ -1,5 +1,5 @@ /* zutil.h -- internal interface and configuration of the compression library - * 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 */ @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: zutil.h,v 1.1 2001/03/23 09:00:15 scribe Exp $ */ +/* @(#) $Id: zutil.h,v 1.2 2002/10/07 22:28:15 scribe Exp $ */ #ifndef _Z_UTIL_H #define _Z_UTIL_H |