diff options
Diffstat (limited to 'games/bcd')
| -rw-r--r-- | games/bcd/Makefile | 2 | ||||
| -rw-r--r-- | games/bcd/bcd.6 | 2 | ||||
| -rw-r--r-- | games/bcd/bcd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/bcd/Makefile b/games/bcd/Makefile index 5698c121d638..5ef7a419a2a9 100644 --- a/games/bcd/Makefile +++ b/games/bcd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/bcd/Makefile,v 1.6 2004/07/11 17:26:18 stefanf Exp $ PROG= bcd WARNS?= 6 diff --git a/games/bcd/bcd.6 b/games/bcd/bcd.6 index dc6431790888..c4af8df31075 100644 --- a/games/bcd/bcd.6 +++ b/games/bcd/bcd.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bcd.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/bcd/bcd.6,v 1.12 2001/02/06 16:13:09 ru Exp $ .\" .Dd December 7, 2000 .Dt BCD 6 diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c index 27f483ec6313..9e7a84b8ab07 100644 --- a/games/bcd/bcd.c +++ b/games/bcd/bcd.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)bcd.c 8.2 (Berkeley) 3/20/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/bcd/bcd.c,v 1.9 2004/07/11 17:26:18 stefanf Exp $"; #endif /* not lint */ /* |
