summaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2008-07-20 01:09:06 +0000
committerlukem <lukem@NetBSD.org>2008-07-20 01:09:06 +0000
commit0c4ddb1599a0bea866fde8522a74cfbd2f68cd1b (patch)
treedd2728f53d2b04e3d9e2740c2603f27d21a9ef03 /libexec/ftpd
parent41198d5648af34641c28130b0c2033e29741aa9a (diff)
Remove the \n and tabs from the __COPYRIGHT() strings.
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/ftpd.c9
1 files changed, 4 insertions, 5 deletions
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 */