Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/deroff Remove copyright, use __RCSID.



details:   https://anonhg.NetBSD.org/src/rev/65a755c91902
branches:  trunk
changeset: 789935:65a755c91902
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Sep 13 20:51:20 2013 +0000

description:
Remove copyright, use __RCSID.

diffstat:

 usr.bin/deroff/deroff.c |  18 +++---------------
 1 files changed, 3 insertions(+), 15 deletions(-)

diffs (33 lines):

diff -r 44bb7af3620f -r 65a755c91902 usr.bin/deroff/deroff.c
--- a/usr.bin/deroff/deroff.c   Fri Sep 13 20:46:50 2013 +0000
+++ b/usr.bin/deroff/deroff.c   Fri Sep 13 20:51:20 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: deroff.c,v 1.9 2011/08/31 13:38:19 joerg Exp $ */
+/*     $NetBSD: deroff.c,v 1.10 2013/09/13 20:51:20 joerg Exp $        */
 
 /* taken from: OpenBSD: deroff.c,v 1.6 2004/06/02 14:58:46 tom Exp */
 
@@ -64,21 +64,9 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1988, 1993\n\
-       The Regents of the University of California.  All rights reserved.\n";
-#endif /* not lint */
+#include <sys/cdefs.h>
+__RCSID("$NetBSD: deroff.c,v 1.10 2013/09/13 20:51:20 joerg Exp $");
 
-#ifndef lint
-#if 0
-static const char sccsid[] = "@(#)deroff.c     8.1 (Berkeley) 6/6/93";
-#else
-static const char rcsid[] = "$NetBSD: deroff.c,v 1.9 2011/08/31 13:38:19 joerg Exp $";
-#endif
-#endif /* not lint */
-
-#include <sys/cdefs.h>
 #include <err.h>
 #include <limits.h>
 #include <stddef.h>



Home | Main Index | Thread Index | Old Index