summaryrefslogtreecommitdiff
path: root/libexec/makewhatis/makewhatis.c
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2008-07-20 01:09:06 +0000
committerlukem <lukem@NetBSD.org>2008-07-20 01:09:06 +0000
commit0c4ddb1599a0bea866fde8522a74cfbd2f68cd1b (patch)
treedd2728f53d2b04e3d9e2740c2603f27d21a9ef03 /libexec/makewhatis/makewhatis.c
parent41198d5648af34641c28130b0c2033e29741aa9a (diff)
Remove the \n and tabs from the __COPYRIGHT() strings.
Diffstat (limited to 'libexec/makewhatis/makewhatis.c')
-rw-r--r--libexec/makewhatis/makewhatis.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/makewhatis/makewhatis.c b/libexec/makewhatis/makewhatis.c
index aeb491803ec..56114de6e3c 100644
--- a/libexec/makewhatis/makewhatis.c
+++ b/libexec/makewhatis/makewhatis.c
@@ -1,4 +1,4 @@
-/* $NetBSD: makewhatis.c,v 1.43 2008/05/27 01:42:40 dholland Exp $ */
+/* $NetBSD: makewhatis.c,v 1.44 2008/07/20 01:09:07 lukem Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -35,9 +35,9 @@
#include <sys/cdefs.h>
#if !defined(lint)
-__COPYRIGHT("@(#) Copyright (c) 1999 The NetBSD Foundation, Inc.\n\
- All rights reserved.\n");
-__RCSID("$NetBSD: makewhatis.c,v 1.43 2008/05/27 01:42:40 dholland Exp $");
+__COPYRIGHT("@(#) Copyright (c) 1999\
+ The NetBSD Foundation, Inc. All rights reserved.");
+__RCSID("$NetBSD: makewhatis.c,v 1.44 2008/07/20 01:09:07 lukem Exp $");
#endif /* not lint */
#include <sys/types.h>