summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2008-07-21 13:24:38 +0000
committerlukem <lukem@NetBSD.org>2008-07-21 13:24:38 +0000
commit4ca7662068dbec217082e73d01ea38705f82833b (patch)
treef8f7af29091237fd9741bf09e5e28ed18ff32128 /backgammon
parent99518a3664f03a0839b12707e82684f120310023 (diff)
downloadbsdgames-darwin-4ca7662068dbec217082e73d01ea38705f82833b.tar.gz
bsdgames-darwin-4ca7662068dbec217082e73d01ea38705f82833b.tar.zst
bsdgames-darwin-4ca7662068dbec217082e73d01ea38705f82833b.zip
Remove the \n and tabs from the __COPYRIGHT() strings.
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/backgammon/main.c8
1 files changed, 4 insertions, 4 deletions
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 <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[] = "@(#)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 */