diff options
Diffstat (limited to 'games')
371 files changed, 377 insertions, 377 deletions
diff --git a/games/Makefile b/games/Makefile index 02b1a550de563..410e528a59d26 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 501a3e11bc5ef..d60740b921bfa 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 2aaef19b42e61..9b6f82066fa8e 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 3dd013a301907..a94e509b0e41c 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 d3b1154476760..411fc93495aa4 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 a6307341b1c1d..1c12f52eea594 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 12bf41c2dbf31..d409955484164 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 dd15f173cffa2..51a6b9f5b5dd3 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 6a921935f21e8..deb4f505e61c6 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 bb1764cd2e40d..3dc4d4bd58252 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 f8ba0b273e3d1..7c7ae36540732 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 318de184596e5..6553934b9bee4 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 b8b8b6bfd0b90..a482ece61c28b 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 1b8ccaef1c64e..18e8778c118cf 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 38adab290743d..bd1281102f9af 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 6009a38f360b5..252d0eb1c4877 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 8b0669559b0cc..6f408d5d81a03 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 2976b0c82eceb..2f10487868166 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 8b521a39f13d2..aeb3399f49c22 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 88eb603ac5ee8..bd620f88c1315 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 af5788fae8aba..614e4c0bcda3c 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 0bf6958a5b704..e747d8b9a9220 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 6319a7aad75c1..733f54d5f70a1 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 7c7105984f513..3d991a0e61b4f 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 139ea4e46d43d..67f4df650f3be 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 bf035ddb10a29..88097069147f1 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 0b2406e01b058..12fa2626b09f2 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 fc88b65195f73..213e12b740b35 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 8b85dad1f27e1..78c75a3e5996c 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 740367c6006d5..b313fc577e27c 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 12016e0f64d64..daadbe86b7df2 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 7c9f593b267f9..529f38bcf8f04 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 792b042075627..142e8e1784ab2 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 70b9c62efed38..a4a9a33f19a35 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 7663a7502f094..74877053805d8 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 24ee2a0a936bf..722e0e0093cdc 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 f840376d8319f..10d3d92aae963 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 e94c183f0d812..faf6c5e39e5b3 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 fe3475d99a1db..f9a3eda0df420 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 15af00861a8ce..ba7c523034771 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 572cba30eab05..22180cf80c572 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 4f9151a2aabc6..eb211494578bc 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 308bc608eeecd..e5e611de8e86a 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 89cb306e626d4..67ea3dd75986f 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 f6ca2c3426e34..0cab354603630 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 68124ced1ae0d..e37fd8c10f8d9 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 ea449e9ea70ea..6d540ee330f82 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 814c299d4e831..675b976d01461 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 eb35e289acaf6..ce543c92a8934 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 c14f941e31c73..7b5e3246935fe 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 faf5c52af3a8e..ed1c9c2fb7b84 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 a141adf8571f9..add57a7c5233e 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 c3b378d406c98..32f63a0d22527 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 0531f7f83cada..92469610c25fb 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 91bd6a87762d5..eae76a549bb2c 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 a37995dd9efb3..2c861b7014fe0 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 e933e8b513225..c0ec4b3c3dae3 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 7f1b40aca290b..d995c2f94c395 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 c96710684ec46..058e35ba60106 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 e33901b4befbf..ff5e2102a1948 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 fbb5b05aca2cc..53ed73eb4e21a 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 f5ae78adf2954..4e6bf9e90a787 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 b0de840839812..6cf638b348e18 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 e55e347033b8f..4b0aa079fd713 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 51bd268d14d49..2ba05539c3893 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 92bd191c478f8..f6ff6876a8689 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 5e761b7ad95d2..50da457687a31 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 8ff4e8f7bab52..0f978c03e0a63 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 f1031630c9b0b..153c333e96eac 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 bba1d05260dff..dd9b0f0530a9a 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 732a4ee23f5ef..a727624f0955b 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 a3968a46d5cd3..33ee707e4eb7e 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 c0905c94cd0fa..3b43ab6898c7d 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 4b4892f3a7809..ac4e9e0c12440 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 59abc49a1333a..0f45b9cabb8ae 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 da0a43770da6e..19aac9e60243d 100644 --- a/games/caesar/caesar.c +++ b/games/caesar/caesar.c @@ -38,7 +38,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/games/caesar/caesar.c,v 1.8.2.1 2000/08/17 06:13:06 jhb Exp $ */ #ifndef lint @@ -52,7 +52,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)caesar.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/caesar/caesar.c,v 1.8.2.1 2000/08/17 06:13:06 jhb Exp $"; #endif #endif /* not lint */ diff --git a/games/canfield/canfield/Makefile b/games/canfield/canfield/Makefile index bd361aba247f3..1817eb66f214d 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 6cde04cc47ca0..b3f7445032a7b 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 1c649652603f5..614498fda9e0c 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 8fd93b256b2aa..37be43da08028 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 1265970d065a0..4be42b67dd6cf 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 ba846aed63985..743b54590b342 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 fc3c3df6ad68f..f0cd911204729 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 14e9755b4f718..4086aed7fe151 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 97516df9d9fe7..a0f4decd3160b 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 b329e332fea8b..57db69dd870f9 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 9384354dc1c57..132877b77ba0b 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 a2a7d0b66e364..e3f111f8bc34c 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 bc22ca63826e7..809bb4af2b439 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 f324db6d03166..037b5f571d47b 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 8e4a687a823b7..fb57e69316e6a 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 cc055f58aa4b3..cf91c3121d6ab 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 576e9528b1c20..72452670bc738 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 ae2555b0508d4..8116261d723f1 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 fd4d682611fed..d4a735742ee15 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 bc1572ea306f0..22e6da0046436 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 20a800db7a8bf..0ed25187e5ecb 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 f6f7621165a1a..7758010cd6afc 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.2 2000/08/17 06:15:20 jhb 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 8c8904bef7b12..cd7a529c8e07f 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 290ce23d0e349..ad20b4683c769 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 29fdec7c5308b..03b11d976055d 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 721df29913ea0..3232ef17ba017 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 0d33993b30cba..996b7f4de6e4e 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 f58fc94c3da8a..ac592f32508f3 100644 --- a/games/fortune/fortune/fortune.6 +++ b/games/fortune/fortune/fortune.6 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fortune.6 8.3 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/fortune/fortune/fortune.6,v 1.9.2.1 2000/08/17 06:17:49 jhb Exp $ .\" .Dd April 19, 1994 .Dt FORTUNE 6 diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index bbd06eda313da..ffe48aa424755 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 0d992b8ad49eb..def6c24c9a3cc 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 764835bfd78c2..008ad0ba918d1 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/games/fortune/strfile/strfile.c,v 1.15.2.1 2000/08/17 06:18:58 jhb Exp $ */ #ifndef lint @@ -47,7 +47,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/fortune/strfile/strfile.c,v 1.15.2.1 2000/08/17 06:18:58 jhb Exp $"; #endif #endif /* not lint */ diff --git a/games/fortune/strfile/strfile.h b/games/fortune/strfile/strfile.h index 24c94e9edc3df..c6cb63144a9f5 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 9bd2298140cb1..68bb62de0012c 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 dd22a236219ca..a62618e0ca7ed 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 881428f0e2a73..e34026993a230 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 e2ad5d39173a3..a24a80e0451b0 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 94512653e8cd7..a8b4cf8254ed8 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 fa939d6015e25..214c98f9b9a00 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 4f67997e2bd1d..2aec22bc4975f 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 1e023fc1bf4c8..1786baaa202b9 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 27beaaea42610..70d407dc79daa 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 547a455e27db1..e3c117bd0d20e 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 add0b8a56ad32..345ee06f0aa30 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 46e701372aa6d..1a8102f235683 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 9e518e1b32751..ee426d22ac762 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 8c023a6bb16f2..a79a8c8974006 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 98c8336f39e37..6bb6fc956caa2 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 bc9ed849dae9e..b7b72ef76cb01 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 000c58fa607e5..b3410184fcdcf 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 7fc170c7e3449..992d99e7a8f19 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 626fead7e0a32..46b4d3413a1a8 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 bdc542e845d92..20b27a3008d62 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 b29320a5aa02d..52a802571a2ca 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 64e1ecfd72159..0f19b20faef97 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 b3a316fab3236..e153b942e04e6 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 b9b3f0474a95a..90559ee752fbe 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 769cd5db59559..609a172c8b16f 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 a9098a6b235e1..732f1ba327953 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 1a43f303d2d08..d11d46edc69fc 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 218761fd90377..825b9b6fe5f51 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 0bb94189fa315..48ce1f499b623 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 eebc05230b22a..a6e980119ce60 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 7bd1baa197d47..83e558728e16c 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 17df16166b605..58d734a88d147 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 751b7e083744d..c7929a8be2e1f 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 9dfd8c8025a4e..d268987a0c727 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 c0175d1f5a0d0..9aa07a09b0399 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 f37b9eca58b28..ebd748bea7bea 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 6d63ee503a286..12642d10d4d9a 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 46d3ba1056895..1ace54559bdcb 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 8476c88e81a76..e544ab7e37496 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 4104ba892900d..a1e914bb7a871 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 f3bf8f05815dc..93f40f96e62ee 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 6c97a58d5b284..c97c290088569 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 c4a3a82de6460..cad8fa8153beb 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 f23febf7693db..d90279c7ebc95 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 739b2ce256249..c157f3e35e3b8 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 0062ae9e12b7a..6fba8883a922f 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 ea99f2ff3999d..d34549eef4478 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 f86c09fe8206b..285d29762fd41 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 e3900afd55796..7c514e97f2089 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 e8ddfcaaf3498..4cc351e55aea2 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 472de9a139746..d70c97b6ae109 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 0fe78854972b0..e7520620622c1 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 7533de697ba46..a9b493a9810e9 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 f4a4712925fee..eece8e0b4512d 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 3c3ba1b80640e..2229d628a1dfb 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 f4ae772d13c47..42e62db624f5a 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 957b46c4461fb..72f959465d2cb 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 add5f1beb808e..86f8b6165f54a 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 037b2d9132600..f54ab58390720 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 a04908a2cee0d..6a489d6fc950e 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 5561adc997b93..0d1089c32d33a 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 4caaf0e144c3c..0e6e6be1ad285 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 00246aa146f75..724cff311cfe5 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 e1ab323815ae1..f19c30f1111a4 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 a0851be844f03..6a93afc84b12f 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 a948eea7338c4..8bcb06febc430 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 2059e392028b8..c1b42c36e32c3 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 be9feffce217d..fcf8267d4a901 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 8e4f63f944a5a..98c61c1823bb6 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 ddc3ed33d15e7..88fd4abc18e81 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 6889f8cc264b2..e6e2a7a60a982 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 43b0468462cd2..d6cec6e56e492 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 eff826df9febf..2ce6f95d7d52b 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 1bfa1ee96c114..e8cc10b52b3da 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 a09d55cccff41..795c8f2a0500b 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 860b18ac844be..616759b916949 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 0c30590778761..5859e1d74ab50 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 798aa2eecf04e..b0708fe4e3f74 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 4f7f29a561f59..5d67ea676e914 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 fa31c82c89600..7f3487d414830 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 112268b210d9b..c75119205f8c1 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 ec55fef246e2e..f2e3e0de37f45 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 cb500d3bc72d4..f505e314f8059 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 2e8874c88c526..5f8b726591826 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 ddad0d62b7770..687e70d85d2eb 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 8ae135889a0b2..72ec2f51a1d86 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 fbe4f61ab9ac3..e885acd0f1f72 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 cb5c21625e722..f5cecc8f7409d 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 40b84f66da9ad..98f15fbaa2d5e 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 1ef873f471ef7..21d508d0666ce 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 b932beb6d6cc0..df348c04369df 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 0036c875f81ee..27c3a326de8ad 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 449c7d2141e28..ba6075228e4d1 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 ce42c2e6df27a..cdc75e43f29b7 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 c8d736c5ea095..77194a77c5358 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 aae29d2deb158..c82a5ae7d31c7 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 f29ed2281dd02..3317a0c1f73c4 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 5d05e7ae4a04d..5632a4971ef0e 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 0495d1191dcd9..aee5d359b2119 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 2f94e41f05e80..63f2b1a254878 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 ee428bc511865..2242e22c05014 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 b67acfd6112cc..d42997f53ffb2 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 a373168ffdd88..5dd846720e6bc 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 714b51f7f83cb..8a5f0009713af 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 c9c29517cae6b..5a9b2581351bd 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 d54f46f600aeb..224abf5493069 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 853f005a2a827..3176e5975cbe0 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 38293a73702e4..18d135512834f 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 a7b339db814bd..aff3a65a0b766 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 c7dfbe424a093..665dd009427f9 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 8478020d3ff17..9d2b48a2eb4f7 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 ae778d42e152b..910bbc5620578 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 23711d276268a..2caf90568d1cd 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 6a7f9eccd54af..b9213667c7fdf 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 bfd2564636d7c..e65b3fdb7ee17 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 8840bae08fe0f..c55ce4f0f6aca 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 d0fbecc44238e..07b23d0e16209 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 ab0733c994e4c..97d40d8d34f02 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 fddf7f4b9b5d0..ec32a97819926 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 664f43413756f..9244276f1b984 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 c97b50f95fcd9..5b636faf86b7c 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 627fab02c0ed9..94954f803dc05 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 00dae120f1b9f..f5906a72c1c7b 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 240791141d8c1..d09acb46b1e5d 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 2df8ef2640237..0ed53d9e234d2 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 7bfe0ddd2193a..f252ba5e478bb 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 3aa5b961ae6cf..77d553f941f0e 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 b7f0c602497c3..e25bd6bbe09ee 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 7234989b74849..f4f96e4491a4d 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 1c262729293d2..fa9147b2028b0 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 69ac7c77b7984..bdf16b5c79652 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 85c86f68e703d..10d631c7c3397 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 b801a9a033b48..72f12de26310b 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 63eddb271255e..93631ab2213f6 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 8936b5ddb5dcc..8fc1484413c1e 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 6ef8d9c998c92..b8a88ab28b58b 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 07a8ce0bfcb87..6c94cb99a2ea6 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 894185c85975f..379c5be947b3e 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 5ba646649707b..3b67f2cb1b8b7 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 837d608eff315..e76b06a22ec7e 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 4aca2f584a051..23f1cdfa8c333 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 fe18ed61567c9..0198c1ffa07c2 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 21bf0ba2150c1..1ae456fcd4403 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 6361d9b580a5c..8bb55ef2c6206 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 bc6590cf67855..42e6e9ca848db 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 13be7cac90eef..bb02dab987ea1 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 fea9686776600..33eca2ac33482 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 21fadf5f1c1a0..7c1c145e9cf63 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 f6f546c26a4dc..7df4a8785b039 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 246072d19d83d..b993147c5aba5 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 aef546cf6829f..443bc80bdb5dd 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 3c214cbcd99a8..041b1215c82b6 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 0923aa1fb232b..e918d97883495 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 1fb0e05252a31..a0208bc3263ce 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 a66bdb3be4394..fc7225f346c06 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 781c61859e712..1874a708b2edc 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 3758a54d2f958..2b009dd01bb9c 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 e436f862dd03e..36735e9ba59f0 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 b989bf6bc56d1..ce1d4f1a85146 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 9056c54bce74b..c4204aa670ed7 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 5ce3520172add..9e43f6e369b07 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 13b319dbc5c33..ab88ef7b1afa5 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 8105e6528cf56..ca863d2efb016 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 4a4bb531a9201..7449564efb653 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 ca3d56e1e5641..cd9e13fbf05c8 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 08e8b68110f68..a4543beeec63c 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 938217bbe80c7..c4b02546d8339 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 b1c9ccd10dfd1..153028f2c9a37 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 bfcdc04cd7fec..605dce9e4b192 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 037beb2368efa..278a00ab44a99 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 dd8cfedf94057..2753f086e5d26 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 3c5f62b4abc9f..d545112395013 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 d4f991cd45f74..af3ae904e66c0 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 e73ccc958841e..8f972ab6a4bf0 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 390f28f252937..4aba9279805ef 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 02551f9df6282..8371af0c53591 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 942b7686c9ffc..14c7184c71285 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 845a707860fc0..cf5a827e60057 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 e75d6b40715ac..3da364fb81f88 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 a801dbde7cd25..9d9a06e910d41 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 6ada54fe90521..6d5933e004f33 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 8ff3c9055c512..98dc8bc88739d 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 e9ccc07d519dd..9570540181ff7 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 0615bcc6c7780..c202d57f1a62e 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 e5deb9b75dbdf..84b9242bd3f73 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 4808f844be990..5db464d991ad3 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 5fe0538699bb4..151a20ea5dd93 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 e51f4f90a1b9b..d47b4e0212172 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 529b527de4f17..776c282900d0a 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 83486bea407f0..4a772ac6619b5 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 6e78b44b3d06e..035f4e9b0efcc 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 19876d1d9b363..c7ad561b24f32 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 b91589ff07930..9f2f94766d466 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 02cd5f2389431..056f8e4301a3e 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 becf6bf2b777d..a749b0de416fa 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 0455e06b08f35..d14adc253271b 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 46f93cee20f8f..44e7b46613a99 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 ceb59df7797f6..e32ffc419ed96 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 220c4bfcf1b76..eb0341a0ff13d 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 e45199623a358..83ac8e7e97f41 100644 --- a/games/snake/snake/move.c +++ b/games/snake/snake/move.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 7/19/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/snake/snake/move.c,v 1.5.2.1 2000/08/17 06:21:44 jhb Exp $"; #endif /* not lint */ /************************************************************************* diff --git a/games/snake/snake/snake.6 b/games/snake/snake/snake.6 index 057546992ce10..dd1667e4e9839 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 f92f99c9b3ebb..d6902d44ca603 100644 --- a/games/snake/snake/snake.c +++ b/games/snake/snake/snake.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)snake.c 8.2 (Berkeley) 1/7/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/snake/snake/snake.c,v 1.11.2.1 2000/08/17 06:21:44 jhb Exp $"; #endif /* not lint */ /* diff --git a/games/snake/snake/snake.h b/games/snake/snake/snake.h index 79c08e1948203..b8ae2c0e4652d 100644 --- a/games/snake/snake/snake.h +++ b/games/snake/snake/snake.h @@ -32,7 +32,7 @@ * * @(#)snake.h 8.1 (Berkeley) 5/31/93 * - * $FreeBSD$ + * $FreeBSD: src/games/snake/snake/snake.h,v 1.1.1.1.14.1 2000/08/17 06:21:44 jhb Exp $ */ # include <stdio.h> diff --git a/games/snake/snscore/snscore.c b/games/snake/snscore/snscore.c index 47a0d5c310294..cfe0c5ed956a9 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 a156e493a5942..fdd2744efffc8 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 70682284458ef..001a30916524b 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 ac01d273bb28c..3542ff4233cde 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 7e66dd413dd87..640799d066b3f 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 3d25b1603a565..c0182c89e7f11 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 02978583a93e8..f41c735a28d9d 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 894be5041d8fd..9713985acb071 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 90bf951a290d7..b7a96e5c61263 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 d374c0f6960c4..8628ca2d274b2 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 8d312eb641cef..ab6a655682ce5 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 3ba0d9736d74c..0b07c3a18ab2a 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 1cd1ad03bc7f0..7b45d3a36223b 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 afa4a7568e944..e042bc17fd7a6 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 42515b74dda42..5fb3e3101dbec 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 d9f935e8acf6e..7e923dc3e42bd 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 cb4c9d262c0ec..efc244fde2451 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 79d95efcfb41e..8ea624352072c 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 97b98fb1b8561..73fa537d171d9 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 428eaf4c5e7ce..d86d91fd99c94 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 ae47d1a19d962..cb193483f2a35 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 488af3f512de4..cb441b7722c8c 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 89aff5bf20750..b5a0daa12b79b 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 d76a401c29db6..5d34a5af601c0 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 dc300d4a9126f..6187c91e8f301 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 86f412234b4da..a6db6e3a738f1 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 d98acd68a9f0e..760c45bd3eae3 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 60c89adc561e6..fd2a4fa9a2139 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 65f31a3cd97ff..57c5bb7a891ff 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 bf1580731cf70..3061ecbc560a7 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 6e413c7c2be96..267eb04e5989c 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 8aef4c0ed49a1..edaf31b9948a8 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 99d910d5d9e6b..1d1bae5236599 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 5fa25c0c34776..4f2ed441827ea 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 c735afaaf7f36..820ad7b300ffc 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 0407a3060a314..f23b908d98c93 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 29e7fcc1c7401..d6b1dc69d5568 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 b6c6ee78abf39..b7375719b0971 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 22972427f9754..0a1fed7e6be63 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 4ed647818a34c..9fd78d453b8e0 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 54b3900a91e02..1c66bfe8b585a 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 3b341aaf06b0f..d4fc72218280a 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 c4a3bc2dba291..d3f8b1f95f28e 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 6c206cb0aff8a..0faf7d528f8e4 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 2ec1e177c8a06..a03d46230b00b 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 80c842f89f69d..5812158b9e1a1 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 9eead45991309..e56a5509ca123 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 a0ebd20253fb1..dabc85d8cac25 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 e1835a1a0c381..dda21eb8fe571 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 5d00f6bc1c307..6689514b99892 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 cead28ba5e7fe..14d7b1e619ab5 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 0920f75731663..72f3a88281990 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 1b9ae0b9c20b8..1588d8bea9b85 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 2070f559a7bf8..12266f23537e2 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 f9828fd7ebdee..636820b210e22 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 71ffb88313730..762551f62e8b2 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 374d18d6910e3..b54850bf431d9 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 39c55112568ed..e4f39f9389901 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 61bf26ef74fd7..695897c08481e 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 e8cc2646c3724..b34c61b6fab05 100644 --- a/games/wump/wump.c +++ b/games/wump/wump.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)wump.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/wump/wump.c,v 1.13.2.1 2000/08/17 06:24:54 jhb Exp $"; #endif /* not lint */ /* |