diff options
| author | lukem <lukem@NetBSD.org> | 2008-07-21 13:24:38 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2008-07-21 13:24:38 +0000 |
| commit | f0bccc0f626c15979ef7a9fdb419ee1f3ead8fc4 (patch) | |
| tree | 5ce26b8ee616380eff2aef3ed587f00d9555ce72 /libexec | |
| parent | eeeaf2bf9e5d201ba01bf04932ba124b1ddd83bf (diff) | |
Remove the \n and tabs from the __COPYRIGHT() strings.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/tftpd/tftpd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c index 1ae7e317f74..f52207ab3fe 100644 --- a/libexec/tftpd/tftpd.c +++ b/libexec/tftpd/tftpd.c @@ -1,4 +1,4 @@ -/* $NetBSD: tftpd.c,v 1.30 2006/05/09 20:18:07 mrg Exp $ */ +/* $NetBSD: tftpd.c,v 1.31 2008/07/21 13:25:47 lukem Exp $ */ /* * Copyright (c) 1983, 1993 @@ -31,12 +31,12 @@ #include <sys/cdefs.h> #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1993\ + The Regents of the University of California. All rights reserved."); #if 0 static char sccsid[] = "@(#)tftpd.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: tftpd.c,v 1.30 2006/05/09 20:18:07 mrg Exp $"); +__RCSID("$NetBSD: tftpd.c,v 1.31 2008/07/21 13:25:47 lukem Exp $"); #endif #endif /* not lint */ |
