summaryrefslogtreecommitdiffstats
path: root/phantasia
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-03-24 03:58:08 +0000
committercgd <cgd@NetBSD.org>1995-03-24 03:58:08 +0000
commit8f429b2f05f23f432db888e822215caca851f1ba (patch)
tree3d2e40366bb0204fb03300d447f1d7d1663bfcf2 /phantasia
parent67e3fbe84428219a4ac710c32ee096b5614088f1 (diff)
downloadbsdgames-darwin-8f429b2f05f23f432db888e822215caca851f1ba.tar.gz
bsdgames-darwin-8f429b2f05f23f432db888e822215caca851f1ba.tar.zst
bsdgames-darwin-8f429b2f05f23f432db888e822215caca851f1ba.zip
rcs id conventions
Diffstat (limited to 'phantasia')
-rw-r--r--phantasia/COPYRIGHT2
-rw-r--r--phantasia/Makefile1
-rw-r--r--phantasia/README2
-rw-r--r--phantasia/convert.c2
-rw-r--r--phantasia/fight.c2
-rw-r--r--phantasia/gamesupport.c2
-rw-r--r--phantasia/include.h2
-rw-r--r--phantasia/interplayer.c2
-rw-r--r--phantasia/io.c2
-rw-r--r--phantasia/macros.h2
-rw-r--r--phantasia/main.c2
-rw-r--r--phantasia/map.c2
-rw-r--r--phantasia/misc.c2
-rw-r--r--phantasia/oldplayer.h2
-rw-r--r--phantasia/pathnames.h2
-rw-r--r--phantasia/phantasia.62
-rw-r--r--phantasia/phantdefs.h2
-rw-r--r--phantasia/phantglobs.c2
-rw-r--r--phantasia/phantglobs.h2
-rw-r--r--phantasia/phantstruct.h2
-rw-r--r--phantasia/setup.c2
21 files changed, 41 insertions, 0 deletions
diff --git a/phantasia/COPYRIGHT b/phantasia/COPYRIGHT
index 71a58b3b..19836854 100644
--- a/phantasia/COPYRIGHT
+++ b/phantasia/COPYRIGHT
@@ -1,3 +1,5 @@
+$NetBSD: COPYRIGHT,v 1.2 1995/03/24 03:58:08 cgd Exp $
+
This entire subtree is explicitly not copyrighted.
The following notice applies to all files found here. None of
these files contain AT&T proprietary source code.
diff --git a/phantasia/Makefile b/phantasia/Makefile
index 42fbf9d1..aa068e8b 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -1,3 +1,4 @@
+# $NetBSD: Makefile,v 1.4 1995/03/24 03:58:22 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= phantasia
diff --git a/phantasia/README b/phantasia/README
index d56a6216..1fd5ab19 100644
--- a/phantasia/README
+++ b/phantasia/README
@@ -1,3 +1,5 @@
+$NetBSD: README,v 1.2 1995/03/24 03:58:29 cgd Exp $
+
June 25, 1986
diff --git a/phantasia/convert.c b/phantasia/convert.c
index f46343f2..53127de7 100644
--- a/phantasia/convert.c
+++ b/phantasia/convert.c
@@ -1,3 +1,5 @@
+/* $NetBSD: convert.c,v 1.2 1995/03/24 03:58:34 cgd Exp $ */
+
/*
* Convert Phantasia 3.3.1 and 3.3.1+ characs file format to 3.3.2
*
diff --git a/phantasia/fight.c b/phantasia/fight.c
index 4038d1db..66f62e75 100644
--- a/phantasia/fight.c
+++ b/phantasia/fight.c
@@ -1,3 +1,5 @@
+/* $NetBSD: fight.c,v 1.2 1995/03/24 03:58:39 cgd Exp $ */
+
/*
* fight.c Phantasia monster fighting routines
*/
diff --git a/phantasia/gamesupport.c b/phantasia/gamesupport.c
index c7481ef7..b1be5e4d 100644
--- a/phantasia/gamesupport.c
+++ b/phantasia/gamesupport.c
@@ -1,3 +1,5 @@
+/* $NetBSD: gamesupport.c,v 1.2 1995/03/24 03:58:43 cgd Exp $ */
+
/*
* gamesupport.c - auxiliary routines for support of Phantasia
*/
diff --git a/phantasia/include.h b/phantasia/include.h
index bfaa8a7e..c9b4f7c6 100644
--- a/phantasia/include.h
+++ b/phantasia/include.h
@@ -1,3 +1,5 @@
+/* $NetBSD: include.h,v 1.2 1995/03/24 03:58:45 cgd Exp $ */
+
/*
* include.h - includes all important files for Phantasia
*/
diff --git a/phantasia/interplayer.c b/phantasia/interplayer.c
index 0c923f0c..2ceeca19 100644
--- a/phantasia/interplayer.c
+++ b/phantasia/interplayer.c
@@ -1,3 +1,5 @@
+/* $NetBSD: interplayer.c,v 1.2 1995/03/24 03:58:47 cgd Exp $ */
+
/*
* interplayer.c - player to player routines for Phantasia
*/
diff --git a/phantasia/io.c b/phantasia/io.c
index addf1c9b..047c0542 100644
--- a/phantasia/io.c
+++ b/phantasia/io.c
@@ -1,3 +1,5 @@
+/* $NetBSD: io.c,v 1.2 1995/03/24 03:58:50 cgd Exp $ */
+
/*
* io.c - input/output routines for Phantasia
*/
diff --git a/phantasia/macros.h b/phantasia/macros.h
index e2327421..6c46c868 100644
--- a/phantasia/macros.h
+++ b/phantasia/macros.h
@@ -1,3 +1,5 @@
+/* $NetBSD: macros.h,v 1.2 1995/03/24 03:58:52 cgd Exp $ */
+
/*
* macros.h - macro definitions for Phantasia
*/
diff --git a/phantasia/main.c b/phantasia/main.c
index 89d56e89..2e01b692 100644
--- a/phantasia/main.c
+++ b/phantasia/main.c
@@ -1,3 +1,5 @@
+/* $NetBSD: main.c,v 1.2 1995/03/24 03:58:54 cgd Exp $ */
+
/*
* Phantasia 3.3.2 -- Interterminal fantasy game
*
diff --git a/phantasia/map.c b/phantasia/map.c
index be035df1..7ac656db 100644
--- a/phantasia/map.c
+++ b/phantasia/map.c
@@ -1,3 +1,5 @@
+/* $NetBSD: map.c,v 1.2 1995/03/24 03:58:58 cgd Exp $ */
+
#define minusminus plusplus
#define minusplus plusminus
diff --git a/phantasia/misc.c b/phantasia/misc.c
index 42c039d2..1ca8661e 100644
--- a/phantasia/misc.c
+++ b/phantasia/misc.c
@@ -1,3 +1,5 @@
+/* $NetBSD: misc.c,v 1.2 1995/03/24 03:59:03 cgd Exp $ */
+
/*
* misc.c Phantasia miscellaneous support routines
*/
diff --git a/phantasia/oldplayer.h b/phantasia/oldplayer.h
index ce8661c4..73b6f5cc 100644
--- a/phantasia/oldplayer.h
+++ b/phantasia/oldplayer.h
@@ -1,3 +1,5 @@
+/* $NetBSD: oldplayer.h,v 1.2 1995/03/24 03:59:09 cgd Exp $ */
+
/*
* oldplayer.h - old player structure
*/
diff --git a/phantasia/pathnames.h b/phantasia/pathnames.h
index 9e4d46b6..3def81b2 100644
--- a/phantasia/pathnames.h
+++ b/phantasia/pathnames.h
@@ -1,3 +1,5 @@
+/* $NetBSD: pathnames.h,v 1.2 1995/03/24 03:59:17 cgd Exp $ */
+
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/phantasia/phantasia.6 b/phantasia/phantasia.6
index a7cb7f1a..ba0e0e06 100644
--- a/phantasia/phantasia.6
+++ b/phantasia/phantasia.6
@@ -1,3 +1,5 @@
+.\" $NetBSD: phantasia.6,v 1.2 1995/03/24 03:59:23 cgd Exp $
+.\"
.de sh
.br
.ne 5
diff --git a/phantasia/phantdefs.h b/phantasia/phantdefs.h
index 9e597e51..0e92cb51 100644
--- a/phantasia/phantdefs.h
+++ b/phantasia/phantdefs.h
@@ -1,3 +1,5 @@
+/* $NetBSD: phantdefs.h,v 1.2 1995/03/24 03:59:28 cgd Exp $ */
+
/*
* phantdefs.h - important constants for Phantasia
*/
diff --git a/phantasia/phantglobs.c b/phantasia/phantglobs.c
index 65ab6306..910552a8 100644
--- a/phantasia/phantglobs.c
+++ b/phantasia/phantglobs.c
@@ -1,3 +1,5 @@
+/* $NetBSD: phantglobs.c,v 1.2 1995/03/24 03:59:33 cgd Exp $ */
+
/*
* phantglobs.c - globals for Phantasia
*/
diff --git a/phantasia/phantglobs.h b/phantasia/phantglobs.h
index 4a10cc99..eeec1305 100644
--- a/phantasia/phantglobs.h
+++ b/phantasia/phantglobs.h
@@ -1,3 +1,5 @@
+/* $NetBSD: phantglobs.h,v 1.2 1995/03/24 03:59:38 cgd Exp $ */
+
/*
* phantglobs.h - global declarations for Phantasia
*/
diff --git a/phantasia/phantstruct.h b/phantasia/phantstruct.h
index 05c6da57..c7ada226 100644
--- a/phantasia/phantstruct.h
+++ b/phantasia/phantstruct.h
@@ -1,3 +1,5 @@
+/* $NetBSD: phantstruct.h,v 1.2 1995/03/24 04:00:11 cgd Exp $ */
+
/*
* phantstruct.h - structure definitions for Phantasia
*/
diff --git a/phantasia/setup.c b/phantasia/setup.c
index da55980d..ee61b9c2 100644
--- a/phantasia/setup.c
+++ b/phantasia/setup.c
@@ -1,3 +1,5 @@
+/* $NetBSD: setup.c,v 1.3 1995/03/24 04:00:51 cgd Exp $ */
+
/*
* setup.c - set up all files for Phantasia
*/