summaryrefslogtreecommitdiffstats
path: root/games/phantasia
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-11-16 02:45:03 +0000
committerbillf <billf@FreeBSD.org>1999-11-16 02:45:03 +0000
commitecc8d489403ddff78c214db39def15049d5dae6a (patch)
treefb2e5c560049a27cac421b3293dfa3b8caf766de /games/phantasia
parentf5564ba49c55a78ebd82f9d237b83113afb7796d (diff)
downloadFreeBSD-src-ecc8d489403ddff78c214db39def15049d5dae6a.zip
FreeBSD-src-ecc8d489403ddff78c214db39def15049d5dae6a.tar.gz
Add $FreeBSD$
Diffstat (limited to 'games/phantasia')
-rw-r--r--games/phantasia/fight.c2
-rw-r--r--games/phantasia/gamesupport.c2
-rw-r--r--games/phantasia/interplayer.c2
-rw-r--r--games/phantasia/io.c2
-rw-r--r--games/phantasia/main.c2
-rw-r--r--games/phantasia/misc.c2
-rw-r--r--games/phantasia/setup.c2
7 files changed, 14 insertions, 0 deletions
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 <string.h>
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 <string.h>
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 <string.h>
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 <string.h>
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 <string.h>
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 <sys/types.h>
OpenPOWER on IntegriCloud