summaryrefslogtreecommitdiff
path: root/games/tetris/tetris.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/tetris/tetris.c')
-rw-r--r--games/tetris/tetris.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/tetris/tetris.c b/games/tetris/tetris.c
index eb44c8962b9..bf586a071b9 100644
--- a/games/tetris/tetris.c
+++ b/games/tetris/tetris.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tetris.c,v 1.22 2008/03/17 09:17:56 sobrado Exp $ */
+/* $OpenBSD: tetris.c,v 1.23 2009/10/28 00:25:38 deraadt Exp $ */
/* $NetBSD: tetris.c,v 1.2 1995/04/22 07:42:47 cgd Exp $ */
/*-
@@ -35,12 +35,6 @@
* @(#)tetris.c 8.1 (Berkeley) 5/31/93
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1992, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
/*
* Tetris (or however it is spelled).
*/