summaryrefslogtreecommitdiffstats
path: root/snake/snake/snake.c
diff options
context:
space:
mode:
Diffstat (limited to 'snake/snake/snake.c')
-rw-r--r--snake/snake/snake.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/snake/snake/snake.c b/snake/snake/snake.c
index 2e1161a7..6d7ebb87 100644
--- a/snake/snake/snake.c
+++ b/snake/snake/snake.c
@@ -1,4 +1,4 @@
-/* $NetBSD: snake.c,v 1.23 2007/12/15 19:44:43 perry Exp $ */
+/* $NetBSD: snake.c,v 1.24 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)snake.c 8.2 (Berkeley) 1/7/94";
#else
-__RCSID("$NetBSD: snake.c,v 1.23 2007/12/15 19:44:43 perry Exp $");
+__RCSID("$NetBSD: snake.c,v 1.24 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */