aboutsummaryrefslogtreecommitdiff
path: root/games/rogue
diff options
context:
space:
mode:
Diffstat (limited to 'games/rogue')
-rw-r--r--games/rogue/Makefile2
-rw-r--r--games/rogue/curses.c2
-rw-r--r--games/rogue/hit.c2
-rw-r--r--games/rogue/init.c2
-rw-r--r--games/rogue/inventory.c2
-rw-r--r--games/rogue/level.c2
-rw-r--r--games/rogue/machdep.c2
-rw-r--r--games/rogue/main.c2
-rw-r--r--games/rogue/message.c2
-rw-r--r--games/rogue/monster.c2
-rw-r--r--games/rogue/move.c2
-rw-r--r--games/rogue/object.c2
-rw-r--r--games/rogue/pack.c2
-rw-r--r--games/rogue/play.c2
-rw-r--r--games/rogue/random.c2
-rw-r--r--games/rogue/ring.c2
-rw-r--r--games/rogue/rogue.62
-rw-r--r--games/rogue/room.c2
-rw-r--r--games/rogue/save.c2
-rw-r--r--games/rogue/score.c2
-rw-r--r--games/rogue/spec_hit.c2
-rw-r--r--games/rogue/throw.c2
-rw-r--r--games/rogue/trap.c2
-rw-r--r--games/rogue/use.c2
-rw-r--r--games/rogue/zap.c2
25 files changed, 25 insertions, 25 deletions
diff --git a/games/rogue/Makefile b/games/rogue/Makefile
index f6f546c26a4d..7df4a8785b03 100644
--- a/games/rogue/Makefile
+++ b/games/rogue/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $FreeBSD$
+# $FreeBSD: src/games/rogue/Makefile,v 1.4.2.1 2000/07/19 19:31:41 billf Exp $
PROG= rogue
CFLAGS+=-DUNIX -fwritable-strings
diff --git a/games/rogue/curses.c b/games/rogue/curses.c
index 246072d19d83..b993147c5aba 100644
--- a/games/rogue/curses.c
+++ b/games/rogue/curses.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)curses.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/curses.c,v 1.4 1999/11/30 03:49:22 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/hit.c b/games/rogue/hit.c
index aef546cf6829..443bc80bdb5d 100644
--- a/games/rogue/hit.c
+++ b/games/rogue/hit.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)hit.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/hit.c,v 1.6 1999/11/30 03:49:22 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/init.c b/games/rogue/init.c
index 3c214cbcd99a..041b1215c82b 100644
--- a/games/rogue/init.c
+++ b/games/rogue/init.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/init.c,v 1.4 1999/11/30 03:49:22 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/inventory.c b/games/rogue/inventory.c
index 0923aa1fb232..e918d9788349 100644
--- a/games/rogue/inventory.c
+++ b/games/rogue/inventory.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)inventory.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/inventory.c,v 1.4 1999/11/30 03:49:23 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/level.c b/games/rogue/level.c
index 1fb0e05252a3..a0208bc3263c 100644
--- a/games/rogue/level.c
+++ b/games/rogue/level.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)level.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/level.c,v 1.3 1999/11/30 03:49:23 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/machdep.c b/games/rogue/machdep.c
index a66bdb3be439..fc7225f346c0 100644
--- a/games/rogue/machdep.c
+++ b/games/rogue/machdep.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)machdep.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/machdep.c,v 1.6 1999/11/30 03:49:23 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/main.c b/games/rogue/main.c
index 781c61859e71..1874a708b2ed 100644
--- a/games/rogue/main.c
+++ b/games/rogue/main.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/main.c,v 1.3 1999/11/30 03:49:23 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/message.c b/games/rogue/message.c
index 3758a54d2f95..2b009dd01bb9 100644
--- a/games/rogue/message.c
+++ b/games/rogue/message.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)message.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/message.c,v 1.7.2.1 2000/07/20 10:35:07 kris Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/monster.c b/games/rogue/monster.c
index e436f862dd03..36735e9ba59f 100644
--- a/games/rogue/monster.c
+++ b/games/rogue/monster.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)monster.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/monster.c,v 1.6 1999/11/30 03:49:24 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/move.c b/games/rogue/move.c
index b989bf6bc56d..ce1d4f1a8514 100644
--- a/games/rogue/move.c
+++ b/games/rogue/move.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/move.c,v 1.7 1999/11/30 03:49:24 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/object.c b/games/rogue/object.c
index 9056c54bce74..c4204aa670ed 100644
--- a/games/rogue/object.c
+++ b/games/rogue/object.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)object.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/object.c,v 1.5 1999/11/30 03:49:25 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/pack.c b/games/rogue/pack.c
index 5ce3520172ad..9e43f6e369b0 100644
--- a/games/rogue/pack.c
+++ b/games/rogue/pack.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)pack.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/pack.c,v 1.8 1999/11/30 03:49:25 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/play.c b/games/rogue/play.c
index 13b319dbc5c3..ab88ef7b1afa 100644
--- a/games/rogue/play.c
+++ b/games/rogue/play.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)play.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/play.c,v 1.3 1999/11/30 03:49:26 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/random.c b/games/rogue/random.c
index 8105e6528cf5..ca863d2efb01 100644
--- a/games/rogue/random.c
+++ b/games/rogue/random.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)random.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/random.c,v 1.6 1999/11/30 03:49:26 billf Exp $";
#endif /* not lint */
#include "rogue.h"
diff --git a/games/rogue/ring.c b/games/rogue/ring.c
index 4a4bb531a920..7449564efb65 100644
--- a/games/rogue/ring.c
+++ b/games/rogue/ring.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)ring.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/ring.c,v 1.3 1999/11/30 03:49:26 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/rogue.6 b/games/rogue/rogue.6
index ca3d56e1e564..cd9e13fbf05c 100644
--- a/games/rogue/rogue.6
+++ b/games/rogue/rogue.6
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rogue.6 8.1 (Berkeley) 5/31/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/games/rogue/rogue.6,v 1.4 1999/08/27 23:29:16 peter Exp $
.\"
.TH ROGUE 6 "May 31, 1993"
.UC 4
diff --git a/games/rogue/room.c b/games/rogue/room.c
index 08e8b68110f6..a4543beeec63 100644
--- a/games/rogue/room.c
+++ b/games/rogue/room.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)room.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/room.c,v 1.7 1999/11/30 03:49:26 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/save.c b/games/rogue/save.c
index 938217bbe80c..c4b02546d833 100644
--- a/games/rogue/save.c
+++ b/games/rogue/save.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/save.c,v 1.6 1999/11/30 03:49:27 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/score.c b/games/rogue/score.c
index b1c9ccd10dfd..153028f2c9a3 100644
--- a/games/rogue/score.c
+++ b/games/rogue/score.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/score.c,v 1.4 1999/11/30 03:49:27 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/spec_hit.c b/games/rogue/spec_hit.c
index bfcdc04cd7fe..605dce9e4b19 100644
--- a/games/rogue/spec_hit.c
+++ b/games/rogue/spec_hit.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)spec_hit.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/spec_hit.c,v 1.4 1999/11/30 03:49:28 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/throw.c b/games/rogue/throw.c
index 037beb2368ef..278a00ab44a9 100644
--- a/games/rogue/throw.c
+++ b/games/rogue/throw.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)throw.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/throw.c,v 1.3 1999/11/30 03:49:28 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/trap.c b/games/rogue/trap.c
index dd8cfedf9405..2753f086e5d2 100644
--- a/games/rogue/trap.c
+++ b/games/rogue/trap.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)trap.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/trap.c,v 1.6 1999/11/30 03:49:28 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/use.c b/games/rogue/use.c
index 3c5f62b4abc9..d54511239501 100644
--- a/games/rogue/use.c
+++ b/games/rogue/use.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)use.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/use.c,v 1.4 1999/11/30 03:49:29 billf Exp $";
#endif /* not lint */
/*
diff --git a/games/rogue/zap.c b/games/rogue/zap.c
index d4f991cd45f7..af3ae904e66c 100644
--- a/games/rogue/zap.c
+++ b/games/rogue/zap.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)zap.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/rogue/zap.c,v 1.3 1999/11/30 03:49:29 billf Exp $";
#endif /* not lint */
/*