Module Name:    src
Committed By:   kamil
Date:           Tue Nov 10 00:02:11 UTC 2020

Modified Files:
        src/games/warp: EXTERN.h INTERN.h bang.c bang.h init.c init.h intrp.c
            intrp.h move.c move.h object.c object.h play.c play.h score.c
            score.h sig.c sig.h sm.c term.c term.h them.c them.h us.c us.h
            util.c util.h version.c version.h warp.c warp.h weapon.c weapon.h

Log Message:
Reset CVS keywords


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/games/warp/EXTERN.h src/games/warp/INTERN.h \
    src/games/warp/bang.c src/games/warp/bang.h src/games/warp/init.c \
    src/games/warp/init.h src/games/warp/intrp.c src/games/warp/intrp.h \
    src/games/warp/move.c src/games/warp/move.h src/games/warp/object.c \
    src/games/warp/object.h src/games/warp/play.c src/games/warp/play.h \
    src/games/warp/score.c src/games/warp/score.h src/games/warp/sig.c \
    src/games/warp/sig.h src/games/warp/sm.c src/games/warp/term.c \
    src/games/warp/term.h src/games/warp/them.c src/games/warp/them.h \
    src/games/warp/us.c src/games/warp/us.h src/games/warp/util.c \
    src/games/warp/util.h src/games/warp/version.c src/games/warp/version.h \
    src/games/warp/warp.c src/games/warp/warp.h src/games/warp/weapon.c \
    src/games/warp/weapon.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/warp/EXTERN.h
diff -u src/games/warp/EXTERN.h:1.1 src/games/warp/EXTERN.h:1.2
--- src/games/warp/EXTERN.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/EXTERN.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
- * Signed-off-by: Kamil Rytarowski <ka...@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.
  * 
Index: src/games/warp/INTERN.h
diff -u src/games/warp/INTERN.h:1.1 src/games/warp/INTERN.h:1.2
--- src/games/warp/INTERN.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/INTERN.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
- * Signed-off-by: Kamil Rytarowski <ka...@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.
  * 
Index: src/games/warp/bang.c
diff -u src/games/warp/bang.c:1.1 src/games/warp/bang.c:1.2
--- src/games/warp/bang.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/bang.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	bang.c,v
  * Revision 7.0.1.3  86/12/12  16:57:00  lwall
  * Made circular explosions.
  * 
Index: src/games/warp/bang.h
diff -u src/games/warp/bang.h:1.1 src/games/warp/bang.h:1.2
--- src/games/warp/bang.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/bang.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	bang.h,v
  * Revision 7.0  86/10/08  15:12:03  lwall
  * Split into separate files.  Added amoebas and pirates.
  * 
Index: src/games/warp/init.c
diff -u src/games/warp/init.c:1.1 src/games/warp/init.c:1.2
--- src/games/warp/init.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/init.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	init.c,v
  * Revision 7.0.1.4  86/12/12  16:58:03  lwall
  * Baseline for net release.
  * 
Index: src/games/warp/init.h
diff -u src/games/warp/init.h:1.1 src/games/warp/init.h:1.2
--- src/games/warp/init.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/init.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	init.h,v
  * Revision 7.0  86/10/08  15:12:17  lwall
  * Split into separate files.  Added amoebas and pirates.
  * 
Index: src/games/warp/intrp.c
diff -u src/games/warp/intrp.c:1.1 src/games/warp/intrp.c:1.2
--- src/games/warp/intrp.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/intrp.c	Tue Nov 10 00:02:11 2020
@@ -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.
Index: src/games/warp/intrp.h
diff -u src/games/warp/intrp.h:1.1 src/games/warp/intrp.h:1.2
--- src/games/warp/intrp.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/intrp.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
- * Signed-off-by: Kamil Rytarowski <ka...@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.
  * 
Index: src/games/warp/move.c
diff -u src/games/warp/move.c:1.1 src/games/warp/move.c:1.2
--- src/games/warp/move.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/move.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	move.c,v
  * Revision 7.0.1.2  86/10/20  14:37:06  lwall
  * Picked some lint.
  * 
Index: src/games/warp/move.h
diff -u src/games/warp/move.h:1.1 src/games/warp/move.h:1.2
--- src/games/warp/move.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/move.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	move.h,v
  * Revision 7.0  86/10/08  15:12:46  lwall
  * Split into separate files.  Added amoebas and pirates.
  * 
Index: src/games/warp/object.c
diff -u src/games/warp/object.c:1.1 src/games/warp/object.c:1.2
--- src/games/warp/object.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/object.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	object.c,v
  * Revision 7.0  86/10/08  15:12:55  lwall
  * Split into separate files.  Added amoebas and pirates.
  * 
Index: src/games/warp/object.h
diff -u src/games/warp/object.h:1.1 src/games/warp/object.h:1.2
--- src/games/warp/object.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/object.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	object.h,v
  * Revision 7.0.1.2  86/12/12  17:01:38  lwall
  * Baseline for net release.
  * 
Index: src/games/warp/play.c
diff -u src/games/warp/play.c:1.1 src/games/warp/play.c:1.2
--- src/games/warp/play.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/play.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	play.c,v
  * Revision 7.0.1.1  86/10/16  10:52:39  lwall
  * Added Damage.  Fixed random bugs.
  * 
Index: src/games/warp/play.h
diff -u src/games/warp/play.h:1.1 src/games/warp/play.h:1.2
--- src/games/warp/play.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/play.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	play.h,v
  * Revision 7.0  86/10/08  15:13:12  lwall
  * Split into separate files.  Added amoebas and pirates.
  * 
Index: src/games/warp/score.c
diff -u src/games/warp/score.c:1.1 src/games/warp/score.c:1.2
--- src/games/warp/score.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/score.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@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.
  * 
Index: src/games/warp/score.h
diff -u src/games/warp/score.h:1.1 src/games/warp/score.h:1.2
--- src/games/warp/score.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/score.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	score.h,v
  * Revision 7.0  86/10/08  15:13:21  lwall
  * Split into separate files.  Added amoebas and pirates.
  * 
Index: src/games/warp/sig.c
diff -u src/games/warp/sig.c:1.1 src/games/warp/sig.c:1.2
--- src/games/warp/sig.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/sig.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@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.
Index: src/games/warp/sig.h
diff -u src/games/warp/sig.h:1.1 src/games/warp/sig.h:1.2
--- src/games/warp/sig.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/sig.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	sig.h,v
  * Revision 7.0  86/10/08  15:13:32  lwall
  * Split into separate files.  Added amoebas and pirates.
  * 
Index: src/games/warp/sm.c
diff -u src/games/warp/sm.c:1.1 src/games/warp/sm.c:1.2
--- src/games/warp/sm.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/sm.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	sm.c,v
  * Revision 7.0  86/10/08  15:13:35  lwall
  * Split into separate files.  Added amoebas and pirates.
  * 
Index: src/games/warp/term.c
diff -u src/games/warp/term.c:1.1 src/games/warp/term.c:1.2
--- src/games/warp/term.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/term.c	Tue Nov 10 00:02:11 2020
@@ -1,24 +1,6 @@
-/* $Header: /cvsroot/src/games/warp/term.c,v 1.1 2020/11/09 23:37:05 kamil Exp $ */
+/* Header: term.c,v 7.0.1.2 86/12/12 17:04:09 lwall 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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	term.c,v
  * Revision 7.0.1.2  86/12/12  17:04:09  lwall
  * Baseline for net release.
  * 
Index: src/games/warp/term.h
diff -u src/games/warp/term.h:1.1 src/games/warp/term.h:1.2
--- src/games/warp/term.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/term.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@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();
-
Index: src/games/warp/them.c
diff -u src/games/warp/them.c:1.1 src/games/warp/them.c:1.2
--- src/games/warp/them.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/them.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	them.c,v
  * Revision 7.0.1.5  86/12/12  17:05:41  lwall
  * Baseline for net release.
  * 
Index: src/games/warp/them.h
diff -u src/games/warp/them.h:1.1 src/games/warp/them.h:1.2
--- src/games/warp/them.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/them.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	them.h,v
  * Revision 7.0  86/10/08  15:14:19  lwall
  * Split into separate files.  Added amoebas and pirates.
  * 
Index: src/games/warp/us.c
diff -u src/games/warp/us.c:1.1 src/games/warp/us.c:1.2
--- src/games/warp/us.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/us.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@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.
  * 
Index: src/games/warp/us.h
diff -u src/games/warp/us.h:1.1 src/games/warp/us.h:1.2
--- src/games/warp/us.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/us.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	us.h,v
  * Revision 7.0.1.1  86/10/16  10:53:58  lwall
  * Added Damage.  Fixed random bugs.
  * 
Index: src/games/warp/util.c
diff -u src/games/warp/util.c:1.1 src/games/warp/util.c:1.2
--- src/games/warp/util.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/util.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	util.c,v
  * Revision 7.0.1.2  86/10/20  12:07:46  lwall
  * Made all exits reset tty.
  * 
Index: src/games/warp/util.h
diff -u src/games/warp/util.h:1.1 src/games/warp/util.h:1.2
--- src/games/warp/util.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/util.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	util.h,v
  * Revision 7.0  86/10/08  15:14:37  lwall
  * Split into separate files.  Added amoebas and pirates.
  * 
Index: src/games/warp/version.c
diff -u src/games/warp/version.c:1.1 src/games/warp/version.c:1.2
--- src/games/warp/version.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/version.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
- * Signed-off-by: Kamil Rytarowski <ka...@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.
  * 
Index: src/games/warp/version.h
diff -u src/games/warp/version.h:1.1 src/games/warp/version.h:1.2
--- src/games/warp/version.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/version.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
- * Signed-off-by: Kamil Rytarowski <ka...@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.
  * 
Index: src/games/warp/warp.c
diff -u src/games/warp/warp.c:1.1 src/games/warp/warp.c:1.2
--- src/games/warp/warp.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/warp.c	Tue Nov 10 00:02:11 2020
@@ -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/sr
  *	   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 <la...@wall.org>
- * Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
- *
+ * Log:	warp.c,v
  * Revision 7.0.1.3  86/12/12  17:07:44  lwall
  * Baseline for net release.
  * 
Index: src/games/warp/warp.h
diff -u src/games/warp/warp.h:1.1 src/games/warp/warp.h:1.2
--- src/games/warp/warp.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/warp.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	warp.h,v
  * Revision 7.0.1.2  86/12/12  17:08:42  lwall
  * Baseline for net release.
  * 
Index: src/games/warp/weapon.c
diff -u src/games/warp/weapon.c:1.1 src/games/warp/weapon.c:1.2
--- src/games/warp/weapon.c:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/weapon.c	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	weapon.c,v
  * Revision 7.0.1.2  86/10/20  14:36:33  lwall
  * Picked some lint.
  * 
Index: src/games/warp/weapon.h
diff -u src/games/warp/weapon.h:1.1 src/games/warp/weapon.h:1.2
--- src/games/warp/weapon.h:1.1	Mon Nov  9 23:37:05 2020
+++ src/games/warp/weapon.h	Tue Nov 10 00:02:11 2020
@@ -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 <la...@wall.org>
-/* Signed-off-by: Kamil Rytarowski <ka...@netbsd.org>
-/*
+/* Log:	weapon.h,v
  * Revision 7.0  86/10/08  15:18:20  lwall
  * Split into separate files.  Added amoebas and pirates.
  * 

Reply via email to