summaryrefslogtreecommitdiff
path: root/games/worm/worm.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/worm/worm.c')
-rw-r--r--games/worm/worm.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/games/worm/worm.c b/games/worm/worm.c
index 6353e3e0eb1..68baffa3271 100644
--- a/games/worm/worm.c
+++ b/games/worm/worm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: worm.c,v 1.22 2004/11/29 08:52:29 jsg Exp $ */
+/* $OpenBSD: worm.c,v 1.23 2009/10/27 23:59:27 deraadt Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -29,20 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)worm.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: worm.c,v 1.22 2004/11/29 08:52:29 jsg Exp $";
-#endif
-#endif /* not lint */
-
/*
* Worm. Written by Michael Toy
* UCSC