diff options
Diffstat (limited to 'zlib/example.c')
-rw-r--r-- | zlib/example.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/example.c b/zlib/example.c index 86b4af2..0382621 100644 --- a/zlib/example.c +++ b/zlib/example.c @@ -1,9 +1,9 @@ /* example.c -- usage example of the zlib 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 */ -/* @(#) $Id: example.c,v 1.1 1999/05/04 19:30:26 tromey Exp $ */ +/* @(#) $Id: example.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */ #include <stdio.h> #include "zlib.h" |