summaryrefslogtreecommitdiffstats
path: root/games/robots/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/robots/main.c')
-rw-r--r--games/robots/main.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/robots/main.c b/games/robots/main.c
index 0be8409..837d608 100644
--- a/games/robots/main.c
+++ b/games/robots/main.c
@@ -29,18 +29,20 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#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[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
# include "robots.h"
OpenPOWER on IntegriCloud