From 0c4ddb1599a0bea866fde8522a74cfbd2f68cd1b Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 20 Jul 2008 01:09:06 +0000 Subject: Remove the \n and tabs from the __COPYRIGHT() strings. --- libexec/makekey/makekey.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libexec/makekey') diff --git a/libexec/makekey/makekey.c b/libexec/makekey/makekey.c index 99b77303875..2e22e363eaa 100644 --- a/libexec/makekey/makekey.c +++ b/libexec/makekey/makekey.c @@ -1,4 +1,4 @@ -/* $NetBSD: makekey.c,v 1.7 2003/08/07 09:46:45 agc Exp $ */ +/* $NetBSD: makekey.c,v 1.8 2008/07/20 01:09:07 lukem Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -31,12 +31,12 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1990, 1993\ + The Regents of the University of California. All rights reserved."); #if 0 static char sccsid[] = "from: @(#)makekey.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: makekey.c,v 1.7 2003/08/07 09:46:45 agc Exp $"); +__RCSID("$NetBSD: makekey.c,v 1.8 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */ -- cgit