diff options
| author | lukem <lukem@NetBSD.org> | 2008-07-21 13:12:38 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2008-07-21 13:12:38 +0000 |
| commit | eeeaf2bf9e5d201ba01bf04932ba124b1ddd83bf (patch) | |
| tree | 8b378c41cfb256e2ffda1f008bf041f41e48f177 /gnu/usr.sbin/mdsetimage | |
| parent | 76056ad0a3f7ec5262fc814220ec643ad5132358 (diff) | |
Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.
Diffstat (limited to 'gnu/usr.sbin/mdsetimage')
| -rw-r--r-- | gnu/usr.sbin/mdsetimage/mdsetimage.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/usr.sbin/mdsetimage/mdsetimage.c b/gnu/usr.sbin/mdsetimage/mdsetimage.c index 7e2395ee178..60c522dd65d 100644 --- a/gnu/usr.sbin/mdsetimage/mdsetimage.c +++ b/gnu/usr.sbin/mdsetimage/mdsetimage.c @@ -1,4 +1,4 @@ -/* $NetBSD: mdsetimage.c,v 1.14 2003/10/27 00:12:42 lukem Exp $ */ +/* $NetBSD: mdsetimage.c,v 1.15 2008/07/21 13:12:38 lukem Exp $ */ /* from: NetBSD: mdsetimage.c,v 1.15 2001/03/21 23:46:48 cgd Exp $ */ /* @@ -36,10 +36,9 @@ #include <sys/cdefs.h> #if !defined(lint) -__COPYRIGHT( - "@(#) Copyright (c) 1996 Christopher G. Demetriou.\ - All rights reserved.\n"); -__RCSID("$NetBSD: mdsetimage.c,v 1.14 2003/10/27 00:12:42 lukem Exp $"); +__COPYRIGHT("@(#) Copyright (c) 1996\ + Christopher G. Demetriou. All rights reserved."); +__RCSID("$NetBSD: mdsetimage.c,v 1.15 2008/07/21 13:12:38 lukem Exp $"); #endif /* not lint */ #include <sys/types.h> |
