diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-03 00:55:00 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-03 00:55:00 +0000 |
commit | 241b2f3e7dfd8d01131bff2498cd84fc2b1a8844 (patch) | |
tree | c5e61a6f8cf62c474692594312a2380213346306 /sys/lib/libz | |
parent | 571b1ac5cbb5784eba442364418e61c181b1971b (diff) |
$OpenBSD$
Diffstat (limited to 'sys/lib/libz')
-rw-r--r-- | sys/lib/libz/adler32.c | 2 | ||||
-rw-r--r-- | sys/lib/libz/crc32.c | 2 | ||||
-rw-r--r-- | sys/lib/libz/zconf.h | 2 | ||||
-rw-r--r-- | sys/lib/libz/zutil.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/lib/libz/adler32.c b/sys/lib/libz/adler32.c index 98b772c2e60..166a918e488 100644 --- a/sys/lib/libz/adler32.c +++ b/sys/lib/libz/adler32.c @@ -1,9 +1,9 @@ +/* $OpenBSD: adler32.c,v 1.5 2000/03/03 00:54:57 todd Exp $ */ /* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: adler32.c,v 1.4 1998/09/08 04:07:47 millert Exp $ */ #include "zlib.h" diff --git a/sys/lib/libz/crc32.c b/sys/lib/libz/crc32.c index 5e3a262d07b..d46ea2ccb9f 100644 --- a/sys/lib/libz/crc32.c +++ b/sys/lib/libz/crc32.c @@ -1,9 +1,9 @@ +/* $OpenBSD: crc32.c,v 1.7 2000/03/03 00:54:57 todd Exp $ */ /* crc32.c -- compute the CRC-32 of a data stream * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: crc32.c,v 1.6 1998/09/08 04:07:47 millert Exp $ */ #include "zlib.h" diff --git a/sys/lib/libz/zconf.h b/sys/lib/libz/zconf.h index 8d2f566a35c..f842c008bd1 100644 --- a/sys/lib/libz/zconf.h +++ b/sys/lib/libz/zconf.h @@ -1,9 +1,9 @@ +/* $OpenBSD: zconf.h,v 1.5 2000/03/03 00:54:57 todd Exp $ */ /* zconf.h -- configuration of the zlib compression library * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: zconf.h,v 1.4 1998/09/08 04:07:49 millert Exp $ */ #ifndef _ZCONF_H #define _ZCONF_H diff --git a/sys/lib/libz/zutil.h b/sys/lib/libz/zutil.h index 9b7250de2e5..2aa4405129d 100644 --- a/sys/lib/libz/zutil.h +++ b/sys/lib/libz/zutil.h @@ -1,3 +1,4 @@ +/* $OpenBSD: zutil.h,v 1.10 2000/03/03 00:54:57 todd Exp $ */ /* zutil.h -- internal interface and configuration of the compression library * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h @@ -8,7 +9,6 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: zutil.h,v 1.9 1999/02/14 20:06:05 mickey Exp $ */ #ifndef _Z_UTIL_H #define _Z_UTIL_H |