summaryrefslogtreecommitdiff
path: root/sbin/slattach
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2008-07-20 01:20:21 +0000
committerlukem <lukem@NetBSD.org>2008-07-20 01:20:21 +0000
commit6543a91fea12634a6f49cec26c9b6d718b6a380a (patch)
tree26b3438980bc200d213209b3dde53201e893a87d /sbin/slattach
parent0c4ddb1599a0bea866fde8522a74cfbd2f68cd1b (diff)
Remove the \n and tabs from the __COPYRIGHT() strings.
(Tweak some to use a consistent format.)
Diffstat (limited to 'sbin/slattach')
-rw-r--r--sbin/slattach/slattach.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c
index 6f87fb403aa..f3b82573a8e 100644
--- a/sbin/slattach/slattach.c
+++ b/sbin/slattach/slattach.c
@@ -1,4 +1,4 @@
-/* $NetBSD: slattach.c,v 1.29 2005/02/05 12:38:58 xtraeme Exp $ */
+/* $NetBSD: slattach.c,v 1.30 2008/07/20 01:20:23 lukem Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -34,15 +34,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1988, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)slattach.c 8.2 (Berkeley) 1/7/94";
#else
-__RCSID("$NetBSD: slattach.c,v 1.29 2005/02/05 12:38:58 xtraeme Exp $");
+__RCSID("$NetBSD: slattach.c,v 1.30 2008/07/20 01:20:23 lukem Exp $");
#endif
#endif /* not lint */