diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
| commit | 5be28542797ac26e17de490f50e0830003596d38 (patch) | |
| tree | 8069da00bdeed33ee5434671a0bae67379506370 /games | |
| parent | e5eb97b547f5af1e2b6e4396933dc06b93d5590e (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvs
'RELENG_3_3_0_RELEASE'.
This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'games')
| -rw-r--r-- | games/Makefile | 2 | ||||
| -rw-r--r-- | games/bs/Makefile | 2 | ||||
| -rw-r--r-- | games/factor/factor.6 | 2 | ||||
| -rw-r--r-- | games/fortune/fortune/fortune.6 | 2 | ||||
| -rw-r--r-- | games/grdc/Makefile | 2 | ||||
| -rw-r--r-- | games/hack/hack.version.c | 2 | ||||
| -rw-r--r-- | games/mille/mille.6 | 2 | ||||
| -rw-r--r-- | games/mille/mille.c | 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 |
11 files changed, 11 insertions, 11 deletions
diff --git a/games/Makefile b/games/Makefile index 02b1a550de56..ee553834911e 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/31/94 -# $FreeBSD$ +# $FreeBSD: src/games/Makefile,v 1.15.2.1 1999/08/29 14:22:50 peter Exp $ # XXX missing: chess ching monop [copyright] SUBDIR= adventure \ diff --git a/games/bs/Makefile b/games/bs/Makefile index c0905c94cd0f..c7c239e6e0c1 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/games/bs/Makefile,v 1.4.2.1 1999/08/29 14:22:52 peter Exp $ PROG= bs MAN6= bs.6 diff --git a/games/factor/factor.6 b/games/factor/factor.6 index 576e9528b1c2..85efd811bbb4 100644 --- a/games/factor/factor.6 +++ b/games/factor/factor.6 @@ -34,7 +34,7 @@ .\" .\" @(#)factor.6 8.1 (Berkeley) 5/31/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/games/factor/factor.6,v 1.4.2.1 1999/08/29 14:22:53 peter Exp $ .\" .\" By: Landon Curt Noll chongo@toad.com, ...!{sun,tolsoft}!hoptoad!chongo .\" diff --git a/games/fortune/fortune/fortune.6 b/games/fortune/fortune/fortune.6 index cd5be88ef1ed..1608b16cf32e 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/fortune/fortune/fortune.6,v 1.5.2.2 1999/08/29 14:22:54 peter Exp $ .\" .Dd April 19, 1994 .Dt FORTUNE 6 diff --git a/games/grdc/Makefile b/games/grdc/Makefile index dd22a236219c..7b3de4de662d 100644 --- a/games/grdc/Makefile +++ b/games/grdc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/games/grdc/Makefile,v 1.3.2.1 1999/08/29 14:22:55 peter Exp $ PROG= grdc MAN6= grdc.6 diff --git a/games/hack/hack.version.c b/games/hack/hack.version.c index 0fe78854972b..084795618e00 100644 --- a/games/hack/hack.version.c +++ b/games/hack/hack.version.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.version.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.version.c,v 1.2.2.1 1999/08/29 14:22:56 peter Exp $ */ #include "date.h" diff --git a/games/mille/mille.6 b/games/mille/mille.6 index 5d05e7ae4a04..b19b373263dc 100644 --- a/games/mille/mille.6 +++ b/games/mille/mille.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mille.6 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/mille/mille.6,v 1.3.2.1 1999/08/29 14:22:58 peter Exp $ .\" .TH MILLE 6 "December 30, 1993" .UC 4 diff --git a/games/mille/mille.c b/games/mille/mille.c index b2c5c156958d..e3194daca76f 100644 --- a/games/mille/mille.c +++ b/games/mille/mille.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mille.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/mille.c,v 1.5.2.1 1999/08/29 14:22:58 peter Exp $"; #endif /* not lint */ # include "mille.h" diff --git a/games/phantasia/phantasia.6 b/games/phantasia/phantasia.6 index ab0733c994e4..8bed3dbd724c 100644 --- a/games/phantasia/phantasia.6 +++ b/games/phantasia/phantasia.6 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/games/phantasia/phantasia.6,v 1.5.2.1 1999/08/29 14:22:59 peter Exp $ .\" .de sh .br diff --git a/games/piano/piano.c b/games/piano/piano.c index 555ceadc4b7c..e943bf3c9f7b 100644 --- a/games/piano/piano.c +++ b/games/piano/piano.c @@ -1,7 +1,7 @@ /* * piano.c - a piano emulator */ -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/games/piano/piano.c,v 1.5.2.1 1999/08/29 14:23:00 peter Exp $"; #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/games/sail/sail.6 b/games/sail/sail.6 index 0455e06b08f3..8599cc4fcb11 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/sail/sail.6,v 1.4.2.1 1999/08/29 14:23:02 peter Exp $ .\" .TH SAIL 6 "December 30, 1993" .UC 4 |
