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 cf3ceb4..8a1dc85 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.6 1997/08/09 22:34:01 brian Exp $ +# $FreeBSD$ PROG= date SRCS= date.c netdate.c vary.c diff --git a/bin/date/date.1 b/bin/date/date.1 index 5dd6ba4..8cf4246 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)date.1 8.3 (Berkeley) 4/28/95 -.\" $Id: date.1,v 1.29 1999/05/14 00:28:39 jmg Exp $ +.\" $FreeBSD$ .\" .Dd November 17, 1993 .Dt DATE 1 diff --git a/bin/date/date.c b/bin/date/date.c index f1d2e25..d699755 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: date.c,v 1.28 1999/05/14 00:28:41 jmg Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/date/extern.h b/bin/date/extern.h index c21fdc6..4726eb6a 100644 --- a/bin/date/extern.h +++ b/bin/date/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * $FreeBSD$ */ int netsettime __P((time_t)); diff --git a/bin/date/netdate.c b/bin/date/netdate.c index 2e7e566..3ec041a 100644 --- a/bin/date/netdate.c +++ b/bin/date/netdate.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netdate.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$Id: netdate.c,v 1.9 1998/05/06 06:51:18 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/date/vary.c b/bin/date/vary.c index 0e82722..4369753 100644 --- a/bin/date/vary.c +++ b/bin/date/vary.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: vary.c,v 1.5 1999/03/09 09:38:54 brian Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <time.h> diff --git a/bin/date/vary.h b/bin/date/vary.h index 742b560..b39306a 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. * - * $Id$ + * $FreeBSD$ */ struct vary { |