diff options
| author | lukem <lukem@NetBSD.org> | 2008-07-20 01:09:06 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2008-07-20 01:09:06 +0000 |
| commit | 0c4ddb1599a0bea866fde8522a74cfbd2f68cd1b (patch) | |
| tree | dd2728f53d2b04e3d9e2740c2603f27d21a9ef03 /libexec/makekey | |
| parent | 41198d5648af34641c28130b0c2033e29741aa9a (diff) | |
Remove the \n and tabs from the __COPYRIGHT() strings.
Diffstat (limited to 'libexec/makekey')
| -rw-r--r-- | libexec/makekey/makekey.c | 8 |
1 files changed, 4 insertions, 4 deletions
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 <sys/cdefs.h> #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 */ |
