summaryrefslogtreecommitdiffstats
path: root/battlestar
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
commit462fca95471224f85b85be911e72faee16cd1597 (patch)
treea0e4c1c096d66e8908adab57224bf19bd7f94e63 /battlestar
parent1639abc312beea68f4391a202db74ef7bdd5a494 (diff)
downloadbsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.gz
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.zst
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.zip
Add RCS identifiers.
Diffstat (limited to 'battlestar')
-rw-r--r--battlestar/battlestar.c3
-rw-r--r--battlestar/com1.c3
-rw-r--r--battlestar/com2.c3
-rw-r--r--battlestar/com3.c3
-rw-r--r--battlestar/com4.c3
-rw-r--r--battlestar/com5.c3
-rw-r--r--battlestar/com6.c3
-rw-r--r--battlestar/com7.c3
-rw-r--r--battlestar/cypher.c3
-rw-r--r--battlestar/dayfile.c3
-rw-r--r--battlestar/dayobjs.c3
-rw-r--r--battlestar/externs.h3
-rw-r--r--battlestar/fly.c3
-rw-r--r--battlestar/getcom.c3
-rw-r--r--battlestar/globals.c3
-rw-r--r--battlestar/init.c3
-rw-r--r--battlestar/misc.c3
-rw-r--r--battlestar/nightfile.c3
-rw-r--r--battlestar/nightobjs.c3
-rw-r--r--battlestar/parse.c3
-rw-r--r--battlestar/pathnames.h3
-rw-r--r--battlestar/room.c3
-rw-r--r--battlestar/save.c3
-rw-r--r--battlestar/words.c3
24 files changed, 48 insertions, 24 deletions
diff --git a/battlestar/battlestar.c b/battlestar/battlestar.c
index ea373e89..7f4cfe92 100644
--- a/battlestar/battlestar.c
+++ b/battlestar/battlestar.c
@@ -38,7 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)battlestar.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)battlestar.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: battlestar.c,v 1.2 1993/08/01 18:56:14 mycroft Exp $";
#endif /* not lint */
/*
diff --git a/battlestar/com1.c b/battlestar/com1.c
index 5b08526f..f1ac5f6b 100644
--- a/battlestar/com1.c
+++ b/battlestar/com1.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)com1.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)com1.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: com1.c,v 1.2 1993/08/01 18:56:13 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/com2.c b/battlestar/com2.c
index 5c8352cf..051eb72c 100644
--- a/battlestar/com2.c
+++ b/battlestar/com2.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)com2.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)com2.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: com2.c,v 1.2 1993/08/01 18:56:12 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/com3.c b/battlestar/com3.c
index 82be058e..1e24684b 100644
--- a/battlestar/com3.c
+++ b/battlestar/com3.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)com3.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)com3.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: com3.c,v 1.2 1993/08/01 18:56:09 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/com4.c b/battlestar/com4.c
index d1ba925e..3034fd75 100644
--- a/battlestar/com4.c
+++ b/battlestar/com4.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)com4.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)com4.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: com4.c,v 1.2 1993/08/01 18:56:11 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/com5.c b/battlestar/com5.c
index dc7c589e..5b1f143a 100644
--- a/battlestar/com5.c
+++ b/battlestar/com5.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)com5.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)com5.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: com5.c,v 1.2 1993/08/01 18:56:08 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/com6.c b/battlestar/com6.c
index a9bd774a..ddf30d2a 100644
--- a/battlestar/com6.c
+++ b/battlestar/com6.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)com6.c 5.5 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)com6.c 5.5 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: com6.c,v 1.2 1993/08/01 18:56:07 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/com7.c b/battlestar/com7.c
index 9f1cde27..0ff9cb53 100644
--- a/battlestar/com7.c
+++ b/battlestar/com7.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)com7.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)com7.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: com7.c,v 1.2 1993/08/01 18:56:06 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/cypher.c b/battlestar/cypher.c
index 3ab3fcbe..238bf49e 100644
--- a/battlestar/cypher.c
+++ b/battlestar/cypher.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)cypher.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)cypher.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: cypher.c,v 1.2 1993/08/01 18:56:03 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/dayfile.c b/battlestar/dayfile.c
index 3e2fc1a2..0d368548 100644
--- a/battlestar/dayfile.c
+++ b/battlestar/dayfile.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)dayfile.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)dayfile.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: dayfile.c,v 1.2 1993/08/01 18:56:04 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/dayobjs.c b/battlestar/dayobjs.c
index 9e6617b4..cdf16d16 100644
--- a/battlestar/dayobjs.c
+++ b/battlestar/dayobjs.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)dayobjs.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)dayobjs.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: dayobjs.c,v 1.2 1993/08/01 18:56:02 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/externs.h b/battlestar/externs.h
index d097901b..d4539d99 100644
--- a/battlestar/externs.h
+++ b/battlestar/externs.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)externs.h 5.4 (Berkeley) 6/1/90
+ * from: @(#)externs.h 5.4 (Berkeley) 6/1/90
+ * $Id: externs.h,v 1.2 1993/08/01 18:56:15 mycroft Exp $
*/
#include <sys/signal.h>
diff --git a/battlestar/fly.c b/battlestar/fly.c
index e9b2db20..663cf739 100644
--- a/battlestar/fly.c
+++ b/battlestar/fly.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)fly.c 5.6 (Berkeley) 3/4/91";
+/*static char sccsid[] = "from: @(#)fly.c 5.6 (Berkeley) 3/4/91";*/
+static char rcsid[] = "$Id: fly.c,v 1.2 1993/08/01 18:56:01 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/getcom.c b/battlestar/getcom.c
index dafec417..6674304a 100644
--- a/battlestar/getcom.c
+++ b/battlestar/getcom.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)getcom.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)getcom.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: getcom.c,v 1.2 1993/08/01 18:56:00 mycroft Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/battlestar/globals.c b/battlestar/globals.c
index 2bf1119f..485be664 100644
--- a/battlestar/globals.c
+++ b/battlestar/globals.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)globals.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)globals.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: globals.c,v 1.2 1993/08/01 18:55:58 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/init.c b/battlestar/init.c
index ff22ead0..6a6a6b5b 100644
--- a/battlestar/init.c
+++ b/battlestar/init.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)init.c 5.5 (Berkeley) 2/27/91";
+/*static char sccsid[] = "from: @(#)init.c 5.5 (Berkeley) 2/27/91";*/
+static char rcsid[] = "$Id: init.c,v 1.3 1993/08/01 18:55:59 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/battlestar/misc.c b/battlestar/misc.c
index 800eb2fb..b37c1259 100644
--- a/battlestar/misc.c
+++ b/battlestar/misc.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)misc.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)misc.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 18:55:58 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/nightfile.c b/battlestar/nightfile.c
index 8e0b6c25..b446e655 100644
--- a/battlestar/nightfile.c
+++ b/battlestar/nightfile.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)nightfile.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)nightfile.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: nightfile.c,v 1.2 1993/08/01 18:55:56 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/nightobjs.c b/battlestar/nightobjs.c
index 43de722f..5cc08730 100644
--- a/battlestar/nightobjs.c
+++ b/battlestar/nightobjs.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)nightobjs.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)nightobjs.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: nightobjs.c,v 1.2 1993/08/01 18:55:55 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/parse.c b/battlestar/parse.c
index d4101e65..4a4919b7 100644
--- a/battlestar/parse.c
+++ b/battlestar/parse.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)parse.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)parse.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: parse.c,v 1.2 1993/08/01 18:55:53 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/pathnames.h b/battlestar/pathnames.h
index f38c354f..141dc7df 100644
--- a/battlestar/pathnames.h
+++ b/battlestar/pathnames.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)pathnames.h 5.1 (Berkeley) 6/1/90
+ * from: @(#)pathnames.h 5.1 (Berkeley) 6/1/90
+ * $Id: pathnames.h,v 1.2 1993/08/01 18:56:14 mycroft Exp $
*/
#define _PATH_SCORE "/var/games/battlestar.log"
diff --git a/battlestar/room.c b/battlestar/room.c
index f6c9418d..3ff7d586 100644
--- a/battlestar/room.c
+++ b/battlestar/room.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)room.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)room.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: room.c,v 1.2 1993/08/01 18:55:54 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/save.c b/battlestar/save.c
index 4c049ae2..f8faf513 100644
--- a/battlestar/save.c
+++ b/battlestar/save.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)save.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)save.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: save.c,v 1.2 1993/08/01 18:55:52 mycroft Exp $";
#endif /* not lint */
#include "externs.h"
diff --git a/battlestar/words.c b/battlestar/words.c
index 94eb3adb..0f4c3d93 100644
--- a/battlestar/words.c
+++ b/battlestar/words.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)words.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)words.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: words.c,v 1.2 1993/08/01 18:55:50 mycroft Exp $";
#endif /* not lint */
#include "externs.h"