diff options
Diffstat (limited to 'usr.sbin/zic')
| -rw-r--r-- | usr.sbin/zic/Arts.htm | 2 | ||||
| -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 |
12 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/zic/Arts.htm b/usr.sbin/zic/Arts.htm index baa84ed77431..68199710a90d 100644 --- a/usr.sbin/zic/Arts.htm +++ b/usr.sbin/zic/Arts.htm @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<!-- $FreeBSD$ --> +<!-- $FreeBSD: src/usr.sbin/zic/Arts.htm,v 1.1.1.1.2.1 2000/06/30 08:43:45 ps Exp $ --> <HTML> <HEAD> <TITLE>Time and the Arts</TITLE> diff --git a/usr.sbin/zic/Makefile b/usr.sbin/zic/Makefile index f4697a65e113..b2c9b3148ec5 100644 --- a/usr.sbin/zic/Makefile +++ b/usr.sbin/zic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/zic/Makefile,v 1.5 1999/08/28 01:21:17 peter Exp $ SUBDIR= zic zdump .include <bsd.subdir.mk> diff --git a/usr.sbin/zic/Makefile.inc b/usr.sbin/zic/Makefile.inc index b915adff92ab..137bf6a1a205 100644 --- a/usr.sbin/zic/Makefile.inc +++ b/usr.sbin/zic/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/zic/Makefile.inc,v 1.4 1999/08/28 01:21:18 peter Exp $ .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/zic/ialloc.c b/usr.sbin/zic/ialloc.c index 0d8f1f20ff44..4b7fd17ded04 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/zic/ialloc.c,v 1.5 1999/08/28 01:21:18 peter Exp $"; #endif /* not lint */ /*LINTLIBRARY*/ diff --git a/usr.sbin/zic/private.h b/usr.sbin/zic/private.h index 2d0552d4f9d4..13216e09288e 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. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/zic/private.h,v 1.3 1999/08/28 01:21:18 peter Exp $ */ /* diff --git a/usr.sbin/zic/scheck.c b/usr.sbin/zic/scheck.c index d895cba40ca4..6d6cc5777c2e 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/zic/scheck.c,v 1.4 1999/08/28 01:21:19 peter Exp $"; #endif /* not lint */ /*LINTLIBRARY*/ diff --git a/usr.sbin/zic/zdump.8 b/usr.sbin/zic/zdump.8 index 881001c27d46..84ba21a2832b 100644 --- a/usr.sbin/zic/zdump.8 +++ b/usr.sbin/zic/zdump.8 @@ -1,6 +1,6 @@ .\" .\" @(#)zdump.8 7.3 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/zic/zdump.8,v 1.7 2000/01/23 20:36:27 charnier Exp $ .\" .Dd September 13, 1994 .Dt ZDUMP 8 diff --git a/usr.sbin/zic/zdump.c b/usr.sbin/zic/zdump.c index 97cb68b1f885..782fa3382e41 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/zic/zdump.c,v 1.7 1999/08/28 01:21:19 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/zic/zdump/Makefile b/usr.sbin/zic/zdump/Makefile index ca10ac2c3375..b445ed574807 100644 --- a/usr.sbin/zic/zdump/Makefile +++ b/usr.sbin/zic/zdump/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/zic/zdump/Makefile,v 1.4 1999/08/28 01:21:21 peter Exp $ .PATH: ${.CURDIR}/.. diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8 index f2df2233d7c2..daeca450f8d4 100644 --- a/usr.sbin/zic/zic.8 +++ b/usr.sbin/zic/zic.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/zic/zic.8,v 1.11 2000/01/23 20:36:27 charnier Exp $ .Dd .Dt ZIC 8 .Os diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c index 60ff1725d7bb..69d72e41c13c 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/zic/zic.c,v 1.11 1999/08/28 01:21:20 peter Exp $"; #endif /* not lint */ #include "private.h" diff --git a/usr.sbin/zic/zic/Makefile b/usr.sbin/zic/zic/Makefile index f8ad4db11253..8be6fe145623 100644 --- a/usr.sbin/zic/zic/Makefile +++ b/usr.sbin/zic/zic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/zic/zic/Makefile,v 1.5 1999/08/28 01:21:22 peter Exp $ .PATH: ${.CURDIR}/.. |
