]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
NetBSD RCS Ids
authorcgd <cgd@NetBSD.org>
Sat, 22 Apr 1995 07:42:31 +0000 (07:42 +0000)
committercgd <cgd@NetBSD.org>
Sat, 22 Apr 1995 07:42:31 +0000 (07:42 +0000)
12 files changed:
tetris/Makefile
tetris/input.c
tetris/input.h
tetris/pathnames.h
tetris/scores.c
tetris/scores.h
tetris/screen.c
tetris/screen.h
tetris/shapes.c
tetris/tetris.6
tetris/tetris.c
tetris/tetris.h

index 695c672923f6518716cfe6577572001012b25f49..c49b261ce7abf12c4b349f2219d3496f0ea12bcb 100644 (file)
@@ -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
index 48da0884cd76ba9bfd8c245b9beb1647c7d33876..abac0a934095449262bd8f527fbdfc6513a25208 100644 (file)
@@ -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.
index 733182d73357e662a0fcdc1909f66a803f924172..d9616b1d99f58568dcf0c72eea5bb99e326c42f3 100644 (file)
@@ -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.
index ba08dd116125ea28591cf554ef9d99a8f4229d29..7425133e1c077e7a02f50cc9a0fac77522bd4f95 100644 (file)
@@ -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.
index e7e6bb590ad88e1cb36944e161bd305f780bfe47..af3f348b649b5f44e85c8f4a3a41ed060199c283 100644 (file)
@@ -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.
index 7a4865adb4ac3c3439d134d07619bf96fb4e5506..387d02185ac7880b4aa95d37ba196f6de12b7925 100644 (file)
@@ -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.
index 41e3f4a8b8321c6caa1ebabf055168581b0a37a6..852a4e440a52487348b963374ba01aa58c325070 100644 (file)
@@ -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.
index fd6793d17a147a7f3108d88fdfd54d54b7c50614..7bb10ae1261dd104f0eb29fa72653bcb1108b90f 100644 (file)
@@ -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.
index 39ba3788871ff3229c1f90ca8a5aea4ea5c74882..5421bcf0ef873bf6fd994c3f03f45a2ec33dd9c2 100644 (file)
@@ -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.
index 9513ca057d9e5a6189702a3549cd025edc1ceb89..f773582fb1e4beb2d9af11aea7f36c8e3bc91900 100644 (file)
@@ -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.
 .\"
index 63265bc6b7541c435dca4f326ffbd1fd64edcdec..ababeedafeaa31393e78566d506e607602aedec2 100644 (file)
@@ -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.
index b95627bb9b678309b12087eec55aab8bb26f68b9..90e9c5d59d3c4d1a3479dc6488e4bd76006d8985 100644 (file)
@@ -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.