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 | |
| parent | 41198d5648af34641c28130b0c2033e29741aa9a (diff) | |
Remove the \n and tabs from the __COPYRIGHT() strings.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/comsat/comsat.c | 8 | ||||
| -rw-r--r-- | libexec/fingerd/fingerd.c | 9 | ||||
| -rw-r--r-- | libexec/ftpd/ftpd.c | 9 | ||||
| -rw-r--r-- | libexec/getNAME/getNAME.c | 8 | ||||
| -rw-r--r-- | libexec/getty/main.c | 8 | ||||
| -rw-r--r-- | libexec/mail.local/mail.local.c | 8 | ||||
| -rw-r--r-- | libexec/makekey/makekey.c | 8 | ||||
| -rw-r--r-- | libexec/makewhatis/makewhatis.c | 8 | ||||
| -rw-r--r-- | libexec/rexecd/rexecd.c | 8 | ||||
| -rw-r--r-- | libexec/rlogind/rlogind.c | 8 | ||||
| -rw-r--r-- | libexec/rshd/rshd.c | 8 | ||||
| -rw-r--r-- | libexec/talkd/talkd.c | 8 | ||||
| -rw-r--r-- | libexec/telnetd/telnetd.c | 8 |
13 files changed, 52 insertions, 54 deletions
diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index 30a37cdbaaf..7b4ed19489e 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -1,4 +1,4 @@ -/* $NetBSD: comsat.c,v 1.37 2008/07/13 20:07:48 dholland Exp $ */ +/* $NetBSD: comsat.c,v 1.38 2008/07/20 01:09:06 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,12 +31,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[] = "from: @(#)comsat.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: comsat.c,v 1.37 2008/07/13 20:07:48 dholland Exp $"); +__RCSID("$NetBSD: comsat.c,v 1.38 2008/07/20 01:09:06 lukem Exp $"); #endif #endif /* not lint */ diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index ac9d9d2b3bd..d2f8f338c3c 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -1,4 +1,4 @@ -/* $NetBSD: fingerd.c,v 1.23 2006/05/09 20:18:06 mrg Exp $ */ +/* $NetBSD: fingerd.c,v 1.24 2008/07/20 01:09:07 lukem Exp $ */ /* * Copyright (c) 1983, 1993 @@ -31,16 +31,15 @@ #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."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "from: @(#)fingerd.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: fingerd.c,v 1.23 2006/05/09 20:18:06 mrg Exp $"); +__RCSID("$NetBSD: fingerd.c,v 1.24 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */ diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 578d110effa..12e709021c5 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -1,4 +1,4 @@ -/* $NetBSD: ftpd.c,v 1.185 2008/06/09 00:33:39 lukem Exp $ */ +/* $NetBSD: ftpd.c,v 1.186 2008/07/20 01:09:07 lukem Exp $ */ /* * Copyright (c) 1997-2008 The NetBSD Foundation, Inc. @@ -89,16 +89,15 @@ #include <sys/cdefs.h> #ifndef lint -__COPYRIGHT( -"@(#) Copyright (c) 1985, 1988, 1990, 1992, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1985, 1988, 1990, 1992, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)ftpd.c 8.5 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: ftpd.c,v 1.185 2008/06/09 00:33:39 lukem Exp $"); +__RCSID("$NetBSD: ftpd.c,v 1.186 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */ 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 */ diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 8d9913d1407..d9012dbc82a 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.55 2008/04/13 02:38:01 dholland Exp $ */ +/* $NetBSD: main.c,v 1.56 2008/07/20 01:09:07 lukem Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -32,15 +32,15 @@ #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."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "from: @(#)main.c 8.1 (Berkeley) 6/20/93"; #else -__RCSID("$NetBSD: main.c,v 1.55 2008/04/13 02:38:01 dholland Exp $"); +__RCSID("$NetBSD: main.c,v 1.56 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */ diff --git a/libexec/mail.local/mail.local.c b/libexec/mail.local/mail.local.c index 82293ba208d..94278c6cbaf 100644 --- a/libexec/mail.local/mail.local.c +++ b/libexec/mail.local/mail.local.c @@ -1,4 +1,4 @@ -/* $NetBSD: mail.local.c,v 1.24 2008/05/04 03:03:11 manu Exp $ */ +/* $NetBSD: mail.local.c,v 1.25 2008/07/20 01:09:07 lukem Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -31,12 +31,12 @@ #include <sys/cdefs.h> #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1990, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1990, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #if 0 static char sccsid[] = "@(#)mail.local.c 8.22 (Berkeley) 6/21/95"; #else -__RCSID("$NetBSD: mail.local.c,v 1.24 2008/05/04 03:03:11 manu Exp $"); +__RCSID("$NetBSD: mail.local.c,v 1.25 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */ diff --git a/libexec/makekey/makekey.c b/libexec/makekey/makekey.c index 99b77303875..2e22e363eaa 100644 --- a/libexec/makekey/makekey.c +++ b/libexec/makekey/makekey.c @@ -1,4 +1,4 @@ -/* $NetBSD: makekey.c,v 1.7 2003/08/07 09:46:45 agc Exp $ */ +/* $NetBSD: makekey.c,v 1.8 2008/07/20 01:09:07 lukem Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -31,12 +31,12 @@ #include <sys/cdefs.h> #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1990, 1993\ + The Regents of the University of California. All rights reserved."); #if 0 static char sccsid[] = "from: @(#)makekey.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: makekey.c,v 1.7 2003/08/07 09:46:45 agc Exp $"); +__RCSID("$NetBSD: makekey.c,v 1.8 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */ diff --git a/libexec/makewhatis/makewhatis.c b/libexec/makewhatis/makewhatis.c index aeb491803ec..56114de6e3c 100644 --- a/libexec/makewhatis/makewhatis.c +++ b/libexec/makewhatis/makewhatis.c @@ -1,4 +1,4 @@ -/* $NetBSD: makewhatis.c,v 1.43 2008/05/27 01:42:40 dholland Exp $ */ +/* $NetBSD: makewhatis.c,v 1.44 2008/07/20 01:09:07 lukem Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -35,9 +35,9 @@ #include <sys/cdefs.h> #if !defined(lint) -__COPYRIGHT("@(#) Copyright (c) 1999 The NetBSD Foundation, Inc.\n\ - All rights reserved.\n"); -__RCSID("$NetBSD: makewhatis.c,v 1.43 2008/05/27 01:42:40 dholland Exp $"); +__COPYRIGHT("@(#) Copyright (c) 1999\ + The NetBSD Foundation, Inc. All rights reserved."); +__RCSID("$NetBSD: makewhatis.c,v 1.44 2008/07/20 01:09:07 lukem Exp $"); #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index 4faefe99bb0..232afbae383 100644 --- a/libexec/rexecd/rexecd.c +++ b/libexec/rexecd/rexecd.c @@ -1,4 +1,4 @@ -/* $NetBSD: rexecd.c,v 1.25 2007/12/15 19:44:46 perry Exp $ */ +/* $NetBSD: rexecd.c,v 1.26 2008/07/20 01:09:07 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[] = "from: @(#)rexecd.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: rexecd.c,v 1.25 2007/12/15 19:44:46 perry Exp $"); +__RCSID("$NetBSD: rexecd.c,v 1.26 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */ diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c index 710f3de1383..1c5265ba578 100644 --- a/libexec/rlogind/rlogind.c +++ b/libexec/rlogind/rlogind.c @@ -1,4 +1,4 @@ -/* $NetBSD: rlogind.c,v 1.37 2006/05/09 20:18:06 mrg Exp $ */ +/* $NetBSD: rlogind.c,v 1.38 2008/07/20 01:09:07 lukem Exp $ */ /* * Copyright (C) 1998 WIDE Project. @@ -64,12 +64,12 @@ #include <sys/cdefs.h> #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1989, 1993\ + The Regents of the University of California. All rights reserved."); #if 0 static char sccsid[] = "@(#)rlogind.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: rlogind.c,v 1.37 2006/05/09 20:18:06 mrg Exp $"); +__RCSID("$NetBSD: rlogind.c,v 1.38 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */ diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index a26165d9cb2..bfd1155fcbc 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -1,4 +1,4 @@ -/* $NetBSD: rshd.c,v 1.45 2007/12/15 19:44:46 perry Exp $ */ +/* $NetBSD: rshd.c,v 1.46 2008/07/20 01:09:07 lukem Exp $ */ /* * Copyright (C) 1998 WIDE Project. @@ -64,12 +64,12 @@ #include <sys/cdefs.h> #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1992, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1992, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #if 0 static char sccsid[] = "@(#)rshd.c 8.2 (Berkeley) 4/6/94"; #else -__RCSID("$NetBSD: rshd.c,v 1.45 2007/12/15 19:44:46 perry Exp $"); +__RCSID("$NetBSD: rshd.c,v 1.46 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */ diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index c18af681326..c58546f571b 100644 --- a/libexec/talkd/talkd.c +++ b/libexec/talkd/talkd.c @@ -1,4 +1,4 @@ -/* $NetBSD: talkd.c,v 1.19 2008/03/04 03:05:00 dholland Exp $ */ +/* $NetBSD: talkd.c,v 1.20 2008/07/20 01:09:07 lukem Exp $ */ /* * Copyright (c) 1983, 1993 @@ -31,15 +31,15 @@ #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."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)talkd.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: talkd.c,v 1.19 2008/03/04 03:05:00 dholland Exp $"); +__RCSID("$NetBSD: talkd.c,v 1.20 2008/07/20 01:09:07 lukem Exp $"); #endif #endif /* not lint */ 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 */ |
