diff options
Diffstat (limited to 'games/battlestar/battlestar.c')
-rw-r--r-- | games/battlestar/battlestar.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/games/battlestar/battlestar.c b/games/battlestar/battlestar.c index fcb961d6453..a7989e8b44e 100644 --- a/games/battlestar/battlestar.c +++ b/games/battlestar/battlestar.c @@ -1,4 +1,4 @@ -/* $OpenBSD: battlestar.c,v 1.15 2005/05/01 02:43:12 djm Exp $ */ +/* $OpenBSD: battlestar.c,v 1.16 2009/10/27 23:59:23 deraadt Exp $ */ /* $NetBSD: battlestar.c,v 1.3 1995/03/21 15:06:47 cgd Exp $ */ /* @@ -30,20 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)battlestar.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: battlestar.c,v 1.15 2005/05/01 02:43:12 djm Exp $"; -#endif -#endif /* not lint */ - /* * Battlestar - a stellar-tropical adventure game * |