aboutsummaryrefslogtreecommitdiff
path: root/games/adventure/setup.c
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-11-30 03:50:02 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-11-30 03:50:02 +0000
commit7b216475bfdc24758a850dba744e947fc6173e68 (patch)
tree3ae574978e74559dfce75bd93019aa6294c63377 /games/adventure/setup.c
parent4805de8700a2ad81e00b56a3d8089669d4982283 (diff)
downloadsrc-7b216475bfdc24758a850dba744e947fc6173e68.tar.gz
src-7b216475bfdc24758a850dba744e947fc6173e68.zip
copyright/sccsid/rcsid cleanup.
Notes
Notes: svn path=/head/; revision=53920
Diffstat (limited to 'games/adventure/setup.c')
-rw-r--r--games/adventure/setup.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/adventure/setup.c b/games/adventure/setup.c
index c67d4c77a3a7..aadfd2bd784f 100644
--- a/games/adventure/setup.c
+++ b/games/adventure/setup.c
@@ -35,13 +35,17 @@
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1991, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
/*