From ecc8d489403ddff78c214db39def15049d5dae6a Mon Sep 17 00:00:00 2001 From: billf Date: Tue, 16 Nov 1999 02:45:03 +0000 Subject: Add $FreeBSD$ --- games/hack/alloc.c | 2 ++ games/hack/hack.apply.c | 1 + games/hack/hack.bones.c | 1 + games/hack/hack.c | 1 + games/hack/hack.cmd.c | 1 + games/hack/hack.do.c | 1 + games/hack/hack.do_name.c | 1 + games/hack/hack.do_wear.c | 1 + games/hack/hack.dog.c | 1 + games/hack/hack.eat.c | 1 + games/hack/hack.end.c | 1 + games/hack/hack.engrave.c | 1 + games/hack/hack.fight.c | 1 + games/hack/hack.invent.c | 1 + games/hack/hack.lev.c | 1 + games/hack/hack.main.c | 1 + games/hack/hack.makemon.c | 1 + games/hack/hack.mhitu.c | 1 + games/hack/hack.mklev.c | 1 + games/hack/hack.mkmaze.c | 1 + games/hack/hack.mkobj.c | 1 + games/hack/hack.mkshop.c | 1 + games/hack/hack.mon.c | 1 + games/hack/hack.o_init.c | 1 + games/hack/hack.objnam.c | 1 + games/hack/hack.options.c | 1 + games/hack/hack.pager.c | 1 + games/hack/hack.potion.c | 1 + games/hack/hack.pri.c | 1 + games/hack/hack.read.c | 1 + games/hack/hack.rip.c | 1 + games/hack/hack.rumors.c | 1 + games/hack/hack.save.c | 1 + games/hack/hack.search.c | 1 + games/hack/hack.shk.c | 1 + games/hack/hack.shknam.c | 1 + games/hack/hack.steal.c | 1 + games/hack/hack.termcap.c | 1 + games/hack/hack.timeout.c | 1 + games/hack/hack.topl.c | 1 + games/hack/hack.track.c | 1 + games/hack/hack.trap.c | 1 + games/hack/hack.tty.c | 2 ++ games/hack/hack.u_init.c | 1 + games/hack/hack.unix.c | 1 + games/hack/hack.vault.c | 1 + games/hack/hack.wield.c | 1 + games/hack/hack.wizard.c | 1 + games/hack/hack.worm.c | 1 + games/hack/hack.worn.c | 1 + games/hack/hack.zap.c | 1 + games/hack/makedefs.c | 1 + games/hack/rnd.c | 1 + 53 files changed, 55 insertions(+) (limited to 'games/hack') diff --git a/games/hack/alloc.c b/games/hack/alloc.c index 0e46ebc..30a6a96 100644 --- a/games/hack/alloc.c +++ b/games/hack/alloc.c @@ -1,4 +1,6 @@ /* alloc.c - version 1.0.2 */ +/* $FreeBSD$ */ + #include #ifdef LINT diff --git a/games/hack/hack.apply.c b/games/hack/hack.apply.c index 18da738..2a29e79 100644 --- a/games/hack/hack.apply.c +++ b/games/hack/hack.apply.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.apply.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include "def.edog.h" diff --git a/games/hack/hack.bones.c b/games/hack/hack.bones.c index d4a05b8..69eb2a8 100644 --- a/games/hack/hack.bones.c +++ b/games/hack/hack.bones.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.bones.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" extern char plname[PL_NSIZ]; diff --git a/games/hack/hack.c b/games/hack/hack.c index 5c82881..6863b60 100644 --- a/games/hack/hack.c +++ b/games/hack/hack.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include diff --git a/games/hack/hack.cmd.c b/games/hack/hack.cmd.c index e36cfcc..5eedbf5 100644 --- a/games/hack/hack.cmd.c +++ b/games/hack/hack.cmd.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.cmd.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include "def.func_tab.h" diff --git a/games/hack/hack.do.c b/games/hack/hack.do.c index 1227eb9..b8dd66f 100644 --- a/games/hack/hack.do.c +++ b/games/hack/hack.do.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.do.c - version 1.0.3 */ +/* $FreeBSD$ */ /* 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 bc49510..538bd7f 100644 --- a/games/hack/hack.do_name.c +++ b/games/hack/hack.do_name.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.do_name.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include diff --git a/games/hack/hack.do_wear.c b/games/hack/hack.do_wear.c index 423955d..14f74e4 100644 --- a/games/hack/hack.do_wear.c +++ b/games/hack/hack.do_wear.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.do_wear.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include diff --git a/games/hack/hack.dog.c b/games/hack/hack.dog.c index aa4387a..c47a353 100644 --- a/games/hack/hack.dog.c +++ b/games/hack/hack.dog.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.dog.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include "hack.mfndpos.h" diff --git a/games/hack/hack.eat.c b/games/hack/hack.eat.c index f1a7677..9c0a64c 100644 --- a/games/hack/hack.eat.c +++ b/games/hack/hack.eat.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.eat.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" char POISONOUS[] = "ADKSVabhks"; diff --git a/games/hack/hack.end.c b/games/hack/hack.end.c index 0ddd2bd..c089b44 100644 --- a/games/hack/hack.end.c +++ b/games/hack/hack.end.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.end.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include diff --git a/games/hack/hack.engrave.c b/games/hack/hack.engrave.c index d5ea219..d3bf27f 100644 --- a/games/hack/hack.engrave.c +++ b/games/hack/hack.engrave.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.engrave.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.fight.c b/games/hack/hack.fight.c index 9e07ece..f8e2ea9 100644 --- a/games/hack/hack.fight.c +++ b/games/hack/hack.fight.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.fight.c - version 1.0.3 */ +/* $FreeBSD$ */ #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 66949b8..d5af843 100644 --- a/games/hack/hack.invent.c +++ b/games/hack/hack.invent.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.invent.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include diff --git a/games/hack/hack.lev.c b/games/hack/hack.lev.c index f011f67..82afd61 100644 --- a/games/hack/hack.lev.c +++ b/games/hack/hack.lev.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.lev.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include "def.mkroom.h" diff --git a/games/hack/hack.main.c b/games/hack/hack.main.c index 06629d5..af3080f 100644 --- a/games/hack/hack.main.c +++ b/games/hack/hack.main.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.main.c - version 1.0.3 */ +/* $FreeBSD$ */ #include #include diff --git a/games/hack/hack.makemon.c b/games/hack/hack.makemon.c index bcf23b6..7ad6385 100644 --- a/games/hack/hack.makemon.c +++ b/games/hack/hack.makemon.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.makemon.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" extern char fut_geno[]; diff --git a/games/hack/hack.mhitu.c b/games/hack/hack.mhitu.c index ae7d204..f41e00e 100644 --- a/games/hack/hack.mhitu.c +++ b/games/hack/hack.mhitu.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mhitu.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" extern struct monst *makemon(); diff --git a/games/hack/hack.mklev.c b/games/hack/hack.mklev.c index 3217923..cad724f 100644 --- a/games/hack/hack.mklev.c +++ b/games/hack/hack.mklev.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mklev.c - version 1.0.3 */ +/* $FreeBSD$ */ #include #include diff --git a/games/hack/hack.mkmaze.c b/games/hack/hack.mkmaze.c index bee24f9..66cf634 100644 --- a/games/hack/hack.mkmaze.c +++ b/games/hack/hack.mkmaze.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mkmaze.c - version 1.0.2 */ +/* $FreeBSD$ */ #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 6fe23ac..d377e21 100644 --- a/games/hack/hack.mkobj.c +++ b/games/hack/hack.mkobj.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mkobj.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.mkshop.c b/games/hack/hack.mkshop.c index a94c24d..2ed2d41 100644 --- a/games/hack/hack.mkshop.c +++ b/games/hack/hack.mkshop.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mkshop.c - version 1.0.3 */ +/* $FreeBSD$ */ #ifndef QUEST #include "hack.h" diff --git a/games/hack/hack.mon.c b/games/hack/hack.mon.c index f89b3a8..237fada 100644 --- a/games/hack/hack.mon.c +++ b/games/hack/hack.mon.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mon.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include "hack.mfndpos.h" diff --git a/games/hack/hack.o_init.c b/games/hack/hack.o_init.c index 9fef91b..f55d96c 100644 --- a/games/hack/hack.o_init.c +++ b/games/hack/hack.o_init.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.o_init.c - version 1.0.3 */ +/* $FreeBSD$ */ #include #include "config.h" /* for typedefs */ diff --git a/games/hack/hack.objnam.c b/games/hack/hack.objnam.c index a1c966c..ad47e7e 100644 --- a/games/hack/hack.objnam.c +++ b/games/hack/hack.objnam.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.objnam.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" #define Sprintf (void) sprintf diff --git a/games/hack/hack.options.c b/games/hack/hack.options.c index 1fd754a..1c3a4a5 100644 --- a/games/hack/hack.options.c +++ b/games/hack/hack.options.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.options.c - version 1.0.3 */ +/* $FreeBSD$ */ #include #include "config.h" diff --git a/games/hack/hack.pager.c b/games/hack/hack.pager.c index 30ef8c1..3610494 100644 --- a/games/hack/hack.pager.c +++ b/games/hack/hack.pager.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.pager.c - version 1.0.3 */ +/* $FreeBSD$ */ /* 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 08593ab..1beaa1a 100644 --- a/games/hack/hack.potion.c +++ b/games/hack/hack.potion.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.potion.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" extern int float_down(); diff --git a/games/hack/hack.pri.c b/games/hack/hack.pri.c index eb412f1..fcbd581 100644 --- a/games/hack/hack.pri.c +++ b/games/hack/hack.pri.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.pri.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include diff --git a/games/hack/hack.read.c b/games/hack/hack.read.c index f7104b6..00c9584 100644 --- a/games/hack/hack.read.c +++ b/games/hack/hack.read.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.read.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.rip.c b/games/hack/hack.rip.c index bdc2823..f9d4a4a 100644 --- a/games/hack/hack.rip.c +++ b/games/hack/hack.rip.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.rip.c - version 1.0.2 */ +/* $FreeBSD$ */ #include #include "hack.h" diff --git a/games/hack/hack.rumors.c b/games/hack/hack.rumors.c index ee5f139..2a3d5ca 100644 --- a/games/hack/hack.rumors.c +++ b/games/hack/hack.rumors.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.rumors.c - version 1.0.3 */ +/* $FreeBSD$ */ #include #include "hack.h" /* for RUMORFILE and BSD (index) */ diff --git a/games/hack/hack.save.c b/games/hack/hack.save.c index 5fd7ba1..d6b3e37 100644 --- a/games/hack/hack.save.c +++ b/games/hack/hack.save.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.save.c - version 1.0.3 */ +/* $FreeBSD$ */ #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 c0ef993..fcb0a85 100644 --- a/games/hack/hack.search.c +++ b/games/hack/hack.search.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.search.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.shk.c b/games/hack/hack.shk.c index 340a9b7..cb9fb5e 100644 --- a/games/hack/hack.shk.c +++ b/games/hack/hack.shk.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.shk.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #ifdef QUEST diff --git a/games/hack/hack.shknam.c b/games/hack/hack.shknam.c index 9d4b860..b0a015a 100644 --- a/games/hack/hack.shknam.c +++ b/games/hack/hack.shknam.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.shknam.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.steal.c b/games/hack/hack.steal.c index f123d37..232863d 100644 --- a/games/hack/hack.steal.c +++ b/games/hack/hack.steal.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.steal.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.termcap.c b/games/hack/hack.termcap.c index 43ce418..ce11e82 100644 --- a/games/hack/hack.termcap.c +++ b/games/hack/hack.termcap.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.termcap.c - version 1.0.3 */ +/* $FreeBSD$ */ #include #include diff --git a/games/hack/hack.timeout.c b/games/hack/hack.timeout.c index d828297..ea0cc82 100644 --- a/games/hack/hack.timeout.c +++ b/games/hack/hack.timeout.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.timeout.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.topl.c b/games/hack/hack.topl.c index 13a033d..2817359 100644 --- a/games/hack/hack.topl.c +++ b/games/hack/hack.topl.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.topl.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" #include diff --git a/games/hack/hack.track.c b/games/hack/hack.track.c index 6b41c2c..bb6564a 100644 --- a/games/hack/hack.track.c +++ b/games/hack/hack.track.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.track.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.trap.c b/games/hack/hack.trap.c index 7ec0f93..d8a89c7 100644 --- a/games/hack/hack.trap.c +++ b/games/hack/hack.trap.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.trap.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.tty.c b/games/hack/hack.tty.c index bc22507..d0b3b58 100644 --- a/games/hack/hack.tty.c +++ b/games/hack/hack.tty.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ #ifndef lint diff --git a/games/hack/hack.u_init.c b/games/hack/hack.u_init.c index cb8a97d..913aef3 100644 --- a/games/hack/hack.u_init.c +++ b/games/hack/hack.u_init.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.u_init.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" #include diff --git a/games/hack/hack.unix.c b/games/hack/hack.unix.c index abe34b5..8781744 100644 --- a/games/hack/hack.unix.c +++ b/games/hack/hack.unix.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.unix.c - version 1.0.3 */ +/* $FreeBSD$ */ /* 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 a82c9f9..a436903 100644 --- a/games/hack/hack.vault.c +++ b/games/hack/hack.vault.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.vault.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" #ifdef QUEST diff --git a/games/hack/hack.wield.c b/games/hack/hack.wield.c index d0609a1..a23e763 100644 --- a/games/hack/hack.wield.c +++ b/games/hack/hack.wield.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.wield.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" extern struct obj zeroobj; diff --git a/games/hack/hack.wizard.c b/games/hack/hack.wizard.c index 835ecc3..8bc7f36 100644 --- a/games/hack/hack.wizard.c +++ b/games/hack/hack.wizard.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.wizard.c - version 1.0.3 */ +/* $FreeBSD$ */ /* 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 ba3505d..784e12c 100644 --- a/games/hack/hack.worm.c +++ b/games/hack/hack.worm.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.worm.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" #ifndef NOWORM diff --git a/games/hack/hack.worn.c b/games/hack/hack.worn.c index bfec47f..38ffac2 100644 --- a/games/hack/hack.worn.c +++ b/games/hack/hack.worn.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.worn.c - version 1.0.2 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/hack.zap.c b/games/hack/hack.zap.c index e1472b5..1d32124 100644 --- a/games/hack/hack.zap.c +++ b/games/hack/hack.zap.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.zap.c - version 1.0.3 */ +/* $FreeBSD$ */ #include "hack.h" diff --git a/games/hack/makedefs.c b/games/hack/makedefs.c index 1097ba5..1d75449 100644 --- a/games/hack/makedefs.c +++ b/games/hack/makedefs.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* makedefs.c - version 1.0.2 */ +/* $FreeBSD$ */ #include #include diff --git a/games/hack/rnd.c b/games/hack/rnd.c index 022cf69..3d43597 100644 --- a/games/hack/rnd.c +++ b/games/hack/rnd.c @@ -1,4 +1,5 @@ /* rnd.c - version 1.0.2 */ +/* $FreeBSD$ */ #include -- cgit v1.1