From 99518a3664f03a0839b12707e82684f120310023 Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 20 Jul 2008 00:52:39 +0000 Subject: Remove the \n and tabs from the __COPYRIGHT() strings. --- snake/snake/snake.c | 8 ++++---- snake/snscore/snscore.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'snake') 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 #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 */ diff --git a/snake/snscore/snscore.c b/snake/snscore/snscore.c index 05f1bd0e..b09d5180 100644 --- a/snake/snscore/snscore.c +++ b/snake/snscore/snscore.c @@ -1,4 +1,4 @@ -/* $NetBSD: snscore.c,v 1.16 2006/03/17 23:15:02 abs Exp $ */ +/* $NetBSD: snscore.c,v 1.17 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #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[] = "@(#)snscore.c 8.1 (Berkeley) 7/19/93"; #else -__RCSID("$NetBSD: snscore.c,v 1.16 2006/03/17 23:15:02 abs Exp $"); +__RCSID("$NetBSD: snscore.c,v 1.17 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ -- cgit v1.2.3-56-ge451