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 baa84ed77431b..f20b1f9c0f4c2 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.2.34.1 2009/04/15 03:14:26 kensmith Exp $ -->  <HTML>  <HEAD>  <TITLE>Time and the Arts</TITLE> diff --git a/usr.sbin/zic/Makefile b/usr.sbin/zic/Makefile index 2496e821159b2..9b58ee043453d 100644 --- a/usr.sbin/zic/Makefile +++ b/usr.sbin/zic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/zic/Makefile,v 1.6.34.1 2009/04/15 03:14:26 kensmith Exp $  # Vendor contact: tz@elsie.nci.nih.gov  MAINTAINER=	wollman@FreeBSD.org diff --git a/usr.sbin/zic/Makefile.inc b/usr.sbin/zic/Makefile.inc index b915adff92abc..9efb70cc3adac 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.54.1 2009/04/15 03:14:26 kensmith Exp $  .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/zic/ialloc.c b/usr.sbin/zic/ialloc.c index a069032eda51c..fff61befb4af9 100644 --- a/usr.sbin/zic/ialloc.c +++ b/usr.sbin/zic/ialloc.c @@ -6,7 +6,7 @@ static const char	elsieid[] = "@(#)ialloc.c	8.29";  #ifndef lint  static const char rcsid[] = -  "$FreeBSD$"; +  "$FreeBSD: src/usr.sbin/zic/ialloc.c,v 1.6.34.1 2009/04/15 03:14:26 kensmith Exp $";  #endif /* not lint */  /*LINTLIBRARY*/ diff --git a/usr.sbin/zic/private.h b/usr.sbin/zic/private.h index 315f33a4a2f1c..322f27158fee2 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.7.28.1 2009/04/15 03:14:26 kensmith Exp $   */  /* diff --git a/usr.sbin/zic/scheck.c b/usr.sbin/zic/scheck.c index 692bf1a07934b..357f2f69d73a2 100644 --- a/usr.sbin/zic/scheck.c +++ b/usr.sbin/zic/scheck.c @@ -6,7 +6,7 @@ static const char	elsieid[] = "@(#)scheck.c	8.15";  #ifndef lint  static const char rcsid[] = -  "$FreeBSD$"; +  "$FreeBSD: src/usr.sbin/zic/scheck.c,v 1.7.34.1 2009/04/15 03:14:26 kensmith Exp $";  #endif /* not lint */  /*LINTLIBRARY*/ diff --git a/usr.sbin/zic/zdump.8 b/usr.sbin/zic/zdump.8 index 3a685fd7ea0d5..ddafb9cd5290b 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.10.28.1 2009/04/15 03:14:26 kensmith Exp $  .\"  .Dd June 20, 2004  .Dt ZDUMP 8 diff --git a/usr.sbin/zic/zdump.c b/usr.sbin/zic/zdump.c index e63e943988347..be590545acf7f 100644 --- a/usr.sbin/zic/zdump.c +++ b/usr.sbin/zic/zdump.c @@ -2,7 +2,7 @@ static const char	elsieid[] = "@(#)zdump.c	7.31";  #ifndef lint  static const char rcsid[] = -  "$FreeBSD$"; +  "$FreeBSD: src/usr.sbin/zic/zdump.c,v 1.9.28.1 2009/04/15 03:14:26 kensmith Exp $";  #endif /* not lint */  /* diff --git a/usr.sbin/zic/zdump/Makefile b/usr.sbin/zic/zdump/Makefile index 3443b158e6d5d..5bba20ab2fbdc 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.11.8.1 2009/04/15 03:14:26 kensmith Exp $  .PATH: ${.CURDIR}/.. diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8 index c293cefb6e5a4..5ffc562d59973 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.19.20.1 2009/04/15 03:14:26 kensmith Exp $  .Dd June 20, 2004  .Dt ZIC 8  .Os diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c index 10d79a898a2cb..c40bcdb779e14 100644 --- a/usr.sbin/zic/zic.c +++ b/usr.sbin/zic/zic.c @@ -2,7 +2,7 @@ static const char	elsieid[] = "@(#)zic.c	7.116";  #ifndef lint  static const char rcsid[] = -  "$FreeBSD$"; +  "$FreeBSD: src/usr.sbin/zic/zic.c,v 1.17.10.1.6.1 2009/04/15 03:14:26 kensmith Exp $";  #endif /* not lint */  #include "private.h" diff --git a/usr.sbin/zic/zic/Makefile b/usr.sbin/zic/zic/Makefile index 3f3bc70aa55c5..dc06eda54690f 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.12.8.1 2009/04/15 03:14:26 kensmith Exp $  .PATH: ${.CURDIR}/..  | 
