summaryrefslogtreecommitdiffstats
path: root/tetris
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-04-22 07:42:31 +0000
committercgd <cgd@NetBSD.org>1995-04-22 07:42:31 +0000
commitbb6c8ddc879dee011fca2ed7153f3b9393d3af8e (patch)
treea9dd6ecf43482673af315f4bef564d3942225c24 /tetris
parentdac705a2406595b9fe3d58d72a5e2a9fe1ca25a0 (diff)
downloadbsdgames-darwin-bb6c8ddc879dee011fca2ed7153f3b9393d3af8e.tar.gz
bsdgames-darwin-bb6c8ddc879dee011fca2ed7153f3b9393d3af8e.tar.zst
bsdgames-darwin-bb6c8ddc879dee011fca2ed7153f3b9393d3af8e.zip
NetBSD RCS Ids
Diffstat (limited to 'tetris')
-rw-r--r--tetris/Makefile1
-rw-r--r--tetris/input.c2
-rw-r--r--tetris/input.h2
-rw-r--r--tetris/pathnames.h2
-rw-r--r--tetris/scores.c2
-rw-r--r--tetris/scores.h2
-rw-r--r--tetris/screen.c2
-rw-r--r--tetris/screen.h2
-rw-r--r--tetris/shapes.c2
-rw-r--r--tetris/tetris.62
-rw-r--r--tetris/tetris.c2
-rw-r--r--tetris/tetris.h2
12 files changed, 23 insertions, 0 deletions
diff --git a/tetris/Makefile b/tetris/Makefile
index 695c6729..c49b261c 100644
--- a/tetris/Makefile
+++ b/tetris/Makefile
@@ -1,3 +1,4 @@
+# $NetBSD: Makefile,v 1.3 1995/04/22 07:42:31 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= tetris
diff --git a/tetris/input.c b/tetris/input.c
index 48da0884..abac0a93 100644
--- a/tetris/input.c
+++ b/tetris/input.c
@@ -1,3 +1,5 @@
+/* $NetBSD: input.c,v 1.2 1995/04/22 07:42:34 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/tetris/input.h b/tetris/input.h
index 733182d7..d9616b1d 100644
--- a/tetris/input.h
+++ b/tetris/input.h
@@ -1,3 +1,5 @@
+/* $NetBSD: input.h,v 1.2 1995/04/22 07:42:36 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/tetris/pathnames.h b/tetris/pathnames.h
index ba08dd11..7425133e 100644
--- a/tetris/pathnames.h
+++ b/tetris/pathnames.h
@@ -1,3 +1,5 @@
+/* $NetBSD: pathnames.h,v 1.2 1995/04/22 07:42:37 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/tetris/scores.c b/tetris/scores.c
index e7e6bb59..af3f348b 100644
--- a/tetris/scores.c
+++ b/tetris/scores.c
@@ -1,3 +1,5 @@
+/* $NetBSD: scores.c,v 1.2 1995/04/22 07:42:38 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/tetris/scores.h b/tetris/scores.h
index 7a4865ad..387d0218 100644
--- a/tetris/scores.h
+++ b/tetris/scores.h
@@ -1,3 +1,5 @@
+/* $NetBSD: scores.h,v 1.2 1995/04/22 07:42:40 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/tetris/screen.c b/tetris/screen.c
index 41e3f4a8..852a4e44 100644
--- a/tetris/screen.c
+++ b/tetris/screen.c
@@ -1,3 +1,5 @@
+/* $NetBSD: screen.c,v 1.2 1995/04/22 07:42:41 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/tetris/screen.h b/tetris/screen.h
index fd6793d1..7bb10ae1 100644
--- a/tetris/screen.h
+++ b/tetris/screen.h
@@ -1,3 +1,5 @@
+/* $NetBSD: screen.h,v 1.2 1995/04/22 07:42:42 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/tetris/shapes.c b/tetris/shapes.c
index 39ba3788..5421bcf0 100644
--- a/tetris/shapes.c
+++ b/tetris/shapes.c
@@ -1,3 +1,5 @@
+/* $NetBSD: shapes.c,v 1.2 1995/04/22 07:42:44 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/tetris/tetris.6 b/tetris/tetris.6
index 9513ca05..f773582f 100644
--- a/tetris/tetris.6
+++ b/tetris/tetris.6
@@ -1,3 +1,5 @@
+.\" $NetBSD: tetris.6,v 1.2 1995/04/22 07:42:45 cgd Exp $
+.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
diff --git a/tetris/tetris.c b/tetris/tetris.c
index 63265bc6..ababeeda 100644
--- a/tetris/tetris.c
+++ b/tetris/tetris.c
@@ -1,3 +1,5 @@
+/* $NetBSD: tetris.c,v 1.2 1995/04/22 07:42:47 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/tetris/tetris.h b/tetris/tetris.h
index b95627bb..90e9c5d5 100644
--- a/tetris/tetris.h
+++ b/tetris/tetris.h
@@ -1,3 +1,5 @@
+/* $NetBSD: tetris.h,v 1.2 1995/04/22 07:42:48 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.