diff options
Diffstat (limited to 'games')
370 files changed, 376 insertions, 376 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/adventure/adventure.6 b/games/adventure/adventure.6 index 501a3e11bc5e..d60740b921bf 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 1999/08/27 23:28:52 peter 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 d3b115447676..411fc93495aa 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 1999/12/19 00:21:50 billf Exp $ */ /* hdr.h: included by c advent files */ diff --git a/games/adventure/init.c b/games/adventure/init.c index a6307341b1c1..1c12f52eea59 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 1999/12/19 00:21:50 billf 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 12bf41c2dbf3..d40995548416 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 1999/12/19 00:21:50 billf 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 dd15f173cffa..51a6b9f5b5dd 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 1999/12/19 00:21:50 billf 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 bb1764cd2e40..3dc4d4bd5825 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 1999/12/25 03:50:42 billf Exp $"; #endif /* not lint */ /* diff --git a/games/adventure/subr.c b/games/adventure/subr.c index f8ba0b273e3d..7c7ae3654073 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 1999/12/19 00:21:51 billf 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 b8b8b6bfd0b9..a482ece61c28 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 1999/12/19 00:21:51 billf Exp $"; #endif /* not lint */ /* Re-coding of advent in C: privileged operations */ 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 6009a38f360b..252d0eb1c487 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 2000/02/25 10:23:19 mph Exp $ PROG= atc CFLAGS+=-DBSD -I${.CURDIR} -I. diff --git a/games/atc/atc.6 b/games/atc/atc.6 index 8b0669559b0c..6f408d5d81a0 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 1999/09/20 09:13:56 phantom 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/backgammon.6 b/games/backgammon/backgammon/backgammon.6 index bf035ddb10a2..88097069147f 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 1999/08/27 23:28:54 peter 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 f6ca2c3426e3..0cab35460363 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 1999/11/30 03:48:30 billf 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 ea449e9ea70e..6d540ee330f8 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 1999/12/10 21:13:34 billf 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 814c299d4e83..675b976d0146 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 1999/08/27 23:28:55 peter Exp $ .\" .TH BATTLESTAR 6 "May 31, 1993 .UC 6 diff --git a/games/battlestar/battlestar.c b/games/battlestar/battlestar.c index eb35e289acaf..ce543c92a893 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 1999/11/30 03:48:33 billf Exp $"; #endif /* not lint */ /* diff --git a/games/battlestar/com1.c b/games/battlestar/com1.c index c14f941e31c7..7b5e3246935f 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 1999/11/30 03:48:33 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com2.c b/games/battlestar/com2.c index faf5c52af3a8..ed1c9c2fb7b8 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 1999/11/30 03:48:33 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com3.c b/games/battlestar/com3.c index a141adf8571f..add57a7c5233 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 1999/11/30 03:48:34 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com4.c b/games/battlestar/com4.c index c3b378d406c9..32f63a0d2252 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 1999/11/30 03:48:34 billf Exp $"; #endif /* not lint */ #include <string.h> diff --git a/games/battlestar/com5.c b/games/battlestar/com5.c index 0531f7f83cad..92469610c25f 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 1999/11/30 03:48:34 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com6.c b/games/battlestar/com6.c index 91bd6a87762d..eae76a549bb2 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 1999/11/30 03:48:35 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/com7.c b/games/battlestar/com7.c index a37995dd9efb..2c861b7014fe 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 1999/11/30 03:48:35 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/cypher.c b/games/battlestar/cypher.c index e933e8b51322..c0ec4b3c3dae 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 1999/11/30 03:48:35 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/dayfile.c b/games/battlestar/dayfile.c index 7f1b40aca290..d995c2f94c39 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 1999/11/30 03:48:36 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/dayobjs.c b/games/battlestar/dayobjs.c index c96710684ec4..058e35ba6010 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 1999/11/30 03:48:36 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/fly.c b/games/battlestar/fly.c index e33901b4befb..ff5e2102a194 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 1999/11/30 03:48:36 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/getcom.c b/games/battlestar/getcom.c index fbb5b05aca2c..53ed73eb4e21 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 1999/11/30 03:48:37 billf Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/games/battlestar/globals.c b/games/battlestar/globals.c index f5ae78adf295..4e6bf9e90a78 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 1999/11/30 03:48:37 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/init.c b/games/battlestar/init.c index b0de84083981..6cf638b348e1 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 1999/11/30 03:48:37 billf 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 51bd268d14d4..2ba05539c389 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 1999/11/30 03:48:38 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/nightobjs.c b/games/battlestar/nightobjs.c index 92bd191c478f..f6ff6876a868 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 1999/11/30 03:48:38 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/parse.c b/games/battlestar/parse.c index 5e761b7ad95d..50da457687a3 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 1999/11/30 03:48:39 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/room.c b/games/battlestar/room.c index 8ff4e8f7bab5..0f978c03e0a6 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 1999/11/30 03:48:39 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/battlestar/save.c b/games/battlestar/save.c index f1031630c9b0..153c333e96ea 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 1999/11/30 03:48:39 billf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/battlestar/words.c b/games/battlestar/words.c index bba1d05260df..dd9b0f0530a9 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 1999/11/30 03:48:39 billf Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/games/bcd/bcd.6 b/games/bcd/bcd.6 index 732a4ee23f5e..a727624f0955 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 2000/02/27 01:21:22 joerg Exp $ .\" .Dd May 31, 1993 .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 c0905c94cd0f..3b43ab6898c7 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/games/bs/Makefile,v 1.5 1999/08/27 23:28:57 peter Exp $ PROG= bs MAN6= bs.6 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/caesar.6 b/games/caesar/caesar.6 index 59abc49a1333..0f45b9cabb8a 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 1999/08/27 23:28:57 peter Exp $ .\" .Dd November 16, 1993 .Dt CAESAR 6 diff --git a/games/caesar/caesar.c b/games/caesar/caesar.c index bc3af27d6702..9d78e2943512 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 1999/11/16 02:56:52 billf 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 1999/11/16 02:56:52 billf Exp $"; #endif #endif /* not lint */ diff --git a/games/canfield/canfield/Makefile b/games/canfield/canfield/Makefile index bd361aba247f..1817eb66f214 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 1999/12/10 21:13:35 billf Exp $ PROG= canfield MAN6= canfield.6 diff --git a/games/canfield/canfield/canfield.6 b/games/canfield/canfield/canfield.6 index 6cde04cc47ca..b3f7445032a7 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 1999/08/27 23:28:58 peter 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 1265970d065a..4be42b67dd6c 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 1999/12/10 21:13:35 billf 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 9384354dc1c5..132877b77ba0 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 1999/11/30 03:48:46 billf 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/dm.8 b/games/dm/dm.8 index f324db6d0316..037b5f571d47 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 1999/08/27 23:29:00 peter 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 cc055f58aa4b..cf91c3121d6a 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 1999/08/27 23:29:00 peter Exp $ .\" .Dd May 31, 1993 .Dt DM.CONF 5 diff --git a/games/factor/factor.6 b/games/factor/factor.6 index 576e9528b1c2..72452670bc73 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 1999/08/27 23:29:01 peter 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 ae2555b0508d..8116261d723f 100644 --- a/games/factor/factor.c +++ b/games/factor/factor.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)factor.c 8.4 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/factor/factor.c,v 1.9 1999/11/30 03:48:50 billf Exp $"; #endif /* not lint */ /* 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 20a800db7a8b..0ed25187e5ec 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.1 2000/05/28 05:28:30 hoek Exp $ FILES= fortunes fortunes2 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 226e7613d07d..4b0ed4375cbc 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.1 2000/05/28 05:28:30 hoek Exp $ % !07/11 PDP a ni deppart m'I !pleH % diff --git a/games/fortune/datfiles/fortunes-o.real b/games/fortune/datfiles/fortunes-o.real index 8c8904bef7b1..cd7a529c8e07 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.1 2000/05/28 05:28:31 hoek Exp $ 71: 69 with two fingers up your ass. -- George Carlin diff --git a/games/fortune/datfiles/fortunes2 b/games/fortune/datfiles/fortunes2 index 290ce23d0e34..ad20b4683c76 100644 --- a/games/fortune/datfiles/fortunes2 +++ b/games/fortune/datfiles/fortunes2 @@ -1,4 +1,4 @@ -%% $FreeBSD$ +%% $FreeBSD: src/games/fortune/datfiles/fortunes2,v 1.17.2.1 2000/05/28 05:28:31 hoek Exp $ ======================================================================= || || || The FORTUNE-COOKIE program is soon to be a Major Motion Picture! || diff --git a/games/fortune/datfiles/fortunes2-o b/games/fortune/datfiles/fortunes2-o index 29fdec7c5308..03b11d976055 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 1999/10/25 04:23:21 wes Exp $ % PLAYGIRL, Inc. Philadelphia, Pa. 19369 diff --git a/games/fortune/datfiles/murphy b/games/fortune/datfiles/murphy index 721df29913ea..3232ef17ba01 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.1 2000/05/28 05:28:37 hoek 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..996b7f4de6e4 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.1 2000/05/28 05:28:37 hoek 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/fortune/fortune.6 b/games/fortune/fortune/fortune.6 index 502c0fd3ce19..6457e07bcb53 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 1999/12/07 02:47:59 chris Exp $ .\" .Dd April 19, 1994 .Dt FORTUNE 6 diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index bbd06eda313d..ffe48aa42475 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 1999/11/30 03:48:52 billf 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 1999/11/30 03:48:52 billf Exp $"; #endif /* not lint */ # include <sys/param.h> diff --git a/games/fortune/strfile/strfile.8 b/games/fortune/strfile/strfile.8 index 0d992b8ad49e..def6c24c9a3c 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 1999/10/27 18:34:04 dcs Exp $ .\" .Dd June 9, 1993 .Dt STRFILE 8 diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 28a0e2552d77..eec97e2a372d 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 1999/11/16 02:57:00 billf 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 1999/11/16 02:57:00 billf 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 dd22a236219c..a62618e0ca7e 100644 --- a/games/grdc/Makefile +++ b/games/grdc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/games/grdc/Makefile,v 1.4 1999/08/27 23:29:05 peter Exp $ PROG= grdc MAN6= grdc.6 diff --git a/games/grdc/grdc.c b/games/grdc/grdc.c index 881428f0e2a7..e34026993a23 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 1999/12/12 03:04:17 billf Exp $ */ #include <time.h> diff --git a/games/hack/Makefile b/games/hack/Makefile index e2ad5d39173a..a24a80e0451b 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 1999/12/10 21:13:37 billf 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.apply.c b/games/hack/hack.apply.c index fa939d6015e2..214c98f9b9a0 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 1999/11/16 10:26:35 marcel 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/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 43b0468462cd..d6cec6e56e49 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 1999/12/10 21:13:38 billf 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 ec55fef246e2..f2e3e0de37f4 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 1999/08/27 23:29:07 peter 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/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 5d05e7ae4a04..5632a4971ef0 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 1999/08/27 23:29:08 peter 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 ee428bc51186..2242e22c0501 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 1999/12/12 06:17:24 billf 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/morse.c b/games/morse/morse.c index 38293a73702e..18d135512834 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 2000/02/27 01:21:28 joerg Exp $"; #endif /* not lint */ #include <sys/time.h> diff --git a/games/number/number.6 b/games/number/number.6 index a7b339db814b..aff3a65a0b76 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 1999/08/27 23:29:09 peter 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 8478020d3ff1..9d2b48a2eb4f 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 1999/12/10 21:13:39 billf 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 ab0733c994e4..97d40d8d34f0 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 1999/08/27 23:29:09 peter 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/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/pig.6 b/games/pig/pig.6 index c97b50f95fcd..5b636faf86b7 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 1999/08/27 23:29:11 peter 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/pom.6 b/games/pom/pom.6 index 00dae120f1b9..f5906a72c1c7 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 1999/08/27 23:29:12 peter 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 7bfe0ddd2193..f252ba5e478b 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 1999/11/30 03:49:11 billf Exp $"; #endif /* not lint */ /* diff --git a/games/primes/pr_tbl.c b/games/primes/pr_tbl.c index 3aa5b961ae6c..77d553f941f0 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 1999/11/30 03:49:11 billf Exp $"; #endif /* not lint */ /* diff --git a/games/primes/primes.c b/games/primes/primes.c index b7f0c602497c..e25bd6bbe09e 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 1999/11/30 03:49:12 billf Exp $"; #endif /* not lint */ /* diff --git a/games/quiz/quiz.6 b/games/quiz/quiz.6 index 7234989b7484..f4f96e4491a4 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 1999/08/27 23:29:13 peter 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/rain.6 b/games/rain/rain.6 index 85c86f68e703..10d631c7c339 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 1999/08/27 23:29:13 peter Exp $ .\" .TH RAIN 6 "May 31, 1993" .UC 4 diff --git a/games/rain/rain.c b/games/rain/rain.c index b801a9a033b4..72f12de26310 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 1999/11/30 03:49:14 billf Exp $"; #endif /* not lint */ /* diff --git a/games/random/random.6 b/games/random/random.6 index 63eddb271255..93631ab2213f 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 1999/08/27 23:29:14 peter Exp $ .\" .Dd March 31, 1994 .Dt RANDOM 6 diff --git a/games/random/random.c b/games/random/random.c index 8936b5ddb5dc..8fc1484413c1 100644 --- a/games/random/random.c +++ b/games/random/random.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)random.c 8.5 (Berkeley) 4/5/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/random/random.c,v 1.11 1999/12/12 06:30:46 billf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/robots/Makefile b/games/robots/Makefile index 6ef8d9c998c9..b8a88ab28b58 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 1999/12/10 21:13:39 billf 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 fea968677660..33eca2ac3348 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 1999/08/27 23:29:15 peter 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 f6f546c26a4d..7df4a8785b03 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.1 2000/07/19 19:31:41 billf Exp $ PROG= rogue CFLAGS+=-DUNIX -fwritable-strings diff --git a/games/rogue/curses.c b/games/rogue/curses.c index 246072d19d83..b993147c5aba 100644 --- a/games/rogue/curses.c +++ b/games/rogue/curses.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)curses.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/curses.c,v 1.4 1999/11/30 03:49:22 billf Exp $"; #endif /* not lint */ /* 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 a66bdb3be439..fc7225f346c0 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 1999/11/30 03:49:23 billf 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 ca3d56e1e564..cd9e13fbf05c 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 1999/08/27 23:29:16 peter Exp $ .\" .TH ROGUE 6 "May 31, 1993" .UC 4 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 e73ccc958841..8f972ab6a4bf 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 1999/12/10 21:13:41 billf 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/sail.6 b/games/sail/sail.6 index 0455e06b08f3..d14adc253271 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 1999/08/27 23:29:16 peter 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 220c4bfcf1b7..eb0341a0ff13 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 1999/12/10 21:13:42 billf Exp $ PROG= snake SRCS= snake.c move.c diff --git a/games/snake/snake/move.c b/games/snake/snake/move.c index 1ac60f28ea1a..57a208ddf3c7 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 1999/11/30 03:49:40 billf Exp $"; #endif /* not lint */ /************************************************************************* diff --git a/games/snake/snake/snake.6 b/games/snake/snake/snake.6 index 057546992ce1..dd1667e4e983 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 1999/08/27 23:29:17 peter Exp $ .\" .TH SNAKE 6 "May 31, 1993" .UC 4 diff --git a/games/snake/snake/snake.c b/games/snake/snake/snake.c index 93c06cb982b8..f6ec542a8192 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 1999/11/30 03:49:41 billf Exp $"; #endif /* not lint */ /* 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/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 bf1580731cf7..3061ecbc560a 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 1999/11/30 03:49:50 billf 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 1b9ae0b9c20b..1588d8bea9b8 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 2000/02/15 07:15:41 jkh Exp $ MAN6= wargames.6 diff --git a/games/wargames/wargames.6 b/games/wargames/wargames.6 index 2070f559a7bf..12266f23537e 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 2000/02/12 00:22:54 chris Exp $ .\" .Dd February 22, 1998 .Dt WARGAMES 6 diff --git a/games/worm/worm.6 b/games/worm/worm.6 index f9828fd7ebde..636820b210e2 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 1999/08/27 23:29:19 peter 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/worms.6 b/games/worms/worms.6 index 374d18d6910e..b54850bf431d 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 1999/08/27 23:29:20 peter Exp $ .\" .Dd May 31, 1993 .Dt WORMS 6 diff --git a/games/worms/worms.c b/games/worms/worms.c index 39c55112568e..e4f39f938990 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 1999/12/07 02:01:28 billf Exp $"; #endif /* not lint */ /* diff --git a/games/wump/wump.6 b/games/wump/wump.6 index 61bf26ef74fd..695897c08481 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 1999/08/27 23:29:21 peter Exp $ .\" .TH WUMP 6 "May 31, 1993" .UC 7 diff --git a/games/wump/wump.c b/games/wump/wump.c index 843abe8f5250..fd30e6c15f0c 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 1999/12/07 02:01:29 billf Exp $"; #endif /* not lint */ /* |