diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | efabb9ccb197b05958967dd035c279ba3bc19cb0 (patch) | |
tree | 2aca709a2adc99fd79e8420c6abe78733949e203 /usr.sbin/zic | |
parent | 06c04c899d1871a26f60711cdbb0ea16e85dfdc7 (diff) | |
download | FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.zip FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'usr.sbin/zic')
-rw-r--r-- | usr.sbin/zic/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/zic/Makefile.inc | 2 | ||||
-rw-r--r-- | usr.sbin/zic/ialloc.c | 2 | ||||
-rw-r--r-- | usr.sbin/zic/private.h | 2 | ||||
-rw-r--r-- | usr.sbin/zic/scheck.c | 2 | ||||
-rw-r--r-- | usr.sbin/zic/zdump.8 | 2 | ||||
-rw-r--r-- | usr.sbin/zic/zdump.c | 2 | ||||
-rw-r--r-- | usr.sbin/zic/zdump/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/zic/zic.8 | 2 | ||||
-rw-r--r-- | usr.sbin/zic/zic.c | 2 | ||||
-rw-r--r-- | usr.sbin/zic/zic/Makefile | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/usr.sbin/zic/Makefile b/usr.sbin/zic/Makefile index 9d7e712..f4697a6 100644 --- a/usr.sbin/zic/Makefile +++ b/usr.sbin/zic/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1999/01/21 17:12:48 wollman Exp $ +# $FreeBSD$ SUBDIR= zic zdump .include <bsd.subdir.mk> diff --git a/usr.sbin/zic/Makefile.inc b/usr.sbin/zic/Makefile.inc index c961f85..b915adf 100644 --- a/usr.sbin/zic/Makefile.inc +++ b/usr.sbin/zic/Makefile.inc @@ -1,3 +1,3 @@ -# $Id$ +# $FreeBSD$ .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/zic/ialloc.c b/usr.sbin/zic/ialloc.c index 31737f5..0d8f1f2 100644 --- a/usr.sbin/zic/ialloc.c +++ b/usr.sbin/zic/ialloc.c @@ -6,7 +6,7 @@ static char elsieid[] = "@(#)ialloc.c 8.29"; #ifndef lint static const char rcsid[] = - "$Id: ialloc.c,v 1.4 1999/01/21 17:12:49 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /*LINTLIBRARY*/ diff --git a/usr.sbin/zic/private.h b/usr.sbin/zic/private.h index 11a80e4..2d0552d 100644 --- a/usr.sbin/zic/private.h +++ b/usr.sbin/zic/private.h @@ -13,7 +13,7 @@ * I have removed all of the ifdef spaghetti which is not relevant to * zic from this file. * - * $Id: private.h,v 1.2 1999/01/21 17:12:49 wollman Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/zic/scheck.c b/usr.sbin/zic/scheck.c index d268a11..d895cba 100644 --- a/usr.sbin/zic/scheck.c +++ b/usr.sbin/zic/scheck.c @@ -6,7 +6,7 @@ static char elsieid[] = "@(#)scheck.c 8.15"; #ifndef lint static const char rcsid[] = - "$Id: scheck.c,v 1.3 1999/01/21 17:12:49 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /*LINTLIBRARY*/ diff --git a/usr.sbin/zic/zdump.8 b/usr.sbin/zic/zdump.8 index f9f4f95..d0a0df9 100644 --- a/usr.sbin/zic/zdump.8 +++ b/usr.sbin/zic/zdump.8 @@ -1,6 +1,6 @@ .\" .\" @(#)zdump.8 7.3 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd September 13, 1994 .Dt ZDUMP 8 diff --git a/usr.sbin/zic/zdump.c b/usr.sbin/zic/zdump.c index 9ee661d..97cb68b 100644 --- a/usr.sbin/zic/zdump.c +++ b/usr.sbin/zic/zdump.c @@ -6,7 +6,7 @@ static char elsieid[] = "@(#)zdump.c 7.28"; #ifndef lint static const char rcsid[] = - "$Id: zdump.c,v 1.5 1999/01/21 17:46:19 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.sbin/zic/zdump/Makefile b/usr.sbin/zic/zdump/Makefile index 46af3ca..ca10ac2 100644 --- a/usr.sbin/zic/zdump/Makefile +++ b/usr.sbin/zic/zdump/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .PATH: ${.CURDIR}/.. diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8 index ca7b82c..cd1c619 100644 --- a/usr.sbin/zic/zic.8 +++ b/usr.sbin/zic/zic.8 @@ -1,4 +1,4 @@ -.\" $Id: zic.8,v 1.8 1999/01/21 17:46:19 wollman Exp $ +.\" $FreeBSD$ .Dd .Dt ZIC 8 .Os diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c index a008e24..60ff172 100644 --- a/usr.sbin/zic/zic.c +++ b/usr.sbin/zic/zic.c @@ -6,7 +6,7 @@ static char elsieid[] = "@(#)zic.c 7.96"; #ifndef lint static const char rcsid[] = - "$Id: zic.c,v 1.9 1999/01/21 21:09:56 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "private.h" diff --git a/usr.sbin/zic/zic/Makefile b/usr.sbin/zic/zic/Makefile index 2f6e49d..f8ad4db 100644 --- a/usr.sbin/zic/zic/Makefile +++ b/usr.sbin/zic/zic/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .PATH: ${.CURDIR}/.. |