diff options
Diffstat (limited to 'games')
414 files changed, 420 insertions, 420 deletions
diff --git a/games/Makefile b/games/Makefile index 02b1a550de56..410e528a59d2 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.16 1999/08/27 23:28:45 peter Exp $ # XXX missing: chess ching monop [copyright] SUBDIR= adventure \ diff --git a/games/Makefile.inc b/games/Makefile.inc index 428e1f0f849c..7faaf2abfca8 100644 --- a/games/Makefile.inc +++ b/games/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/Makefile.inc,v 1.10.2.2 2002/02/18 16:02:39 ru Exp $ BINDIR?= /usr/games FILESDIR?= ${SHAREDIR}/games diff --git a/games/adventure/Makefile b/games/adventure/Makefile index f1a912addb65..e0c2ee53b70f 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/12/93 -# $FreeBSD$ +# $FreeBSD: src/games/adventure/Makefile,v 1.7.6.1 2001/04/25 09:28:42 ru Exp $ PROG= adventure SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c diff --git a/games/adventure/adventure.6 b/games/adventure/adventure.6 index a6735850aaa4..704d75aaeab0 100644 --- a/games/adventure/adventure.6 +++ b/games/adventure/adventure.6 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)adventure.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/adventure/adventure.6,v 1.3.2.1 2000/12/08 13:40:02 ru Exp $ .\" .Dd May 31, 1993 .Dt ADVENTURE 6 diff --git a/games/adventure/crc.c b/games/adventure/crc.c index 2aaef19b42e6..9b6f82066fa8 100644 --- a/games/adventure/crc.c +++ b/games/adventure/crc.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 5/31/93"; static char ORIGINAL_sccsid[] = "@(#)crc.c 5.2 (Berkeley) 4/4/91"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/adventure/crc.c,v 1.6 1999/12/19 00:21:50 billf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/adventure/done.c b/games/adventure/done.c index 3dd013a30190..a94e509b0e41 100644 --- a/games/adventure/done.c +++ b/games/adventure/done.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)done.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/adventure/done.c,v 1.7 1999/12/19 00:21:50 billf Exp $"; #endif /* not lint */ /* Re-coding of advent in C: termination routines */ diff --git a/games/adventure/hdr.h b/games/adventure/hdr.h index 7f830cd80e97..69e65aa1674f 100644 --- a/games/adventure/hdr.h +++ b/games/adventure/hdr.h @@ -50,7 +50,7 @@ * The data file distributed with the fortran source is assumed to be called * "glorkz" in the directory where the program is first run. * - * $FreeBSD$ + * $FreeBSD: src/games/adventure/hdr.h,v 1.5.2.1 2001/03/05 11:43:11 kris Exp $ */ /* hdr.h: included by c advent files */ diff --git a/games/adventure/init.c b/games/adventure/init.c index dd9fac0efa25..097c3b88aa92 100644 --- a/games/adventure/init.c +++ b/games/adventure/init.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/adventure/init.c,v 1.9.2.1 2001/03/05 11:43:11 kris Exp $"; #endif /* not lint */ /* Re-coding of advent in C: data initialization */ diff --git a/games/adventure/io.c b/games/adventure/io.c index ef76088141d4..461ef73f0874 100644 --- a/games/adventure/io.c +++ b/games/adventure/io.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/adventure/io.c,v 1.8.2.1 2001/03/05 11:43:11 kris Exp $"; #endif /* not lint */ /* Re-coding of advent in C: file i/o and user i/o */ diff --git a/games/adventure/main.c b/games/adventure/main.c index 8b21937de110..179f09ebe5d4 100644 --- a/games/adventure/main.c +++ b/games/adventure/main.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/2/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/adventure/main.c,v 1.9.2.1 2001/03/05 11:43:11 kris Exp $"; #endif /* not lint */ /* Re-coding of advent in C: main program */ diff --git a/games/adventure/save.c b/games/adventure/save.c index 6a921935f21e..deb4f505e61c 100644 --- a/games/adventure/save.c +++ b/games/adventure/save.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/adventure/save.c,v 1.8 1999/12/19 00:21:51 billf Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/games/adventure/setup.c b/games/adventure/setup.c index f68e1c123a6f..0365697e2d0d 100644 --- a/games/adventure/setup.c +++ b/games/adventure/setup.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/adventure/setup.c,v 1.8.2.1 2001/03/05 11:43:11 kris Exp $"; #endif /* not lint */ /* diff --git a/games/adventure/subr.c b/games/adventure/subr.c index 6bbb57e3af87..f06b0eb6740f 100644 --- a/games/adventure/subr.c +++ b/games/adventure/subr.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/adventure/subr.c,v 1.7.2.1 2001/03/05 11:43:11 kris Exp $"; #endif /* not lint */ /* Re-coding of advent in C: subroutines from main */ diff --git a/games/adventure/vocab.c b/games/adventure/vocab.c index 318de184596e..6553934b9bee 100644 --- a/games/adventure/vocab.c +++ b/games/adventure/vocab.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)vocab.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/adventure/vocab.c,v 1.9 1999/12/19 00:21:51 billf Exp $"; #endif /* not lint */ /* Re-coding of advent in C: data structure routines */ diff --git a/games/adventure/wizard.c b/games/adventure/wizard.c index 9d39a45b2539..22b377e8681a 100644 --- a/games/adventure/wizard.c +++ b/games/adventure/wizard.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)wizard.c 8.1 (Berkeley) 6/2/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/adventure/wizard.c,v 1.10.2.1 2001/03/05 11:43:11 kris Exp $"; #endif /* not lint */ /* Re-coding of advent in C: privileged operations */ diff --git a/games/arithmetic/Makefile b/games/arithmetic/Makefile index f02d43dcb345..7adec97b524f 100644 --- a/games/arithmetic/Makefile +++ b/games/arithmetic/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/arithmetic/Makefile,v 1.1.1.1.14.1 2001/04/25 09:28:43 ru Exp $ PROG= arithmetic MAN= arithmetic.6 diff --git a/games/arithmetic/arithmetic.6 b/games/arithmetic/arithmetic.6 index 1b8ccaef1c64..18e8778c118c 100644 --- a/games/arithmetic/arithmetic.6 +++ b/games/arithmetic/arithmetic.6 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)arithmetic.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/arithmetic/arithmetic.6,v 1.3 1999/08/27 23:28:52 peter Exp $ .\" .TH ARITHMETIC 6 "May 31, 1993" .UC 4 diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c index 38adab290743..bd1281102f9a 100644 --- a/games/arithmetic/arithmetic.c +++ b/games/arithmetic/arithmetic.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)arithmetic.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/arithmetic/arithmetic.c,v 1.10 1999/12/12 06:40:28 billf Exp $"; #endif /* not lint */ /* diff --git a/games/atc/Makefile b/games/atc/Makefile index 5b26f85303cd..1f7bd9d207f3 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/atc/Makefile,v 1.14.2.3 2002/02/18 16:02:41 ru Exp $ PROG= atc CFLAGS+=-DBSD -I${.CURDIR} -I. diff --git a/games/atc/atc.6 b/games/atc/atc.6 index 0de1c03c4912..30a73bfa9233 100644 --- a/games/atc/atc.6 +++ b/games/atc/atc.6 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)atc.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/atc/atc.6,v 1.6.2.1 2001/07/22 11:32:34 dd Exp $ .\" . \" XP - exdented paragraph .de XP diff --git a/games/atc/extern.c b/games/atc/extern.c index 2976b0c82ece..2f1048786816 100644 --- a/games/atc/extern.c +++ b/games/atc/extern.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/extern.c,v 1.3 1999/11/30 03:48:19 billf Exp $"; #endif /* not lint */ #include "include.h" diff --git a/games/atc/graphics.c b/games/atc/graphics.c index 8b521a39f13d..aeb3399f49c2 100644 --- a/games/atc/graphics.c +++ b/games/atc/graphics.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)graphics.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/graphics.c,v 1.7 1999/11/30 03:48:19 billf Exp $"; #endif /* not lint */ #include <string.h> diff --git a/games/atc/input.c b/games/atc/input.c index 88eb603ac5ee..bd620f88c131 100644 --- a/games/atc/input.c +++ b/games/atc/input.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/input.c,v 1.7 2000/02/27 23:02:47 mph Exp $"; #endif not lint #include <stdlib.h> diff --git a/games/atc/list.c b/games/atc/list.c index af5788fae8ab..614e4c0bcda3 100644 --- a/games/atc/list.c +++ b/games/atc/list.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)list.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/list.c,v 1.4 1999/11/30 03:48:20 billf Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/games/atc/log.c b/games/atc/log.c index 0bf6958a5b70..e747d8b9a922 100644 --- a/games/atc/log.c +++ b/games/atc/log.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/log.c,v 1.7 1999/11/30 03:48:20 billf Exp $"; #endif not lint #include <string.h> diff --git a/games/atc/main.c b/games/atc/main.c index 6319a7aad75c..733f54d5f70a 100644 --- a/games/atc/main.c +++ b/games/atc/main.c @@ -54,7 +54,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/main.c,v 1.9 1999/11/30 03:48:21 billf Exp $"; #endif /* not lint */ #include <string.h> diff --git a/games/atc/tunable.c b/games/atc/tunable.c index 7c7105984f51..3d991a0e61b4 100644 --- a/games/atc/tunable.c +++ b/games/atc/tunable.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)tunable.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/tunable.c,v 1.2 1999/11/30 03:48:21 billf Exp $"; #endif /* not lint */ /* diff --git a/games/atc/update.c b/games/atc/update.c index 139ea4e46d43..67f4df650f3b 100644 --- a/games/atc/update.c +++ b/games/atc/update.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)update.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/update.c,v 1.6 1999/11/30 03:48:21 billf Exp $"; #endif not lint #include <string.h> diff --git a/games/backgammon/backgammon/Makefile b/games/backgammon/backgammon/Makefile index 8277c0939f32..de7c38f1b01a 100644 --- a/games/backgammon/backgammon/Makefile +++ b/games/backgammon/backgammon/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/backgammon/backgammon/Makefile,v 1.2.14.1 2001/04/25 09:28:44 ru Exp $ PROG= backgammon CFLAGS+=-DV7 -I${.CURDIR}/../common_source diff --git a/games/backgammon/backgammon/backgammon.6 b/games/backgammon/backgammon/backgammon.6 index 5f4682350fe3..200644716703 100644 --- a/games/backgammon/backgammon/backgammon.6 +++ b/games/backgammon/backgammon/backgammon.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)backgammon.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/backgammon/backgammon/backgammon.6,v 1.7.2.1 2001/07/22 11:01:21 dd Exp $ .\" .TH BACKGAMMON 6 "May 31, 1993" .UC 5 diff --git a/games/backgammon/backgammon/extra.c b/games/backgammon/backgammon/extra.c index 0b2406e01b05..12fa2626b09f 100644 --- a/games/backgammon/backgammon/extra.c +++ b/games/backgammon/backgammon/extra.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)extra.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/backgammon/extra.c,v 1.4 1999/11/30 03:48:22 billf Exp $"; #endif /* not lint */ #include "back.h" diff --git a/games/backgammon/backgammon/main.c b/games/backgammon/backgammon/main.c index fc88b65195f7..213e12b740b3 100644 --- a/games/backgammon/backgammon/main.c +++ b/games/backgammon/backgammon/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/backgammon/main.c,v 1.13 1999/11/30 03:48:22 billf Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/games/backgammon/backgammon/move.c b/games/backgammon/backgammon/move.c index 8b85dad1f27e..78c75a3e5996 100644 --- a/games/backgammon/backgammon/move.c +++ b/games/backgammon/backgammon/move.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/backgammon/move.c,v 1.5 1999/11/30 03:48:23 billf Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/games/backgammon/backgammon/text.c b/games/backgammon/backgammon/text.c index 740367c6006d..b313fc577e27 100644 --- a/games/backgammon/backgammon/text.c +++ b/games/backgammon/backgammon/text.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)text.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/backgammon/text.c,v 1.5 1999/11/30 03:48:23 billf Exp $"; #endif /* not lint */ #include "back.h" diff --git a/games/backgammon/backgammon/version.c b/games/backgammon/backgammon/version.c index 12016e0f64d6..daadbe86b7df 100644 --- a/games/backgammon/backgammon/version.c +++ b/games/backgammon/backgammon/version.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/backgammon/version.c,v 1.3 1999/11/30 03:48:23 billf Exp $"; #endif /* not lint */ const char *const message[] = { diff --git a/games/backgammon/common_source/allow.c b/games/backgammon/common_source/allow.c index 7c9f593b267f..529f38bcf8f0 100644 --- a/games/backgammon/common_source/allow.c +++ b/games/backgammon/common_source/allow.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)allow.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/common_source/allow.c,v 1.4 1999/11/30 03:48:24 billf Exp $"; #endif /* not lint */ #include "back.h" diff --git a/games/backgammon/common_source/board.c b/games/backgammon/common_source/board.c index 792b04207562..142e8e1784ab 100644 --- a/games/backgammon/common_source/board.c +++ b/games/backgammon/common_source/board.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)board.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/common_source/board.c,v 1.6 1999/11/30 03:48:25 billf Exp $"; #endif /* not lint */ #include <string.h> diff --git a/games/backgammon/common_source/check.c b/games/backgammon/common_source/check.c index 70b9c62efed3..a4a9a33f19a3 100644 --- a/games/backgammon/common_source/check.c +++ b/games/backgammon/common_source/check.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)check.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/common_source/check.c,v 1.4 1999/11/30 03:48:25 billf Exp $"; #endif /* not lint */ #include "back.h" diff --git a/games/backgammon/common_source/fancy.c b/games/backgammon/common_source/fancy.c index 7663a7502f09..74877053805d 100644 --- a/games/backgammon/common_source/fancy.c +++ b/games/backgammon/common_source/fancy.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)fancy.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/common_source/fancy.c,v 1.7 1999/11/30 03:48:25 billf Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/games/backgammon/common_source/init.c b/games/backgammon/common_source/init.c index 24ee2a0a936b..722e0e0093cd 100644 --- a/games/backgammon/common_source/init.c +++ b/games/backgammon/common_source/init.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/common_source/init.c,v 1.4 1999/11/30 03:48:26 billf Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/games/backgammon/common_source/odds.c b/games/backgammon/common_source/odds.c index f840376d8319..10d3d92aae96 100644 --- a/games/backgammon/common_source/odds.c +++ b/games/backgammon/common_source/odds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)odds.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/common_source/odds.c,v 1.5 1999/11/30 03:48:26 billf Exp $"; #endif /* not lint */ #include "back.h" diff --git a/games/backgammon/common_source/one.c b/games/backgammon/common_source/one.c index e94c183f0d81..faf6c5e39e5b 100644 --- a/games/backgammon/common_source/one.c +++ b/games/backgammon/common_source/one.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)one.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/common_source/one.c,v 1.5 1999/11/30 03:48:27 billf Exp $"; #endif /* not lint */ #include "back.h" diff --git a/games/backgammon/common_source/save.c b/games/backgammon/common_source/save.c index fe3475d99a1d..f9a3eda0df42 100644 --- a/games/backgammon/common_source/save.c +++ b/games/backgammon/common_source/save.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/common_source/save.c,v 1.8 1999/11/30 03:48:27 billf Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/games/backgammon/common_source/subs.c b/games/backgammon/common_source/subs.c index 15af00861a8c..ba7c52303477 100644 --- a/games/backgammon/common_source/subs.c +++ b/games/backgammon/common_source/subs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)subs.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/common_source/subs.c,v 1.12 1999/11/30 03:48:27 billf Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/games/backgammon/common_source/table.c b/games/backgammon/common_source/table.c index 572cba30eab0..22180cf80c57 100644 --- a/games/backgammon/common_source/table.c +++ b/games/backgammon/common_source/table.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/common_source/table.c,v 1.5 1999/11/30 03:48:28 billf Exp $"; #endif /* not lint */ #include "back.h" diff --git a/games/backgammon/teachgammon/data.c b/games/backgammon/teachgammon/data.c index 4f9151a2aabc..eb211494578b 100644 --- a/games/backgammon/teachgammon/data.c +++ b/games/backgammon/teachgammon/data.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)data.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/teachgammon/data.c,v 1.4 1999/11/30 03:48:29 billf Exp $"; #endif /* not lint */ #include "tutor.h" diff --git a/games/backgammon/teachgammon/teach.c b/games/backgammon/teachgammon/teach.c index 308bc608eeec..e5e611de8e86 100644 --- a/games/backgammon/teachgammon/teach.c +++ b/games/backgammon/teachgammon/teach.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)teach.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/teachgammon/teach.c,v 1.12 1999/11/30 03:48:30 billf Exp $"; #endif /* not lint */ #include <string.h> diff --git a/games/backgammon/teachgammon/ttext1.c b/games/backgammon/teachgammon/ttext1.c index 89cb306e626d..67ea3dd75986 100644 --- a/games/backgammon/teachgammon/ttext1.c +++ b/games/backgammon/teachgammon/ttext1.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ttext1.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/teachgammon/ttext1.c,v 1.3 1999/11/30 03:48:30 billf Exp $"; #endif /* not lint */ #include "back.h" diff --git a/games/backgammon/teachgammon/ttext2.c b/games/backgammon/teachgammon/ttext2.c index d64659ef3e06..04d5c0af4223 100644 --- a/games/backgammon/teachgammon/ttext2.c +++ b/games/backgammon/teachgammon/ttext2.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ttext2.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/teachgammon/ttext2.c,v 1.3.2.1 2001/10/15 13:46:32 dd Exp $"; #endif /* not lint */ #include "back.h" diff --git a/games/backgammon/teachgammon/tutor.c b/games/backgammon/teachgammon/tutor.c index 68124ced1ae0..e37fd8c10f8d 100644 --- a/games/backgammon/teachgammon/tutor.c +++ b/games/backgammon/teachgammon/tutor.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tutor.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/backgammon/teachgammon/tutor.c,v 1.5 1999/11/30 03:48:31 billf Exp $"; #endif /* not lint */ #include "back.h" diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile index 1bdac6523f0e..26c91e292489 100644 --- a/games/battlestar/Makefile +++ b/games/battlestar/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/battlestar/Makefile,v 1.5.2.3 2002/08/07 16:31:41 ru Exp $ PROG= battlestar SRCS= battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \ diff --git a/games/battlestar/battlestar.6 b/games/battlestar/battlestar.6 index 72f71bfa600c..e1c365d8378b 100644 --- a/games/battlestar/battlestar.6 +++ b/games/battlestar/battlestar.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)battlestar.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/battlestar/battlestar.6,v 1.4.2.1 2001/07/22 11:32:34 dd Exp $ .\" .TH BATTLESTAR 6 "May 31, 1993 .UC 6 diff --git a/games/battlestar/battlestar.c b/games/battlestar/battlestar.c index e4b9735f1a85..12a6c0e625b6 100644 --- a/games/battlestar/battlestar.c +++ b/games/battlestar/battlestar.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)battlestar.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/battlestar.c,v 1.6.2.1 2001/03/05 11:45:35 kris Exp $"; #endif /* not lint */ /* diff --git a/games/battlestar/com1.c b/games/battlestar/com1.c index 09fddc34ecaf..96b90dddf03e 100644 --- a/games/battlestar/com1.c +++ b/games/battlestar/com1.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)com1.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/com1.c,v 1.7.2.1 2001/03/05 11:45:35 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com2.c b/games/battlestar/com2.c index d41d603778a6..9e520c04c207 100644 --- a/games/battlestar/com2.c +++ b/games/battlestar/com2.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)com2.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/com2.c,v 1.8.2.2 2002/05/01 09:17:16 roam Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com3.c b/games/battlestar/com3.c index 22f8e0d8be07..d92621c82c89 100644 --- a/games/battlestar/com3.c +++ b/games/battlestar/com3.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)com3.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/com3.c,v 1.8.2.1 2001/03/05 11:45:35 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com4.c b/games/battlestar/com4.c index 94532489d8c3..8202385f997e 100644 --- a/games/battlestar/com4.c +++ b/games/battlestar/com4.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)com4.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/com4.c,v 1.8.2.1 2001/03/05 11:45:35 kris Exp $"; #endif /* not lint */ #include <string.h> diff --git a/games/battlestar/com5.c b/games/battlestar/com5.c index 873cf3eb98b0..5df5190ddc6c 100644 --- a/games/battlestar/com5.c +++ b/games/battlestar/com5.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)com5.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/com5.c,v 1.9.2.1 2001/03/05 11:45:35 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com6.c b/games/battlestar/com6.c index 33fd82c52d9c..0ea1019ae7d8 100644 --- a/games/battlestar/com6.c +++ b/games/battlestar/com6.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)com6.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/com6.c,v 1.9.2.1 2001/03/05 11:45:35 kris Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/games/battlestar/com7.c b/games/battlestar/com7.c index 9c509ffa5fb3..d8fab3977451 100644 --- a/games/battlestar/com7.c +++ b/games/battlestar/com7.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)com7.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/com7.c,v 1.4.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/cypher.c b/games/battlestar/cypher.c index e61c93845e5c..36971a6d4eea 100644 --- a/games/battlestar/cypher.c +++ b/games/battlestar/cypher.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cypher.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/cypher.c,v 1.7.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/dayfile.c b/games/battlestar/dayfile.c index fca59953af1b..8a55a7a245f1 100644 --- a/games/battlestar/dayfile.c +++ b/games/battlestar/dayfile.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dayfile.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/dayfile.c,v 1.4.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/dayobjs.c b/games/battlestar/dayobjs.c index 801c65af4a82..98dd45d1c2e3 100644 --- a/games/battlestar/dayobjs.c +++ b/games/battlestar/dayobjs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dayobjs.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/dayobjs.c,v 1.3.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/externs.h b/games/battlestar/externs.h index 6dcc0a1381ed..ff1cef6596b7 100644 --- a/games/battlestar/externs.h +++ b/games/battlestar/externs.h @@ -32,7 +32,7 @@ * * @(#)externs.h 8.1 (Berkeley) 5/31/93 * - * $FreeBSD$ + * $FreeBSD: src/games/battlestar/externs.h,v 1.9.2.1 2001/03/05 11:45:36 kris Exp $ */ #include <errno.h> diff --git a/games/battlestar/fly.c b/games/battlestar/fly.c index 5018f73d908c..aff45cb4aaaa 100644 --- a/games/battlestar/fly.c +++ b/games/battlestar/fly.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)fly.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/fly.c,v 1.6.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/getcom.c b/games/battlestar/getcom.c index c815f2f73d0f..b0dcefd9b9d3 100644 --- a/games/battlestar/getcom.c +++ b/games/battlestar/getcom.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)getcom.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/getcom.c,v 1.6.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/games/battlestar/globals.c b/games/battlestar/globals.c index 447c193b990a..087ecb4ec32b 100644 --- a/games/battlestar/globals.c +++ b/games/battlestar/globals.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)globals.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/globals.c,v 1.5.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/init.c b/games/battlestar/init.c index ea7fe3d344df..1ff4aee5196a 100644 --- a/games/battlestar/init.c +++ b/games/battlestar/init.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/init.c,v 1.7.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/battlestar/misc.c b/games/battlestar/misc.c index e55e347033b8..4b0aa079fd71 100644 --- a/games/battlestar/misc.c +++ b/games/battlestar/misc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/misc.c,v 1.5 1999/11/30 03:48:38 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/nightfile.c b/games/battlestar/nightfile.c index 3d1ee17f154f..59cf502f9835 100644 --- a/games/battlestar/nightfile.c +++ b/games/battlestar/nightfile.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)nightfile.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/nightfile.c,v 1.4.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/nightobjs.c b/games/battlestar/nightobjs.c index 20a374230451..774f9803a7df 100644 --- a/games/battlestar/nightobjs.c +++ b/games/battlestar/nightobjs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)nightobjs.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/nightobjs.c,v 1.3.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/parse.c b/games/battlestar/parse.c index a5846adb137e..bef25d99cf37 100644 --- a/games/battlestar/parse.c +++ b/games/battlestar/parse.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/parse.c,v 1.5.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/room.c b/games/battlestar/room.c index 90f95e2486c6..2c44f2877890 100644 --- a/games/battlestar/room.c +++ b/games/battlestar/room.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)room.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/room.c,v 1.7.2.2 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/save.c b/games/battlestar/save.c index f675b8c98a1e..124f68da0f02 100644 --- a/games/battlestar/save.c +++ b/games/battlestar/save.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/save.c,v 1.8.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/battlestar/words.c b/games/battlestar/words.c index 440936ac9b19..5ff77e5d43b9 100644 --- a/games/battlestar/words.c +++ b/games/battlestar/words.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)words.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/battlestar/words.c,v 1.2.2.1 2001/03/05 11:45:36 kris Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/bcd/Makefile b/games/bcd/Makefile index 1e0bbfc60cea..86a19517b9d8 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.2.6.2 2001/04/25 09:28:45 ru Exp $ PROG= bcd MAN= bcd.6 diff --git a/games/bcd/bcd.6 b/games/bcd/bcd.6 index dc6431790888..4df1ae0e9f09 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.7.2.4 2001/03/05 18:10:20 ru Exp $ .\" .Dd December 7, 2000 .Dt BCD 6 diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c index a3968a46d5cd..33ee707e4eb7 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.8 1999/11/30 03:48:41 billf Exp $"; #endif /* not lint */ /* diff --git a/games/bs/Makefile b/games/bs/Makefile index 08b69c4fb1e3..732559c3bb4d 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/games/bs/Makefile,v 1.5.2.1 2001/04/25 09:28:49 ru Exp $ PROG= bs MAN= bs.6 diff --git a/games/bs/bs.6 b/games/bs/bs.6 index da52e285d1a7..16feaa353fa6 100644 --- a/games/bs/bs.6 +++ b/games/bs/bs.6 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/games/bs/bs.6,v 1.1.1.1.12.1 2001/07/22 11:32:10 dd Exp $ .TH BATTLESHIPS 6 "Aug 23, 1989" .SH NAME bs \- battleships game diff --git a/games/bs/bs.c b/games/bs/bs.c index 4b4892f3a780..ac4e9e0c1244 100644 --- a/games/bs/bs.c +++ b/games/bs/bs.c @@ -6,7 +6,7 @@ * v1.2 with color support and minor portability fixes, November 1990 * v2.0 featuring strict ANSI/POSIX conformance, November 1993. * - * $FreeBSD$ + * $FreeBSD: src/games/bs/bs.c,v 1.9 2000/02/21 03:07:31 billf Exp $ */ #include <ncurses.h> diff --git a/games/caesar/Makefile b/games/caesar/Makefile index e63f323cc06c..524569e83567 100644 --- a/games/caesar/Makefile +++ b/games/caesar/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/caesar/Makefile,v 1.4.6.2 2001/04/25 14:03:58 ru Exp $ PROG= caesar DPADD= ${LIBM} diff --git a/games/caesar/caesar.6 b/games/caesar/caesar.6 index 6cfb3c33d23e..4ea8f9fcddbf 100644 --- a/games/caesar/caesar.6 +++ b/games/caesar/caesar.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)caesar.6 8.2 (Berkeley) 11/16/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/caesar/caesar.6,v 1.5.2.2 2001/03/05 18:10:21 ru Exp $ .\" .Dd November 16, 1993 .Dt CAESAR 6 diff --git a/games/caesar/caesar.c b/games/caesar/caesar.c index da0a43770da6..19aac9e60243 100644 --- a/games/caesar/caesar.c +++ b/games/caesar/caesar.c @@ -38,7 +38,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/games/caesar/caesar.c,v 1.8.2.1 2000/08/17 06:13:06 jhb Exp $ */ #ifndef lint @@ -52,7 +52,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)caesar.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/caesar/caesar.c,v 1.8.2.1 2000/08/17 06:13:06 jhb Exp $"; #endif #endif /* not lint */ diff --git a/games/canfield/canfield/Makefile b/games/canfield/canfield/Makefile index 6492c7e93a26..36339f2b7c5b 100644 --- a/games/canfield/canfield/Makefile +++ b/games/canfield/canfield/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/canfield/canfield/Makefile,v 1.5.2.3 2002/08/07 16:31:41 ru Exp $ PROG= canfield MAN= canfield.6 diff --git a/games/canfield/canfield/canfield.6 b/games/canfield/canfield/canfield.6 index 37de31b4cedf..56e8f97f15d9 100644 --- a/games/canfield/canfield/canfield.6 +++ b/games/canfield/canfield/canfield.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)canfield.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/canfield/canfield/canfield.6,v 1.4.2.2 2001/07/22 11:32:35 dd Exp $ .\" .TH CANFIELD 6 "May 31, 1993" .UC 5 diff --git a/games/canfield/canfield/canfield.c b/games/canfield/canfield/canfield.c index 1c649652603f..614498fda9e0 100644 --- a/games/canfield/canfield/canfield.c +++ b/games/canfield/canfield/canfield.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)canfield.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/canfield/canfield/canfield.c,v 1.11 1999/12/12 07:25:13 billf Exp $"; #endif /* not lint */ /* diff --git a/games/canfield/cfscores/cfscores.c b/games/canfield/cfscores/cfscores.c index 8fd93b256b2a..37be43da0802 100644 --- a/games/canfield/cfscores/cfscores.c +++ b/games/canfield/cfscores/cfscores.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)cfscores.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/canfield/cfscores/cfscores.c,v 1.9 1999/12/12 07:25:14 billf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile index 9ee21fb03e1f..537cfbae4e10 100644 --- a/games/cribbage/Makefile +++ b/games/cribbage/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/cribbage/Makefile,v 1.7.2.5 2002/08/07 16:31:41 ru Exp $ PROG= cribbage DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT} diff --git a/games/cribbage/cards.c b/games/cribbage/cards.c index ba846aed6398..743b54590b34 100644 --- a/games/cribbage/cards.c +++ b/games/cribbage/cards.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cards.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/cribbage/cards.c,v 1.5 1999/11/30 03:48:44 billf Exp $"; #endif /* not lint */ #include <curses.h> diff --git a/games/cribbage/crib.c b/games/cribbage/crib.c index fc3c3df6ad68..f0cd91120472 100644 --- a/games/cribbage/crib.c +++ b/games/cribbage/crib.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)crib.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/cribbage/crib.c,v 1.10 1999/12/12 03:04:14 billf Exp $"; #endif /* not lint */ #include <curses.h> diff --git a/games/cribbage/cribbage.6 b/games/cribbage/cribbage.6 index 14e9755b4f71..4086aed7fe15 100644 --- a/games/cribbage/cribbage.6 +++ b/games/cribbage/cribbage.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cribbage.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/cribbage/cribbage.6,v 1.3 1999/08/27 23:28:59 peter Exp $ .\" .TH CRIBBAGE 6 "May 31, 1993" .UC 4 diff --git a/games/cribbage/extern.c b/games/cribbage/extern.c index 97516df9d9fe..a0f4decd3160 100644 --- a/games/cribbage/extern.c +++ b/games/cribbage/extern.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/cribbage/extern.c,v 1.2 1999/11/30 03:48:45 billf Exp $"; #endif /* not lint */ #include <curses.h> diff --git a/games/cribbage/instr.c b/games/cribbage/instr.c index b329e332fea8..57db69dd870f 100644 --- a/games/cribbage/instr.c +++ b/games/cribbage/instr.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)instr.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/cribbage/instr.c,v 1.5 1999/12/12 03:04:15 billf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/cribbage/io.c b/games/cribbage/io.c index 01b60e1986dd..798af1ab3fc1 100644 --- a/games/cribbage/io.c +++ b/games/cribbage/io.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/cribbage/io.c,v 1.5.2.2 2001/02/18 02:20:31 kris Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/games/cribbage/score.c b/games/cribbage/score.c index a2a7d0b66e36..e3f111f8bc34 100644 --- a/games/cribbage/score.c +++ b/games/cribbage/score.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/cribbage/score.c,v 1.6 1999/11/30 03:48:47 billf Exp $"; #endif /* not lint */ #include <curses.h> diff --git a/games/cribbage/support.c b/games/cribbage/support.c index bc22ca63826e..809bb4af2b43 100644 --- a/games/cribbage/support.c +++ b/games/cribbage/support.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)support.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/cribbage/support.c,v 1.5 1999/12/12 03:04:15 billf Exp $"; #endif /* not lint */ #include <curses.h> diff --git a/games/dm/Makefile b/games/dm/Makefile index 827352b5203a..adbaf17958c1 100644 --- a/games/dm/Makefile +++ b/games/dm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/dm/Makefile,v 1.3.6.1 2001/04/25 09:28:52 ru Exp $ # -DLOG log games PROG= dm diff --git a/games/dm/dm.8 b/games/dm/dm.8 index 3c9600bd5ea8..b442efc75f3b 100644 --- a/games/dm/dm.8 +++ b/games/dm/dm.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dm.8 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/dm/dm.8,v 1.3.2.1 2000/12/08 13:40:03 ru Exp $ .\" .Dd May 31, 1993 .Dt DM 8 diff --git a/games/dm/dm.c b/games/dm/dm.c index 8e4a687a823b..fb57e69316e6 100644 --- a/games/dm/dm.c +++ b/games/dm/dm.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)dm.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/dm/dm.c,v 1.8 1999/12/10 02:54:18 billf Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/games/dm/dm.conf.5 b/games/dm/dm.conf.5 index 69473994d052..c39e43aea123 100644 --- a/games/dm/dm.conf.5 +++ b/games/dm/dm.conf.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dm.conf.5 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/dm/dm.conf.5,v 1.3.2.2 2001/08/16 10:08:22 ru Exp $ .\" .Dd May 31, 1993 .Dt DM.CONF 5 diff --git a/games/factor/Makefile b/games/factor/Makefile index 8f68b9294f77..112096b2b7d6 100644 --- a/games/factor/Makefile +++ b/games/factor/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/factor/Makefile,v 1.2.6.2 2002/10/23 14:59:14 fanf Exp $ PROG= factor SRCS= factor.c pr_tbl.c diff --git a/games/factor/factor.6 b/games/factor/factor.6 index 07fc7b98a697..426571be98c5 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.5.2.3 2003/01/26 02:54:56 keramida Exp $ .\" .\" By: Landon Curt Noll chongo@toad.com, ...!{sun,tolsoft}!hoptoad!chongo .\" diff --git a/games/factor/factor.c b/games/factor/factor.c index e3aa90cb8bee..35b0ba8c57ab 100644 --- a/games/factor/factor.c +++ b/games/factor/factor.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)factor.c 8.4 (Berkeley) 5/4/95"; __RCSID("$NetBSD: factor.c,v 1.13 2002/06/18 23:07:36 simonb Exp $"); #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/factor/factor.c,v 1.9.2.2 2002/10/23 14:59:14 fanf Exp $"; #endif /* not lint */ /* diff --git a/games/fish/Makefile b/games/fish/Makefile index d2b503547ee8..0fd41b569113 100644 --- a/games/fish/Makefile +++ b/games/fish/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/fish/Makefile,v 1.4.6.3 2002/02/18 16:02:41 ru Exp $ PROG= fish FILES= fish.instr diff --git a/games/fish/fish.6 b/games/fish/fish.6 index fd4d682611fe..d4a735742ee1 100644 --- a/games/fish/fish.6 +++ b/games/fish/fish.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fish.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/fish/fish.6,v 1.3 1999/08/27 23:29:02 peter Exp $ .\" .TH FISH 6 "May 31, 1993" .UC 4 diff --git a/games/fish/fish.c b/games/fish/fish.c index bc1572ea306f..22e6da004643 100644 --- a/games/fish/fish.c +++ b/games/fish/fish.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/games/fish/fish.c,v 1.9 1999/12/10 16:21:50 billf Exp $ */ #ifndef lint @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fish.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/fish/fish.c,v 1.9 1999/12/10 16:21:50 billf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index 8dc25c58ca02..c6c0334afdae 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/19/94 -# $FreeBSD$ +# $FreeBSD: src/games/fortune/datfiles/Makefile,v 1.24.2.4 2003/07/10 08:14:00 murray Exp $ FILES= fortunes fortunes2 freebsd-tips murphy startrek zippy BLDS= fortunes.dat fortunes2.dat murphy.dat startrek.dat zippy.dat \ diff --git a/games/fortune/datfiles/fortunes b/games/fortune/datfiles/fortunes index 5e49f9636987..fb38c2ab4da0 100644 --- a/games/fortune/datfiles/fortunes +++ b/games/fortune/datfiles/fortunes @@ -1,5 +1,5 @@ This fortune brought to you by: -$FreeBSD$ +$FreeBSD: src/games/fortune/datfiles/fortunes,v 1.34.2.12 2002/10/19 05:10:08 fanf Exp $ % -- Gifts for Children -- diff --git a/games/fortune/datfiles/fortunes-o.real b/games/fortune/datfiles/fortunes-o.real index f3274d7b6f4d..a77c21f4da86 100644 --- a/games/fortune/datfiles/fortunes-o.real +++ b/games/fortune/datfiles/fortunes-o.real @@ -1,4 +1,4 @@ -%% $FreeBSD$ +%% $FreeBSD: src/games/fortune/datfiles/fortunes-o.real,v 1.4.2.5 2002/08/09 20:40:24 fanf Exp $ My Favorite Drugs [Sung to My Favorite Things] Reefers and roach clips and papers and rollers Cocaine and procaine for twenty year molars diff --git a/games/fortune/datfiles/fortunes2 b/games/fortune/datfiles/fortunes2 index 4a5652116ff4..f4d9d224b005 100644 --- a/games/fortune/datfiles/fortunes2 +++ b/games/fortune/datfiles/fortunes2 @@ -1,5 +1,5 @@ This fortune brought to you by: -$FreeBSD$ +$FreeBSD: src/games/fortune/datfiles/fortunes2,v 1.17.2.8 2002/10/19 05:10:15 fanf Exp $ % ======================================================================= diff --git a/games/fortune/datfiles/fortunes2-o b/games/fortune/datfiles/fortunes2-o index 49d6fb9ab3c4..ddd0bbe284a6 100644 --- a/games/fortune/datfiles/fortunes2-o +++ b/games/fortune/datfiles/fortunes2-o @@ -1,5 +1,5 @@ This fortune brought to you by: -$FreeBSD$ +$FreeBSD: src/games/fortune/datfiles/fortunes2-o,v 1.6.2.3 2002/08/09 20:40:27 fanf Exp $ % PLAYGIRL, Inc. Philadelphia, Pa. 19369 diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index 7c3e3295cf9a..0bd127001c24 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -1,5 +1,5 @@ This fortune brought to you by: -$FreeBSD$ +$FreeBSD: src/games/fortune/datfiles/freebsd-tips,v 1.14.2.12 2003/08/05 10:03:09 schweikh Exp $ % Having trouble using fetch through a firewall? Try setting the environment variable FTP_PASSIVE_MODE to yes, and see fetch(3) for more details. diff --git a/games/fortune/datfiles/limerick b/games/fortune/datfiles/limerick index 77368c585ebc..0b70b2d392e2 100644 --- a/games/fortune/datfiles/limerick +++ b/games/fortune/datfiles/limerick @@ -1,4 +1,4 @@ -%% $FreeBSD$ +%% $FreeBSD: src/games/fortune/datfiles/limerick,v 1.3.2.1 2002/08/09 20:40:29 fanf Exp $ A bad little girl in Madrid, A most reprehensible kid, Told her Tante Louise diff --git a/games/fortune/datfiles/murphy b/games/fortune/datfiles/murphy index 0a23d2097313..8d242feae244 100644 --- a/games/fortune/datfiles/murphy +++ b/games/fortune/datfiles/murphy @@ -1,4 +1,4 @@ -%%$FreeBSD$ +%%$FreeBSD: src/games/fortune/datfiles/murphy,v 1.2.2.3 2001/09/30 22:45:25 kris Exp $ When things are going well, someone will inevitably experiment detrimentally. % diff --git a/games/fortune/datfiles/murphy-o b/games/fortune/datfiles/murphy-o index 0d33993b30cb..3fa983dcc708 100644 --- a/games/fortune/datfiles/murphy-o +++ b/games/fortune/datfiles/murphy-o @@ -1,4 +1,4 @@ -%%$FreeBSD$ +%%$FreeBSD: src/games/fortune/datfiles/murphy-o,v 1.1.2.2 2001/08/01 17:24:03 obrien Exp $ You can lead a horticulture, but you can't make her think. % When you're up to your nose in shit, diff --git a/games/fortune/datfiles/startrek b/games/fortune/datfiles/startrek index e05032a15ad9..0b4521ec4f2e 100644 --- a/games/fortune/datfiles/startrek +++ b/games/fortune/datfiles/startrek @@ -1,4 +1,4 @@ -%% $FreeBSD$ +%% $FreeBSD: src/games/fortune/datfiles/startrek,v 1.1.1.1.14.1 2003/07/13 03:56:24 kris Exp $ A father doesn't destroy his children. -- Lt. Carolyn Palamas, "Who Mourns for Adonais?", stardate 3468.1. diff --git a/games/fortune/datfiles/zippy b/games/fortune/datfiles/zippy index 5cfd6372c0b1..b0c3ab0287ad 100644 --- a/games/fortune/datfiles/zippy +++ b/games/fortune/datfiles/zippy @@ -1,4 +1,4 @@ -%% $FreeBSD$ +%% $FreeBSD: src/games/fortune/datfiles/zippy,v 1.2.2.1 2002/08/09 20:40:29 fanf Exp $ A can of ASPARAGUS, 73 pigeons, some LIVE ammo, and a FROZEN DAQUIRI!! % A dwarf is passing out somewhere in Detroit! diff --git a/games/fortune/fortune/Makefile b/games/fortune/fortune/Makefile index 93e356f047a1..85f78ae63494 100644 --- a/games/fortune/fortune/Makefile +++ b/games/fortune/fortune/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/fortune/fortune/Makefile,v 1.3.8.1 2001/04/25 09:28:54 ru Exp $ PROG= fortune MAN= fortune.6 diff --git a/games/fortune/fortune/fortune.6 b/games/fortune/fortune/fortune.6 index b8519499fa13..12e4edec45b6 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.9.2.6 2001/12/14 14:26:32 ru Exp $ .\" .Dd April 19, 1994 .Dt FORTUNE 6 diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index 2ebd512cacbd..204f6b757627 100644 --- a/games/fortune/fortune/fortune.c +++ b/games/fortune/fortune/fortune.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/fortune/fortune/fortune.c,v 1.18.2.1 2001/07/02 00:35:27 dd Exp $ */ #ifndef lint static const char copyright[] = @@ -46,7 +46,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/fortune/fortune/fortune.c,v 1.18.2.1 2001/07/02 00:35:27 dd Exp $"; #endif /* not lint */ # include <sys/param.h> diff --git a/games/fortune/strfile/Makefile b/games/fortune/strfile/Makefile index f1838161c749..29199aa7f2db 100644 --- a/games/fortune/strfile/Makefile +++ b/games/fortune/strfile/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/fortune/strfile/Makefile,v 1.2.8.1 2001/04/25 09:28:54 ru Exp $ PROG= strfile MAN= strfile.8 diff --git a/games/fortune/strfile/strfile.8 b/games/fortune/strfile/strfile.8 index f0256b1f1c5a..2848aa832034 100644 --- a/games/fortune/strfile/strfile.8 +++ b/games/fortune/strfile/strfile.8 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strfile.8 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/fortune/strfile/strfile.8,v 1.5.2.3 2001/08/16 10:08:23 ru Exp $ .\" .Dd June 9, 1993 .Dt STRFILE 8 diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index e9a3e2f08c5b..b948ad8a40c8 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/games/fortune/strfile/strfile.c,v 1.15.2.2 2001/03/05 11:52:37 kris Exp $ */ #ifndef lint @@ -47,7 +47,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/fortune/strfile/strfile.c,v 1.15.2.2 2001/03/05 11:52:37 kris Exp $"; #endif #endif /* not lint */ diff --git a/games/fortune/strfile/strfile.h b/games/fortune/strfile/strfile.h index 24c94e9edc3d..c6cb63144a9f 100644 --- a/games/fortune/strfile/strfile.h +++ b/games/fortune/strfile/strfile.h @@ -35,7 +35,7 @@ * * @(#)strfile.h 8.1 (Berkeley) 5/31/93 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/fortune/strfile/strfile.h,v 1.3 1999/10/02 12:33:37 dcs Exp $ */ #define STR_ENDSTRING(line,tbl) \ (((unsigned char)(line)[0]) == (tbl).str_delim && (line)[1] == '\n') diff --git a/games/fortune/unstr/unstr.c b/games/fortune/unstr/unstr.c index 9bd2298140cb..68bb62de0012 100644 --- a/games/fortune/unstr/unstr.c +++ b/games/fortune/unstr/unstr.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/games/fortune/unstr/unstr.c,v 1.5 1999/11/16 02:57:01 billf Exp $ */ #ifndef lint @@ -47,7 +47,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)unstr.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/fortune/unstr/unstr.c,v 1.5 1999/11/16 02:57:01 billf Exp $"; #endif #endif /* not lint */ diff --git a/games/grdc/Makefile b/games/grdc/Makefile index 0aeea1e2ab2e..d59eeb5601c6 100644 --- a/games/grdc/Makefile +++ b/games/grdc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/games/grdc/Makefile,v 1.4.2.2 2001/10/02 11:51:49 ru Exp $ PROG= grdc WARNS?= 2 diff --git a/games/grdc/grdc.6 b/games/grdc/grdc.6 index c73e6a2e2388..eb130dcce1c1 100644 --- a/games/grdc/grdc.6 +++ b/games/grdc/grdc.6 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/games/grdc/grdc.6,v 1.2.12.1 2001/10/02 11:51:49 ru Exp $ .Dd September 25, 2001 .Dt GRDC 6 .Sh NAME diff --git a/games/grdc/grdc.c b/games/grdc/grdc.c index 97d956fdc743..f3c6f4337edb 100644 --- a/games/grdc/grdc.c +++ b/games/grdc/grdc.c @@ -6,7 +6,7 @@ * modified 10-18-89 for curses (jrl) * 10-18-89 added signal handling * - * $FreeBSD$ + * $FreeBSD: src/games/grdc/grdc.c,v 1.8.2.1 2001/10/02 11:51:49 ru Exp $ */ #include <err.h> diff --git a/games/hack/Makefile b/games/hack/Makefile index eaf19e50c457..a9ae61ba5c6a 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/hack/Makefile,v 1.20.2.4 2002/08/07 16:31:41 ru Exp $ PROG= hack SRCS= alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \ diff --git a/games/hack/alloc.c b/games/hack/alloc.c index 94512653e8cd..a8b4cf8254ed 100644 --- a/games/hack/alloc.c +++ b/games/hack/alloc.c @@ -1,5 +1,5 @@ /* alloc.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/alloc.c,v 1.4 1999/11/16 02:57:01 billf Exp $ */ #include <stdlib.h> diff --git a/games/hack/hack.6 b/games/hack/hack.6 index de34120da8f5..cc7155c7b34b 100644 --- a/games/hack/hack.6 +++ b/games/hack/hack.6 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/games/hack/hack.6,v 1.2.8.1 2001/07/22 11:01:22 dd Exp $ .TH HACK 6 "31 March 1985" .UC 4 .SH NAME diff --git a/games/hack/hack.apply.c b/games/hack/hack.apply.c index a63bc40bc1a6..63948741c351 100644 --- a/games/hack/hack.apply.c +++ b/games/hack/hack.apply.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.apply.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.apply.c,v 1.4.2.1 2001/02/18 02:20:07 kris Exp $ */ #include "hack.h" #include "def.edog.h" diff --git a/games/hack/hack.bones.c b/games/hack/hack.bones.c index 4f67997e2bd1..2aec22bc4975 100644 --- a/games/hack/hack.bones.c +++ b/games/hack/hack.bones.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.bones.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.bones.c,v 1.4 1999/11/16 10:26:35 marcel Exp $ */ #include "hack.h" extern char plname[PL_NSIZ]; diff --git a/games/hack/hack.c b/games/hack/hack.c index 1e023fc1bf4c..1786baaa202b 100644 --- a/games/hack/hack.c +++ b/games/hack/hack.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.c,v 1.4 1999/11/16 10:26:35 marcel Exp $ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.cmd.c b/games/hack/hack.cmd.c index 27beaaea4261..70d407dc79da 100644 --- a/games/hack/hack.cmd.c +++ b/games/hack/hack.cmd.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.cmd.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.cmd.c,v 1.4 1999/11/16 10:26:35 marcel Exp $ */ #include "hack.h" #include "def.func_tab.h" diff --git a/games/hack/hack.do.c b/games/hack/hack.do.c index 547a455e27db..e3c117bd0d20 100644 --- a/games/hack/hack.do.c +++ b/games/hack/hack.do.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.do.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.do.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */ /* Contains code for 'd', 'D' (drop), '>', '<' (up, down) and 't' (throw) */ diff --git a/games/hack/hack.do_name.c b/games/hack/hack.do_name.c index add0b8a56ad3..345ee06f0aa3 100644 --- a/games/hack/hack.do_name.c +++ b/games/hack/hack.do_name.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.do_name.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.do_name.c,v 1.5 1999/11/16 10:26:36 marcel Exp $ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.do_wear.c b/games/hack/hack.do_wear.c index 46e701372aa6..1a8102f23568 100644 --- a/games/hack/hack.do_wear.c +++ b/games/hack/hack.do_wear.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.do_wear.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.do_wear.c,v 1.3 1999/11/16 02:57:03 billf Exp $ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.dog.c b/games/hack/hack.dog.c index 9e518e1b3275..ee426d22ac76 100644 --- a/games/hack/hack.dog.c +++ b/games/hack/hack.dog.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.dog.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.dog.c,v 1.3 1999/11/16 02:57:03 billf Exp $ */ #include "hack.h" #include "hack.mfndpos.h" diff --git a/games/hack/hack.eat.c b/games/hack/hack.eat.c index 8c023a6bb16f..a79a8c897400 100644 --- a/games/hack/hack.eat.c +++ b/games/hack/hack.eat.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.eat.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.eat.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */ #include "hack.h" char POISONOUS[] = "ADKSVabhks"; diff --git a/games/hack/hack.end.c b/games/hack/hack.end.c index 98c8336f39e3..6bb6fc956caa 100644 --- a/games/hack/hack.end.c +++ b/games/hack/hack.end.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.end.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.end.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.engrave.c b/games/hack/hack.engrave.c index bc9ed849dae9..b7b72ef76cb0 100644 --- a/games/hack/hack.engrave.c +++ b/games/hack/hack.engrave.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.engrave.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.engrave.c,v 1.4 1999/11/16 02:57:04 billf Exp $ */ #include "hack.h" diff --git a/games/hack/hack.fight.c b/games/hack/hack.fight.c index 000c58fa607e..b3410184fcdc 100644 --- a/games/hack/hack.fight.c +++ b/games/hack/hack.fight.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.fight.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.fight.c,v 1.5 1999/11/16 10:26:36 marcel Exp $ */ #include "hack.h" extern struct permonst li_dog, dog, la_dog; diff --git a/games/hack/hack.invent.c b/games/hack/hack.invent.c index 7fc170c7e344..992d99e7a8f1 100644 --- a/games/hack/hack.invent.c +++ b/games/hack/hack.invent.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.invent.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.invent.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.ioctl.c b/games/hack/hack.ioctl.c index 626fead7e0a3..46b4d3413a1a 100644 --- a/games/hack/hack.ioctl.c +++ b/games/hack/hack.ioctl.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.ioctl.c - version 1.0.2 */ -/* $FreeBSD$ +/* $FreeBSD: src/games/hack/hack.ioctl.c,v 1.2 1999/09/12 07:01:23 marcel Exp $ /* This cannot be part of hack.tty.c (as it was earlier) since on some systems (e.g. MUNIX) the include files <termio.h> and <sgtty.h> diff --git a/games/hack/hack.lev.c b/games/hack/hack.lev.c index bdc542e845d9..20b27a3008d6 100644 --- a/games/hack/hack.lev.c +++ b/games/hack/hack.lev.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.lev.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.lev.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */ #include "hack.h" #include "def.mkroom.h" diff --git a/games/hack/hack.main.c b/games/hack/hack.main.c index b29320a5aa02..52a802571a2c 100644 --- a/games/hack/hack.main.c +++ b/games/hack/hack.main.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.main.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.main.c,v 1.9 1999/11/16 10:26:36 marcel Exp $ */ #include <stdio.h> #include <signal.h> diff --git a/games/hack/hack.makemon.c b/games/hack/hack.makemon.c index 64e1ecfd7215..0f19b20faef9 100644 --- a/games/hack/hack.makemon.c +++ b/games/hack/hack.makemon.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.makemon.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.makemon.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */ #include "hack.h" extern char fut_geno[]; diff --git a/games/hack/hack.mhitu.c b/games/hack/hack.mhitu.c index b3a316fab323..e153b942e04e 100644 --- a/games/hack/hack.mhitu.c +++ b/games/hack/hack.mhitu.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mhitu.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.mhitu.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */ #include "hack.h" extern struct monst *makemon(); diff --git a/games/hack/hack.mklev.c b/games/hack/hack.mklev.c index b9b3f0474a95..90559ee752fb 100644 --- a/games/hack/hack.mklev.c +++ b/games/hack/hack.mklev.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mklev.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.mklev.c,v 1.6 1999/11/16 10:26:36 marcel Exp $ */ #include <stdlib.h> #include <unistd.h> diff --git a/games/hack/hack.mkmaze.c b/games/hack/hack.mkmaze.c index 769cd5db5955..609a172c8b16 100644 --- a/games/hack/hack.mkmaze.c +++ b/games/hack/hack.mkmaze.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mkmaze.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.mkmaze.c,v 1.4 1999/11/16 10:26:37 marcel Exp $ */ #include "hack.h" #include "def.mkroom.h" /* not really used */ diff --git a/games/hack/hack.mkobj.c b/games/hack/hack.mkobj.c index a9098a6b235e..732f1ba32795 100644 --- a/games/hack/hack.mkobj.c +++ b/games/hack/hack.mkobj.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mkobj.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.mkobj.c,v 1.5 1999/11/16 10:26:37 marcel Exp $ */ #include "hack.h" diff --git a/games/hack/hack.mkshop.c b/games/hack/hack.mkshop.c index 1a43f303d2d0..d11d46edc69f 100644 --- a/games/hack/hack.mkshop.c +++ b/games/hack/hack.mkshop.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mkshop.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.mkshop.c,v 1.4 1999/11/16 10:26:37 marcel Exp $ */ #ifndef QUEST #include "hack.h" diff --git a/games/hack/hack.mon.c b/games/hack/hack.mon.c index 218761fd9037..825b9b6fe5f5 100644 --- a/games/hack/hack.mon.c +++ b/games/hack/hack.mon.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mon.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.mon.c,v 1.5 1999/11/16 10:26:37 marcel Exp $ */ #include "hack.h" #include "hack.mfndpos.h" diff --git a/games/hack/hack.o_init.c b/games/hack/hack.o_init.c index 0bb94189fa31..48ce1f499b62 100644 --- a/games/hack/hack.o_init.c +++ b/games/hack/hack.o_init.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.o_init.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.o_init.c,v 1.6 1999/11/16 10:26:37 marcel Exp $ */ #include <string.h> #include "config.h" /* for typedefs */ diff --git a/games/hack/hack.objnam.c b/games/hack/hack.objnam.c index eebc05230b22..a6e980119ce6 100644 --- a/games/hack/hack.objnam.c +++ b/games/hack/hack.objnam.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.objnam.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.objnam.c,v 1.3 1999/11/16 02:57:08 billf Exp $ */ #include "hack.h" #define Sprintf (void) sprintf diff --git a/games/hack/hack.options.c b/games/hack/hack.options.c index 7bd1baa197d4..83e558728e16 100644 --- a/games/hack/hack.options.c +++ b/games/hack/hack.options.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.options.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.options.c,v 1.5 1999/11/16 02:57:08 billf Exp $ */ #include <stdlib.h> #include "config.h" diff --git a/games/hack/hack.pager.c b/games/hack/hack.pager.c index 17df16166b60..58d734a88d14 100644 --- a/games/hack/hack.pager.c +++ b/games/hack/hack.pager.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.pager.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.pager.c,v 1.7 1999/11/16 02:57:09 billf Exp $ */ /* This file contains the command routine dowhatis() and a pager. */ /* Also readmail() and doshell(), and generally the things that diff --git a/games/hack/hack.potion.c b/games/hack/hack.potion.c index 751b7e083744..c7929a8be2e1 100644 --- a/games/hack/hack.potion.c +++ b/games/hack/hack.potion.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.potion.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.potion.c,v 1.5 1999/11/16 10:26:37 marcel Exp $ */ #include "hack.h" extern int float_down(); diff --git a/games/hack/hack.pri.c b/games/hack/hack.pri.c index 9dfd8c8025a4..d268987a0c72 100644 --- a/games/hack/hack.pri.c +++ b/games/hack/hack.pri.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.pri.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.pri.c,v 1.5 1999/11/16 10:26:37 marcel Exp $ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.read.c b/games/hack/hack.read.c index c0175d1f5a0d..9aa07a09b039 100644 --- a/games/hack/hack.read.c +++ b/games/hack/hack.read.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.read.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.read.c,v 1.6 1999/11/16 10:26:37 marcel Exp $ */ #include "hack.h" diff --git a/games/hack/hack.rip.c b/games/hack/hack.rip.c index f37b9eca58b2..ebd748bea7be 100644 --- a/games/hack/hack.rip.c +++ b/games/hack/hack.rip.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.rip.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.rip.c,v 1.4 1999/11/16 10:26:37 marcel Exp $ */ #include <stdio.h> #include "hack.h" diff --git a/games/hack/hack.rumors.c b/games/hack/hack.rumors.c index 6d63ee503a28..12642d10d4d9 100644 --- a/games/hack/hack.rumors.c +++ b/games/hack/hack.rumors.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.rumors.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.rumors.c,v 1.3 1999/11/16 02:57:10 billf Exp $ */ #include <stdio.h> #include "hack.h" /* for RUMORFILE and BSD (index) */ diff --git a/games/hack/hack.save.c b/games/hack/hack.save.c index 46d3ba105689..1ace54559bdc 100644 --- a/games/hack/hack.save.c +++ b/games/hack/hack.save.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.save.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.save.c,v 1.4 1999/11/16 10:26:37 marcel Exp $ */ #include "hack.h" extern char genocided[60]; /* defined in Decl.c */ diff --git a/games/hack/hack.search.c b/games/hack/hack.search.c index 8476c88e81a7..e544ab7e3749 100644 --- a/games/hack/hack.search.c +++ b/games/hack/hack.search.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.search.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.search.c,v 1.3 1999/11/16 02:57:11 billf Exp $ */ #include "hack.h" diff --git a/games/hack/hack.shk.c b/games/hack/hack.shk.c index 4104ba892900..a1e914bb7a87 100644 --- a/games/hack/hack.shk.c +++ b/games/hack/hack.shk.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.shk.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.shk.c,v 1.5 1999/11/16 10:26:37 marcel Exp $ */ #include "hack.h" #ifdef QUEST diff --git a/games/hack/hack.shknam.c b/games/hack/hack.shknam.c index f3bf8f05815d..93f40f96e62e 100644 --- a/games/hack/hack.shknam.c +++ b/games/hack/hack.shknam.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.shknam.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.shknam.c,v 1.3 1999/11/16 02:57:11 billf Exp $ */ #include "hack.h" diff --git a/games/hack/hack.steal.c b/games/hack/hack.steal.c index 6c97a58d5b28..c97c29008856 100644 --- a/games/hack/hack.steal.c +++ b/games/hack/hack.steal.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.steal.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.steal.c,v 1.4 1999/11/16 10:26:38 marcel Exp $ */ #include "hack.h" diff --git a/games/hack/hack.termcap.c b/games/hack/hack.termcap.c index c4a3a82de646..cad8fa8153be 100644 --- a/games/hack/hack.termcap.c +++ b/games/hack/hack.termcap.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.termcap.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.termcap.c,v 1.10 1999/11/16 10:26:38 marcel Exp $ */ #include <stdio.h> #include <termcap.h> diff --git a/games/hack/hack.timeout.c b/games/hack/hack.timeout.c index f23febf7693d..d90279c7ebc9 100644 --- a/games/hack/hack.timeout.c +++ b/games/hack/hack.timeout.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.timeout.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.timeout.c,v 1.3 1999/11/16 02:57:12 billf Exp $ */ #include "hack.h" diff --git a/games/hack/hack.topl.c b/games/hack/hack.topl.c index 739b2ce25624..c157f3e35e3b 100644 --- a/games/hack/hack.topl.c +++ b/games/hack/hack.topl.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.topl.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.topl.c,v 1.3 1999/11/16 02:57:12 billf Exp $ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.track.c b/games/hack/hack.track.c index 0062ae9e12b7..6fba8883a922 100644 --- a/games/hack/hack.track.c +++ b/games/hack/hack.track.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.track.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.track.c,v 1.4 1999/11/16 10:26:38 marcel Exp $ */ #include "hack.h" diff --git a/games/hack/hack.trap.c b/games/hack/hack.trap.c index ea99f2ff3999..d34549eef447 100644 --- a/games/hack/hack.trap.c +++ b/games/hack/hack.trap.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.trap.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.trap.c,v 1.5 1999/11/16 10:26:38 marcel Exp $ */ #include "hack.h" diff --git a/games/hack/hack.tty.c b/games/hack/hack.tty.c index f86c09fe8206..285d29762fd4 100644 --- a/games/hack/hack.tty.c +++ b/games/hack/hack.tty.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)hack.tty.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/hack/hack.tty.c,v 1.6.2.1 2000/07/20 10:35:07 kris Exp $"; #endif /* not lint */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ diff --git a/games/hack/hack.u_init.c b/games/hack/hack.u_init.c index e3900afd5579..7c514e97f208 100644 --- a/games/hack/hack.u_init.c +++ b/games/hack/hack.u_init.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.u_init.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.u_init.c,v 1.4 1999/11/16 02:57:13 billf Exp $ */ #include "hack.h" #include <stdio.h> diff --git a/games/hack/hack.unix.c b/games/hack/hack.unix.c index e8ddfcaaf349..4cc351e55aea 100644 --- a/games/hack/hack.unix.c +++ b/games/hack/hack.unix.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.unix.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.unix.c,v 1.8 1999/11/16 02:57:13 billf Exp $ */ /* This file collects some Unix dependencies; hack.pager.c contains some more */ diff --git a/games/hack/hack.vault.c b/games/hack/hack.vault.c index 472de9a13974..d70c97b6ae10 100644 --- a/games/hack/hack.vault.c +++ b/games/hack/hack.vault.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.vault.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.vault.c,v 1.4 1999/11/16 10:26:38 marcel Exp $ */ #include "hack.h" #ifdef QUEST diff --git a/games/hack/hack.version.c b/games/hack/hack.version.c index 0fe78854972b..e7520620622c 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.3 1999/08/27 23:29:05 peter Exp $ */ #include "date.h" diff --git a/games/hack/hack.wield.c b/games/hack/hack.wield.c index 7533de697ba4..a9b493a9810e 100644 --- a/games/hack/hack.wield.c +++ b/games/hack/hack.wield.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.wield.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.wield.c,v 1.4 1999/11/16 10:26:38 marcel Exp $ */ #include "hack.h" extern struct obj zeroobj; diff --git a/games/hack/hack.wizard.c b/games/hack/hack.wizard.c index f4a4712925fe..eece8e0b4512 100644 --- a/games/hack/hack.wizard.c +++ b/games/hack/hack.wizard.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.wizard.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.wizard.c,v 1.3 1999/11/16 02:57:14 billf Exp $ */ /* wizard code - inspired by rogue code from Merlyn Leroy (digi-g!brian) */ diff --git a/games/hack/hack.worm.c b/games/hack/hack.worm.c index 3c3ba1b80640..2229d628a1df 100644 --- a/games/hack/hack.worm.c +++ b/games/hack/hack.worm.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.worm.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.worm.c,v 1.4 1999/11/16 10:26:38 marcel Exp $ */ #include "hack.h" #ifndef NOWORM diff --git a/games/hack/hack.worn.c b/games/hack/hack.worn.c index f4ae772d13c4..42e62db624f5 100644 --- a/games/hack/hack.worn.c +++ b/games/hack/hack.worn.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.worn.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.worn.c,v 1.3 1999/11/16 02:57:14 billf Exp $ */ #include "hack.h" diff --git a/games/hack/hack.zap.c b/games/hack/hack.zap.c index 957b46c4461f..72f959465d2c 100644 --- a/games/hack/hack.zap.c +++ b/games/hack/hack.zap.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.zap.c - version 1.0.3 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/hack.zap.c,v 1.4 1999/11/16 10:26:38 marcel Exp $ */ #include "hack.h" diff --git a/games/hack/makedefs.c b/games/hack/makedefs.c index add5f1beb808..86f8b6165f54 100644 --- a/games/hack/makedefs.c +++ b/games/hack/makedefs.c @@ -1,6 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* makedefs.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/makedefs.c,v 1.4 1999/11/16 02:57:15 billf Exp $ */ #include <stdio.h> #include <string.h> diff --git a/games/hack/rnd.c b/games/hack/rnd.c index 037b2d913260..f54ab5839072 100644 --- a/games/hack/rnd.c +++ b/games/hack/rnd.c @@ -1,5 +1,5 @@ /* rnd.c - version 1.0.2 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/hack/rnd.c,v 1.5 1999/11/16 10:26:38 marcel Exp $ */ #include <stdlib.h> diff --git a/games/hangman/Makefile b/games/hangman/Makefile index 68461aa071a6..89827188c411 100644 --- a/games/hangman/Makefile +++ b/games/hangman/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/hangman/Makefile,v 1.2.14.1 2001/04/25 09:28:57 ru Exp $ PROG= hangman SRCS= endgame.c extern.c getguess.c getword.c main.c playgame.c \ diff --git a/games/hangman/endgame.c b/games/hangman/endgame.c index a04908a2cee0..6a489d6fc950 100644 --- a/games/hangman/endgame.c +++ b/games/hangman/endgame.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)endgame.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/hangman/endgame.c,v 1.5 1999/12/10 03:22:59 billf Exp $"; #endif /* not lint */ # include "hangman.h" diff --git a/games/hangman/extern.c b/games/hangman/extern.c index 5561adc997b9..0d1089c32d33 100644 --- a/games/hangman/extern.c +++ b/games/hangman/extern.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/hangman/extern.c,v 1.2 1999/11/30 03:48:54 billf Exp $"; #endif /* not lint */ # include "hangman.h" diff --git a/games/hangman/getguess.c b/games/hangman/getguess.c index 4caaf0e144c3..0e6e6be1ad28 100644 --- a/games/hangman/getguess.c +++ b/games/hangman/getguess.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)getguess.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/hangman/getguess.c,v 1.6 1999/12/10 03:22:59 billf Exp $"; #endif /* not lint */ #include <sys/ttydefaults.h> diff --git a/games/hangman/getword.c b/games/hangman/getword.c index 00246aa146f7..724cff311cfe 100644 --- a/games/hangman/getword.c +++ b/games/hangman/getword.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)getword.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/hangman/getword.c,v 1.6 1999/12/10 03:22:59 billf Exp $"; #endif /* not lint */ #include "hangman.h" diff --git a/games/hangman/hangman.6 b/games/hangman/hangman.6 index e1ab323815ae..f19c30f1111a 100644 --- a/games/hangman/hangman.6 +++ b/games/hangman/hangman.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)hangman.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/hangman/hangman.6,v 1.4 1999/08/27 23:29:06 peter Exp $ .\" .TH HANGMAN 6 "May 31, 1993" .UC 4 diff --git a/games/hangman/hangman.h b/games/hangman/hangman.h index a0851be844f0..6a93afc84b12 100644 --- a/games/hangman/hangman.h +++ b/games/hangman/hangman.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)hangman.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/games/hangman/hangman.h,v 1.3 1999/12/10 03:22:59 billf Exp $ */ # include <stdlib.h> diff --git a/games/hangman/main.c b/games/hangman/main.c index a948eea7338c..8bcb06febc43 100644 --- a/games/hangman/main.c +++ b/games/hangman/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/hangman/main.c,v 1.5 1999/12/10 03:22:59 billf Exp $"; #endif /* not lint */ # include "hangman.h" diff --git a/games/hangman/playgame.c b/games/hangman/playgame.c index 2059e392028b..c1b42c36e32c 100644 --- a/games/hangman/playgame.c +++ b/games/hangman/playgame.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)playgame.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/hangman/playgame.c,v 1.5 1999/12/10 03:23:00 billf Exp $"; #endif /* not lint */ # include "hangman.h" diff --git a/games/hangman/prdata.c b/games/hangman/prdata.c index be9feffce217..fcf8267d4a90 100644 --- a/games/hangman/prdata.c +++ b/games/hangman/prdata.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)prdata.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/hangman/prdata.c,v 1.5 1999/12/10 03:23:00 billf Exp $"; #endif /* not lint */ # include "hangman.h" diff --git a/games/hangman/prman.c b/games/hangman/prman.c index 8e4f63f944a5..98c61c1823bb 100644 --- a/games/hangman/prman.c +++ b/games/hangman/prman.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)prman.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/hangman/prman.c,v 1.5 1999/12/10 03:23:00 billf Exp $"; #endif /* not lint */ # include "hangman.h" diff --git a/games/hangman/prword.c b/games/hangman/prword.c index ddc3ed33d15e..88fd4abc18e8 100644 --- a/games/hangman/prword.c +++ b/games/hangman/prword.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)prword.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/hangman/prword.c,v 1.3 1999/12/10 03:23:00 billf Exp $"; #endif /* not lint */ # include "hangman.h" diff --git a/games/hangman/setup.c b/games/hangman/setup.c index 6889f8cc264b..e6e2a7a60a98 100644 --- a/games/hangman/setup.c +++ b/games/hangman/setup.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/hangman/setup.c,v 1.6 1999/12/10 03:23:01 billf Exp $"; #endif /* not lint */ # include <stdlib.h> diff --git a/games/larn/Makefile b/games/larn/Makefile index b74886fec779..92017b9b160c 100644 --- a/games/larn/Makefile +++ b/games/larn/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.12 (Berkeley) 5/30/93 -# $FreeBSD$ +# $FreeBSD: src/games/larn/Makefile,v 1.6.2.5 2002/08/07 16:31:42 ru Exp $ # EXTRA # Incorporates code to gather additional performance statistics diff --git a/games/larn/bill.c b/games/larn/bill.c index eff826df9feb..2ce6f95d7d52 100644 --- a/games/larn/bill.c +++ b/games/larn/bill.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)bill.c 5.2 (Berkeley) 5/28/91"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/larn/bill.c,v 1.6 1999/11/30 03:48:58 billf Exp $"; #endif /* not lint */ #include <sys/file.h> diff --git a/games/larn/create.c b/games/larn/create.c index 1bfa1ee96c11..e8cc10b52b3d 100644 --- a/games/larn/create.c +++ b/games/larn/create.c @@ -1,5 +1,5 @@ /* create.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/create.c,v 1.4 1999/11/16 02:57:20 billf Exp $ */ #include "header.h" extern char spelknow[],larnlevels[]; extern char beenhere[],wizard,level; diff --git a/games/larn/data.c b/games/larn/data.c index a09d55cccff4..795c8f2a0500 100644 --- a/games/larn/data.c +++ b/games/larn/data.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)data.c 5.3 (Berkeley) 5/13/91"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/larn/data.c,v 1.5 1999/11/30 03:48:59 billf Exp $"; #endif /* not lint */ /* data.c Larn is copyrighted 1986 by Noah Morgan. */ diff --git a/games/larn/diag.c b/games/larn/diag.c index 860b18ac844b..616759b91694 100644 --- a/games/larn/diag.c +++ b/games/larn/diag.c @@ -1,5 +1,5 @@ /* diag.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/diag.c,v 1.5 1999/11/16 02:57:21 billf Exp $ */ #include <sys/types.h> #include <sys/times.h> #include <sys/stat.h> diff --git a/games/larn/display.c b/games/larn/display.c index 0c3059077876..5859e1d74ab5 100644 --- a/games/larn/display.c +++ b/games/larn/display.c @@ -1,5 +1,5 @@ /* display.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/display.c,v 1.4 1999/11/16 02:57:21 billf Exp $ */ #include "header.h" #define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c)) diff --git a/games/larn/fortune.c b/games/larn/fortune.c index 798aa2eecf04..b0708fe4e3f7 100644 --- a/games/larn/fortune.c +++ b/games/larn/fortune.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)fortune.c 5.5 (Berkeley) 6/10/91"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/larn/fortune.c,v 1.2 1999/11/30 03:48:59 billf Exp $"; #endif /* not lint */ /* fortune.c Larn is copyrighted 1986 by Noah Morgan. */ diff --git a/games/larn/global.c b/games/larn/global.c index 4f7f29a561f5..5d67ea676e91 100644 --- a/games/larn/global.c +++ b/games/larn/global.c @@ -1,5 +1,5 @@ /* global.c Larn is copyrighted 1986 by Noah Morgan. - * $FreeBSD$ + * $FreeBSD: src/games/larn/global.c,v 1.5 1999/11/16 02:57:21 billf Exp $ * * raiselevel() subroutine to raise the player one level * loselevel() subroutine to lower the player by one level diff --git a/games/larn/help.c b/games/larn/help.c index fa31c82c8960..7f3487d41483 100644 --- a/games/larn/help.c +++ b/games/larn/help.c @@ -1,5 +1,5 @@ /* help.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/help.c,v 1.4 1999/11/16 02:57:21 billf Exp $ */ #include "header.h" /* * help function to display the help info diff --git a/games/larn/io.c b/games/larn/io.c index 112268b210d9..c75119205f8c 100644 --- a/games/larn/io.c +++ b/games/larn/io.c @@ -1,5 +1,5 @@ /* io.c Larn is copyrighted 1986 by Noah Morgan. - * $FreeBSD$ + * $FreeBSD: src/games/larn/io.c,v 1.7 1999/11/16 02:57:22 billf Exp $ * * Below are the functions in this file: * diff --git a/games/larn/larn.6 b/games/larn/larn.6 index 29080d774b48..4ee9f37bb084 100644 --- a/games/larn/larn.6 +++ b/games/larn/larn.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)larn.6 5.5 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/larn/larn.6,v 1.6.2.3 2001/07/22 11:01:22 dd Exp $ .\" .Dd December 30, 1993 .Dt LARN 6 diff --git a/games/larn/main.c b/games/larn/main.c index cb500d3bc72d..f505e314f805 100644 --- a/games/larn/main.c +++ b/games/larn/main.c @@ -1,5 +1,5 @@ /* main.c */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/main.c,v 1.9 1999/11/30 03:48:59 billf Exp $ */ #include <sys/types.h> #include <sys/stat.h> #include "header.h" diff --git a/games/larn/monster.c b/games/larn/monster.c index 2e8874c88c52..5f8b72659182 100644 --- a/games/larn/monster.c +++ b/games/larn/monster.c @@ -1,6 +1,6 @@ /* * monster.c Larn is copyrighted 1986 by Noah Morgan. - * $FreeBSD$ + * $FreeBSD: src/games/larn/monster.c,v 1.6 1999/11/16 11:47:40 marcel Exp $ * * This file contains the following functions: * ---------------------------------------------------------------------------- diff --git a/games/larn/moreobj.c b/games/larn/moreobj.c index ddad0d62b777..687e70d85d2e 100644 --- a/games/larn/moreobj.c +++ b/games/larn/moreobj.c @@ -1,5 +1,5 @@ /* moreobj.c Larn is copyrighted 1986 by Noah Morgan. - * $FreeBSD$ + * $FreeBSD: src/games/larn/moreobj.c,v 1.4 1999/11/16 02:57:22 billf Exp $ * * Routines in this file: * diff --git a/games/larn/movem.c b/games/larn/movem.c index 8ae135889a0b..72ec2f51a1d8 100644 --- a/games/larn/movem.c +++ b/games/larn/movem.c @@ -1,6 +1,6 @@ /* * movem.c (move monster) Larn is copyrighted 1986 by Noah Morgan. - * $FreeBSD$ + * $FreeBSD: src/games/larn/movem.c,v 1.4 1999/11/16 02:57:23 billf Exp $ * * Here are the functions in this file: * diff --git a/games/larn/nap.c b/games/larn/nap.c index fbe4f61ab9ac..e885acd0f1f7 100644 --- a/games/larn/nap.c +++ b/games/larn/nap.c @@ -1,5 +1,5 @@ /* nap.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/nap.c,v 1.4 1999/11/16 02:57:23 billf Exp $ */ #include <signal.h> #include <sys/types.h> #ifdef SYSV diff --git a/games/larn/object.c b/games/larn/object.c index cb5c21625e72..f5cecc8f7409 100644 --- a/games/larn/object.c +++ b/games/larn/object.c @@ -1,5 +1,5 @@ /* object.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/object.c,v 1.4 1999/11/16 02:57:23 billf Exp $ */ #include "header.h" /* diff --git a/games/larn/regen.c b/games/larn/regen.c index 40b84f66da9a..98f15fbaa2d5 100644 --- a/games/larn/regen.c +++ b/games/larn/regen.c @@ -1,5 +1,5 @@ /* regen.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/regen.c,v 1.4 1999/11/16 02:57:24 billf Exp $ */ #include "header.h" /* ******* diff --git a/games/larn/savelev.c b/games/larn/savelev.c index 1ef873f471ef..21d508d0666c 100644 --- a/games/larn/savelev.c +++ b/games/larn/savelev.c @@ -1,5 +1,5 @@ /* savelev.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/savelev.c,v 1.3 1999/11/16 02:57:24 billf Exp $ */ #include "header.h" extern struct cel *cell; diff --git a/games/larn/scores.c b/games/larn/scores.c index b932beb6d6cc..df348c04369d 100644 --- a/games/larn/scores.c +++ b/games/larn/scores.c @@ -1,5 +1,5 @@ /* scores.c Larn is copyrighted 1986 by Noah Morgan. - * $FreeBSD$ + * $FreeBSD: src/games/larn/scores.c,v 1.6 1999/11/16 02:57:24 billf Exp $ * * Functions in this file are: * diff --git a/games/larn/store.c b/games/larn/store.c index 0036c875f81e..27c3a326de8a 100644 --- a/games/larn/store.c +++ b/games/larn/store.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)store.c 5.4 (Berkeley) 5/13/91"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/larn/store.c,v 1.5 1999/11/30 03:49:00 billf Exp $"; #endif /* not lint */ /* store.c Larn is copyrighted 1986 by Noah Morgan. */ diff --git a/games/larn/tok.c b/games/larn/tok.c index 449c7d2141e2..ba6075228e4d 100644 --- a/games/larn/tok.c +++ b/games/larn/tok.c @@ -1,5 +1,5 @@ /* tok.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/tok.c,v 1.5 1999/11/16 02:57:25 billf Exp $ */ #include <sys/types.h> #ifdef SYSV #include <fcntl.h> diff --git a/games/mille/Makefile b/games/mille/Makefile index 1e8c87475f86..55a5ee64b714 100644 --- a/games/mille/Makefile +++ b/games/mille/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/mille/Makefile,v 1.2.14.1 2001/04/25 09:28:58 ru Exp $ PROG= mille SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \ diff --git a/games/mille/comp.c b/games/mille/comp.c index ce42c2e6df27..cdc75e43f29b 100644 --- a/games/mille/comp.c +++ b/games/mille/comp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)comp.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/comp.c,v 1.5 1999/12/12 06:17:24 billf Exp $"; #endif /* not lint */ # include "mille.h" diff --git a/games/mille/end.c b/games/mille/end.c index c8d736c5ea09..77194a77c535 100644 --- a/games/mille/end.c +++ b/games/mille/end.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)end.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/end.c,v 1.5 1999/12/12 06:17:24 billf Exp $"; #endif /* not lint */ # include "mille.h" diff --git a/games/mille/extern.c b/games/mille/extern.c index aae29d2deb15..c82a5ae7d31c 100644 --- a/games/mille/extern.c +++ b/games/mille/extern.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/extern.c,v 1.3 1999/11/30 03:49:01 billf Exp $"; #endif /* not lint */ # include "mille.h" diff --git a/games/mille/init.c b/games/mille/init.c index f29ed2281dd0..3317a0c1f73c 100644 --- a/games/mille/init.c +++ b/games/mille/init.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/init.c,v 1.5 1999/12/12 06:17:24 billf Exp $"; #endif /* not lint */ # include "mille.h" diff --git a/games/mille/mille.6 b/games/mille/mille.6 index 039b4d0964c5..f267ec6d3b43 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.4.2.1 2001/07/22 11:01:22 dd Exp $ .\" .TH MILLE 6 "December 30, 1993" .UC 4 diff --git a/games/mille/mille.c b/games/mille/mille.c index 0495d1191dcd..aee5d359b211 100644 --- a/games/mille/mille.c +++ b/games/mille/mille.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/games/mille/mille.c,v 1.10 1999/12/12 06:17:24 billf Exp $ */ #ifndef lint @@ -44,7 +44,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mille.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/mille.c,v 1.10 1999/12/12 06:17:24 billf Exp $"; #endif #endif /* not lint */ diff --git a/games/mille/mille.h b/games/mille/mille.h index 2f94e41f05e8..63f2b1a25487 100644 --- a/games/mille/mille.h +++ b/games/mille/mille.h @@ -32,7 +32,7 @@ * * @(#)mille.h 8.1 (Berkeley) 5/31/93 * - * $FreeBSD$ + * $FreeBSD: src/games/mille/mille.h,v 1.7 1999/12/12 06:17:24 billf Exp $ */ # include <sys/types.h> diff --git a/games/mille/misc.c b/games/mille/misc.c index dae6b20d8b96..e5a83314993d 100644 --- a/games/mille/misc.c +++ b/games/mille/misc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/misc.c,v 1.8.2.1 2001/06/13 13:52:14 dwmalone Exp $"; #endif /* not lint */ #include <sys/file.h> diff --git a/games/mille/move.c b/games/mille/move.c index b67acfd6112c..d42997f53ffb 100644 --- a/games/mille/move.c +++ b/games/mille/move.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/move.c,v 1.6 1999/12/12 06:17:24 billf Exp $"; #endif /* not lint */ #include <termios.h> diff --git a/games/mille/print.c b/games/mille/print.c index a373168ffdd8..5dd846720e6b 100644 --- a/games/mille/print.c +++ b/games/mille/print.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/print.c,v 1.5 1999/12/12 06:17:24 billf Exp $"; #endif /* not lint */ # include "mille.h" diff --git a/games/mille/roll.c b/games/mille/roll.c index 714b51f7f83c..8a5f0009713a 100644 --- a/games/mille/roll.c +++ b/games/mille/roll.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)roll.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/roll.c,v 1.6 1999/12/12 06:17:24 billf Exp $"; #endif /* not lint */ # include "mille.h" diff --git a/games/mille/save.c b/games/mille/save.c index c9c29517cae6..5a9b2581351b 100644 --- a/games/mille/save.c +++ b/games/mille/save.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/save.c,v 1.6 1999/12/12 06:17:24 billf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/mille/types.c b/games/mille/types.c index d54f46f600ae..224abf549306 100644 --- a/games/mille/types.c +++ b/games/mille/types.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)types.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/types.c,v 1.5 1999/12/12 06:17:25 billf Exp $"; #endif /* not lint */ # include "mille.h" diff --git a/games/mille/varpush.c b/games/mille/varpush.c index 853f005a2a82..3176e5975cbe 100644 --- a/games/mille/varpush.c +++ b/games/mille/varpush.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)varpush.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/mille/varpush.c,v 1.6 1999/12/12 06:17:25 billf Exp $"; #endif /* not lint */ # include <paths.h> diff --git a/games/morse/Makefile b/games/morse/Makefile index 44b20bab668b..d712a4348a96 100644 --- a/games/morse/Makefile +++ b/games/morse/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/morse/Makefile,v 1.4.6.5 2001/04/25 09:28:58 ru Exp $ PROG= morse MAN= morse.6 diff --git a/games/morse/morse.6 b/games/morse/morse.6 index 1e3b68bb13a4..7a3dd7294b15 100644 --- a/games/morse/morse.6 +++ b/games/morse/morse.6 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bcd.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/morse/morse.6,v 1.4.2.7 2003/01/26 02:57:27 keramida Exp $ .\" .Dd December 7, 2000 .Dt MORSE 6 diff --git a/games/morse/morse.c b/games/morse/morse.c index 832228d978ef..3873cf47c592 100644 --- a/games/morse/morse.c +++ b/games/morse/morse.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)morse.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/morse/morse.c,v 1.12.2.2 2002/03/12 17:45:15 phantom Exp $"; #endif /* not lint */ #include <sys/time.h> diff --git a/games/number/Makefile b/games/number/Makefile index 8e75f71a7858..7bad11ef831e 100644 --- a/games/number/Makefile +++ b/games/number/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/number/Makefile,v 1.2.6.1 2001/04/25 09:28:59 ru Exp $ PROG= number MAN= number.6 diff --git a/games/number/number.6 b/games/number/number.6 index c5081e846403..6a8175296c8f 100644 --- a/games/number/number.6 +++ b/games/number/number.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)number.6 8.2 (Berkeley) 3/31/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/number/number.6,v 1.3.2.1 2000/12/08 13:40:04 ru Exp $ .\" .Dd March 31, 1994 .Dt NUMBER 6 diff --git a/games/number/number.c b/games/number/number.c index c7dfbe424a09..665dd009427f 100644 --- a/games/number/number.c +++ b/games/number/number.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)number.c 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/number/number.c,v 1.12 1999/12/12 03:22:35 billf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index 414ec9827017..e09dbffe937e 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/phantasia/Makefile,v 1.16.2.2 2002/08/07 16:31:42 ru Exp $ PROG= phantasia SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c diff --git a/games/phantasia/fight.c b/games/phantasia/fight.c index ae778d42e152..910bbc562057 100644 --- a/games/phantasia/fight.c +++ b/games/phantasia/fight.c @@ -1,7 +1,7 @@ /* * fight.c Phantasia monster fighting routines * - * $FreeBSD$ + * $FreeBSD: src/games/phantasia/fight.c,v 1.7 1999/11/16 02:57:33 billf Exp $ */ #include <string.h> diff --git a/games/phantasia/gamesupport.c b/games/phantasia/gamesupport.c index 23711d276268..2caf90568d1c 100644 --- a/games/phantasia/gamesupport.c +++ b/games/phantasia/gamesupport.c @@ -1,7 +1,7 @@ /* * gamesupport.c - auxiliary routines for support of Phantasia * - * $FreeBSD$ + * $FreeBSD: src/games/phantasia/gamesupport.c,v 1.6 1999/11/16 02:57:33 billf Exp $ */ #include <string.h> diff --git a/games/phantasia/interplayer.c b/games/phantasia/interplayer.c index 6a7f9eccd54a..b9213667c7fd 100644 --- a/games/phantasia/interplayer.c +++ b/games/phantasia/interplayer.c @@ -1,7 +1,7 @@ /* * interplayer.c - player to player routines for Phantasia * - * $FreeBSD$ + * $FreeBSD: src/games/phantasia/interplayer.c,v 1.6 1999/11/16 02:57:33 billf Exp $ */ #include <string.h> diff --git a/games/phantasia/io.c b/games/phantasia/io.c index bfd2564636d7..e65b3fdb7ee1 100644 --- a/games/phantasia/io.c +++ b/games/phantasia/io.c @@ -1,7 +1,7 @@ /* * io.c - input/output routines for Phantasia * - * $FreeBSD$ + * $FreeBSD: src/games/phantasia/io.c,v 1.6 1999/11/16 02:57:33 billf Exp $ */ #include <string.h> diff --git a/games/phantasia/main.c b/games/phantasia/main.c index 8840bae08fe0..c55ce4f0f6ac 100644 --- a/games/phantasia/main.c +++ b/games/phantasia/main.c @@ -4,7 +4,7 @@ * Edward A. Estes * AT&T, March 12, 1986 * - * $FreeBSD$ + * $FreeBSD: src/games/phantasia/main.c,v 1.8 1999/11/16 02:57:34 billf Exp $ */ /* DISCLAIMER: diff --git a/games/phantasia/misc.c b/games/phantasia/misc.c index d0fbecc44238..07b23d0e1620 100644 --- a/games/phantasia/misc.c +++ b/games/phantasia/misc.c @@ -1,7 +1,7 @@ /* * misc.c Phantasia miscellaneous support routines * - * $FreeBSD$ + * $FreeBSD: src/games/phantasia/misc.c,v 1.7 1999/11/16 02:57:34 billf Exp $ */ #include <string.h> diff --git a/games/phantasia/phantasia.6 b/games/phantasia/phantasia.6 index b86c3b45b69e..cfc55305c88d 100644 --- a/games/phantasia/phantasia.6 +++ b/games/phantasia/phantasia.6 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/games/phantasia/phantasia.6,v 1.6.2.1 2001/07/22 11:32:36 dd Exp $ .\" .de sh .br diff --git a/games/phantasia/setup.c b/games/phantasia/setup.c index fddf7f4b9b5d..ec32a9781992 100644 --- a/games/phantasia/setup.c +++ b/games/phantasia/setup.c @@ -1,7 +1,7 @@ /* * setup.c - set up all files for Phantasia * - * $FreeBSD$ + * $FreeBSD: src/games/phantasia/setup.c,v 1.11 1999/11/16 02:57:34 billf Exp $ */ #include "include.h" #include <sys/types.h> diff --git a/games/piano/Makefile b/games/piano/Makefile index 9fba3cf23a52..e036bf32e787 100644 --- a/games/piano/Makefile +++ b/games/piano/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/piano/Makefile,v 1.1.1.1.12.1 2001/04/25 09:28:59 ru Exp $ PROG= piano MAN= piano.6 diff --git a/games/piano/piano.6 b/games/piano/piano.6 index 8078b6c6e712..c6807d5639bb 100644 --- a/games/piano/piano.6 +++ b/games/piano/piano.6 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/games/piano/piano.6,v 1.2.6.4 2001/07/22 11:32:36 dd Exp $ .\" .Dd February 3, 1995 .Dt "PIANO" 6 diff --git a/games/piano/piano.c b/games/piano/piano.c index 664f43413756..9244276f1b98 100644 --- a/games/piano/piano.c +++ b/games/piano/piano.c @@ -2,7 +2,7 @@ * piano.c - a piano emulator */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/piano/piano.c,v 1.7 1999/12/12 03:22:37 billf Exp $"; #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/games/pig/Makefile b/games/pig/Makefile index 9cde1e428533..3e7fd0bcc97b 100644 --- a/games/pig/Makefile +++ b/games/pig/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/pig/Makefile,v 1.2.6.1 2001/04/25 09:29:00 ru Exp $ PROG= pig MAN= pig.6 diff --git a/games/pig/pig.6 b/games/pig/pig.6 index f67c4754e2c1..27396da75205 100644 --- a/games/pig/pig.6 +++ b/games/pig/pig.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pig.6 8.1 (Berkeley) 6/10/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/pig/pig.6,v 1.4.2.1 2000/12/08 13:40:04 ru Exp $ .\" .Dd June 10, 1993 .Dt PIG 6 diff --git a/games/pig/pig.c b/games/pig/pig.c index 627fab02c0ed..94954f803dc0 100644 --- a/games/pig/pig.c +++ b/games/pig/pig.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)pig.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/pig/pig.c,v 1.7 1999/11/30 03:49:08 billf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/pom/Makefile b/games/pom/Makefile index afde919cf8b1..fad84a2433ce 100644 --- a/games/pom/Makefile +++ b/games/pom/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/pom/Makefile,v 1.2.8.1 2001/04/25 09:29:00 ru Exp $ PROG= pom MAN= pom.6 diff --git a/games/pom/pom.6 b/games/pom/pom.6 index 1a5325b4b5a0..7c41b6c77a63 100644 --- a/games/pom/pom.6 +++ b/games/pom/pom.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pom.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/pom/pom.6,v 1.3.2.1 2001/07/22 11:32:37 dd Exp $ .\" .TH POM 6 "May 31, 1993" .UC 7 diff --git a/games/pom/pom.c b/games/pom/pom.c index 240791141d8c..d09acb46b1e5 100644 --- a/games/pom/pom.c +++ b/games/pom/pom.c @@ -44,7 +44,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)pom.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/pom/pom.c,v 1.9 1999/11/30 03:49:09 billf Exp $"; #endif /* not lint */ /* diff --git a/games/ppt/ppt.c b/games/ppt/ppt.c index 2df8ef264023..0ed53d9e234d 100644 --- a/games/ppt/ppt.c +++ b/games/ppt/ppt.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ppt.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/ppt/ppt.c,v 1.7 1999/12/12 06:30:45 billf Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/games/primes/pattern.c b/games/primes/pattern.c index dff1f4d2d610..3e992338e159 100644 --- a/games/primes/pattern.c +++ b/games/primes/pattern.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)pattern.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/primes/pattern.c,v 1.3.2.1 2002/10/23 14:59:14 fanf Exp $"; #endif /* not lint */ /* diff --git a/games/primes/pr_tbl.c b/games/primes/pr_tbl.c index 6447916daad3..404e40b89b2f 100644 --- a/games/primes/pr_tbl.c +++ b/games/primes/pr_tbl.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)pr_tbl.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/primes/pr_tbl.c,v 1.3.2.1 2002/10/23 14:59:14 fanf Exp $"; #endif /* not lint */ /* diff --git a/games/primes/primes.c b/games/primes/primes.c index c89817d7da68..03ab7ed089da 100644 --- a/games/primes/primes.c +++ b/games/primes/primes.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)primes.c 8.5 (Berkeley) 5/10/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/primes/primes.c,v 1.15.2.2 2002/10/23 14:59:14 fanf Exp $"; #endif /* not lint */ /* diff --git a/games/primes/primes.h b/games/primes/primes.h index f4a90fa1fd85..6284fdf979a7 100644 --- a/games/primes/primes.h +++ b/games/primes/primes.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)primes.h 8.2 (Berkeley) 3/1/94 - * $FreeBSD$ + * $FreeBSD: src/games/primes/primes.h,v 1.1.1.1.14.1 2002/10/23 14:59:14 fanf Exp $ */ /* diff --git a/games/quiz/Makefile b/games/quiz/Makefile index b9b03f1d8627..ef90ecc53017 100644 --- a/games/quiz/Makefile +++ b/games/quiz/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/quiz/Makefile,v 1.5.6.3 2002/02/18 16:02:43 ru Exp $ PROG= quiz SRCS= quiz.c rxp.c diff --git a/games/quiz/quiz.6 b/games/quiz/quiz.6 index d8706db58820..55853e1f75d9 100644 --- a/games/quiz/quiz.6 +++ b/games/quiz/quiz.6 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)quiz.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/quiz/quiz.6,v 1.3.2.1 2000/12/08 13:40:05 ru Exp $ .\" .Dd May 31, 1993 .Dt QUIZ 6 diff --git a/games/quiz/quiz.c b/games/quiz/quiz.c index 1c262729293d..fa9147b2028b 100644 --- a/games/quiz/quiz.c +++ b/games/quiz/quiz.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)quiz.c 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/quiz/quiz.c,v 1.12 1999/12/12 02:29:54 billf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/quiz/rxp.c b/games/quiz/rxp.c index 69ac7c77b798..bdf16b5c7965 100644 --- a/games/quiz/rxp.c +++ b/games/quiz/rxp.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)rxp.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/quiz/rxp.c,v 1.5 1999/12/12 02:29:54 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rain/Makefile b/games/rain/Makefile index 64dc9d49c5d1..b1f59f650a8f 100644 --- a/games/rain/Makefile +++ b/games/rain/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/rain/Makefile,v 1.5.2.1 2001/04/25 09:29:01 ru Exp $ PROG= rain MAN= rain.6 diff --git a/games/rain/rain.6 b/games/rain/rain.6 index 1fcc7e91626f..6e05bb0ad056 100644 --- a/games/rain/rain.6 +++ b/games/rain/rain.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rain.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/rain/rain.6,v 1.4.2.2 2001/08/16 10:08:23 ru Exp $ .\" .Dd May 31, 1993 .Dt RAIN 6 diff --git a/games/rain/rain.c b/games/rain/rain.c index 70799219bb76..5061f67488a5 100644 --- a/games/rain/rain.c +++ b/games/rain/rain.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rain.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rain/rain.c,v 1.8.2.1 2001/03/05 11:54:10 kris Exp $"; #endif /* not lint */ /* diff --git a/games/random/Makefile b/games/random/Makefile index 7db5a8f8f85a..3d14644bf816 100644 --- a/games/random/Makefile +++ b/games/random/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 3/31/94 -# $FreeBSD$ +# $FreeBSD: src/games/random/Makefile,v 1.1.1.1.14.2 2003/02/15 10:34:35 seanc Exp $ PROG= random MAN= random.6 diff --git a/games/random/random.6 b/games/random/random.6 index 9706d74d136d..afa136e5a993 100644 --- a/games/random/random.6 +++ b/games/random/random.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)random.6 8.2 (Berkeley) 3/31/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/random/random.6,v 1.3.2.3 2003/02/15 10:34:35 seanc Exp $ .\" .Dd February 8, 2003 .Dt RANDOM 6 diff --git a/games/random/random.c b/games/random/random.c index 7b45f6ecd8e3..6cbcd0871272 100644 --- a/games/random/random.c +++ b/games/random/random.c @@ -47,7 +47,7 @@ static const char sccsid[] = "@(#)random.c 8.5 (Berkeley) 4/5/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/games/random/random.c,v 1.11.2.1 2003/02/15 10:34:35 seanc Exp $"); #include <sys/types.h> diff --git a/games/random/randomize_fd.c b/games/random/randomize_fd.c index 33588b14c6cd..d4a8883f9db6 100644 --- a/games/random/randomize_fd.c +++ b/games/random/randomize_fd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/games/random/randomize_fd.c,v 1.2.2.1 2003/02/15 10:34:35 seanc Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/games/random/randomize_fd.h b/games/random/randomize_fd.h index 5b50e6265504..ec86e18c10aa 100644 --- a/games/random/randomize_fd.h +++ b/games/random/randomize_fd.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/games/random/randomize_fd.h,v 1.2.2.1 2003/02/15 10:34:35 seanc Exp $ */ #ifndef __RANDOMIZE_FD__ diff --git a/games/robots/Makefile b/games/robots/Makefile index b0a83321fa29..ef9743aab21c 100644 --- a/games/robots/Makefile +++ b/games/robots/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/robots/Makefile,v 1.5.2.3 2002/08/07 16:31:42 ru Exp $ PROG= robots CFLAGS+=-DMAX_PER_UID=5 diff --git a/games/robots/extern.c b/games/robots/extern.c index 07a8ce0bfcb8..6c94cb99a2ea 100644 --- a/games/robots/extern.c +++ b/games/robots/extern.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/robots/extern.c,v 1.2 1999/11/30 03:49:16 billf Exp $"; #endif /* not lint */ # include "robots.h" diff --git a/games/robots/flush_in.c b/games/robots/flush_in.c index 894185c85975..379c5be947b3 100644 --- a/games/robots/flush_in.c +++ b/games/robots/flush_in.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)flush_in.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/robots/flush_in.c,v 1.2 1999/11/30 03:49:17 billf Exp $"; #endif /* not lint */ # include <curses.h> diff --git a/games/robots/init_field.c b/games/robots/init_field.c index 5ba646649707..3b67f2cb1b8b 100644 --- a/games/robots/init_field.c +++ b/games/robots/init_field.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)init_field.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/robots/init_field.c,v 1.6 1999/11/30 03:49:17 billf Exp $"; #endif /* not lint */ #include <string.h> diff --git a/games/robots/main.c b/games/robots/main.c index 837d608eff31..e76b06a22ec7 100644 --- a/games/robots/main.c +++ b/games/robots/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/robots/main.c,v 1.7 1999/11/30 03:49:18 billf Exp $"; #endif /* not lint */ # include "robots.h" diff --git a/games/robots/make_level.c b/games/robots/make_level.c index 4aca2f584a05..23f1cdfa8c33 100644 --- a/games/robots/make_level.c +++ b/games/robots/make_level.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)make_level.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/robots/make_level.c,v 1.4 1999/11/30 03:49:18 billf Exp $"; #endif /* not lint */ # include "robots.h" diff --git a/games/robots/move.c b/games/robots/move.c index fe18ed61567c..0198c1ffa07c 100644 --- a/games/robots/move.c +++ b/games/robots/move.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/robots/move.c,v 1.6 1999/11/30 03:49:18 billf Exp $"; #endif /* not lint */ #include <sys/ttydefaults.h> diff --git a/games/robots/move_robs.c b/games/robots/move_robs.c index 21bf0ba2150c..1ae456fcd440 100644 --- a/games/robots/move_robs.c +++ b/games/robots/move_robs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)move_robs.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/robots/move_robs.c,v 1.4 1999/11/30 03:49:19 billf Exp $"; #endif /* not lint */ # include "robots.h" diff --git a/games/robots/play_level.c b/games/robots/play_level.c index 6361d9b580a5..8bb55ef2c620 100644 --- a/games/robots/play_level.c +++ b/games/robots/play_level.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)play_level.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/robots/play_level.c,v 1.4 1999/11/30 03:49:20 billf Exp $"; #endif /* not lint */ # include "robots.h" diff --git a/games/robots/query.c b/games/robots/query.c index bc6590cf6785..42e6e9ca848d 100644 --- a/games/robots/query.c +++ b/games/robots/query.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/robots/query.c,v 1.5 1999/11/30 03:49:20 billf Exp $"; #endif /* not lint */ #include <string.h> diff --git a/games/robots/rnd_pos.c b/games/robots/rnd_pos.c index 13be7cac90ee..bb02dab987ea 100644 --- a/games/robots/rnd_pos.c +++ b/games/robots/rnd_pos.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)rnd_pos.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/robots/rnd_pos.c,v 1.5 1999/11/30 03:49:20 billf Exp $"; #endif /* not lint */ # include <stdlib.h> diff --git a/games/robots/robots.6 b/games/robots/robots.6 index 2f89853c7f41..75a49d7707f1 100644 --- a/games/robots/robots.6 +++ b/games/robots/robots.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)robots.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/robots/robots.6,v 1.3.2.1 2001/08/17 08:28:04 roberto Exp $ .\" .TH ROBOTS 6 "May 31, 1993" .UC 6 diff --git a/games/robots/score.c b/games/robots/score.c index 21fadf5f1c1a..7c1c145e9cf6 100644 --- a/games/robots/score.c +++ b/games/robots/score.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/robots/score.c,v 1.5 1999/11/30 03:49:20 billf Exp $"; #endif /* not lint */ # include "robots.h" diff --git a/games/rogue/Makefile b/games/rogue/Makefile index 71efb98baad9..85c8e0b2f7bb 100644 --- a/games/rogue/Makefile +++ b/games/rogue/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/rogue/Makefile,v 1.4.2.5 2002/08/07 16:31:42 ru Exp $ PROG= rogue CFLAGS+=-DUNIX -fwritable-strings diff --git a/games/rogue/USD.doc/rogue.me b/games/rogue/USD.doc/rogue.me index 20f5a8484583..f86c0d83e2b1 100644 --- a/games/rogue/USD.doc/rogue.me +++ b/games/rogue/USD.doc/rogue.me @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rogue.me 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/rogue/USD.doc/rogue.me,v 1.1.1.1.14.1 2001/03/05 11:57:26 kris Exp $ .\" .ds E \s-2<ESCAPE>\s0 .ds R \s-2<RETURN>\s0 diff --git a/games/rogue/hit.c b/games/rogue/hit.c index aef546cf6829..443bc80bdb5d 100644 --- a/games/rogue/hit.c +++ b/games/rogue/hit.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)hit.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/hit.c,v 1.6 1999/11/30 03:49:22 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/init.c b/games/rogue/init.c index 3c214cbcd99a..041b1215c82b 100644 --- a/games/rogue/init.c +++ b/games/rogue/init.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/init.c,v 1.4 1999/11/30 03:49:22 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/inventory.c b/games/rogue/inventory.c index 0923aa1fb232..e918d9788349 100644 --- a/games/rogue/inventory.c +++ b/games/rogue/inventory.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)inventory.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/inventory.c,v 1.4 1999/11/30 03:49:23 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/level.c b/games/rogue/level.c index 1fb0e05252a3..a0208bc3263c 100644 --- a/games/rogue/level.c +++ b/games/rogue/level.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)level.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/level.c,v 1.3 1999/11/30 03:49:23 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/machdep.c b/games/rogue/machdep.c index ea6149203709..c14ba9ff8284 100644 --- a/games/rogue/machdep.c +++ b/games/rogue/machdep.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)machdep.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/machdep.c,v 1.6.2.1 2001/12/17 12:43:23 phantom Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/main.c b/games/rogue/main.c index 781c61859e71..1874a708b2ed 100644 --- a/games/rogue/main.c +++ b/games/rogue/main.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/main.c,v 1.3 1999/11/30 03:49:23 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/message.c b/games/rogue/message.c index 3758a54d2f95..2b009dd01bb9 100644 --- a/games/rogue/message.c +++ b/games/rogue/message.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)message.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/message.c,v 1.7.2.1 2000/07/20 10:35:07 kris Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/monster.c b/games/rogue/monster.c index e436f862dd03..36735e9ba59f 100644 --- a/games/rogue/monster.c +++ b/games/rogue/monster.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)monster.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/monster.c,v 1.6 1999/11/30 03:49:24 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/move.c b/games/rogue/move.c index b989bf6bc56d..ce1d4f1a8514 100644 --- a/games/rogue/move.c +++ b/games/rogue/move.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/move.c,v 1.7 1999/11/30 03:49:24 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/object.c b/games/rogue/object.c index 9056c54bce74..c4204aa670ed 100644 --- a/games/rogue/object.c +++ b/games/rogue/object.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)object.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/object.c,v 1.5 1999/11/30 03:49:25 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/pack.c b/games/rogue/pack.c index 5ce3520172ad..9e43f6e369b0 100644 --- a/games/rogue/pack.c +++ b/games/rogue/pack.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)pack.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/pack.c,v 1.8 1999/11/30 03:49:25 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/play.c b/games/rogue/play.c index 13b319dbc5c3..ab88ef7b1afa 100644 --- a/games/rogue/play.c +++ b/games/rogue/play.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)play.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/play.c,v 1.3 1999/11/30 03:49:26 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/random.c b/games/rogue/random.c index 8105e6528cf5..ca863d2efb01 100644 --- a/games/rogue/random.c +++ b/games/rogue/random.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)random.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/random.c,v 1.6 1999/11/30 03:49:26 billf Exp $"; #endif /* not lint */ #include "rogue.h" diff --git a/games/rogue/ring.c b/games/rogue/ring.c index 4a4bb531a920..7449564efb65 100644 --- a/games/rogue/ring.c +++ b/games/rogue/ring.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)ring.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/ring.c,v 1.3 1999/11/30 03:49:26 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/rogue.6 b/games/rogue/rogue.6 index 614d3f636f02..8a46eb8a1e67 100644 --- a/games/rogue/rogue.6 +++ b/games/rogue/rogue.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rogue.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/rogue/rogue.6,v 1.4.2.3 2001/12/14 14:26:32 ru Exp $ .\" .Dd December 7, 2000 .Dt ROGUE 6 diff --git a/games/rogue/rogue.h b/games/rogue/rogue.h index c8299db75f8a..01092f138b28 100644 --- a/games/rogue/rogue.h +++ b/games/rogue/rogue.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)rogue.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/games/rogue/rogue.h,v 1.3.2.1 2001/12/17 12:43:23 phantom Exp $ */ #include <curses.h> diff --git a/games/rogue/room.c b/games/rogue/room.c index 08e8b68110f6..a4543beeec63 100644 --- a/games/rogue/room.c +++ b/games/rogue/room.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)room.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/room.c,v 1.7 1999/11/30 03:49:26 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/save.c b/games/rogue/save.c index 938217bbe80c..c4b02546d833 100644 --- a/games/rogue/save.c +++ b/games/rogue/save.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/save.c,v 1.6 1999/11/30 03:49:27 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/score.c b/games/rogue/score.c index b1c9ccd10dfd..153028f2c9a3 100644 --- a/games/rogue/score.c +++ b/games/rogue/score.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/score.c,v 1.4 1999/11/30 03:49:27 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/spec_hit.c b/games/rogue/spec_hit.c index bfcdc04cd7fe..605dce9e4b19 100644 --- a/games/rogue/spec_hit.c +++ b/games/rogue/spec_hit.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)spec_hit.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/spec_hit.c,v 1.4 1999/11/30 03:49:28 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/throw.c b/games/rogue/throw.c index 037beb2368ef..278a00ab44a9 100644 --- a/games/rogue/throw.c +++ b/games/rogue/throw.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)throw.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/throw.c,v 1.3 1999/11/30 03:49:28 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/trap.c b/games/rogue/trap.c index dd8cfedf9405..2753f086e5d2 100644 --- a/games/rogue/trap.c +++ b/games/rogue/trap.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)trap.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/trap.c,v 1.6 1999/11/30 03:49:28 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/use.c b/games/rogue/use.c index 3c5f62b4abc9..d54511239501 100644 --- a/games/rogue/use.c +++ b/games/rogue/use.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)use.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/use.c,v 1.4 1999/11/30 03:49:29 billf Exp $"; #endif /* not lint */ /* diff --git a/games/rogue/zap.c b/games/rogue/zap.c index d4f991cd45f7..af3ae904e66c 100644 --- a/games/rogue/zap.c +++ b/games/rogue/zap.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)zap.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/zap.c,v 1.3 1999/11/30 03:49:29 billf Exp $"; #endif /* not lint */ /* diff --git a/games/sail/Makefile b/games/sail/Makefile index 585ff84f6a09..9f98a0ac8978 100644 --- a/games/sail/Makefile +++ b/games/sail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/sail/Makefile,v 1.4.2.3 2002/08/07 16:31:42 ru Exp $ PROG= sail SRCS= main.c pl_main.c pl_1.c pl_2.c pl_3.c pl_4.c pl_5.c pl_6.c pl_7.c \ diff --git a/games/sail/assorted.c b/games/sail/assorted.c index 390f28f25293..4aba9279805e 100644 --- a/games/sail/assorted.c +++ b/games/sail/assorted.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)assorted.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/assorted.c,v 1.5 1999/11/30 03:49:31 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/dr_1.c b/games/sail/dr_1.c index 02551f9df628..8371af0c5359 100644 --- a/games/sail/dr_1.c +++ b/games/sail/dr_1.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dr_1.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/dr_1.c,v 1.7 1999/11/30 03:49:32 billf Exp $"; #endif /* not lint */ #include "driver.h" diff --git a/games/sail/dr_2.c b/games/sail/dr_2.c index 942b7686c9ff..14c7184c7128 100644 --- a/games/sail/dr_2.c +++ b/games/sail/dr_2.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dr_2.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/dr_2.c,v 1.6 1999/11/30 03:49:32 billf Exp $"; #endif /* not lint */ #include <string.h> diff --git a/games/sail/dr_3.c b/games/sail/dr_3.c index 845a707860fc..cf5a827e6005 100644 --- a/games/sail/dr_3.c +++ b/games/sail/dr_3.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dr_3.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/dr_3.c,v 1.6 1999/11/30 03:49:32 billf Exp $"; #endif /* not lint */ #include "driver.h" diff --git a/games/sail/dr_4.c b/games/sail/dr_4.c index e75d6b40715a..3da364fb81f8 100644 --- a/games/sail/dr_4.c +++ b/games/sail/dr_4.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dr_4.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/dr_4.c,v 1.5 1999/11/30 03:49:32 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/dr_5.c b/games/sail/dr_5.c index a801dbde7cd2..9d9a06e910d4 100644 --- a/games/sail/dr_5.c +++ b/games/sail/dr_5.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dr_5.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/dr_5.c,v 1.4 1999/11/30 03:49:33 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/dr_main.c b/games/sail/dr_main.c index 6ada54fe9052..6d5933e004f3 100644 --- a/games/sail/dr_main.c +++ b/games/sail/dr_main.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dr_main.c 8.2 (Berkeley) 4/16/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/dr_main.c,v 1.4 1999/11/30 03:49:33 billf Exp $"; #endif /* not lint */ #include "driver.h" diff --git a/games/sail/game.c b/games/sail/game.c index 8ff3c9055c51..98dc8bc88739 100644 --- a/games/sail/game.c +++ b/games/sail/game.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)game.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/game.c,v 1.5 1999/11/30 03:49:33 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/globals.c b/games/sail/globals.c index e9ccc07d519d..9570540181ff 100644 --- a/games/sail/globals.c +++ b/games/sail/globals.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)globals.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/globals.c,v 1.3 1999/11/30 03:49:34 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/lo_main.c b/games/sail/lo_main.c index 0615bcc6c778..c202d57f1a62 100644 --- a/games/sail/lo_main.c +++ b/games/sail/lo_main.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)lo_main.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/lo_main.c,v 1.2 1999/11/30 03:49:34 billf Exp $"; #endif /* not lint */ /* diff --git a/games/sail/main.c b/games/sail/main.c index e5deb9b75dbd..84b9242bd3f7 100644 --- a/games/sail/main.c +++ b/games/sail/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/main.c,v 1.5 1999/11/30 03:49:34 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/misc.c b/games/sail/misc.c index 4808f844be99..5db464d991ad 100644 --- a/games/sail/misc.c +++ b/games/sail/misc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/misc.c,v 1.5 1999/11/30 03:49:34 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/parties.c b/games/sail/parties.c index 5fe0538699bb..151a20ea5dd9 100644 --- a/games/sail/parties.c +++ b/games/sail/parties.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)parties.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/parties.c,v 1.5 1999/11/30 03:49:35 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/pl_1.c b/games/sail/pl_1.c index e51f4f90a1b9..d47b4e021217 100644 --- a/games/sail/pl_1.c +++ b/games/sail/pl_1.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pl_1.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/pl_1.c,v 1.2 1999/11/30 03:49:36 billf Exp $"; #endif /* not lint */ #include "player.h" diff --git a/games/sail/pl_2.c b/games/sail/pl_2.c index 529b527de4f1..776c282900d0 100644 --- a/games/sail/pl_2.c +++ b/games/sail/pl_2.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pl_2.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/pl_2.c,v 1.4 1999/11/30 03:49:36 billf Exp $"; #endif /* not lint */ #include "player.h" diff --git a/games/sail/pl_3.c b/games/sail/pl_3.c index 83486bea407f..4a772ac6619b 100644 --- a/games/sail/pl_3.c +++ b/games/sail/pl_3.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pl_3.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/pl_3.c,v 1.6 1999/11/30 03:49:37 billf Exp $"; #endif /* not lint */ #include "player.h" diff --git a/games/sail/pl_4.c b/games/sail/pl_4.c index 6e78b44b3d06..035f4e9b0efc 100644 --- a/games/sail/pl_4.c +++ b/games/sail/pl_4.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pl_4.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/pl_4.c,v 1.5 1999/11/30 03:49:37 billf Exp $"; #endif /* not lint */ #include "player.h" diff --git a/games/sail/pl_5.c b/games/sail/pl_5.c index 19876d1d9b36..c7ad561b24f3 100644 --- a/games/sail/pl_5.c +++ b/games/sail/pl_5.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pl_5.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/pl_5.c,v 1.6 1999/11/30 03:49:37 billf Exp $"; #endif /* not lint */ #include <string.h> diff --git a/games/sail/pl_6.c b/games/sail/pl_6.c index b91589ff0793..9f2f94766d46 100644 --- a/games/sail/pl_6.c +++ b/games/sail/pl_6.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pl_6.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/pl_6.c,v 1.5 1999/11/30 03:49:37 billf Exp $"; #endif /* not lint */ #include "player.h" diff --git a/games/sail/pl_7.c b/games/sail/pl_7.c index 02cd5f238943..056f8e4301a3 100644 --- a/games/sail/pl_7.c +++ b/games/sail/pl_7.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pl_7.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/pl_7.c,v 1.7 1999/11/30 03:49:37 billf Exp $"; #endif /* not lint */ #include <sys/ttydefaults.h> diff --git a/games/sail/pl_main.c b/games/sail/pl_main.c index becf6bf2b777..a749b0de416f 100644 --- a/games/sail/pl_main.c +++ b/games/sail/pl_main.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pl_main.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/pl_main.c,v 1.6 1999/11/30 03:49:38 billf Exp $"; #endif /* not lint */ #include "player.h" diff --git a/games/sail/player.h b/games/sail/player.h index 76c91ab09e46..44a3c5cb4d81 100644 --- a/games/sail/player.h +++ b/games/sail/player.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)player.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/games/sail/player.h,v 1.2.6.1 2001/05/01 11:45:08 dwmalone Exp $ */ #include <curses.h> diff --git a/games/sail/sail.6 b/games/sail/sail.6 index c06ba728ecf5..086c0725ea04 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.5.2.1 2001/07/22 11:32:37 dd Exp $ .\" .TH SAIL 6 "December 30, 1993" .UC 4 diff --git a/games/sail/sync.c b/games/sail/sync.c index 46f93cee20f8..44e7b46613a9 100644 --- a/games/sail/sync.c +++ b/games/sail/sync.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/sync.c,v 1.9 1999/11/30 03:49:38 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/sail/version.c b/games/sail/version.c index ceb59df7797f..e32ffc419ed9 100644 --- a/games/sail/version.c +++ b/games/sail/version.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/sail/version.c,v 1.2 1999/11/30 03:49:38 billf Exp $"; #endif /* not lint */ char version[] = "Wooden Ships and Iron Men, Version 8.1 (93/05/31)"; diff --git a/games/snake/snake/Makefile b/games/snake/snake/Makefile index 68b82e80c173..c0f3f6c1c707 100644 --- a/games/snake/snake/Makefile +++ b/games/snake/snake/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/snake/snake/Makefile,v 1.5.2.3 2002/08/07 16:31:42 ru Exp $ PROG= snake SRCS= snake.c move.c diff --git a/games/snake/snake/move.c b/games/snake/snake/move.c index e45199623a35..83ac8e7e97f4 100644 --- a/games/snake/snake/move.c +++ b/games/snake/snake/move.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 7/19/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/snake/snake/move.c,v 1.5.2.1 2000/08/17 06:21:44 jhb Exp $"; #endif /* not lint */ /************************************************************************* diff --git a/games/snake/snake/snake.6 b/games/snake/snake/snake.6 index 3f1d526a01bb..2e163461f947 100644 --- a/games/snake/snake/snake.6 +++ b/games/snake/snake/snake.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)snake.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/snake/snake/snake.6,v 1.4.2.1 2001/07/22 11:01:23 dd Exp $ .\" .TH SNAKE 6 "May 31, 1993" .UC 4 diff --git a/games/snake/snake/snake.c b/games/snake/snake/snake.c index f92f99c9b3eb..d6902d44ca60 100644 --- a/games/snake/snake/snake.c +++ b/games/snake/snake/snake.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)snake.c 8.2 (Berkeley) 1/7/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/snake/snake/snake.c,v 1.11.2.1 2000/08/17 06:21:44 jhb Exp $"; #endif /* not lint */ /* diff --git a/games/snake/snake/snake.h b/games/snake/snake/snake.h index 79c08e194820..b8ae2c0e4652 100644 --- a/games/snake/snake/snake.h +++ b/games/snake/snake/snake.h @@ -32,7 +32,7 @@ * * @(#)snake.h 8.1 (Berkeley) 5/31/93 * - * $FreeBSD$ + * $FreeBSD: src/games/snake/snake/snake.h,v 1.1.1.1.14.1 2000/08/17 06:21:44 jhb Exp $ */ # include <stdio.h> diff --git a/games/snake/snscore/snscore.c b/games/snake/snscore/snscore.c index 47a0d5c31029..cfe0c5ed956a 100644 --- a/games/snake/snscore/snscore.c +++ b/games/snake/snscore/snscore.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)snscore.c 8.1 (Berkeley) 7/19/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/snake/snscore/snscore.c,v 1.5 1999/11/30 03:49:42 billf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/trek/DOC/read_me.nr b/games/trek/DOC/read_me.nr index 310b990caa7a..d4d474200140 100644 --- a/games/trek/DOC/read_me.nr +++ b/games/trek/DOC/read_me.nr @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/games/trek/DOC/read_me.nr,v 1.1.1.1.14.1 2001/03/05 12:11:40 kris Exp $ .de @h 'sp 4 'tl 'TREK SETUP INSTRUCTIONS''%' diff --git a/games/trek/DOC/trekmanual.nr b/games/trek/DOC/trekmanual.nr index e8820484c049..8bbb403ceafd 100644 --- a/games/trek/DOC/trekmanual.nr +++ b/games/trek/DOC/trekmanual.nr @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/games/trek/DOC/trekmanual.nr,v 1.1.1.1.14.1 2002/08/15 18:10:56 schweikh Exp $ .br .po 10 .if n \!. diff --git a/games/trek/Makefile b/games/trek/Makefile index daaa3c61b46d..c44fea6ed77a 100644 --- a/games/trek/Makefile +++ b/games/trek/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/trek/Makefile,v 1.1.1.1.14.1 2001/04/25 09:29:03 ru Exp $ PROG= trek SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \ diff --git a/games/trek/USD.doc/trek.me b/games/trek/USD.doc/trek.me index 0d062a1c5b1b..4dfaab1f96ba 100644 --- a/games/trek/USD.doc/trek.me +++ b/games/trek/USD.doc/trek.me @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)trek.me 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/trek/USD.doc/trek.me,v 1.1.1.1.14.1 2000/11/28 17:06:48 ru Exp $ .\" .if n .na .de pp diff --git a/games/trek/abandon.c b/games/trek/abandon.c index a156e493a594..fdd2744efffc 100644 --- a/games/trek/abandon.c +++ b/games/trek/abandon.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)abandon.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/abandon.c,v 1.4 1999/11/30 03:49:43 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/attack.c b/games/trek/attack.c index 70682284458e..001a30916524 100644 --- a/games/trek/attack.c +++ b/games/trek/attack.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)attack.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/attack.c,v 1.4 1999/11/30 03:49:43 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/autover.c b/games/trek/autover.c index ac01d273bb28..3542ff4233cd 100644 --- a/games/trek/autover.c +++ b/games/trek/autover.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)autover.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/autover.c,v 1.4 1999/11/30 03:49:43 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/capture.c b/games/trek/capture.c index 7e66dd413dd8..640799d066b3 100644 --- a/games/trek/capture.c +++ b/games/trek/capture.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)capture.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/capture.c,v 1.4 1999/11/30 03:49:43 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/cgetc.c b/games/trek/cgetc.c index 3d25b1603a56..c0182c89e7f1 100644 --- a/games/trek/cgetc.c +++ b/games/trek/cgetc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cgetc.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/cgetc.c,v 1.2 1999/11/30 03:49:44 billf Exp $"; #endif /* not lint */ # include <stdio.h> diff --git a/games/trek/check_out.c b/games/trek/check_out.c index 02978583a93e..f41c735a28d9 100644 --- a/games/trek/check_out.c +++ b/games/trek/check_out.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)check_out.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/check_out.c,v 1.4 1999/11/30 03:49:44 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/checkcond.c b/games/trek/checkcond.c index 894be5041d8f..9713985acb07 100644 --- a/games/trek/checkcond.c +++ b/games/trek/checkcond.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)checkcond.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/checkcond.c,v 1.4 1999/11/30 03:49:44 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/compkl.c b/games/trek/compkl.c index 90bf951a290d..b7a96e5c6126 100644 --- a/games/trek/compkl.c +++ b/games/trek/compkl.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)compkl.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/compkl.c,v 1.4 1999/11/30 03:49:44 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/computer.c b/games/trek/computer.c index d374c0f6960c..8628ca2d274b 100644 --- a/games/trek/computer.c +++ b/games/trek/computer.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)computer.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/computer.c,v 1.5 1999/11/30 03:49:45 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/damage.c b/games/trek/damage.c index 8d312eb641ce..ab6a655682ce 100644 --- a/games/trek/damage.c +++ b/games/trek/damage.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)damage.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/damage.c,v 1.4 1999/11/30 03:49:45 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/damaged.c b/games/trek/damaged.c index 3ba0d9736d74..0b07c3a18ab2 100644 --- a/games/trek/damaged.c +++ b/games/trek/damaged.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)damaged.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/damaged.c,v 1.4 1999/11/30 03:49:45 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/dcrept.c b/games/trek/dcrept.c index 1cd1ad03bc7f..7b45d3a36223 100644 --- a/games/trek/dcrept.c +++ b/games/trek/dcrept.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dcrept.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/dcrept.c,v 1.4 1999/11/30 03:49:46 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/destruct.c b/games/trek/destruct.c index afa4a7568e94..e042bc17fd7a 100644 --- a/games/trek/destruct.c +++ b/games/trek/destruct.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)destruct.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/destruct.c,v 1.4 1999/11/30 03:49:46 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/dock.c b/games/trek/dock.c index 42515b74dda4..5fb3e3101dbe 100644 --- a/games/trek/dock.c +++ b/games/trek/dock.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dock.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/dock.c,v 1.4 1999/11/30 03:49:46 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/dumpgame.c b/games/trek/dumpgame.c index d9f935e8acf6..7e923dc3e42b 100644 --- a/games/trek/dumpgame.c +++ b/games/trek/dumpgame.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dumpgame.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/dumpgame.c,v 1.6 1999/11/30 03:49:46 billf Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/games/trek/dumpme.c b/games/trek/dumpme.c index cb4c9d262c0e..efc244fde245 100644 --- a/games/trek/dumpme.c +++ b/games/trek/dumpme.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dumpme.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/dumpme.c,v 1.4 1999/11/30 03:49:47 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/dumpssradio.c b/games/trek/dumpssradio.c index 79d95efcfb41..8ea624352072 100644 --- a/games/trek/dumpssradio.c +++ b/games/trek/dumpssradio.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dumpssradio.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/dumpssradio.c,v 1.4 1999/11/30 03:49:47 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/events.c b/games/trek/events.c index 97b98fb1b856..73fa537d171d 100644 --- a/games/trek/events.c +++ b/games/trek/events.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)events.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/events.c,v 1.4 1999/11/30 03:49:47 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/externs.c b/games/trek/externs.c index 428eaf4c5e7c..d86d91fd99c9 100644 --- a/games/trek/externs.c +++ b/games/trek/externs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)externs.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/externs.c,v 1.2 1999/11/30 03:49:47 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/getcodi.c b/games/trek/getcodi.c index ae47d1a19d96..cb193483f2a3 100644 --- a/games/trek/getcodi.c +++ b/games/trek/getcodi.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)getcodi.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/getcodi.c,v 1.2 1999/11/30 03:49:48 billf Exp $"; #endif /* not lint */ # include "getpar.h" diff --git a/games/trek/getpar.c b/games/trek/getpar.c index 488af3f512de..cb441b7722c8 100644 --- a/games/trek/getpar.c +++ b/games/trek/getpar.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)getpar.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/getpar.c,v 1.5 1999/11/30 03:49:48 billf Exp $"; #endif /* not lint */ # include <stdio.h> diff --git a/games/trek/help.c b/games/trek/help.c index 89aff5bf2075..b5a0daa12b79 100644 --- a/games/trek/help.c +++ b/games/trek/help.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)help.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/help.c,v 1.4 1999/11/30 03:49:48 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/impulse.c b/games/trek/impulse.c index d76a401c29db..5d34a5af601c 100644 --- a/games/trek/impulse.c +++ b/games/trek/impulse.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)impulse.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/impulse.c,v 1.4 1999/11/30 03:49:48 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/initquad.c b/games/trek/initquad.c index dc300d4a9126..6187c91e8f30 100644 --- a/games/trek/initquad.c +++ b/games/trek/initquad.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)initquad.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/initquad.c,v 1.4 1999/11/30 03:49:49 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/kill.c b/games/trek/kill.c index 86f412234b4d..a6db6e3a738f 100644 --- a/games/trek/kill.c +++ b/games/trek/kill.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)kill.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/kill.c,v 1.4 1999/11/30 03:49:49 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/klmove.c b/games/trek/klmove.c index d98acd68a9f0..760c45bd3eae 100644 --- a/games/trek/klmove.c +++ b/games/trek/klmove.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)klmove.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/klmove.c,v 1.4 1999/11/30 03:49:49 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/lose.c b/games/trek/lose.c index 60c89adc561e..fd2a4fa9a213 100644 --- a/games/trek/lose.c +++ b/games/trek/lose.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)lose.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/lose.c,v 1.2 1999/11/30 03:49:49 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/lrscan.c b/games/trek/lrscan.c index 65f31a3cd97f..57c5bb7a891f 100644 --- a/games/trek/lrscan.c +++ b/games/trek/lrscan.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)lrscan.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/lrscan.c,v 1.4 1999/11/30 03:49:50 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/main.c b/games/trek/main.c index cd06f46377e3..2497dab515e6 100644 --- a/games/trek/main.c +++ b/games/trek/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/main.c,v 1.7.2.1 2001/03/05 12:11:14 kris Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/move.c b/games/trek/move.c index 6e413c7c2be9..267eb04e5989 100644 --- a/games/trek/move.c +++ b/games/trek/move.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/move.c,v 1.6 1999/11/30 03:49:50 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/nova.c b/games/trek/nova.c index 8aef4c0ed49a..edaf31b9948a 100644 --- a/games/trek/nova.c +++ b/games/trek/nova.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)nova.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/nova.c,v 1.4 1999/11/30 03:49:52 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/out.c b/games/trek/out.c index 99d910d5d9e6..1d1bae523659 100644 --- a/games/trek/out.c +++ b/games/trek/out.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)out.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/out.c,v 1.4 1999/11/30 03:49:52 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/phaser.c b/games/trek/phaser.c index 5fa25c0c3477..4f2ed441827e 100644 --- a/games/trek/phaser.c +++ b/games/trek/phaser.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)phaser.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/phaser.c,v 1.5.2.1 2000/07/20 10:35:07 kris Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/play.c b/games/trek/play.c index c735afaaf7f3..820ad7b300ff 100644 --- a/games/trek/play.c +++ b/games/trek/play.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)play.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/play.c,v 1.2 1999/11/30 03:49:52 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/ram.c b/games/trek/ram.c index 0407a3060a31..f23b908d98c9 100644 --- a/games/trek/ram.c +++ b/games/trek/ram.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ram.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/ram.c,v 1.4 1999/11/30 03:49:53 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/ranf.c b/games/trek/ranf.c index 29e7fcc1c740..d6b1dc69d556 100644 --- a/games/trek/ranf.c +++ b/games/trek/ranf.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ranf.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/ranf.c,v 1.3 1999/11/30 03:49:53 billf Exp $"; #endif /* not lint */ # include <stdio.h> diff --git a/games/trek/rest.c b/games/trek/rest.c index b6c6ee78abf3..b7375719b097 100644 --- a/games/trek/rest.c +++ b/games/trek/rest.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)rest.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/rest.c,v 1.4 1999/11/30 03:49:53 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/schedule.c b/games/trek/schedule.c index 22972427f975..0a1fed7e6be6 100644 --- a/games/trek/schedule.c +++ b/games/trek/schedule.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)schedule.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/schedule.c,v 1.4 1999/11/30 03:49:53 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/score.c b/games/trek/score.c index 4ed647818a34..9fd78d453b8e 100644 --- a/games/trek/score.c +++ b/games/trek/score.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/score.c,v 1.4 1999/11/30 03:49:53 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/setup.c b/games/trek/setup.c index 54b3900a91e0..1c66bfe8b585 100644 --- a/games/trek/setup.c +++ b/games/trek/setup.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/setup.c,v 1.6 1999/11/30 03:49:54 billf Exp $"; #endif /* not lint */ # include <stdlib.h> diff --git a/games/trek/setwarp.c b/games/trek/setwarp.c index 3b341aaf06b0..d4fc72218280 100644 --- a/games/trek/setwarp.c +++ b/games/trek/setwarp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)setwarp.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/setwarp.c,v 1.2 1999/11/30 03:49:54 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/shield.c b/games/trek/shield.c index c4a3bc2dba29..d3f8b1f95f28 100644 --- a/games/trek/shield.c +++ b/games/trek/shield.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)shield.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/shield.c,v 1.5 1999/11/30 03:49:54 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/snova.c b/games/trek/snova.c index 6c206cb0aff8..0faf7d528f8e 100644 --- a/games/trek/snova.c +++ b/games/trek/snova.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)snova.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/snova.c,v 1.4 1999/11/30 03:49:54 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/srscan.c b/games/trek/srscan.c index 2ec1e177c8a0..a03d46230b00 100644 --- a/games/trek/srscan.c +++ b/games/trek/srscan.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)srscan.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/srscan.c,v 1.4 1999/11/30 03:49:55 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/systemname.c b/games/trek/systemname.c index 80c842f89f69..5812158b9e1a 100644 --- a/games/trek/systemname.c +++ b/games/trek/systemname.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)systemname.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/systemname.c,v 1.4 1999/11/30 03:49:55 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/torped.c b/games/trek/torped.c index 9eead4599130..e56a5509ca12 100644 --- a/games/trek/torped.c +++ b/games/trek/torped.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)torped.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/torped.c,v 1.5 1999/11/30 03:49:55 billf Exp $"; #endif /* not lint */ # include <stdio.h> diff --git a/games/trek/trek.6 b/games/trek/trek.6 index a0ebd20253fb..dabc85d8cac2 100644 --- a/games/trek/trek.6 +++ b/games/trek/trek.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)trek.6 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/trek/trek.6,v 1.4 1999/08/27 23:29:19 peter Exp $ .\" .TH TREK 6 "December 30, 1993" .UC 4 diff --git a/games/trek/utility.c b/games/trek/utility.c index e1835a1a0c38..dda21eb8fe57 100644 --- a/games/trek/utility.c +++ b/games/trek/utility.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)utility.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/utility.c,v 1.5 1999/11/30 03:49:55 billf Exp $"; #endif /* not lint */ /* diff --git a/games/trek/visual.c b/games/trek/visual.c index 5d00f6bc1c30..6689514b9989 100644 --- a/games/trek/visual.c +++ b/games/trek/visual.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)visual.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/visual.c,v 1.4 1999/11/30 03:49:56 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/warp.c b/games/trek/warp.c index cead28ba5e7f..14d7b1e619ab 100644 --- a/games/trek/warp.c +++ b/games/trek/warp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)warp.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/warp.c,v 1.4 1999/11/30 03:49:56 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/trek/win.c b/games/trek/win.c index 0920f7573166..72f3a8828199 100644 --- a/games/trek/win.c +++ b/games/trek/win.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)win.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/win.c,v 1.4 1999/11/30 03:49:56 billf Exp $"; #endif /* not lint */ # include "trek.h" diff --git a/games/wargames/Makefile b/games/wargames/Makefile index 4f2a9df8c673..a0baad452c47 100644 --- a/games/wargames/Makefile +++ b/games/wargames/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/wargames/Makefile,v 1.7.2.3 2001/04/25 14:04:02 ru Exp $ SCRIPTS=wargames.sh MAN= wargames.6 diff --git a/games/wargames/wargames.6 b/games/wargames/wargames.6 index f5a1e3bdf4d2..7fb224120b56 100644 --- a/games/wargames/wargames.6 +++ b/games/wargames/wargames.6 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/games/wargames/wargames.6,v 1.1.4.2 2000/12/19 15:49:15 ru Exp $ .\" .Dd February 22, 1998 .Dt WARGAMES 6 diff --git a/games/worm/Makefile b/games/worm/Makefile index 6dbb4cc378b8..e2ddcf3e9ed6 100644 --- a/games/worm/Makefile +++ b/games/worm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/worm/Makefile,v 1.2.14.1 2001/04/25 09:29:04 ru Exp $ PROG= worm MAN= worm.6 diff --git a/games/worm/worm.6 b/games/worm/worm.6 index 6fa1f41b455a..d8920c32a20b 100644 --- a/games/worm/worm.6 +++ b/games/worm/worm.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)worm.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/worm/worm.6,v 1.3.2.1 2001/07/22 11:01:24 dd Exp $ .\" .TH WORM 6 "May 31, 1993" .UC 4 diff --git a/games/worm/worm.c b/games/worm/worm.c index 71ffb8831373..762551f62e8b 100644 --- a/games/worm/worm.c +++ b/games/worm/worm.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)worm.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/worm/worm.c,v 1.9 1999/12/07 02:01:27 billf Exp $"; #endif /* not lint */ /* diff --git a/games/worms/Makefile b/games/worms/Makefile index f6c4b42961de..8c6b49c240de 100644 --- a/games/worms/Makefile +++ b/games/worms/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/worms/Makefile,v 1.3.2.1 2001/04/25 09:29:04 ru Exp $ PROG= worms MAN= worms.6 diff --git a/games/worms/worms.6 b/games/worms/worms.6 index fdb130ea1419..e94469ee9c75 100644 --- a/games/worms/worms.6 +++ b/games/worms/worms.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)worms.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/worms/worms.6,v 1.4.2.3 2000/12/19 15:49:16 ru Exp $ .\" .Dd May 31, 1993 .Dt WORMS 6 diff --git a/games/worms/worms.c b/games/worms/worms.c index ed50e37a1041..ac070fe366ae 100644 --- a/games/worms/worms.c +++ b/games/worms/worms.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)worms.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/worms/worms.c,v 1.8.2.1 2000/12/04 10:36:17 alex Exp $"; #endif /* not lint */ /* diff --git a/games/wump/Makefile b/games/wump/Makefile index 8e58633a2358..e29e994e47d5 100644 --- a/games/wump/Makefile +++ b/games/wump/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/wump/Makefile,v 1.3.6.3 2002/02/18 16:02:43 ru Exp $ PROG= wump FILES= wump.info diff --git a/games/wump/wump.6 b/games/wump/wump.6 index 4ad38a86affe..cd42d332b7c3 100644 --- a/games/wump/wump.6 +++ b/games/wump/wump.6 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)wump.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/wump/wump.6,v 1.3.2.1 2001/07/22 11:32:37 dd Exp $ .\" .TH WUMP 6 "May 31, 1993" .UC 7 diff --git a/games/wump/wump.c b/games/wump/wump.c index e8cc2646c372..b34c61b6fab0 100644 --- a/games/wump/wump.c +++ b/games/wump/wump.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)wump.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/wump/wump.c,v 1.13.2.1 2000/08/17 06:24:54 jhb Exp $"; #endif /* not lint */ /* |
