summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2020-11-10 00:02:11 +0000
committerkamil <kamil@NetBSD.org>2020-11-10 00:02:11 +0000
commitcd6a6786a83c6ffc71841f4c49e6192f2296b2a1 (patch)
treebc5fbad43b6b2574a9a6ea442e6000cf1b86e4d3
parenta931697f3be302466855163a7e216ffee7766445 (diff)
downloadbsdgames-darwin-cd6a6786a83c6ffc71841f4c49e6192f2296b2a1.tar.gz
bsdgames-darwin-cd6a6786a83c6ffc71841f4c49e6192f2296b2a1.tar.zst
bsdgames-darwin-cd6a6786a83c6ffc71841f4c49e6192f2296b2a1.zip
Reset CVS keywords
-rw-r--r--warp/EXTERN.h22
-rw-r--r--warp/INTERN.h22
-rw-r--r--warp/bang.c22
-rw-r--r--warp/bang.h22
-rw-r--r--warp/init.c22
-rw-r--r--warp/init.h22
-rw-r--r--warp/intrp.c2
-rw-r--r--warp/intrp.h22
-rw-r--r--warp/move.c22
-rw-r--r--warp/move.h22
-rw-r--r--warp/object.c22
-rw-r--r--warp/object.h22
-rw-r--r--warp/play.c22
-rw-r--r--warp/play.h22
-rw-r--r--warp/score.c22
-rw-r--r--warp/score.h22
-rw-r--r--warp/sig.c22
-rw-r--r--warp/sig.h22
-rw-r--r--warp/sm.c22
-rw-r--r--warp/term.c24
-rw-r--r--warp/term.h23
-rw-r--r--warp/them.c22
-rw-r--r--warp/them.h22
-rw-r--r--warp/us.c22
-rw-r--r--warp/us.h22
-rw-r--r--warp/util.c22
-rw-r--r--warp/util.h22
-rw-r--r--warp/version.c22
-rw-r--r--warp/version.h22
-rw-r--r--warp/warp.c22
-rw-r--r--warp/warp.h22
-rw-r--r--warp/weapon.c22
-rw-r--r--warp/weapon.h22
33 files changed, 66 insertions, 643 deletions
diff --git a/warp/EXTERN.h b/warp/EXTERN.h
index fc464a1b..38dcdac5 100644
--- a/warp/EXTERN.h
+++ b/warp/EXTERN.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/EXTERN.h,v 1.1 2020/11/09 23:37:05 kamil Exp $
- *
- * $Log: EXTERN.h,v $
- * Revision 1.1 2020/11/09 23:37:05 kamil
- * Add Warp Kit, Version 7.0 by Larry Wall
- *
- * Warp is a real-time space war game that doesn't get boring very quickly.
- * Read warp.doc and the manual page for more information.
- *
- * games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
- * world via NetBSD. Its remnants were still mentioned in games/Makefile.
- *
- * Larry Wall, the original author and the copyright holder, generously
- * donated the game and copyright to The NetBSD Foundation, Inc.
- *
- * Import the game sources as-is from 4.3BSD-Reno, with the cession
- * of the copyright and license to BSD-2-clause NetBSD-style.
- *
- * Signed-off-by: Larry Wall <larry@wall.org>
- * Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
+/* Header: EXTERN.h,v 7.0.1.1 86/12/12 16:46:50 lwall Exp
*
+ * Log: EXTERN.h,v
* Revision 7.0.1.1 86/12/12 16:46:50 lwall
* Guarded the undefs.
*
diff --git a/warp/INTERN.h b/warp/INTERN.h
index e53a6f44..e924b89f 100644
--- a/warp/INTERN.h
+++ b/warp/INTERN.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/INTERN.h,v 1.1 2020/11/09 23:37:05 kamil Exp $
- *
- * $Log: INTERN.h,v $
- * Revision 1.1 2020/11/09 23:37:05 kamil
- * Add Warp Kit, Version 7.0 by Larry Wall
- *
- * Warp is a real-time space war game that doesn't get boring very quickly.
- * Read warp.doc and the manual page for more information.
- *
- * games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
- * world via NetBSD. Its remnants were still mentioned in games/Makefile.
- *
- * Larry Wall, the original author and the copyright holder, generously
- * donated the game and copyright to The NetBSD Foundation, Inc.
- *
- * Import the game sources as-is from 4.3BSD-Reno, with the cession
- * of the copyright and license to BSD-2-clause NetBSD-style.
- *
- * Signed-off-by: Larry Wall <larry@wall.org>
- * Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
+/* Header: INTERN.h,v 7.0.1.1 86/12/12 16:51:45 lwall Exp
*
+ * Log: INTERN.h,v
* Revision 7.0.1.1 86/12/12 16:51:45 lwall
* Guarded the undefs.
*
diff --git a/warp/bang.c b/warp/bang.c
index fa2cdeac..88bf9c93 100644
--- a/warp/bang.c
+++ b/warp/bang.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/bang.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: bang.c,v 7.0.1.3 86/12/12 16:57:00 lwall Exp */
-/* $Log: bang.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: bang.c,v
* Revision 7.0.1.3 86/12/12 16:57:00 lwall
* Made circular explosions.
*
diff --git a/warp/bang.h b/warp/bang.h
index 0044d7cd..1ee5b6bc 100644
--- a/warp/bang.h
+++ b/warp/bang.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/bang.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: bang.h,v 7.0 86/10/08 15:12:03 lwall Exp */
-/* $Log: bang.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: bang.h,v
* Revision 7.0 86/10/08 15:12:03 lwall
* Split into separate files. Added amoebas and pirates.
*
diff --git a/warp/init.c b/warp/init.c
index b3b15fff..401b5acc 100644
--- a/warp/init.c
+++ b/warp/init.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/init.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: init.c,v 7.0.1.4 86/12/12 16:58:03 lwall Exp */
-/* $Log: init.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: init.c,v
* Revision 7.0.1.4 86/12/12 16:58:03 lwall
* Baseline for net release.
*
diff --git a/warp/init.h b/warp/init.h
index 207bea88..5eca8c97 100644
--- a/warp/init.h
+++ b/warp/init.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/init.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: init.h,v 7.0 86/10/08 15:12:17 lwall Exp */
-/* $Log: init.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: init.h,v
* Revision 7.0 86/10/08 15:12:17 lwall
* Split into separate files. Added amoebas and pirates.
*
diff --git a/warp/intrp.c b/warp/intrp.c
index c134e8a6..d2aa729c 100644
--- a/warp/intrp.c
+++ b/warp/intrp.c
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/src/games/warp/intrp.c,v 1.1 2020/11/09 23:37:05 kamil Exp $
+/* Header: /usr/src/games/warp/RCS/intrp.c,v 1.2 87/07/03 00:56:37 games Exp
*
* Revision 7.0.1.2 86/12/12 16:59:04 lwall
* Baseline for net release.
diff --git a/warp/intrp.h b/warp/intrp.h
index 4f8afeae..fd5c57ad 100644
--- a/warp/intrp.h
+++ b/warp/intrp.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/intrp.h,v 1.1 2020/11/09 23:37:05 kamil Exp $
- *
- * $Log: intrp.h,v $
- * Revision 1.1 2020/11/09 23:37:05 kamil
- * Add Warp Kit, Version 7.0 by Larry Wall
- *
- * Warp is a real-time space war game that doesn't get boring very quickly.
- * Read warp.doc and the manual page for more information.
- *
- * games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
- * world via NetBSD. Its remnants were still mentioned in games/Makefile.
- *
- * Larry Wall, the original author and the copyright holder, generously
- * donated the game and copyright to The NetBSD Foundation, Inc.
- *
- * Import the game sources as-is from 4.3BSD-Reno, with the cession
- * of the copyright and license to BSD-2-clause NetBSD-style.
- *
- * Signed-off-by: Larry Wall <larry@wall.org>
- * Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
+/* Header: intrp.h,v 7.0.1.1 86/12/12 16:59:45 lwall Exp
*
+ * Log: intrp.h,v
* Revision 7.0.1.1 86/12/12 16:59:45 lwall
* Baseline for net release.
*
diff --git a/warp/move.c b/warp/move.c
index 5c6123ee..f022e13b 100644
--- a/warp/move.c
+++ b/warp/move.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/move.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: move.c,v 7.0.1.2 86/10/20 14:37:06 lwall Exp */
-/* $Log: move.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: move.c,v
* Revision 7.0.1.2 86/10/20 14:37:06 lwall
* Picked some lint.
*
diff --git a/warp/move.h b/warp/move.h
index cd9379ce..51e614ad 100644
--- a/warp/move.h
+++ b/warp/move.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/move.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: move.h,v 7.0 86/10/08 15:12:46 lwall Exp */
-/* $Log: move.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: move.h,v
* Revision 7.0 86/10/08 15:12:46 lwall
* Split into separate files. Added amoebas and pirates.
*
diff --git a/warp/object.c b/warp/object.c
index e2108d5e..cf17fde6 100644
--- a/warp/object.c
+++ b/warp/object.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/object.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: object.c,v 7.0 86/10/08 15:12:55 lwall Exp */
-/* $Log: object.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: object.c,v
* Revision 7.0 86/10/08 15:12:55 lwall
* Split into separate files. Added amoebas and pirates.
*
diff --git a/warp/object.h b/warp/object.h
index 619ec764..a5d46731 100644
--- a/warp/object.h
+++ b/warp/object.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/object.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: object.h,v 7.0.1.2 86/12/12 17:01:38 lwall Exp */
-/* $Log: object.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: object.h,v
* Revision 7.0.1.2 86/12/12 17:01:38 lwall
* Baseline for net release.
*
diff --git a/warp/play.c b/warp/play.c
index 1397f7b9..7c040497 100644
--- a/warp/play.c
+++ b/warp/play.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/play.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: play.c,v 7.0.1.1 86/10/16 10:52:39 lwall Exp */
-/* $Log: play.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: play.c,v
* Revision 7.0.1.1 86/10/16 10:52:39 lwall
* Added Damage. Fixed random bugs.
*
diff --git a/warp/play.h b/warp/play.h
index 06813cb7..9971585b 100644
--- a/warp/play.h
+++ b/warp/play.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/play.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: play.h,v 7.0 86/10/08 15:13:12 lwall Exp */
-/* $Log: play.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: play.h,v
* Revision 7.0 86/10/08 15:13:12 lwall
* Split into separate files. Added amoebas and pirates.
*
diff --git a/warp/score.c b/warp/score.c
index ad6b5a14..8695f4f9 100644
--- a/warp/score.c
+++ b/warp/score.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/score.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: /usr/src/games/warp/RCS/score.c,v 1.1 87/07/03 02:13:26 games Exp */
-/* $Log: score.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: score.c,v
* Revision 7.0.1.2a 87/07/03 02:13:26 games
* Fixed numerous long vs. int bugs in printfs, etc.
*
diff --git a/warp/score.h b/warp/score.h
index bd5871d8..9a135d1e 100644
--- a/warp/score.h
+++ b/warp/score.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/score.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: score.h,v 7.0 86/10/08 15:13:21 lwall Exp */
-/* $Log: score.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: score.h,v
* Revision 7.0 86/10/08 15:13:21 lwall
* Split into separate files. Added amoebas and pirates.
*
diff --git a/warp/sig.c b/warp/sig.c
index a4cb1735..3be78777 100644
--- a/warp/sig.c
+++ b/warp/sig.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/sig.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: /usr/src/games/warp/RCS/sig.c,v 1.1 87/07/03 01:47:11 games Exp */
-/* $Log: sig.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: sig.c,v
* Revision 7.0.1.1a 87/07/03 01:47:11 games
* Changed sigsetmask to use sigmask instead of calculating it (incorrectly)
* by hand.
diff --git a/warp/sig.h b/warp/sig.h
index 610ece13..46fe7d80 100644
--- a/warp/sig.h
+++ b/warp/sig.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/sig.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: sig.h,v 7.0 86/10/08 15:13:32 lwall Exp */
-/* $Log: sig.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: sig.h,v
* Revision 7.0 86/10/08 15:13:32 lwall
* Split into separate files. Added amoebas and pirates.
*
diff --git a/warp/sm.c b/warp/sm.c
index 992cebbc..8fb657c3 100644
--- a/warp/sm.c
+++ b/warp/sm.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/sm.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: sm.c,v 7.0 86/10/08 15:13:35 lwall Exp */
-/* $Log: sm.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: sm.c,v
* Revision 7.0 86/10/08 15:13:35 lwall
* Split into separate files. Added amoebas and pirates.
*
diff --git a/warp/term.c b/warp/term.c
index a90a434a..27c36b01 100644
--- a/warp/term.c
+++ b/warp/term.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/term.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
-
-/* $Log: term.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Header: term.c,v 7.0.1.2 86/12/12 17:04:09 lwall Exp */
+
+/* Log: term.c,v
* Revision 7.0.1.2 86/12/12 17:04:09 lwall
* Baseline for net release.
*
diff --git a/warp/term.h b/warp/term.h
index cd304456..0c13d324 100644
--- a/warp/term.h
+++ b/warp/term.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/term.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: term.h,v 7.0.1.2 86/12/12 17:05:15 lwall Exp */
-/* $Log: term.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: term.h,v
* Revision 7.0.1.2 86/12/12 17:05:15 lwall
* Baseline for net release.
*
@@ -324,4 +306,3 @@ int comp_tc();
void helper();
void rewrite();
char cmstore();
-
diff --git a/warp/them.c b/warp/them.c
index da52e04f..b6f37c41 100644
--- a/warp/them.c
+++ b/warp/them.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/them.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: them.c,v 7.0.1.5 86/12/12 17:05:41 lwall Exp */
-/* $Log: them.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: them.c,v
* Revision 7.0.1.5 86/12/12 17:05:41 lwall
* Baseline for net release.
*
diff --git a/warp/them.h b/warp/them.h
index fe91825e..9a7e54c1 100644
--- a/warp/them.h
+++ b/warp/them.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/them.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: them.h,v 7.0 86/10/08 15:14:19 lwall Exp */
-/* $Log: them.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: them.h,v
* Revision 7.0 86/10/08 15:14:19 lwall
* Split into separate files. Added amoebas and pirates.
*
diff --git a/warp/us.c b/warp/us.c
index c12f4090..bd5b4efb 100644
--- a/warp/us.c
+++ b/warp/us.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/us.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: us.c,v 7.0.1.3 87/01/13 17:13:21 lwall Exp */
-/* $Log: us.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: us.c,v
* Revision 7.0.1.3 87/01/13 17:13:21 lwall
* Partially fixed ^S behavior. It now just ignores ^S.
*
diff --git a/warp/us.h b/warp/us.h
index 9b6e008a..15c7db1b 100644
--- a/warp/us.h
+++ b/warp/us.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/us.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: us.h,v 7.0.1.1 86/10/16 10:53:58 lwall Exp */
-/* $Log: us.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: us.h,v
* Revision 7.0.1.1 86/10/16 10:53:58 lwall
* Added Damage. Fixed random bugs.
*
diff --git a/warp/util.c b/warp/util.c
index a446d7d4..246f0de9 100644
--- a/warp/util.c
+++ b/warp/util.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/util.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: util.c,v 7.0.1.2 86/10/20 12:07:46 lwall Exp */
-/* $Log: util.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: util.c,v
* Revision 7.0.1.2 86/10/20 12:07:46 lwall
* Made all exits reset tty.
*
diff --git a/warp/util.h b/warp/util.h
index ed16ccae..9ae4332c 100644
--- a/warp/util.h
+++ b/warp/util.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/util.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: util.h,v 7.0 86/10/08 15:14:37 lwall Exp */
-/* $Log: util.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: util.h,v
* Revision 7.0 86/10/08 15:14:37 lwall
* Split into separate files. Added amoebas and pirates.
*
diff --git a/warp/version.c b/warp/version.c
index 4bdabb89..03dcd449 100644
--- a/warp/version.c
+++ b/warp/version.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/version.c,v 1.1 2020/11/09 23:37:05 kamil Exp $
- *
- * $Log: version.c,v $
- * Revision 1.1 2020/11/09 23:37:05 kamil
- * Add Warp Kit, Version 7.0 by Larry Wall
- *
- * Warp is a real-time space war game that doesn't get boring very quickly.
- * Read warp.doc and the manual page for more information.
- *
- * games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
- * world via NetBSD. Its remnants were still mentioned in games/Makefile.
- *
- * Larry Wall, the original author and the copyright holder, generously
- * donated the game and copyright to The NetBSD Foundation, Inc.
- *
- * Import the game sources as-is from 4.3BSD-Reno, with the cession
- * of the copyright and license to BSD-2-clause NetBSD-style.
- *
- * Signed-off-by: Larry Wall <larry@wall.org>
- * Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
+/* Header: version.c,v 7.0 86/10/08 15:14:39 lwall Exp
*
+ * Log: version.c,v
* Revision 7.0 86/10/08 15:14:39 lwall
* Split into separate files. Added amoebas and pirates.
*
diff --git a/warp/version.h b/warp/version.h
index 3739b71b..961ec68c 100644
--- a/warp/version.h
+++ b/warp/version.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/version.h,v 1.1 2020/11/09 23:37:05 kamil Exp $
- *
- * $Log: version.h,v $
- * Revision 1.1 2020/11/09 23:37:05 kamil
- * Add Warp Kit, Version 7.0 by Larry Wall
- *
- * Warp is a real-time space war game that doesn't get boring very quickly.
- * Read warp.doc and the manual page for more information.
- *
- * games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
- * world via NetBSD. Its remnants were still mentioned in games/Makefile.
- *
- * Larry Wall, the original author and the copyright holder, generously
- * donated the game and copyright to The NetBSD Foundation, Inc.
- *
- * Import the game sources as-is from 4.3BSD-Reno, with the cession
- * of the copyright and license to BSD-2-clause NetBSD-style.
- *
- * Signed-off-by: Larry Wall <larry@wall.org>
- * Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
+/* Header: version.h,v 7.0 86/10/08 15:14:43 lwall Exp
*
+ * Log: version.h,v
* Revision 7.0 86/10/08 15:14:43 lwall
* Split into separate files. Added amoebas and pirates.
*
diff --git a/warp/warp.c b/warp/warp.c
index 941b4ca2..2c1c0948 100644
--- a/warp/warp.c
+++ b/warp/warp.c
@@ -1,4 +1,4 @@
-char rcsid[] = "@(#)$Header: /cvsroot/src/games/warp/warp.c,v 1.1 2020/11/09 23:37:05 kamil Exp $";
+char rcsid[] = "@(#)Header: warp.c,v 7.0.1.3 86/12/12 17:07:44 lwall Exp";
/* warp -- a real-time space war program
* author: Larry Wall
@@ -21,25 +21,7 @@ char rcsid[] = "@(#)$Header: /cvsroot/src/games/warp/warp.c,v 1.1 2020/11/09 23:
* 5.2 05/12/83 VAX -> vax, ifdef'ed a SIGCONT
* 5.3 05/24/83 RCS
*
- * $Log: warp.c,v $
- * Revision 1.1 2020/11/09 23:37:05 kamil
- * Add Warp Kit, Version 7.0 by Larry Wall
- *
- * Warp is a real-time space war game that doesn't get boring very quickly.
- * Read warp.doc and the manual page for more information.
- *
- * games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
- * world via NetBSD. Its remnants were still mentioned in games/Makefile.
- *
- * Larry Wall, the original author and the copyright holder, generously
- * donated the game and copyright to The NetBSD Foundation, Inc.
- *
- * Import the game sources as-is from 4.3BSD-Reno, with the cession
- * of the copyright and license to BSD-2-clause NetBSD-style.
- *
- * Signed-off-by: Larry Wall <larry@wall.org>
- * Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
- *
+ * Log: warp.c,v
* Revision 7.0.1.3 86/12/12 17:07:44 lwall
* Baseline for net release.
*
diff --git a/warp/warp.h b/warp/warp.h
index 4cd4d7e5..984c407f 100644
--- a/warp/warp.h
+++ b/warp/warp.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/warp.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: warp.h,v 7.0.1.2 86/12/12 17:08:42 lwall Exp */
-/* $Log: warp.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: warp.h,v
* Revision 7.0.1.2 86/12/12 17:08:42 lwall
* Baseline for net release.
*
diff --git a/warp/weapon.c b/warp/weapon.c
index 024d635c..e61ffa39 100644
--- a/warp/weapon.c
+++ b/warp/weapon.c
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/weapon.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: weapon.c,v 7.0.1.2 86/10/20 14:36:33 lwall Exp */
-/* $Log: weapon.c,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: weapon.c,v
* Revision 7.0.1.2 86/10/20 14:36:33 lwall
* Picked some lint.
*
diff --git a/warp/weapon.h b/warp/weapon.h
index b89c015e..6872bb72 100644
--- a/warp/weapon.h
+++ b/warp/weapon.h
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/weapon.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: weapon.h,v 7.0 86/10/08 15:18:20 lwall Exp */
-/* $Log: weapon.h,v $
-/* Revision 1.1 2020/11/09 23:37:05 kamil
-/* Add Warp Kit, Version 7.0 by Larry Wall
-/*
-/* Warp is a real-time space war game that doesn't get boring very quickly.
-/* Read warp.doc and the manual page for more information.
-/*
-/* games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
-/* world via NetBSD. Its remnants were still mentioned in games/Makefile.
-/*
-/* Larry Wall, the original author and the copyright holder, generously
-/* donated the game and copyright to The NetBSD Foundation, Inc.
-/*
-/* Import the game sources as-is from 4.3BSD-Reno, with the cession
-/* of the copyright and license to BSD-2-clause NetBSD-style.
-/*
-/* Signed-off-by: Larry Wall <larry@wall.org>
-/* Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
-/*
+/* Log: weapon.h,v
* Revision 7.0 86/10/08 15:18:20 lwall
* Split into separate files. Added amoebas and pirates.
*