diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 23:41:50 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 23:41:50 +0000 |
commit | fd035ee2cd54635d9569e767314b3d33777e04b5 (patch) | |
tree | a21c292563eb335ced79ef252a2cbef718a1adf9 | |
parent | f5e101f7c8e7118f1d8dff37a99a3b7950cd173a (diff) |
$OpenBSD$
117 files changed, 250 insertions, 64 deletions
diff --git a/games/backgammon/teachgammon/Makefile b/games/backgammon/teachgammon/Makefile index da5ce31c673..7a6ff804034 100644 --- a/games/backgammon/teachgammon/Makefile +++ b/games/backgammon/teachgammon/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.8 2001/01/28 23:41:40 niklas Exp $ # $NetBSD: Makefile,v 1.5 1995/03/21 15:06:07 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= teachgammon CFLAGS+=-I${.CURDIR}/../common_source diff --git a/games/cribbage/cribcur.h b/games/cribbage/cribcur.h index b209f546f73..b74acebf17f 100644 --- a/games/cribbage/cribcur.h +++ b/games/cribbage/cribcur.h @@ -1,3 +1,4 @@ +/* $OpenBSD: cribcur.h,v 1.2 2001/01/28 23:41:40 niklas Exp $ */ /* $NetBSD: cribcur.h,v 1.3 1995/03/21 15:08:48 cgd Exp $ */ /* diff --git a/games/cribbage/pathnames.h b/games/cribbage/pathnames.h index 5261b373fac..f50cadd048a 100644 --- a/games/cribbage/pathnames.h +++ b/games/cribbage/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.3 2001/01/28 23:41:40 niklas Exp $ */ /* $NetBSD: pathnames.h,v 1.3 1995/03/21 15:08:56 cgd Exp $ */ /*- diff --git a/games/fortune/Notes b/games/fortune/Notes index 717682f045f..9b759c1fdb0 100644 --- a/games/fortune/Notes +++ b/games/fortune/Notes @@ -1,3 +1,4 @@ +# $OpenBSD: Notes,v 1.2 2001/01/28 23:41:40 niklas Exp $ # $NetBSD: Notes,v 1.2 1995/03/23 08:28:26 cgd Exp $ # @(#)Notes 8.1 (Berkeley) 5/31/93 diff --git a/games/fortune/README b/games/fortune/README index 29de138b268..6d34ad4ee13 100644 --- a/games/fortune/README +++ b/games/fortune/README @@ -1,3 +1,4 @@ +# $OpenBSD: README,v 1.2 2001/01/28 23:41:40 niklas Exp $ # $NetBSD: README,v 1.2 1995/03/23 08:28:29 cgd Exp $ # @(#)README 8.1 (Berkeley) 5/31/93 diff --git a/games/fortune/fortune/Makefile b/games/fortune/fortune/Makefile index 51ba8d99479..274c997ca10 100644 --- a/games/fortune/fortune/Makefile +++ b/games/fortune/fortune/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2001/01/28 23:41:40 niklas Exp $ # $NetBSD: Makefile,v 1.8 1995/03/23 08:28:36 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= fortune MAN= fortune.6 diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index 780d99e4128..ad31f764259 100644 --- a/games/fortune/fortune/fortune.c +++ b/games/fortune/fortune/fortune.c @@ -1,3 +1,4 @@ +/* $OpenBSD: fortune.c,v 1.9 2001/01/28 23:41:40 niklas Exp $ */ /* $NetBSD: fortune.c,v 1.8 1995/03/23 08:28:40 cgd Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: fortune.c,v 1.8 1995/03/23 08:28:40 cgd Exp $"; +static char rcsid[] = "$OpenBSD: fortune.c,v 1.9 2001/01/28 23:41:40 niklas Exp $"; #endif #endif /* not lint */ diff --git a/games/fortune/fortune/pathnames.h b/games/fortune/fortune/pathnames.h index b74569f8cb5..6719cf28b9b 100644 --- a/games/fortune/fortune/pathnames.h +++ b/games/fortune/fortune/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 2001/01/28 23:41:40 niklas Exp $ */ /* $NetBSD: pathnames.h,v 1.3 1995/03/23 08:28:42 cgd Exp $ */ /*- diff --git a/games/fortune/strfile/strfile.8 b/games/fortune/strfile/strfile.8 index f472f22225f..3af346d7a1d 100644 --- a/games/fortune/strfile/strfile.8 +++ b/games/fortune/strfile/strfile.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: strfile.8,v 1.7 2001/01/28 23:41:41 niklas Exp $ .\" $NetBSD: strfile.8,v 1.3 1995/03/23 08:28:45 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 291499e2d7e..3528a7d750d 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strfile.c,v 1.8 2001/01/28 23:41:41 niklas Exp $ */ /* $NetBSD: strfile.c,v 1.4 1995/04/24 12:23:09 cgd Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: strfile.c,v 1.4 1995/04/24 12:23:09 cgd Exp $"; +static char rcsid[] = "$OpenBSD: strfile.c,v 1.8 2001/01/28 23:41:41 niklas Exp $"; #endif #endif /* not lint */ diff --git a/games/fortune/strfile/strfile.h b/games/fortune/strfile/strfile.h index 6be8240b666..6a2dd613935 100644 --- a/games/fortune/strfile/strfile.h +++ b/games/fortune/strfile/strfile.h @@ -1,3 +1,4 @@ +/* $OpenBSD: strfile.h,v 1.3 2001/01/28 23:41:41 niklas Exp $ */ /* $NetBSD: strfile.h,v 1.3 1995/03/23 08:28:49 cgd Exp $ */ /*- diff --git a/games/fortune/tools/Do_spell b/games/fortune/tools/Do_spell index 1961a112823..3f4a718207c 100644 --- a/games/fortune/tools/Do_spell +++ b/games/fortune/tools/Do_spell @@ -1,4 +1,5 @@ #!/bin/sh - +# $OpenBSD: Do_spell,v 1.2 2001/01/28 23:41:41 niklas Exp $ # $NetBSD: Do_spell,v 1.2 1995/03/23 08:28:50 cgd Exp $ # # @(#)Do_spell 8.1 (Berkeley) 5/31/93 diff --git a/games/fortune/tools/Do_troff b/games/fortune/tools/Do_troff index 6df4ee623de..39181b55a89 100644 --- a/games/fortune/tools/Do_troff +++ b/games/fortune/tools/Do_troff @@ -1,4 +1,5 @@ #!/bin/csh -f +# $OpenBSD: Do_troff,v 1.2 2001/01/28 23:41:41 niklas Exp $ # $NetBSD: Do_troff,v 1.2 1995/03/23 08:28:52 cgd Exp $ # # @(#)Do_troff 8.1 (Berkeley) 5/31/93 diff --git a/games/fortune/tools/Troff.mac b/games/fortune/tools/Troff.mac index 43231f3b7ee..3e82fa8ba6a 100644 --- a/games/fortune/tools/Troff.mac +++ b/games/fortune/tools/Troff.mac @@ -1,3 +1,4 @@ +.\" $OpenBSD: Troff.mac,v 1.2 2001/01/28 23:41:41 niklas Exp $ .\" $NetBSD: Troff.mac,v 1.2 1995/03/23 08:28:53 cgd Exp $ .\" .nr tp 8 diff --git a/games/fortune/tools/do_sort b/games/fortune/tools/do_sort index ddae1ace5df..f6b51e6d67a 100644 --- a/games/fortune/tools/do_sort +++ b/games/fortune/tools/do_sort @@ -1,4 +1,5 @@ #! /bin/sh +# $OpenBSD: do_sort,v 1.2 2001/01/28 23:41:41 niklas Exp $ # $NetBSD: do_sort,v 1.2 1995/03/23 08:28:54 cgd Exp $ # # @(#)do_sort 8.1 (Berkeley) 5/31/93 diff --git a/games/fortune/unstr/Makefile b/games/fortune/unstr/Makefile index 2619580a583..ea7464003be 100644 --- a/games/fortune/unstr/Makefile +++ b/games/fortune/unstr/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2001/01/28 23:41:41 niklas Exp $ # $NetBSD: Makefile,v 1.3 1995/03/23 08:28:58 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= unstr NOMAN= noman diff --git a/games/fortune/unstr/unstr.c b/games/fortune/unstr/unstr.c index 1a08390214e..2342a6ff548 100644 --- a/games/fortune/unstr/unstr.c +++ b/games/fortune/unstr/unstr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: unstr.c,v 1.5 2001/01/28 23:41:41 niklas Exp $ */ /* $NetBSD: unstr.c,v 1.3 1995/03/23 08:29:00 cgd Exp $ */ /*- diff --git a/games/hack/COPYRIGHT b/games/hack/COPYRIGHT index d71c09f5f7e..bd4005f0166 100644 --- a/games/hack/COPYRIGHT +++ b/games/hack/COPYRIGHT @@ -1,3 +1,4 @@ +$OpenBSD: COPYRIGHT,v 1.2 2001/01/28 23:41:42 niklas Exp $ $NetBSD: COPYRIGHT,v 1.2 1995/03/23 08:29:05 cgd Exp $ This entire subtree is copyright the Stichting Mathematisch Centrum. diff --git a/games/hack/Makequest b/games/hack/Makequest index 72b25eb94f0..2aa9328c7c2 100644 --- a/games/hack/Makequest +++ b/games/hack/Makequest @@ -1,3 +1,4 @@ +# $OpenBSD: Makequest,v 1.3 2001/01/28 23:41:42 niklas Exp $ # $NetBSD: Makequest,v 1.2 1995/03/23 08:29:08 cgd Exp $ # # Hack or Quest Makefile. diff --git a/games/hack/Original_READ_ME b/games/hack/Original_READ_ME index 3787a9d101e..7d1c0c06f64 100644 --- a/games/hack/Original_READ_ME +++ b/games/hack/Original_READ_ME @@ -1,3 +1,4 @@ +$OpenBSD: Original_READ_ME,v 1.2 2001/01/28 23:41:42 niklas Exp $ $NetBSD: Original_READ_ME,v 1.2 1995/03/23 08:29:10 cgd Exp $ This is export hack, my first semester programming project. diff --git a/games/hack/READ_ME b/games/hack/READ_ME index 23847f0b87b..1ff723a375a 100644 --- a/games/hack/READ_ME +++ b/games/hack/READ_ME @@ -1,3 +1,4 @@ +$OpenBSD: READ_ME,v 1.3 2001/01/28 23:41:42 niklas Exp $ $NetBSD: READ_ME,v 1.2 1995/03/23 08:29:12 cgd Exp $ Hack is a display oriented dungeons & dragons - like game. diff --git a/games/hack/alloc.c b/games/hack/alloc.c index f64cc1952a3..bf8ebe03675 100644 --- a/games/hack/alloc.c +++ b/games/hack/alloc.c @@ -1,5 +1,7 @@ +/* $OpenBSD: alloc.c,v 1.2 2001/01/28 23:41:42 niklas Exp $ */ + #ifndef lint -static char rcsid[] = "$NetBSD: alloc.c,v 1.3 1995/03/23 08:29:14 cgd Exp $"; +static char rcsid[] = "$OpenBSD: alloc.c,v 1.2 2001/01/28 23:41:42 niklas Exp $"; #endif /* not lint */ #ifdef LINT diff --git a/games/hack/config.h b/games/hack/config.h index 33f55554419..7ae2cbdea72 100644 --- a/games/hack/config.h +++ b/games/hack/config.h @@ -1,3 +1,4 @@ +/* * $OpenBSD: config.h,v 1.5 2001/01/28 23:41:42 niklas Exp $*/ /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/date.h b/games/hack/date.h index 0320b698e2b..7140df1200f 100644 --- a/games/hack/date.h +++ b/games/hack/date.h @@ -1,3 +1,4 @@ +/* $OpenBSD: date.h,v 1.2 2001/01/28 23:41:42 niklas Exp $ */ /* $NetBSD: date.h,v 1.3 1995/03/23 08:29:17 cgd Exp $ */ char datestring[] = "Tue Jul 23 1985"; diff --git a/games/hack/def.edog.h b/games/hack/def.edog.h index 00fa911f2e6..364b1ec9919 100644 --- a/games/hack/def.edog.h +++ b/games/hack/def.edog.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.edog.h,v 1.2 2001/01/28 23:41:42 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.eshk.h b/games/hack/def.eshk.h index 781c3461a7b..11c8926beba 100644 --- a/games/hack/def.eshk.h +++ b/games/hack/def.eshk.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.eshk.h,v 1.2 2001/01/28 23:41:42 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.flag.h b/games/hack/def.flag.h index 2fff1d3fc6e..6421e2ff628 100644 --- a/games/hack/def.flag.h +++ b/games/hack/def.flag.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.flag.h,v 1.2 2001/01/28 23:41:42 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.func_tab.h b/games/hack/def.func_tab.h index 363c8f3b381..64ccd38bef8 100644 --- a/games/hack/def.func_tab.h +++ b/games/hack/def.func_tab.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.func_tab.h,v 1.2 2001/01/28 23:41:42 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.gen.h b/games/hack/def.gen.h index 56e4832bac9..6981da39c76 100644 --- a/games/hack/def.gen.h +++ b/games/hack/def.gen.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.gen.h,v 1.2 2001/01/28 23:41:42 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.gold.h b/games/hack/def.gold.h index 7333bdd5c05..def9adac108 100644 --- a/games/hack/def.gold.h +++ b/games/hack/def.gold.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.gold.h,v 1.2 2001/01/28 23:41:42 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.mkroom.h b/games/hack/def.mkroom.h index 45c215619e0..8bb49840b43 100644 --- a/games/hack/def.mkroom.h +++ b/games/hack/def.mkroom.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.mkroom.h,v 1.2 2001/01/28 23:41:42 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.monst.h b/games/hack/def.monst.h index 6d883eaff77..78231367503 100644 --- a/games/hack/def.monst.h +++ b/games/hack/def.monst.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.monst.h,v 1.2 2001/01/28 23:41:42 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.obj.h b/games/hack/def.obj.h index 897046f23bb..f8422b80b65 100644 --- a/games/hack/def.obj.h +++ b/games/hack/def.obj.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.obj.h,v 1.2 2001/01/28 23:41:42 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.objclass.h b/games/hack/def.objclass.h index 3a8d99c44db..69dba2175df 100644 --- a/games/hack/def.objclass.h +++ b/games/hack/def.objclass.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.objclass.h,v 1.3 2001/01/28 23:41:42 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.objects.h b/games/hack/def.objects.h index 3876c2aa5c7..21691de6d44 100644 --- a/games/hack/def.objects.h +++ b/games/hack/def.objects.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.objects.h,v 1.2 2001/01/28 23:41:42 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.permonst.h b/games/hack/def.permonst.h index d3c75f47dae..b112a6371ac 100644 --- a/games/hack/def.permonst.h +++ b/games/hack/def.permonst.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.permonst.h,v 1.2 2001/01/28 23:41:43 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.rm.h b/games/hack/def.rm.h index b4ffc81c172..526c7eceae9 100644 --- a/games/hack/def.rm.h +++ b/games/hack/def.rm.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.rm.h,v 1.2 2001/01/28 23:41:43 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.trap.h b/games/hack/def.trap.h index 55477e482f4..1cd5c9440d6 100644 --- a/games/hack/def.trap.h +++ b/games/hack/def.trap.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.trap.h,v 1.2 2001/01/28 23:41:43 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/def.wseg.h b/games/hack/def.wseg.h index 35812db3752..a5ec91f54fe 100644 --- a/games/hack/def.wseg.h +++ b/games/hack/def.wseg.h @@ -1,3 +1,5 @@ +/* $OpenBSD: def.wseg.h,v 1.2 2001/01/28 23:41:43 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/hack.6 b/games/hack/hack.6 index 0433bcfc235..fbe5cabbd50 100644 --- a/games/hack/hack.6 +++ b/games/hack/hack.6 @@ -1,3 +1,4 @@ +.\" $OpenBSD: hack.6,v 1.5 2001/01/28 23:41:43 niklas Exp $ -*- nroff -*- .\" $NetBSD: hack.6,v 1.5 1995/07/03 19:44:30 jtc Exp $ -*- nroff -*- .Dd March 31, 1985 .Dt HACK 6 diff --git a/games/hack/hack.Decl.c b/games/hack/hack.Decl.c index c7688dc6981..530fffdbe16 100644 --- a/games/hack/hack.Decl.c +++ b/games/hack/hack.Decl.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.Decl.c,v 1.2 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.Decl.c,v 1.3 1995/03/23 08:29:45 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.Decl.c,v 1.2 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.apply.c b/games/hack/hack.apply.c index 46bdc64f56c..95903a72499 100644 --- a/games/hack/hack.apply.c +++ b/games/hack/hack.apply.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.apply.c,v 1.2 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.apply.c,v 1.4 1995/03/23 08:29:47 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.apply.c,v 1.2 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.bones.c b/games/hack/hack.bones.c index 0685a3faa82..3a165e06437 100644 --- a/games/hack/hack.bones.c +++ b/games/hack/hack.bones.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.bones.c,v 1.3 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.bones.c,v 1.3 1995/03/23 08:29:48 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.bones.c,v 1.3 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.c b/games/hack/hack.c index e18c9686a13..103c2d26a5f 100644 --- a/games/hack/hack.c +++ b/games/hack/hack.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.c,v 1.3 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.c,v 1.3 1995/03/23 08:29:50 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.c,v 1.3 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.cmd.c b/games/hack/hack.cmd.c index 64457125f5d..c8a536575f4 100644 --- a/games/hack/hack.cmd.c +++ b/games/hack/hack.cmd.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.cmd.c,v 1.3 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.cmd.c,v 1.3 1995/03/23 08:29:52 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.cmd.c,v 1.3 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.do.c b/games/hack/hack.do.c index 2d21adadd2b..ed283e0f935 100644 --- a/games/hack/hack.do.c +++ b/games/hack/hack.do.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.do.c,v 1.3 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.do.c,v 1.3 1995/03/23 08:29:53 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.do.c,v 1.3 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ /* 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 93e73b40da6..bfbde2201d0 100644 --- a/games/hack/hack.do_name.c +++ b/games/hack/hack.do_name.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.do_name.c,v 1.4 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.do_name.c,v 1.3 1995/03/23 08:29:56 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.do_name.c,v 1.4 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.do_wear.c b/games/hack/hack.do_wear.c index 169dffd68bb..f771e1da1f5 100644 --- a/games/hack/hack.do_wear.c +++ b/games/hack/hack.do_wear.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.do_wear.c,v 1.3 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.do_wear.c,v 1.3 1995/03/23 08:29:57 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.do_wear.c,v 1.3 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.dog.c b/games/hack/hack.dog.c index 80b2f08f4ea..905df46810e 100644 --- a/games/hack/hack.dog.c +++ b/games/hack/hack.dog.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.dog.c,v 1.3 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.dog.c,v 1.3 1995/03/23 08:29:59 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.dog.c,v 1.3 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.eat.c b/games/hack/hack.eat.c index 05f140a07e4..8b7ebbbc728 100644 --- a/games/hack/hack.eat.c +++ b/games/hack/hack.eat.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.eat.c,v 1.3 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.eat.c,v 1.3 1995/03/23 08:30:01 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.eat.c,v 1.3 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.end.c b/games/hack/hack.end.c index 067d576dce5..c4b707025a8 100644 --- a/games/hack/hack.end.c +++ b/games/hack/hack.end.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.end.c,v 1.3 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.end.c,v 1.3 1995/03/23 08:30:05 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.end.c,v 1.3 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.engrave.c b/games/hack/hack.engrave.c index e32807d3ff1..f86774dd888 100644 --- a/games/hack/hack.engrave.c +++ b/games/hack/hack.engrave.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.engrave.c,v 1.2 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.engrave.c,v 1.3 1995/03/23 08:30:08 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.engrave.c,v 1.2 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.fight.c b/games/hack/hack.fight.c index 0bee9ca238d..bb9b647f4a5 100644 --- a/games/hack/hack.fight.c +++ b/games/hack/hack.fight.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.fight.c,v 1.3 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.fight.c,v 1.3 1995/03/23 08:30:12 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.fight.c,v 1.3 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.fix b/games/hack/hack.fix index ddfdebbcfdc..49db8bab3da 100644 --- a/games/hack/hack.fix +++ b/games/hack/hack.fix @@ -1,3 +1,4 @@ +$OpenBSD: hack.fix,v 1.3 2001/01/28 23:41:44 niklas Exp $ $NetBSD: hack.fix,v 1.2 1995/03/23 08:30:17 cgd Exp $ /***** unido:net.games.hack / ab / 7:23 pm Sep 13, 1985*/ diff --git a/games/hack/hack.h b/games/hack/hack.h index 3dc49fdf5c5..3848b6f5c7f 100644 --- a/games/hack/hack.h +++ b/games/hack/hack.h @@ -1,3 +1,5 @@ +/* $OpenBSD: hack.h,v 1.4 2001/01/28 23:41:44 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/hack.invent.c b/games/hack/hack.invent.c index 813c05ef0da..0e3d700c1d5 100644 --- a/games/hack/hack.invent.c +++ b/games/hack/hack.invent.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.invent.c,v 1.4 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.invent.c,v 1.4 1995/03/23 08:30:25 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.invent.c,v 1.4 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.ioctl.c b/games/hack/hack.ioctl.c index fccd359fc1d..d48f7e3d581 100644 --- a/games/hack/hack.ioctl.c +++ b/games/hack/hack.ioctl.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.ioctl.c,v 1.2 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.ioctl.c,v 1.5 1995/04/28 23:01:45 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: hack.ioctl.c,v 1.2 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ /* This cannot be part of hack.tty.c (as it was earlier) since on some diff --git a/games/hack/hack.lev.c b/games/hack/hack.lev.c index 8b65b87cfeb..25710853d9b 100644 --- a/games/hack/hack.lev.c +++ b/games/hack/hack.lev.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.lev.c,v 1.3 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.lev.c,v 1.3 1995/03/23 08:30:32 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.lev.c,v 1.3 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.main.c b/games/hack/hack.main.c index 73303fa6263..832f72723d2 100644 --- a/games/hack/hack.main.c +++ b/games/hack/hack.main.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.main.c,v 1.7 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.main.c,v 1.3 1995/03/23 08:30:35 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.main.c,v 1.7 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/games/hack/hack.makemon.c b/games/hack/hack.makemon.c index fbe58dbf466..2ff159323ad 100644 --- a/games/hack/hack.makemon.c +++ b/games/hack/hack.makemon.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.makemon.c,v 1.3 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.makemon.c,v 1.3 1995/03/23 08:30:38 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.makemon.c,v 1.3 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.mfndpos.h b/games/hack/hack.mfndpos.h index f7c98a3ec90..d7c8ec039fe 100644 --- a/games/hack/hack.mfndpos.h +++ b/games/hack/hack.mfndpos.h @@ -1,3 +1,5 @@ +/* $OpenBSD: hack.mfndpos.h,v 1.2 2001/01/28 23:41:44 niklas Exp $*/ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. * diff --git a/games/hack/hack.mhitu.c b/games/hack/hack.mhitu.c index 1ac2ce4176b..ce51a075f0e 100644 --- a/games/hack/hack.mhitu.c +++ b/games/hack/hack.mhitu.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.mhitu.c,v 1.3 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.mhitu.c,v 1.3 1995/03/23 08:30:42 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.mhitu.c,v 1.3 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.mklev.c b/games/hack/hack.mklev.c index 623bd0074d6..c141aa92f20 100644 --- a/games/hack/hack.mklev.c +++ b/games/hack/hack.mklev.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.mklev.c,v 1.3 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.mklev.c,v 1.3 1995/03/23 08:30:43 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.mklev.c,v 1.3 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.mkmaze.c b/games/hack/hack.mkmaze.c index f69fe864679..c6d091cb5c0 100644 --- a/games/hack/hack.mkmaze.c +++ b/games/hack/hack.mkmaze.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.mkmaze.c,v 1.2 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.mkmaze.c,v 1.3 1995/03/23 08:30:46 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.mkmaze.c,v 1.2 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.mkobj.c b/games/hack/hack.mkobj.c index 2231c0e45d0..489594c15f2 100644 --- a/games/hack/hack.mkobj.c +++ b/games/hack/hack.mkobj.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.mkobj.c,v 1.3 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.mkobj.c,v 1.3 1995/03/23 08:30:47 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.mkobj.c,v 1.3 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.mkshop.c b/games/hack/hack.mkshop.c index 4ecc92af1e9..dc6e2ec3109 100644 --- a/games/hack/hack.mkshop.c +++ b/games/hack/hack.mkshop.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.mkshop.c,v 1.2 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.mkshop.c,v 1.4 1995/03/23 08:30:50 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.mkshop.c,v 1.2 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/games/hack/hack.mon.c b/games/hack/hack.mon.c index de75086e630..93ab387c5ef 100644 --- a/games/hack/hack.mon.c +++ b/games/hack/hack.mon.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.mon.c,v 1.4 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.mon.c,v 1.3 1995/03/23 08:30:57 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.mon.c,v 1.4 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.monst.c b/games/hack/hack.monst.c index 5cd2338263b..921591bc36c 100644 --- a/games/hack/hack.monst.c +++ b/games/hack/hack.monst.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.monst.c,v 1.2 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.monst.c,v 1.3 1995/03/23 08:31:03 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.monst.c,v 1.2 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.o_init.c b/games/hack/hack.o_init.c index a9480b7b1cf..736d2d5cb45 100644 --- a/games/hack/hack.o_init.c +++ b/games/hack/hack.o_init.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.o_init.c,v 1.2 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.o_init.c,v 1.4 1995/04/24 12:23:27 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.o_init.c,v 1.2 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include "config.h" /* for typedefs */ diff --git a/games/hack/hack.objnam.c b/games/hack/hack.objnam.c index 0e059c4f397..4265d5f74b2 100644 --- a/games/hack/hack.objnam.c +++ b/games/hack/hack.objnam.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.objnam.c,v 1.4 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.objnam.c,v 1.3 1995/03/23 08:31:10 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.objnam.c,v 1.4 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.options.c b/games/hack/hack.options.c index 081f2b43d6e..9f5423d5d6e 100644 --- a/games/hack/hack.options.c +++ b/games/hack/hack.options.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.options.c,v 1.4 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.options.c,v 1.3 1995/03/23 08:31:14 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.options.c,v 1.4 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include "config.h" diff --git a/games/hack/hack.pager.c b/games/hack/hack.pager.c index 3bb887c6530..a91de73042a 100644 --- a/games/hack/hack.pager.c +++ b/games/hack/hack.pager.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.pager.c,v 1.6 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.pager.c,v 1.4 1995/03/23 08:31:16 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.pager.c,v 1.6 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ /* This file contains the command routine dowhatis() and a pager. */ diff --git a/games/hack/hack.potion.c b/games/hack/hack.potion.c index ed71901d9a1..f680fc49415 100644 --- a/games/hack/hack.potion.c +++ b/games/hack/hack.potion.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.potion.c,v 1.2 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.potion.c,v 1.3 1995/03/23 08:31:18 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.potion.c,v 1.2 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.pri.c b/games/hack/hack.pri.c index 4d1865db968..f9fa989d3d2 100644 --- a/games/hack/hack.pri.c +++ b/games/hack/hack.pri.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.pri.c,v 1.3 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.pri.c,v 1.4 1995/03/23 08:31:20 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.pri.c,v 1.3 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.read.c b/games/hack/hack.read.c index 4aae8b5246b..acc4ec59ace 100644 --- a/games/hack/hack.read.c +++ b/games/hack/hack.read.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.read.c,v 1.3 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.read.c,v 1.3 1995/03/23 08:31:22 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.read.c,v 1.3 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.rip.c b/games/hack/hack.rip.c index 46cfd7eac96..e095f8faa4b 100644 --- a/games/hack/hack.rip.c +++ b/games/hack/hack.rip.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.rip.c,v 1.3 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.rip.c,v 1.4 1995/03/23 08:31:23 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.rip.c,v 1.3 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/games/hack/hack.rumors.c b/games/hack/hack.rumors.c index 7dff7de2387..42174f0c25c 100644 --- a/games/hack/hack.rumors.c +++ b/games/hack/hack.rumors.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.rumors.c,v 1.3 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.rumors.c,v 1.3 1995/03/23 08:31:24 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.rumors.c,v 1.3 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/games/hack/hack.save.c b/games/hack/hack.save.c index e2802a009b6..e4bf4953db8 100644 --- a/games/hack/hack.save.c +++ b/games/hack/hack.save.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.save.c,v 1.3 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.save.c,v 1.5 1995/03/23 08:31:27 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.save.c,v 1.3 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.search.c b/games/hack/hack.search.c index d1b77f72cd7..65b735bab10 100644 --- a/games/hack/hack.search.c +++ b/games/hack/hack.search.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.search.c,v 1.2 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.search.c,v 1.3 1995/03/23 08:31:28 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.search.c,v 1.2 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.sh b/games/hack/hack.sh index c3b734c8563..88870bb11e2 100644 --- a/games/hack/hack.sh +++ b/games/hack/hack.sh @@ -1,4 +1,5 @@ #!/bin/sh +# $OpenBSD: hack.sh,v 1.2 2001/01/28 23:41:45 niklas Exp $ # $NetBSD: hack.sh,v 1.2 1995/03/23 08:31:30 cgd Exp $ HACKDIR=/usr/games/lib/hackdir HACK=$HACKDIR/hack diff --git a/games/hack/hack.shk.c b/games/hack/hack.shk.c index 5fbd8d622e3..21b89edd0fb 100644 --- a/games/hack/hack.shk.c +++ b/games/hack/hack.shk.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.shk.c,v 1.5 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.shk.c,v 1.3 1995/03/23 08:31:31 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.shk.c,v 1.5 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.shknam.c b/games/hack/hack.shknam.c index 7c045a79d6e..37763c4de06 100644 --- a/games/hack/hack.shknam.c +++ b/games/hack/hack.shknam.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.shknam.c,v 1.3 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.shknam.c,v 1.3 1995/03/23 08:31:33 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.shknam.c,v 1.3 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.steal.c b/games/hack/hack.steal.c index 9fdae8f4dbb..0b8d2ace02e 100644 --- a/games/hack/hack.steal.c +++ b/games/hack/hack.steal.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.steal.c,v 1.2 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.steal.c,v 1.3 1995/03/23 08:31:34 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.steal.c,v 1.2 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.termcap.c b/games/hack/hack.termcap.c index d627dd188f1..535d7bbe680 100644 --- a/games/hack/hack.termcap.c +++ b/games/hack/hack.termcap.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.termcap.c,v 1.4 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.termcap.c,v 1.6 1995/04/29 01:20:00 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: hack.termcap.c,v 1.4 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/games/hack/hack.timeout.c b/games/hack/hack.timeout.c index fa431368420..a0481c108e2 100644 --- a/games/hack/hack.timeout.c +++ b/games/hack/hack.timeout.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.timeout.c,v 1.2 2001/01/28 23:41:45 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.timeout.c,v 1.3 1995/03/23 08:31:37 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.timeout.c,v 1.2 2001/01/28 23:41:45 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.topl.c b/games/hack/hack.topl.c index 4316228164f..fd0337de1e3 100644 --- a/games/hack/hack.topl.c +++ b/games/hack/hack.topl.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.topl.c,v 1.4 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.topl.c,v 1.3 1995/03/23 08:31:40 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.topl.c,v 1.4 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.track.c b/games/hack/hack.track.c index 1225d06c839..1100523408b 100644 --- a/games/hack/hack.track.c +++ b/games/hack/hack.track.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.track.c,v 1.2 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.track.c,v 1.3 1995/03/23 08:31:42 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.track.c,v 1.2 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.trap.c b/games/hack/hack.trap.c index edf876f39a2..ed84e7fd627 100644 --- a/games/hack/hack.trap.c +++ b/games/hack/hack.trap.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.trap.c,v 1.3 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.trap.c,v 1.3 1995/03/23 08:31:44 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.trap.c,v 1.3 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.tty.c b/games/hack/hack.tty.c index 74dd6c581c5..94ec088d945 100644 --- a/games/hack/hack.tty.c +++ b/games/hack/hack.tty.c @@ -1,3 +1,5 @@ +/* $OpenBSD: hack.tty.c,v 1.4 2001/01/28 23:41:46 niklas Exp $ */ + /*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)hack.tty.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: hack.tty.c,v 1.5 1995/04/29 01:08:54 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: hack.tty.c,v 1.4 2001/01/28 23:41:46 niklas Exp $"; #endif #endif /* not lint */ diff --git a/games/hack/hack.u_init.c b/games/hack/hack.u_init.c index 2abb2cdb436..0b5dc289011 100644 --- a/games/hack/hack.u_init.c +++ b/games/hack/hack.u_init.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.u_init.c,v 1.3 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.u_init.c,v 1.4 1995/03/23 08:31:51 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.u_init.c,v 1.3 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.unix.c b/games/hack/hack.unix.c index 37fe9d9d599..cb786b234b2 100644 --- a/games/hack/hack.unix.c +++ b/games/hack/hack.unix.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.unix.c,v 1.7 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.unix.c,v 1.4 1996/02/06 22:47:25 jtc Exp $"; +static char rcsid[] = "$OpenBSD: hack.unix.c,v 1.7 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ /* 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 4564d97463e..27f5db33e99 100644 --- a/games/hack/hack.vault.c +++ b/games/hack/hack.vault.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.vault.c,v 1.2 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.vault.c,v 1.3 1995/03/23 08:31:59 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.vault.c,v 1.2 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.version.c b/games/hack/hack.version.c index 538a0a7e0fc..a26a230f71a 100644 --- a/games/hack/hack.version.c +++ b/games/hack/hack.version.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.version.c,v 1.2 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.version.c,v 1.3 1995/03/23 08:32:03 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.version.c,v 1.2 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ #include "date.h" diff --git a/games/hack/hack.wield.c b/games/hack/hack.wield.c index 39ec6b0300b..269a9fccf4f 100644 --- a/games/hack/hack.wield.c +++ b/games/hack/hack.wield.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.wield.c,v 1.3 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.wield.c,v 1.3 1995/03/23 08:32:06 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.wield.c,v 1.3 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.wizard.c b/games/hack/hack.wizard.c index 984c8b63eff..9d9be48c4cd 100644 --- a/games/hack/hack.wizard.c +++ b/games/hack/hack.wizard.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.wizard.c,v 1.2 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.wizard.c,v 1.3 1995/03/23 08:32:09 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.wizard.c,v 1.2 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ /* 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 1849e387f4c..1f2ad6aee20 100644 --- a/games/hack/hack.worm.c +++ b/games/hack/hack.worm.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.worm.c,v 1.2 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.worm.c,v 1.3 1995/03/23 08:32:12 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.worm.c,v 1.2 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.worn.c b/games/hack/hack.worn.c index 6dd5c2b1389..7b5798b63f7 100644 --- a/games/hack/hack.worn.c +++ b/games/hack/hack.worn.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.worn.c,v 1.2 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.worn.c,v 1.3 1995/03/23 08:32:17 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.worn.c,v 1.2 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/hack.zap.c b/games/hack/hack.zap.c index 8b1c6318cfa..6c288bd261f 100644 --- a/games/hack/hack.zap.c +++ b/games/hack/hack.zap.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.zap.c,v 1.3 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.zap.c,v 1.3 1995/03/23 08:32:21 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.zap.c,v 1.3 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ #include "hack.h" diff --git a/games/hack/makedefs.c b/games/hack/makedefs.c index 1403e284a76..7a06189e38b 100644 --- a/games/hack/makedefs.c +++ b/games/hack/makedefs.c @@ -1,9 +1,11 @@ +/* $OpenBSD: makedefs.c,v 1.3 2001/01/28 23:41:46 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: makedefs.c,v 1.4 1995/04/24 12:23:39 cgd Exp $"; +static char rcsid[] = "$OpenBSD: makedefs.c,v 1.3 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/games/hack/pathnames.h b/games/hack/pathnames.h index 37c496e91e0..825cbbae017 100644 --- a/games/hack/pathnames.h +++ b/games/hack/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 2001/01/28 23:41:46 niklas Exp $ */ /* $NetBSD: pathnames.h,v 1.3 1995/03/23 08:32:27 cgd Exp $ */ /*- diff --git a/games/hack/rnd.c b/games/hack/rnd.c index 6bdd0aba9bc..a9e16d24574 100644 --- a/games/hack/rnd.c +++ b/games/hack/rnd.c @@ -1,5 +1,7 @@ +/* $OpenBSD: rnd.c,v 1.2 2001/01/28 23:41:46 niklas Exp $ */ + #ifndef lint -static char rcsid[] = "$NetBSD: rnd.c,v 1.3 1995/03/23 08:32:28 cgd Exp $"; +static char rcsid[] = "$OpenBSD: rnd.c,v 1.2 2001/01/28 23:41:46 niklas Exp $"; #endif /* not lint */ #define RND(x) ((random()>>3) % x) diff --git a/games/hangman/pathnames.h b/games/hangman/pathnames.h index 5b539e37670..8d6aa3913dd 100644 --- a/games/hangman/pathnames.h +++ b/games/hangman/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 2001/01/28 23:41:47 niklas Exp $ */ /* $NetBSD: pathnames.h,v 1.3 1995/03/23 08:32:51 cgd Exp $ */ /*- diff --git a/games/larn/COPYRIGHT b/games/larn/COPYRIGHT index 2f66c0fc8f8..0e12ec932bd 100644 --- a/games/larn/COPYRIGHT +++ b/games/larn/COPYRIGHT @@ -1,3 +1,4 @@ +$OpenBSD: COPYRIGHT,v 1.2 2001/01/28 23:41:47 niklas Exp $ $NetBSD: COPYRIGHT,v 1.2 1995/03/23 08:33:02 cgd Exp $ This entire subtree is copyright by Noah Morgan. diff --git a/games/larn/Fixed.Bugs b/games/larn/Fixed.Bugs index e1bc278fd85..35d98ada393 100644 --- a/games/larn/Fixed.Bugs +++ b/games/larn/Fixed.Bugs @@ -1,3 +1,4 @@ +$OpenBSD: Fixed.Bugs,v 1.2 2001/01/28 23:41:47 niklas Exp $ $NetBSD: Fixed.Bugs,v 1.2 1995/03/23 08:33:03 cgd Exp $ This is a list of the fixes/enhancements made to larn V11.0 in Version 12.0. diff --git a/games/phantasia/COPYRIGHT b/games/phantasia/COPYRIGHT index 19836854aa4..a6784aeeefd 100644 --- a/games/phantasia/COPYRIGHT +++ b/games/phantasia/COPYRIGHT @@ -1,3 +1,4 @@ +$OpenBSD: COPYRIGHT,v 1.2 2001/01/28 23:41:47 niklas Exp $ $NetBSD: COPYRIGHT,v 1.2 1995/03/24 03:58:08 cgd Exp $ This entire subtree is explicitly not copyrighted. diff --git a/games/phantasia/README b/games/phantasia/README index 1fd5ab19286..9045eea0dd0 100644 --- a/games/phantasia/README +++ b/games/phantasia/README @@ -1,3 +1,4 @@ +$OpenBSD: README,v 1.2 2001/01/28 23:41:47 niklas Exp $ $NetBSD: README,v 1.2 1995/03/24 03:58:29 cgd Exp $ June 25, 1986 diff --git a/games/phantasia/convert.c b/games/phantasia/convert.c index 204c01cbb48..795315b4d1e 100644 --- a/games/phantasia/convert.c +++ b/games/phantasia/convert.c @@ -1,3 +1,4 @@ +/* $OpenBSD: convert.c,v 1.3 2001/01/28 23:41:47 niklas Exp $ */ /* $NetBSD: convert.c,v 1.2 1995/03/24 03:58:34 cgd Exp $ */ /* diff --git a/games/phantasia/map.c b/games/phantasia/map.c index 7ac656db6f0..147ff9e800b 100644 --- a/games/phantasia/map.c +++ b/games/phantasia/map.c @@ -1,3 +1,4 @@ +/* $OpenBSD: map.c,v 1.2 2001/01/28 23:41:47 niklas Exp $ */ /* $NetBSD: map.c,v 1.2 1995/03/24 03:58:58 cgd Exp $ */ #define minusminus plusplus diff --git a/games/phantasia/oldplayer.h b/games/phantasia/oldplayer.h index 73b6f5cc8a3..175ea73e6a2 100644 --- a/games/phantasia/oldplayer.h +++ b/games/phantasia/oldplayer.h @@ -1,3 +1,4 @@ +/* $OpenBSD: oldplayer.h,v 1.2 2001/01/28 23:41:47 niklas Exp $ */ /* $NetBSD: oldplayer.h,v 1.2 1995/03/24 03:59:09 cgd Exp $ */ /* diff --git a/games/rogue/CHANGES b/games/rogue/CHANGES index 0eeffe78652..ffb64da890a 100644 --- a/games/rogue/CHANGES +++ b/games/rogue/CHANGES @@ -1,3 +1,4 @@ +$OpenBSD: CHANGES,v 1.4 2001/01/28 23:41:48 niklas Exp $ $NetBSD: CHANGES,v 1.2 1995/04/22 10:27:22 cgd Exp $ From: tektronix!zeus.TEK.COM!tims@ucbvax.Berkeley.EDU diff --git a/games/rogue/USD.doc/Makefile b/games/rogue/USD.doc/Makefile index 359407d9e29..072f6e13c65 100644 --- a/games/rogue/USD.doc/Makefile +++ b/games/rogue/USD.doc/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2001/01/28 23:41:48 niklas Exp $ # $NetBSD: Makefile,v 1.2 1995/04/22 10:28:47 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/8/93 DIR= usd/30.rogue SRCS= rogue.me diff --git a/games/rogue/USD.doc/rogue.me b/games/rogue/USD.doc/rogue.me index 749648dee87..267da050cc8 100644 --- a/games/rogue/USD.doc/rogue.me +++ b/games/rogue/USD.doc/rogue.me @@ -1,3 +1,4 @@ +.\" $OpenBSD: rogue.me,v 1.2 2001/01/28 23:41:48 niklas Exp $ .\" $NetBSD: rogue.me,v 1.2 1995/04/22 10:28:50 cgd Exp $ .\" .\" Copyright (c) 1986, 1993 diff --git a/games/rogue/pathnames.h b/games/rogue/pathnames.h index 20e5f273384..1b1f6061a1d 100644 --- a/games/rogue/pathnames.h +++ b/games/rogue/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 2001/01/28 23:41:48 niklas Exp $ */ /* $NetBSD: pathnames.h,v 1.3 1995/04/22 10:27:59 cgd Exp $ */ /*- diff --git a/games/sail/machdep.h b/games/sail/machdep.h index 087d56369ef..835dcc136ef 100644 --- a/games/sail/machdep.h +++ b/games/sail/machdep.h @@ -1,3 +1,4 @@ +/* $OpenBSD: machdep.h,v 1.2 2001/01/28 23:41:48 niklas Exp $ */ /* $NetBSD: machdep.h,v 1.4 1995/04/28 21:30:16 mycroft Exp $ */ /* diff --git a/games/sail/sail.6 b/games/sail/sail.6 index 4668e211053..5c9511edf45 100644 --- a/games/sail/sail.6 +++ b/games/sail/sail.6 @@ -1,3 +1,4 @@ +.\" $OpenBSD: sail.6,v 1.4 2001/01/28 23:41:48 niklas Exp $ .\" $NetBSD: sail.6,v 1.4 1995/04/22 10:37:24 cgd Exp $ .\" .\" Copyright (c) 1988, 1993 diff --git a/games/trek/USD.doc/Makefile b/games/trek/USD.doc/Makefile index ff848268404..e1fd280ebb6 100644 --- a/games/trek/USD.doc/Makefile +++ b/games/trek/USD.doc/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2001/01/28 23:41:49 niklas Exp $ # $NetBSD: Makefile,v 1.2 1995/04/22 10:59:48 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/8/93 DIR= usd/31.trek SRCS= trek.me diff --git a/games/trek/board.x b/games/trek/board.x index 505886eac8c..06584ed8b28 100644 --- a/games/trek/board.x +++ b/games/trek/board.x @@ -1,3 +1,4 @@ +/* $OpenBSD: board.x,v 1.2 2001/01/28 23:41:49 niklas Exp $ */ /* $NetBSD: board.x,v 1.2 1995/04/22 10:58:30 cgd Exp $ */ # include "trek.h" |