summaryrefslogtreecommitdiff
path: root/games/hack
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-25 21:57:54 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-25 21:57:54 +0000
commitba94d0cea3d853d19732f64a17cd6207dc85ad5f (patch)
tree38b022cfba11bdd4a90667961e31cfc475ffc7c3 /games/hack
parent2641b0c407077fa8c3032d87d15ac6a103b0ed1b (diff)
Diffstat (limited to 'games/hack')
-rw-r--r--games/hack/Makefile2
-rw-r--r--games/hack/alloc.c2
-rw-r--r--games/hack/hack.apply.c2
-rw-r--r--games/hack/hack.bones.c2
-rw-r--r--games/hack/hack.c2
-rw-r--r--games/hack/hack.cmd.c2
-rw-r--r--games/hack/hack.do.c2
-rw-r--r--games/hack/hack.do_name.c2
-rw-r--r--games/hack/hack.do_wear.c2
-rw-r--r--games/hack/hack.dog.c2
-rw-r--r--games/hack/hack.eat.c2
-rw-r--r--games/hack/hack.end.c2
-rw-r--r--games/hack/hack.engrave.c2
-rw-r--r--games/hack/hack.fight.c2
-rw-r--r--games/hack/hack.invent.c2
-rw-r--r--games/hack/hack.ioctl.c2
-rw-r--r--games/hack/hack.lev.c2
-rw-r--r--games/hack/hack.main.c2
-rw-r--r--games/hack/hack.makemon.c2
-rw-r--r--games/hack/hack.mhitu.c2
-rw-r--r--games/hack/hack.mklev.c2
-rw-r--r--games/hack/hack.mkmaze.c2
-rw-r--r--games/hack/hack.mkobj.c2
-rw-r--r--games/hack/hack.mkshop.c2
-rw-r--r--games/hack/hack.mon.c2
-rw-r--r--games/hack/hack.o_init.c2
-rw-r--r--games/hack/hack.objnam.c2
-rw-r--r--games/hack/hack.options.c2
-rw-r--r--games/hack/hack.pager.c2
-rw-r--r--games/hack/hack.potion.c2
-rw-r--r--games/hack/hack.pri.c2
-rw-r--r--games/hack/hack.read.c2
-rw-r--r--games/hack/hack.rip.c2
-rw-r--r--games/hack/hack.rumors.c2
-rw-r--r--games/hack/hack.save.c2
-rw-r--r--games/hack/hack.search.c2
-rw-r--r--games/hack/hack.shk.c2
-rw-r--r--games/hack/hack.shknam.c2
-rw-r--r--games/hack/hack.steal.c2
-rw-r--r--games/hack/hack.termcap.c2
-rw-r--r--games/hack/hack.timeout.c2
-rw-r--r--games/hack/hack.topl.c2
-rw-r--r--games/hack/hack.track.c2
-rw-r--r--games/hack/hack.trap.c2
-rw-r--r--games/hack/hack.tty.c2
-rw-r--r--games/hack/hack.u_init.c2
-rw-r--r--games/hack/hack.unix.c2
-rw-r--r--games/hack/hack.vault.c2
-rw-r--r--games/hack/hack.version.c2
-rw-r--r--games/hack/hack.wield.c2
-rw-r--r--games/hack/hack.wizard.c2
-rw-r--r--games/hack/hack.worm.c2
-rw-r--r--games/hack/hack.worn.c2
-rw-r--r--games/hack/hack.zap.c2
-rw-r--r--games/hack/makedefs.c2
-rw-r--r--games/hack/rnd.c2
56 files changed, 56 insertions, 56 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile
index e2ad5d39173a..a24a80e0451b 100644
--- a/games/hack/Makefile
+++ b/games/hack/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $FreeBSD$
+# $FreeBSD: src/games/hack/Makefile,v 1.20 1999/12/10 21:13:37 billf Exp $
PROG= hack
SRCS= alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \
diff --git a/games/hack/alloc.c b/games/hack/alloc.c
index 94512653e8cd..a8b4cf8254ed 100644
--- a/games/hack/alloc.c
+++ b/games/hack/alloc.c
@@ -1,5 +1,5 @@
/* alloc.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/alloc.c,v 1.4 1999/11/16 02:57:01 billf Exp $ */
#include <stdlib.h>
diff --git a/games/hack/hack.apply.c b/games/hack/hack.apply.c
index fa939d6015e2..214c98f9b9a0 100644
--- a/games/hack/hack.apply.c
+++ b/games/hack/hack.apply.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.apply.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.apply.c,v 1.4 1999/11/16 10:26:35 marcel Exp $ */
#include "hack.h"
#include "def.edog.h"
diff --git a/games/hack/hack.bones.c b/games/hack/hack.bones.c
index 4f67997e2bd1..2aec22bc4975 100644
--- a/games/hack/hack.bones.c
+++ b/games/hack/hack.bones.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.bones.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.bones.c,v 1.4 1999/11/16 10:26:35 marcel Exp $ */
#include "hack.h"
extern char plname[PL_NSIZ];
diff --git a/games/hack/hack.c b/games/hack/hack.c
index 1e023fc1bf4c..1786baaa202b 100644
--- a/games/hack/hack.c
+++ b/games/hack/hack.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.c,v 1.4 1999/11/16 10:26:35 marcel Exp $ */
#include "hack.h"
#include <stdio.h>
diff --git a/games/hack/hack.cmd.c b/games/hack/hack.cmd.c
index 27beaaea4261..70d407dc79da 100644
--- a/games/hack/hack.cmd.c
+++ b/games/hack/hack.cmd.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.cmd.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.cmd.c,v 1.4 1999/11/16 10:26:35 marcel Exp $ */
#include "hack.h"
#include "def.func_tab.h"
diff --git a/games/hack/hack.do.c b/games/hack/hack.do.c
index 547a455e27db..e3c117bd0d20 100644
--- a/games/hack/hack.do.c
+++ b/games/hack/hack.do.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.do.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.do.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */
/* Contains code for 'd', 'D' (drop), '>', '<' (up, down) and 't' (throw) */
diff --git a/games/hack/hack.do_name.c b/games/hack/hack.do_name.c
index add0b8a56ad3..345ee06f0aa3 100644
--- a/games/hack/hack.do_name.c
+++ b/games/hack/hack.do_name.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.do_name.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.do_name.c,v 1.5 1999/11/16 10:26:36 marcel Exp $ */
#include "hack.h"
#include <stdio.h>
diff --git a/games/hack/hack.do_wear.c b/games/hack/hack.do_wear.c
index 46e701372aa6..1a8102f23568 100644
--- a/games/hack/hack.do_wear.c
+++ b/games/hack/hack.do_wear.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.do_wear.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.do_wear.c,v 1.3 1999/11/16 02:57:03 billf Exp $ */
#include "hack.h"
#include <stdio.h>
diff --git a/games/hack/hack.dog.c b/games/hack/hack.dog.c
index 9e518e1b3275..ee426d22ac76 100644
--- a/games/hack/hack.dog.c
+++ b/games/hack/hack.dog.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.dog.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.dog.c,v 1.3 1999/11/16 02:57:03 billf Exp $ */
#include "hack.h"
#include "hack.mfndpos.h"
diff --git a/games/hack/hack.eat.c b/games/hack/hack.eat.c
index 8c023a6bb16f..a79a8c897400 100644
--- a/games/hack/hack.eat.c
+++ b/games/hack/hack.eat.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.eat.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.eat.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */
#include "hack.h"
char POISONOUS[] = "ADKSVabhks";
diff --git a/games/hack/hack.end.c b/games/hack/hack.end.c
index 98c8336f39e3..6bb6fc956caa 100644
--- a/games/hack/hack.end.c
+++ b/games/hack/hack.end.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.end.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.end.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */
#include "hack.h"
#include <stdio.h>
diff --git a/games/hack/hack.engrave.c b/games/hack/hack.engrave.c
index bc9ed849dae9..b7b72ef76cb0 100644
--- a/games/hack/hack.engrave.c
+++ b/games/hack/hack.engrave.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.engrave.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.engrave.c,v 1.4 1999/11/16 02:57:04 billf Exp $ */
#include "hack.h"
diff --git a/games/hack/hack.fight.c b/games/hack/hack.fight.c
index 000c58fa607e..b3410184fcdc 100644
--- a/games/hack/hack.fight.c
+++ b/games/hack/hack.fight.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.fight.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.fight.c,v 1.5 1999/11/16 10:26:36 marcel Exp $ */
#include "hack.h"
extern struct permonst li_dog, dog, la_dog;
diff --git a/games/hack/hack.invent.c b/games/hack/hack.invent.c
index 7fc170c7e344..992d99e7a8f1 100644
--- a/games/hack/hack.invent.c
+++ b/games/hack/hack.invent.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.invent.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.invent.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */
#include "hack.h"
#include <stdio.h>
diff --git a/games/hack/hack.ioctl.c b/games/hack/hack.ioctl.c
index 626fead7e0a3..46b4d3413a1a 100644
--- a/games/hack/hack.ioctl.c
+++ b/games/hack/hack.ioctl.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.ioctl.c - version 1.0.2 */
-/* $FreeBSD$
+/* $FreeBSD: src/games/hack/hack.ioctl.c,v 1.2 1999/09/12 07:01:23 marcel Exp $
/* This cannot be part of hack.tty.c (as it was earlier) since on some
systems (e.g. MUNIX) the include files <termio.h> and <sgtty.h>
diff --git a/games/hack/hack.lev.c b/games/hack/hack.lev.c
index bdc542e845d9..20b27a3008d6 100644
--- a/games/hack/hack.lev.c
+++ b/games/hack/hack.lev.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.lev.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.lev.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */
#include "hack.h"
#include "def.mkroom.h"
diff --git a/games/hack/hack.main.c b/games/hack/hack.main.c
index b29320a5aa02..52a802571a2c 100644
--- a/games/hack/hack.main.c
+++ b/games/hack/hack.main.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.main.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.main.c,v 1.9 1999/11/16 10:26:36 marcel Exp $ */
#include <stdio.h>
#include <signal.h>
diff --git a/games/hack/hack.makemon.c b/games/hack/hack.makemon.c
index 64e1ecfd7215..0f19b20faef9 100644
--- a/games/hack/hack.makemon.c
+++ b/games/hack/hack.makemon.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.makemon.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.makemon.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */
#include "hack.h"
extern char fut_geno[];
diff --git a/games/hack/hack.mhitu.c b/games/hack/hack.mhitu.c
index b3a316fab323..e153b942e04e 100644
--- a/games/hack/hack.mhitu.c
+++ b/games/hack/hack.mhitu.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.mhitu.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.mhitu.c,v 1.4 1999/11/16 10:26:36 marcel Exp $ */
#include "hack.h"
extern struct monst *makemon();
diff --git a/games/hack/hack.mklev.c b/games/hack/hack.mklev.c
index b9b3f0474a95..90559ee752fb 100644
--- a/games/hack/hack.mklev.c
+++ b/games/hack/hack.mklev.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.mklev.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.mklev.c,v 1.6 1999/11/16 10:26:36 marcel Exp $ */
#include <stdlib.h>
#include <unistd.h>
diff --git a/games/hack/hack.mkmaze.c b/games/hack/hack.mkmaze.c
index 769cd5db5955..609a172c8b16 100644
--- a/games/hack/hack.mkmaze.c
+++ b/games/hack/hack.mkmaze.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.mkmaze.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.mkmaze.c,v 1.4 1999/11/16 10:26:37 marcel Exp $ */
#include "hack.h"
#include "def.mkroom.h" /* not really used */
diff --git a/games/hack/hack.mkobj.c b/games/hack/hack.mkobj.c
index a9098a6b235e..732f1ba32795 100644
--- a/games/hack/hack.mkobj.c
+++ b/games/hack/hack.mkobj.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.mkobj.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.mkobj.c,v 1.5 1999/11/16 10:26:37 marcel Exp $ */
#include "hack.h"
diff --git a/games/hack/hack.mkshop.c b/games/hack/hack.mkshop.c
index 1a43f303d2d0..d11d46edc69f 100644
--- a/games/hack/hack.mkshop.c
+++ b/games/hack/hack.mkshop.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.mkshop.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.mkshop.c,v 1.4 1999/11/16 10:26:37 marcel Exp $ */
#ifndef QUEST
#include "hack.h"
diff --git a/games/hack/hack.mon.c b/games/hack/hack.mon.c
index 218761fd9037..825b9b6fe5f5 100644
--- a/games/hack/hack.mon.c
+++ b/games/hack/hack.mon.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.mon.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.mon.c,v 1.5 1999/11/16 10:26:37 marcel Exp $ */
#include "hack.h"
#include "hack.mfndpos.h"
diff --git a/games/hack/hack.o_init.c b/games/hack/hack.o_init.c
index 0bb94189fa31..48ce1f499b62 100644
--- a/games/hack/hack.o_init.c
+++ b/games/hack/hack.o_init.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.o_init.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.o_init.c,v 1.6 1999/11/16 10:26:37 marcel Exp $ */
#include <string.h>
#include "config.h" /* for typedefs */
diff --git a/games/hack/hack.objnam.c b/games/hack/hack.objnam.c
index eebc05230b22..a6e980119ce6 100644
--- a/games/hack/hack.objnam.c
+++ b/games/hack/hack.objnam.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.objnam.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.objnam.c,v 1.3 1999/11/16 02:57:08 billf Exp $ */
#include "hack.h"
#define Sprintf (void) sprintf
diff --git a/games/hack/hack.options.c b/games/hack/hack.options.c
index 7bd1baa197d4..83e558728e16 100644
--- a/games/hack/hack.options.c
+++ b/games/hack/hack.options.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.options.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.options.c,v 1.5 1999/11/16 02:57:08 billf Exp $ */
#include <stdlib.h>
#include "config.h"
diff --git a/games/hack/hack.pager.c b/games/hack/hack.pager.c
index 17df16166b60..58d734a88d14 100644
--- a/games/hack/hack.pager.c
+++ b/games/hack/hack.pager.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.pager.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.pager.c,v 1.7 1999/11/16 02:57:09 billf Exp $ */
/* This file contains the command routine dowhatis() and a pager. */
/* Also readmail() and doshell(), and generally the things that
diff --git a/games/hack/hack.potion.c b/games/hack/hack.potion.c
index 751b7e083744..c7929a8be2e1 100644
--- a/games/hack/hack.potion.c
+++ b/games/hack/hack.potion.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.potion.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.potion.c,v 1.5 1999/11/16 10:26:37 marcel Exp $ */
#include "hack.h"
extern int float_down();
diff --git a/games/hack/hack.pri.c b/games/hack/hack.pri.c
index 9dfd8c8025a4..d268987a0c72 100644
--- a/games/hack/hack.pri.c
+++ b/games/hack/hack.pri.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.pri.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.pri.c,v 1.5 1999/11/16 10:26:37 marcel Exp $ */
#include "hack.h"
#include <stdio.h>
diff --git a/games/hack/hack.read.c b/games/hack/hack.read.c
index c0175d1f5a0d..9aa07a09b039 100644
--- a/games/hack/hack.read.c
+++ b/games/hack/hack.read.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.read.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.read.c,v 1.6 1999/11/16 10:26:37 marcel Exp $ */
#include "hack.h"
diff --git a/games/hack/hack.rip.c b/games/hack/hack.rip.c
index f37b9eca58b2..ebd748bea7be 100644
--- a/games/hack/hack.rip.c
+++ b/games/hack/hack.rip.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.rip.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.rip.c,v 1.4 1999/11/16 10:26:37 marcel Exp $ */
#include <stdio.h>
#include "hack.h"
diff --git a/games/hack/hack.rumors.c b/games/hack/hack.rumors.c
index 6d63ee503a28..12642d10d4d9 100644
--- a/games/hack/hack.rumors.c
+++ b/games/hack/hack.rumors.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.rumors.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.rumors.c,v 1.3 1999/11/16 02:57:10 billf Exp $ */
#include <stdio.h>
#include "hack.h" /* for RUMORFILE and BSD (index) */
diff --git a/games/hack/hack.save.c b/games/hack/hack.save.c
index 46d3ba105689..1ace54559bdc 100644
--- a/games/hack/hack.save.c
+++ b/games/hack/hack.save.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.save.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.save.c,v 1.4 1999/11/16 10:26:37 marcel Exp $ */
#include "hack.h"
extern char genocided[60]; /* defined in Decl.c */
diff --git a/games/hack/hack.search.c b/games/hack/hack.search.c
index 8476c88e81a7..e544ab7e3749 100644
--- a/games/hack/hack.search.c
+++ b/games/hack/hack.search.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.search.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.search.c,v 1.3 1999/11/16 02:57:11 billf Exp $ */
#include "hack.h"
diff --git a/games/hack/hack.shk.c b/games/hack/hack.shk.c
index 4104ba892900..a1e914bb7a87 100644
--- a/games/hack/hack.shk.c
+++ b/games/hack/hack.shk.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.shk.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.shk.c,v 1.5 1999/11/16 10:26:37 marcel Exp $ */
#include "hack.h"
#ifdef QUEST
diff --git a/games/hack/hack.shknam.c b/games/hack/hack.shknam.c
index f3bf8f05815d..93f40f96e62e 100644
--- a/games/hack/hack.shknam.c
+++ b/games/hack/hack.shknam.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.shknam.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.shknam.c,v 1.3 1999/11/16 02:57:11 billf Exp $ */
#include "hack.h"
diff --git a/games/hack/hack.steal.c b/games/hack/hack.steal.c
index 6c97a58d5b28..c97c29008856 100644
--- a/games/hack/hack.steal.c
+++ b/games/hack/hack.steal.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.steal.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.steal.c,v 1.4 1999/11/16 10:26:38 marcel Exp $ */
#include "hack.h"
diff --git a/games/hack/hack.termcap.c b/games/hack/hack.termcap.c
index c4a3a82de646..cad8fa8153be 100644
--- a/games/hack/hack.termcap.c
+++ b/games/hack/hack.termcap.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.termcap.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.termcap.c,v 1.10 1999/11/16 10:26:38 marcel Exp $ */
#include <stdio.h>
#include <termcap.h>
diff --git a/games/hack/hack.timeout.c b/games/hack/hack.timeout.c
index f23febf7693d..d90279c7ebc9 100644
--- a/games/hack/hack.timeout.c
+++ b/games/hack/hack.timeout.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.timeout.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.timeout.c,v 1.3 1999/11/16 02:57:12 billf Exp $ */
#include "hack.h"
diff --git a/games/hack/hack.topl.c b/games/hack/hack.topl.c
index 739b2ce25624..c157f3e35e3b 100644
--- a/games/hack/hack.topl.c
+++ b/games/hack/hack.topl.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.topl.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.topl.c,v 1.3 1999/11/16 02:57:12 billf Exp $ */
#include "hack.h"
#include <stdio.h>
diff --git a/games/hack/hack.track.c b/games/hack/hack.track.c
index 0062ae9e12b7..6fba8883a922 100644
--- a/games/hack/hack.track.c
+++ b/games/hack/hack.track.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.track.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.track.c,v 1.4 1999/11/16 10:26:38 marcel Exp $ */
#include "hack.h"
diff --git a/games/hack/hack.trap.c b/games/hack/hack.trap.c
index ea99f2ff3999..d34549eef447 100644
--- a/games/hack/hack.trap.c
+++ b/games/hack/hack.trap.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.trap.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.trap.c,v 1.5 1999/11/16 10:26:38 marcel Exp $ */
#include "hack.h"
diff --git a/games/hack/hack.tty.c b/games/hack/hack.tty.c
index f86c09fe8206..285d29762fd4 100644
--- a/games/hack/hack.tty.c
+++ b/games/hack/hack.tty.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)hack.tty.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/hack/hack.tty.c,v 1.6.2.1 2000/07/20 10:35:07 kris Exp $";
#endif /* not lint */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
diff --git a/games/hack/hack.u_init.c b/games/hack/hack.u_init.c
index e3900afd5579..7c514e97f208 100644
--- a/games/hack/hack.u_init.c
+++ b/games/hack/hack.u_init.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.u_init.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.u_init.c,v 1.4 1999/11/16 02:57:13 billf Exp $ */
#include "hack.h"
#include <stdio.h>
diff --git a/games/hack/hack.unix.c b/games/hack/hack.unix.c
index e8ddfcaaf349..4cc351e55aea 100644
--- a/games/hack/hack.unix.c
+++ b/games/hack/hack.unix.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.unix.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.unix.c,v 1.8 1999/11/16 02:57:13 billf Exp $ */
/* This file collects some Unix dependencies; hack.pager.c contains some more */
diff --git a/games/hack/hack.vault.c b/games/hack/hack.vault.c
index 472de9a13974..d70c97b6ae10 100644
--- a/games/hack/hack.vault.c
+++ b/games/hack/hack.vault.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.vault.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.vault.c,v 1.4 1999/11/16 10:26:38 marcel Exp $ */
#include "hack.h"
#ifdef QUEST
diff --git a/games/hack/hack.version.c b/games/hack/hack.version.c
index 0fe78854972b..e7520620622c 100644
--- a/games/hack/hack.version.c
+++ b/games/hack/hack.version.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.version.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.version.c,v 1.3 1999/08/27 23:29:05 peter Exp $ */
#include "date.h"
diff --git a/games/hack/hack.wield.c b/games/hack/hack.wield.c
index 7533de697ba4..a9b493a9810e 100644
--- a/games/hack/hack.wield.c
+++ b/games/hack/hack.wield.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.wield.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.wield.c,v 1.4 1999/11/16 10:26:38 marcel Exp $ */
#include "hack.h"
extern struct obj zeroobj;
diff --git a/games/hack/hack.wizard.c b/games/hack/hack.wizard.c
index f4a4712925fe..eece8e0b4512 100644
--- a/games/hack/hack.wizard.c
+++ b/games/hack/hack.wizard.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.wizard.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.wizard.c,v 1.3 1999/11/16 02:57:14 billf Exp $ */
/* wizard code - inspired by rogue code from Merlyn Leroy (digi-g!brian) */
diff --git a/games/hack/hack.worm.c b/games/hack/hack.worm.c
index 3c3ba1b80640..2229d628a1df 100644
--- a/games/hack/hack.worm.c
+++ b/games/hack/hack.worm.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.worm.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.worm.c,v 1.4 1999/11/16 10:26:38 marcel Exp $ */
#include "hack.h"
#ifndef NOWORM
diff --git a/games/hack/hack.worn.c b/games/hack/hack.worn.c
index f4ae772d13c4..42e62db624f5 100644
--- a/games/hack/hack.worn.c
+++ b/games/hack/hack.worn.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.worn.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.worn.c,v 1.3 1999/11/16 02:57:14 billf Exp $ */
#include "hack.h"
diff --git a/games/hack/hack.zap.c b/games/hack/hack.zap.c
index 957b46c4461f..72f959465d2c 100644
--- a/games/hack/hack.zap.c
+++ b/games/hack/hack.zap.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.zap.c - version 1.0.3 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/hack.zap.c,v 1.4 1999/11/16 10:26:38 marcel Exp $ */
#include "hack.h"
diff --git a/games/hack/makedefs.c b/games/hack/makedefs.c
index add5f1beb808..86f8b6165f54 100644
--- a/games/hack/makedefs.c
+++ b/games/hack/makedefs.c
@@ -1,6 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* makedefs.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/makedefs.c,v 1.4 1999/11/16 02:57:15 billf Exp $ */
#include <stdio.h>
#include <string.h>
diff --git a/games/hack/rnd.c b/games/hack/rnd.c
index 037b2d913260..f54ab5839072 100644
--- a/games/hack/rnd.c
+++ b/games/hack/rnd.c
@@ -1,5 +1,5 @@
/* rnd.c - version 1.0.2 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/games/hack/rnd.c,v 1.5 1999/11/16 10:26:38 marcel Exp $ */
#include <stdlib.h>