diff options
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/README | 2 | ||||
-rw-r--r-- | usr.sbin/zic/Theory | 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 |
13 files changed, 13 insertions, 13 deletions
diff --git a/usr.sbin/zic/Makefile b/usr.sbin/zic/Makefile index 2496e821159b2..3266a4fda8f24 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.40.1 2010/12/21 17:10:29 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..a83be0a1f89f8 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.60.1 2010/12/21 17:10:29 kensmith Exp $ .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/zic/README b/usr.sbin/zic/README index 5cb701eca276a..08615fa72c5c5 100644 --- a/usr.sbin/zic/README +++ b/usr.sbin/zic/README @@ -2,7 +2,7 @@ This file is in the public domain, so clarified as of 2009-05-17 by Arthur David Olson. -$FreeBSD$ +$FreeBSD: src/usr.sbin/zic/README,v 1.1.1.4.18.1.4.1 2010/12/21 17:10:29 kensmith Exp $ "What time is it?" -- Richard Deacon as The King "Any time you want it to be." -- Frank Baxter as The Scientist diff --git a/usr.sbin/zic/Theory b/usr.sbin/zic/Theory index 752125c95a563..bfc418826ee0c 100644 --- a/usr.sbin/zic/Theory +++ b/usr.sbin/zic/Theory @@ -1,7 +1,7 @@ @(#)Theory 8.4 This file is in the public domain, so clarified as of 2009-05-17 by Arthur David Olson. -$FreeBSD$ +$FreeBSD: src/usr.sbin/zic/Theory,v 1.1.1.4.18.2.4.1 2010/12/21 17:10:29 kensmith Exp $ ----- Outline ----- diff --git a/usr.sbin/zic/ialloc.c b/usr.sbin/zic/ialloc.c index 1694c2905c74d..697f43b35b3de 100644 --- a/usr.sbin/zic/ialloc.c +++ b/usr.sbin/zic/ialloc.c @@ -11,7 +11,7 @@ static const char elsieid[] = "@(#)ialloc.c 8.30"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/zic/ialloc.c,v 1.6.24.1.4.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /*LINTLIBRARY*/ diff --git a/usr.sbin/zic/private.h b/usr.sbin/zic/private.h index d00bf9bae140c..5616b6f4ea660 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.18.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.sbin/zic/scheck.c b/usr.sbin/zic/scheck.c index abdb4ba5c79b0..af0b13a445ee9 100644 --- a/usr.sbin/zic/scheck.c +++ b/usr.sbin/zic/scheck.c @@ -11,7 +11,7 @@ static const char elsieid[] = "@(#)scheck.c 8.19"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/zic/scheck.c,v 1.7.24.1.4.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /*LINTLIBRARY*/ diff --git a/usr.sbin/zic/zdump.8 b/usr.sbin/zic/zdump.8 index 9ac0a03230dd0..f136a977ba8ed 100644 --- a/usr.sbin/zic/zdump.8 +++ b/usr.sbin/zic/zdump.8 @@ -2,7 +2,7 @@ .\" @(#)zdump.8 8.2 .\" This file is in the public domain, so clarified as of .\" 2009-05-17 by Arthur David Olson. -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/zic/zdump.8,v 1.10.18.1.4.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 20, 2004 .Dt ZDUMP 8 diff --git a/usr.sbin/zic/zdump.c b/usr.sbin/zic/zdump.c index d0ee8e063ff86..a9c490d70325c 100644 --- a/usr.sbin/zic/zdump.c +++ b/usr.sbin/zic/zdump.c @@ -5,7 +5,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/zic/zdump.c,v 1.9.18.2.4.1 2010/12/21 17:10:29 kensmith Exp $"; static char elsieid[] = "@(#)zdump.c 8.10"; #endif /* not lint */ diff --git a/usr.sbin/zic/zdump/Makefile b/usr.sbin/zic/zdump/Makefile index 3443b158e6d5d..082436d56de7d 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.14.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/.. diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8 index f7ff815b080a5..3ebeca3a0ec8a 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.10.2.4.1 2010/12/21 17:10:29 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 7670056fda5de..382c7b81dde46 100644 --- a/usr.sbin/zic/zic.c +++ b/usr.sbin/zic/zic.c @@ -7,7 +7,7 @@ static const char elsieid[] = "@(#)zic.c 8.20"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/zic/zic.c,v 1.17.10.2.4.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "private.h" diff --git a/usr.sbin/zic/zic/Makefile b/usr.sbin/zic/zic/Makefile index 3f3bc70aa55c5..7b1bad3714ab4 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.14.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/.. |