diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 2 | ||||
-rw-r--r-- | games/bs/Makefile | 2 | ||||
-rw-r--r-- | games/fortune/fortune/fortune.6 | 2 | ||||
-rw-r--r-- | games/grdc/Makefile | 2 | ||||
-rw-r--r-- | games/phantasia/phantasia.6 | 2 | ||||
-rw-r--r-- | games/piano/piano.c | 2 | ||||
-rw-r--r-- | games/sail/sail.6 | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/games/Makefile b/games/Makefile index f342283519fc..1763884faa3b 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/31/94 -# $Id$ +# $FreeBSD$ # XXX missing: chess ching monop [copyright] SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle bs caesar \ diff --git a/games/bs/Makefile b/games/bs/Makefile index 31498f4b9c88..75d4227a1042 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= bs MAN6= bs.6 diff --git a/games/fortune/fortune/fortune.6 b/games/fortune/fortune/fortune.6 index 57b36dbddeed..8a196ca152b3 100644 --- a/games/fortune/fortune/fortune.6 +++ b/games/fortune/fortune/fortune.6 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fortune.6 8.3 (Berkeley) 4/19/94 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd April 19, 1994 .Dt FORTUNE 6 diff --git a/games/grdc/Makefile b/games/grdc/Makefile index 543f4be377db..5fbeede7a364 100644 --- a/games/grdc/Makefile +++ b/games/grdc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1994/12/03 04:34:46 ache Exp $ +# $FreeBSD$ PROG= grdc MAN6= grdc.6 diff --git a/games/phantasia/phantasia.6 b/games/phantasia/phantasia.6 index 5fc64a3e2efc..d9920ef8992e 100644 --- a/games/phantasia/phantasia.6 +++ b/games/phantasia/phantasia.6 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $FreeBSD$ .\" .de sh .br diff --git a/games/piano/piano.c b/games/piano/piano.c index 69b3476976b0..0def8615aeda 100644 --- a/games/piano/piano.c +++ b/games/piano/piano.c @@ -1,7 +1,7 @@ /* * piano.c - a piano emulator */ -static char rcsid[] = "$Id: piano.c,v 1.1.1.1 1995/04/28 17:38:07 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/games/sail/sail.6 b/games/sail/sail.6 index 6fb647be459c..1487e12d8b25 100644 --- a/games/sail/sail.6 +++ b/games/sail/sail.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sail.6 8.2 (Berkeley) 12/30/93 -.\" $Id$ +.\" $FreeBSD$ .\" .TH SAIL 6 "December 30, 1993" .UC 4 |