diff options
Diffstat (limited to 'bin/date')
-rw-r--r-- | bin/date/Makefile | 2 | ||||
-rw-r--r-- | bin/date/date.1 | 2 | ||||
-rw-r--r-- | bin/date/date.c | 2 | ||||
-rw-r--r-- | bin/date/extern.h | 2 | ||||
-rw-r--r-- | bin/date/netdate.c | 2 | ||||
-rw-r--r-- | bin/date/vary.c | 2 | ||||
-rw-r--r-- | bin/date/vary.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/bin/date/Makefile b/bin/date/Makefile index 8a1dc8579330..5f7975558560 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/date/Makefile,v 1.11.30.1 2009/04/15 03:14:26 kensmith Exp $ PROG= date SRCS= date.c netdate.c vary.c diff --git a/bin/date/date.1 b/bin/date/date.1 index b57f4ab11215..03c079fbc7cf 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)date.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/date/date.1,v 1.75.8.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd June 2, 2007 .Dt DATE 1 diff --git a/bin/date/date.c b/bin/date/date.c index be296a1f3b34..9676f894c425 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/date/date.c,v 1.47.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/bin/date/extern.h b/bin/date/extern.h index 76b8d5e16105..44214c9b5e08 100644 --- a/bin/date/extern.h +++ b/bin/date/extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/date/extern.h,v 1.7.28.1 2009/04/15 03:14:26 kensmith Exp $ */ int netsettime(time_t); diff --git a/bin/date/netdate.c b/bin/date/netdate.c index b8441068eadf..062cf57358d6 100644 --- a/bin/date/netdate.c +++ b/bin/date/netdate.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)netdate.c 8.1 (Berkeley) 5/31/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/date/netdate.c,v 1.19.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/bin/date/vary.c b/bin/date/vary.c index 5f0123110ee3..b6b1c56b31d3 100644 --- a/bin/date/vary.c +++ b/bin/date/vary.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/date/vary.c,v 1.16.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <err.h> #include <time.h> diff --git a/bin/date/vary.h b/bin/date/vary.h index b39306a2bb23..d1ca735979a8 100644 --- a/bin/date/vary.h +++ b/bin/date/vary.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/bin/date/vary.h,v 1.4.54.1 2009/04/15 03:14:26 kensmith Exp $ */ struct vary { |