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/getNAME | |
| parent | 41198d5648af34641c28130b0c2033e29741aa9a (diff) | |
Remove the \n and tabs from the __COPYRIGHT() strings.
Diffstat (limited to 'libexec/getNAME')
| -rw-r--r-- | libexec/getNAME/getNAME.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/getNAME/getNAME.c b/libexec/getNAME/getNAME.c index d9f1295c24f..dbfb9f44d65 100644 --- a/libexec/getNAME/getNAME.c +++ b/libexec/getNAME/getNAME.c @@ -1,4 +1,4 @@ -/* $NetBSD: getNAME.c,v 1.25 2006/09/12 21:56:43 hubertf Exp $ */ +/* $NetBSD: getNAME.c,v 1.26 2008/07/20 01:09:07 lukem Exp $ */ /*- * Copyright (c) 1997, Christos Zoulas. All rights reserved. @@ -32,12 +32,12 @@ #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."); #if 0 static char sccsid[] = "@(#)getNAME.c 8.1 (Berkeley) 6/30/93"; #else -__RCSID("$NetBSD: getNAME.c,v 1.25 2006/09/12 21:56:43 hubertf Exp $"); +__RCSID("$NetBSD: getNAME.c,v 1.26 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */ |
