diff options
Diffstat (limited to 'usr.bin/units')
-rw-r--r-- | usr.bin/units/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/units/README | 2 | ||||
-rw-r--r-- | usr.bin/units/pathnames.h | 2 | ||||
-rw-r--r-- | usr.bin/units/units.1 | 2 | ||||
-rw-r--r-- | usr.bin/units/units.c | 2 | ||||
-rw-r--r-- | usr.bin/units/units.lib | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile index 15679b5..dad87f3 100644 --- a/usr.bin/units/Makefile +++ b/usr.bin/units/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/04/06 06:00:58 thorpej Exp $ +# $FreeBSD$ PROG= units diff --git a/usr.bin/units/README b/usr.bin/units/README index ffb88a9..834a42b 100644 --- a/usr.bin/units/README +++ b/usr.bin/units/README @@ -1,4 +1,4 @@ -# $Id: README,v 1.2 1996/04/06 06:00:59 thorpej Exp $ +# $FreeBSD$ This is a program which I wrote as a clone of the UNIX 'units' command. I threw it together in a couple days, but it seems to work, diff --git a/usr.bin/units/pathnames.h b/usr.bin/units/pathnames.h index b315c5b..25166ec 100644 --- a/usr.bin/units/pathnames.h +++ b/usr.bin/units/pathnames.h @@ -1,4 +1,4 @@ -/* $Id: pathnames.h,v 1.3 1996/04/06 06:01:00 thorpej Exp $ */ +/* $FreeBSD$ */ /* * Copyright (c) 1993 Christopher G. Demetriou diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index eecd742..da8c8dc 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,4 +1,4 @@ -.\" $Id: units.1,v 1.1.1.1 1996/06/08 03:43:43 alex Exp $ +.\" $FreeBSD$ .TH UNITS 1 "14 July 1993" .SH NAME units - conversion program diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index cb8402f..8030564 100644 --- a/usr.bin/units/units.c +++ b/usr.bin/units/units.c @@ -1,4 +1,4 @@ -/* $Id: units.c,v 1.1.1.1 1996/06/08 03:43:43 alex Exp $ */ +/* $FreeBSD$ */ /* * units.c Copyright (c) 1993 by Adrian Mariano (adrian@cam.cornell.edu) diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index ef4e8d7..39cf007 100644 --- a/usr.bin/units/units.lib +++ b/usr.bin/units/units.lib @@ -1,4 +1,4 @@ -/ $Id: units.lib,v 1.3 1996/04/06 06:01:04 thorpej Exp $ +/ $FreeBSD$ / primitive units |