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