update copyright notice with contrib notice
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 24 Dec 1992 02:16:49 +0000 (18:16 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 24 Dec 1992 02:16:49 +0000 (18:16 -0800)
SCCS-vsn: games/tetris/input.c 5.2
SCCS-vsn: games/tetris/input.h 5.2
SCCS-vsn: games/tetris/pathnames.h 5.2
SCCS-vsn: games/tetris/scores.c 5.2
SCCS-vsn: games/tetris/scores.h 5.2
SCCS-vsn: games/tetris/screen.c 5.2
SCCS-vsn: games/tetris/screen.h 5.2
SCCS-vsn: games/tetris/shapes.c 5.2
SCCS-vsn: games/tetris/tetris.c 5.2
SCCS-vsn: games/tetris/tetris.h 5.2

usr/src/games/tetris/input.c
usr/src/games/tetris/input.h
usr/src/games/tetris/pathnames.h
usr/src/games/tetris/scores.c
usr/src/games/tetris/scores.h
usr/src/games/tetris/screen.c
usr/src/games/tetris/screen.h
usr/src/games/tetris/shapes.c
usr/src/games/tetris/tetris.c
usr/src/games/tetris/tetris.h

index 181a75c..b5bf10f 100644 (file)
@@ -2,9 +2,12 @@
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software contributed to Berkeley by
+ * Chris Torek and Darren F. Provine.
+ *
  * %sccs.include.redist.c%
  *
  * %sccs.include.redist.c%
  *
- *     @(#)input.c     5.1 (Berkeley) %G%
+ *     @(#)input.c     5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -13,6 +16,7 @@
 
 #include <sys/types.h>
 #include <sys/time.h>
 
 #include <sys/types.h>
 #include <sys/time.h>
+
 #include <errno.h>
 #include <unistd.h>
 
 #include <errno.h>
 #include <unistd.h>
 
index c3c9766..8071439 100644 (file)
@@ -2,9 +2,12 @@
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software contributed to Berkeley by
+ * Chris Torek and Darren F. Provine.
+ *
  * %sccs.include.redist.c%
  *
  * %sccs.include.redist.c%
  *
- *     @(#)input.h     5.1 (Berkeley) %G%
+ *     @(#)input.h     5.2 (Berkeley) %G%
  */
 
 void   eat_input __P((void));
  */
 
 void   eat_input __P((void));
index 26d3613..cd1496e 100644 (file)
@@ -2,9 +2,12 @@
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software contributed to Berkeley by
+ * Chris Torek and Darren F. Provine.
+ *
  * %sccs.include.redist.c%
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 5.1 (Berkeley) %G%
+ *     @(#)pathnames.h 5.2 (Berkeley) %G%
  */
 
 #define _PATH_SCOREFILE        "/var/games/tetris.scores"
  */
 
 #define _PATH_SCOREFILE        "/var/games/tetris.scores"
index e0d4c66..04f48a1 100644 (file)
@@ -2,13 +2,16 @@
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software contributed to Berkeley by
+ * Chris Torek and Darren F. Provine.
+ *
  * %sccs.include.redist.c%
  *
  * %sccs.include.redist.c%
  *
- *     @(#)scores.c    5.1 (Berkeley) %G%
+ *     @(#)scores.c    5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
- * score code for Tetris, by Darren Provine (kilroy@gboro.glassboro.edu)
+ * Score code for Tetris, by Darren Provine (kilroy@gboro.glassboro.edu)
  * modified 22 January 1992, to limit the number of entries any one
  * person has.
  *
  * modified 22 January 1992, to limit the number of entries any one
  * person has.
  *
index 66b1a12..64cca97 100644 (file)
@@ -2,9 +2,12 @@
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software contributed to Berkeley by
+ * Chris Torek and Darren F. Provine.
+ *
  * %sccs.include.redist.c%
  *
  * %sccs.include.redist.c%
  *
- *     @(#)scores.h    5.1 (Berkeley) %G%
+ *     @(#)scores.h    5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 40b9384..dd51061 100644 (file)
@@ -2,9 +2,12 @@
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software contributed to Berkeley by
+ * Chris Torek and Darren F. Provine.
+ *
  * %sccs.include.redist.c%
  *
  * %sccs.include.redist.c%
  *
- *     @(#)screen.c    5.1 (Berkeley) %G%
+ *     @(#)screen.c    5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 0e54354..bd27739 100644 (file)
@@ -2,9 +2,12 @@
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software contributed to Berkeley by
+ * Chris Torek and Darren F. Provine.
+ *
  * %sccs.include.redist.c%
  *
  * %sccs.include.redist.c%
  *
- *     @(#)screen.h    5.1 (Berkeley) %G%
+ *     @(#)screen.h    5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index df8c1d7..28be165 100644 (file)
@@ -2,9 +2,12 @@
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software contributed to Berkeley by
+ * Chris Torek and Darren F. Provine.
+ *
  * %sccs.include.redist.c%
  *
  * %sccs.include.redist.c%
  *
- *     @(#)shapes.c    5.1 (Berkeley) %G%
+ *     @(#)shapes.c    5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index da60626..49c2ec5 100644 (file)
@@ -2,9 +2,12 @@
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software contributed to Berkeley by
+ * Chris Torek and Darren F. Provine.
+ *
  * %sccs.include.redist.c%
  *
  * %sccs.include.redist.c%
  *
- *     @(#)tetris.c    5.1 (Berkeley) %G%
+ *     @(#)tetris.c    5.2 (Berkeley) %G%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
index 9b69e0a..90da084 100644 (file)
@@ -1,3 +1,15 @@
+/*-
+ * Copyright (c) 1992 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Chris Torek and Darren F. Provine.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)tetris.h    5.2 (Berkeley) %G%
+ */
+
 /*
  * Definitions for Tetris.
  */
 /*
  * Definitions for Tetris.
  */