summaryrefslogtreecommitdiffstats
path: root/games/battlestar/battlestar.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/battlestar/battlestar.c')
-rw-r--r--games/battlestar/battlestar.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/battlestar/battlestar.c b/games/battlestar/battlestar.c
index 4cbbefd..eb35e28 100644
--- a/games/battlestar/battlestar.c
+++ b/games/battlestar/battlestar.c
@@ -32,13 +32,17 @@
*/
#ifndef lint
-static char copyright[] =
+static const 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.1 (Berkeley) 5/31/93";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
/*
OpenPOWER on IntegriCloud