summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 00:25:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 00:25:39 +0000
commitc064a77c0c65bede25364f1d0db81f3f0541afa8 (patch)
treeaf9e413f079eadfdafa93033d690769b906a39d3 /games
parent0138cc04c9712e596af1e1986a9e4e2b7777183e (diff)
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. spotted by schwarze
Diffstat (limited to 'games')
-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).
*/