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/telnetd | |
| parent | 41198d5648af34641c28130b0c2033e29741aa9a (diff) | |
Remove the \n and tabs from the __COPYRIGHT() strings.
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/telnetd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index 6aba36665a4..0ad12ecddd1 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -1,4 +1,4 @@ -/* $NetBSD: telnetd.c,v 1.50 2006/05/09 20:18:07 mrg Exp $ */ +/* $NetBSD: telnetd.c,v 1.51 2008/07/20 01:09:07 lukem Exp $ */ /* * Copyright (C) 1997 and 1998 WIDE Project. @@ -60,12 +60,12 @@ #include <sys/cdefs.h> #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1993\ + The Regents of the University of California. All rights reserved."); #if 0 static char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95"; #else -__RCSID("$NetBSD: telnetd.c,v 1.50 2006/05/09 20:18:07 mrg Exp $"); +__RCSID("$NetBSD: telnetd.c,v 1.51 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */ |
