From ecc8d489403ddff78c214db39def15049d5dae6a Mon Sep 17 00:00:00 2001 From: billf Date: Tue, 16 Nov 1999 02:45:03 +0000 Subject: Add $FreeBSD$ --- games/phantasia/fight.c | 2 ++ games/phantasia/gamesupport.c | 2 ++ games/phantasia/interplayer.c | 2 ++ games/phantasia/io.c | 2 ++ games/phantasia/main.c | 2 ++ games/phantasia/misc.c | 2 ++ games/phantasia/setup.c | 2 ++ 7 files changed, 14 insertions(+) (limited to 'games/phantasia') diff --git a/games/phantasia/fight.c b/games/phantasia/fight.c index d3910a0..021b89b 100644 --- a/games/phantasia/fight.c +++ b/games/phantasia/fight.c @@ -1,5 +1,7 @@ /* * fight.c Phantasia monster fighting routines + * + * $FreeBSD$ */ #include diff --git a/games/phantasia/gamesupport.c b/games/phantasia/gamesupport.c index 24aae31..14d6bdc 100644 --- a/games/phantasia/gamesupport.c +++ b/games/phantasia/gamesupport.c @@ -1,5 +1,7 @@ /* * gamesupport.c - auxiliary routines for support of Phantasia + * + * $FreeBSD$ */ #include diff --git a/games/phantasia/interplayer.c b/games/phantasia/interplayer.c index 542674c..16ef1a6 100644 --- a/games/phantasia/interplayer.c +++ b/games/phantasia/interplayer.c @@ -1,5 +1,7 @@ /* * interplayer.c - player to player routines for Phantasia + * + * $FreeBSD$ */ #include diff --git a/games/phantasia/io.c b/games/phantasia/io.c index 42f5a1d..af74b56 100644 --- a/games/phantasia/io.c +++ b/games/phantasia/io.c @@ -1,5 +1,7 @@ /* * io.c - input/output routines for Phantasia + * + * $FreeBSD$ */ #include diff --git a/games/phantasia/main.c b/games/phantasia/main.c index 2f24352..e17630c 100644 --- a/games/phantasia/main.c +++ b/games/phantasia/main.c @@ -3,6 +3,8 @@ * * Edward A. Estes * AT&T, March 12, 1986 + * + * $FreeBSD$ */ /* DISCLAIMER: diff --git a/games/phantasia/misc.c b/games/phantasia/misc.c index 959578f..28035cb 100644 --- a/games/phantasia/misc.c +++ b/games/phantasia/misc.c @@ -1,5 +1,7 @@ /* * misc.c Phantasia miscellaneous support routines + * + * $FreeBSD$ */ #include diff --git a/games/phantasia/setup.c b/games/phantasia/setup.c index dfb1777a..a6f2d6e 100644 --- a/games/phantasia/setup.c +++ b/games/phantasia/setup.c @@ -1,5 +1,7 @@ /* * setup.c - set up all files for Phantasia + * + * $FreeBSD$ */ #include "include.h" #include -- cgit v1.1