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 | |
| parent | 76056ad0a3f7ec5262fc814220ec643ad5132358 (diff) | |
Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.
| -rw-r--r-- | gnu/usr.sbin/dbsym/dbsym.c | 10 | ||||
| -rw-r--r-- | gnu/usr.sbin/mdsetimage/mdsetimage.c | 9 |
2 files changed, 9 insertions, 10 deletions
diff --git a/gnu/usr.sbin/dbsym/dbsym.c b/gnu/usr.sbin/dbsym/dbsym.c index 395596dc167..ead5558d7aa 100644 --- a/gnu/usr.sbin/dbsym/dbsym.c +++ b/gnu/usr.sbin/dbsym/dbsym.c @@ -1,4 +1,4 @@ -/* $NetBSD: dbsym.c,v 1.12 2006/03/29 15:53:20 christos Exp $ */ +/* $NetBSD: dbsym.c,v 1.13 2008/07/21 13:12:38 lukem Exp $ */ /* * Copyright (c) 2001 Simon Burge (for Wasabi Systems) @@ -36,10 +36,10 @@ #include <sys/cdefs.h> #if !defined(lint) -__COPYRIGHT( - "@(#) Copyright (c) 1996 Christopher G. Demetriou, 2001 Simon Burge.\ - All rights reserved.\n"); -__RCSID("$NetBSD: dbsym.c,v 1.12 2006/03/29 15:53:20 christos Exp $"); +__COPYRIGHT("@(#) Copyright (c) 1996 Christopher G. Demetriou.\ + Copyright 2001 Simon Burge.\ + All rights reserved."); +__RCSID("$NetBSD: dbsym.c,v 1.13 2008/07/21 13:12:38 lukem Exp $"); #endif /* not lint */ #include <sys/param.h> 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> |
