diff options
Diffstat (limited to 'games/larn')
| -rw-r--r-- | games/larn/Makefile | 2 | ||||
| -rw-r--r-- | games/larn/bill.c | 2 | ||||
| -rw-r--r-- | games/larn/create.c | 2 | ||||
| -rw-r--r-- | games/larn/data.c | 2 | ||||
| -rw-r--r-- | games/larn/diag.c | 2 | ||||
| -rw-r--r-- | games/larn/display.c | 2 | ||||
| -rw-r--r-- | games/larn/fortune.c | 2 | ||||
| -rw-r--r-- | games/larn/global.c | 2 | ||||
| -rw-r--r-- | games/larn/help.c | 2 | ||||
| -rw-r--r-- | games/larn/io.c | 2 | ||||
| -rw-r--r-- | games/larn/larn.6 | 2 | ||||
| -rw-r--r-- | games/larn/main.c | 2 | ||||
| -rw-r--r-- | games/larn/monster.c | 2 | ||||
| -rw-r--r-- | games/larn/moreobj.c | 2 | ||||
| -rw-r--r-- | games/larn/movem.c | 2 | ||||
| -rw-r--r-- | games/larn/nap.c | 2 | ||||
| -rw-r--r-- | games/larn/object.c | 2 | ||||
| -rw-r--r-- | games/larn/regen.c | 2 | ||||
| -rw-r--r-- | games/larn/savelev.c | 2 | ||||
| -rw-r--r-- | games/larn/scores.c | 2 | ||||
| -rw-r--r-- | games/larn/store.c | 2 | ||||
| -rw-r--r-- | games/larn/tok.c | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/games/larn/Makefile b/games/larn/Makefile index 43b0468462cd..d6cec6e56e49 100644 --- a/games/larn/Makefile +++ b/games/larn/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.12 (Berkeley) 5/30/93 -# $FreeBSD$ +# $FreeBSD: src/games/larn/Makefile,v 1.6 1999/12/10 21:13:38 billf Exp $ # EXTRA # Incorporates code to gather additional performance statistics diff --git a/games/larn/bill.c b/games/larn/bill.c index eff826df9feb..2ce6f95d7d52 100644 --- a/games/larn/bill.c +++ b/games/larn/bill.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)bill.c 5.2 (Berkeley) 5/28/91"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/larn/bill.c,v 1.6 1999/11/30 03:48:58 billf Exp $"; #endif /* not lint */ #include <sys/file.h> diff --git a/games/larn/create.c b/games/larn/create.c index 1bfa1ee96c11..e8cc10b52b3d 100644 --- a/games/larn/create.c +++ b/games/larn/create.c @@ -1,5 +1,5 @@ /* create.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/create.c,v 1.4 1999/11/16 02:57:20 billf Exp $ */ #include "header.h" extern char spelknow[],larnlevels[]; extern char beenhere[],wizard,level; diff --git a/games/larn/data.c b/games/larn/data.c index a09d55cccff4..795c8f2a0500 100644 --- a/games/larn/data.c +++ b/games/larn/data.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)data.c 5.3 (Berkeley) 5/13/91"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/larn/data.c,v 1.5 1999/11/30 03:48:59 billf Exp $"; #endif /* not lint */ /* data.c Larn is copyrighted 1986 by Noah Morgan. */ diff --git a/games/larn/diag.c b/games/larn/diag.c index 860b18ac844b..616759b91694 100644 --- a/games/larn/diag.c +++ b/games/larn/diag.c @@ -1,5 +1,5 @@ /* diag.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/diag.c,v 1.5 1999/11/16 02:57:21 billf Exp $ */ #include <sys/types.h> #include <sys/times.h> #include <sys/stat.h> diff --git a/games/larn/display.c b/games/larn/display.c index 0c3059077876..5859e1d74ab5 100644 --- a/games/larn/display.c +++ b/games/larn/display.c @@ -1,5 +1,5 @@ /* display.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/display.c,v 1.4 1999/11/16 02:57:21 billf Exp $ */ #include "header.h" #define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c)) diff --git a/games/larn/fortune.c b/games/larn/fortune.c index 798aa2eecf04..b0708fe4e3f7 100644 --- a/games/larn/fortune.c +++ b/games/larn/fortune.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)fortune.c 5.5 (Berkeley) 6/10/91"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/larn/fortune.c,v 1.2 1999/11/30 03:48:59 billf Exp $"; #endif /* not lint */ /* fortune.c Larn is copyrighted 1986 by Noah Morgan. */ diff --git a/games/larn/global.c b/games/larn/global.c index 4f7f29a561f5..5d67ea676e91 100644 --- a/games/larn/global.c +++ b/games/larn/global.c @@ -1,5 +1,5 @@ /* global.c Larn is copyrighted 1986 by Noah Morgan. - * $FreeBSD$ + * $FreeBSD: src/games/larn/global.c,v 1.5 1999/11/16 02:57:21 billf Exp $ * * raiselevel() subroutine to raise the player one level * loselevel() subroutine to lower the player by one level diff --git a/games/larn/help.c b/games/larn/help.c index fa31c82c8960..7f3487d41483 100644 --- a/games/larn/help.c +++ b/games/larn/help.c @@ -1,5 +1,5 @@ /* help.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/help.c,v 1.4 1999/11/16 02:57:21 billf Exp $ */ #include "header.h" /* * help function to display the help info diff --git a/games/larn/io.c b/games/larn/io.c index 112268b210d9..c75119205f8c 100644 --- a/games/larn/io.c +++ b/games/larn/io.c @@ -1,5 +1,5 @@ /* io.c Larn is copyrighted 1986 by Noah Morgan. - * $FreeBSD$ + * $FreeBSD: src/games/larn/io.c,v 1.7 1999/11/16 02:57:22 billf Exp $ * * Below are the functions in this file: * diff --git a/games/larn/larn.6 b/games/larn/larn.6 index ec55fef246e2..f2e3e0de37f4 100644 --- a/games/larn/larn.6 +++ b/games/larn/larn.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)larn.6 5.5 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/larn/larn.6,v 1.6 1999/08/27 23:29:07 peter Exp $ .\" .Dd December 30, 1993 .Dt LARN 6 diff --git a/games/larn/main.c b/games/larn/main.c index cb500d3bc72d..f505e314f805 100644 --- a/games/larn/main.c +++ b/games/larn/main.c @@ -1,5 +1,5 @@ /* main.c */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/main.c,v 1.9 1999/11/30 03:48:59 billf Exp $ */ #include <sys/types.h> #include <sys/stat.h> #include "header.h" diff --git a/games/larn/monster.c b/games/larn/monster.c index 2e8874c88c52..5f8b72659182 100644 --- a/games/larn/monster.c +++ b/games/larn/monster.c @@ -1,6 +1,6 @@ /* * monster.c Larn is copyrighted 1986 by Noah Morgan. - * $FreeBSD$ + * $FreeBSD: src/games/larn/monster.c,v 1.6 1999/11/16 11:47:40 marcel Exp $ * * This file contains the following functions: * ---------------------------------------------------------------------------- diff --git a/games/larn/moreobj.c b/games/larn/moreobj.c index ddad0d62b777..687e70d85d2e 100644 --- a/games/larn/moreobj.c +++ b/games/larn/moreobj.c @@ -1,5 +1,5 @@ /* moreobj.c Larn is copyrighted 1986 by Noah Morgan. - * $FreeBSD$ + * $FreeBSD: src/games/larn/moreobj.c,v 1.4 1999/11/16 02:57:22 billf Exp $ * * Routines in this file: * diff --git a/games/larn/movem.c b/games/larn/movem.c index 8ae135889a0b..72ec2f51a1d8 100644 --- a/games/larn/movem.c +++ b/games/larn/movem.c @@ -1,6 +1,6 @@ /* * movem.c (move monster) Larn is copyrighted 1986 by Noah Morgan. - * $FreeBSD$ + * $FreeBSD: src/games/larn/movem.c,v 1.4 1999/11/16 02:57:23 billf Exp $ * * Here are the functions in this file: * diff --git a/games/larn/nap.c b/games/larn/nap.c index fbe4f61ab9ac..e885acd0f1f7 100644 --- a/games/larn/nap.c +++ b/games/larn/nap.c @@ -1,5 +1,5 @@ /* nap.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/nap.c,v 1.4 1999/11/16 02:57:23 billf Exp $ */ #include <signal.h> #include <sys/types.h> #ifdef SYSV diff --git a/games/larn/object.c b/games/larn/object.c index cb5c21625e72..f5cecc8f7409 100644 --- a/games/larn/object.c +++ b/games/larn/object.c @@ -1,5 +1,5 @@ /* object.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/object.c,v 1.4 1999/11/16 02:57:23 billf Exp $ */ #include "header.h" /* diff --git a/games/larn/regen.c b/games/larn/regen.c index 40b84f66da9a..98f15fbaa2d5 100644 --- a/games/larn/regen.c +++ b/games/larn/regen.c @@ -1,5 +1,5 @@ /* regen.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/regen.c,v 1.4 1999/11/16 02:57:24 billf Exp $ */ #include "header.h" /* ******* diff --git a/games/larn/savelev.c b/games/larn/savelev.c index 1ef873f471ef..21d508d0666c 100644 --- a/games/larn/savelev.c +++ b/games/larn/savelev.c @@ -1,5 +1,5 @@ /* savelev.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/savelev.c,v 1.3 1999/11/16 02:57:24 billf Exp $ */ #include "header.h" extern struct cel *cell; diff --git a/games/larn/scores.c b/games/larn/scores.c index b932beb6d6cc..df348c04369d 100644 --- a/games/larn/scores.c +++ b/games/larn/scores.c @@ -1,5 +1,5 @@ /* scores.c Larn is copyrighted 1986 by Noah Morgan. - * $FreeBSD$ + * $FreeBSD: src/games/larn/scores.c,v 1.6 1999/11/16 02:57:24 billf Exp $ * * Functions in this file are: * diff --git a/games/larn/store.c b/games/larn/store.c index 0036c875f81e..27c3a326de8a 100644 --- a/games/larn/store.c +++ b/games/larn/store.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)store.c 5.4 (Berkeley) 5/13/91"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/larn/store.c,v 1.5 1999/11/30 03:49:00 billf Exp $"; #endif /* not lint */ /* store.c Larn is copyrighted 1986 by Noah Morgan. */ diff --git a/games/larn/tok.c b/games/larn/tok.c index 449c7d2141e2..ba6075228e4d 100644 --- a/games/larn/tok.c +++ b/games/larn/tok.c @@ -1,5 +1,5 @@ /* tok.c Larn is copyrighted 1986 by Noah Morgan. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/games/larn/tok.c,v 1.5 1999/11/16 02:57:25 billf Exp $ */ #include <sys/types.h> #ifdef SYSV #include <fcntl.h> |
