summaryrefslogtreecommitdiff
path: root/usr.bin/script/script.c
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2008-07-21 14:19:20 +0000
committerlukem <lukem@NetBSD.org>2008-07-21 14:19:20 +0000
commit98e5374ccbbb6278b5bad9598b53dc8190372d05 (patch)
treedbadfb76fb83706b38e87ab7fde18322f5fd22f3 /usr.bin/script/script.c
parent9c1945664c06b04ac50a1b2590de5ec5b0351d34 (diff)
Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.
Diffstat (limited to 'usr.bin/script/script.c')
-rw-r--r--usr.bin/script/script.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c
index 4cace199717..95229cb22c5 100644
--- a/usr.bin/script/script.c
+++ b/usr.bin/script/script.c
@@ -1,4 +1,4 @@
-/* $NetBSD: script.c,v 1.15 2007/09/09 12:20:27 christos Exp $ */
+/* $NetBSD: script.c,v 1.16 2008/07/21 14:19:25 lukem Exp $ */
/*
* Copyright (c) 1980, 1992, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1992, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1992, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)script.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: script.c,v 1.15 2007/09/09 12:20:27 christos Exp $");
+__RCSID("$NetBSD: script.c,v 1.16 2008/07/21 14:19:25 lukem Exp $");
#endif /* not lint */
#include <sys/types.h>