From 4ca7662068dbec217082e73d01ea38705f82833b Mon Sep 17 00:00:00 2001 From: lukem Date: Mon, 21 Jul 2008 13:24:38 +0000 Subject: Remove the \n and tabs from the __COPYRIGHT() strings. --- backgammon/backgammon/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backgammon') diff --git a/backgammon/backgammon/main.c b/backgammon/backgammon/main.c index 3d683a1e..ab264f53 100644 --- a/backgammon/backgammon/main.c +++ b/backgammon/backgammon/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.24 2008/01/31 05:22:45 dholland Exp $ */ +/* $NetBSD: main.c,v 1.25 2008/07/21 13:24:38 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[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: main.c,v 1.24 2008/01/31 05:22:45 dholland Exp $"); +__RCSID("$NetBSD: main.c,v 1.25 2008/07/21 13:24:38 lukem Exp $"); #endif #endif /* not lint */ -- cgit v1.2.3-56-ge451