diff options
Diffstat (limited to 'zlib/deflate.h')
-rw-r--r-- | zlib/deflate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/deflate.h b/zlib/deflate.h index 8aa1161..f5d5c83 100644 --- a/zlib/deflate.h +++ b/zlib/deflate.h @@ -1,5 +1,5 @@ /* deflate.h -- internal compression state - * 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: deflate.h,v 1.1 1999/05/04 19:30:26 tromey Exp $ */ +/* @(#) $Id: deflate.h,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */ #ifndef _DEFLATE_H #define _DEFLATE_H |