Module Name:    src
Committed By:   joerg
Date:           Fri Sep 13 20:51:20 UTC 2013

Modified Files:
        src/usr.bin/deroff: deroff.c

Log Message:
Remove copyright, use __RCSID.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/deroff/deroff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/deroff/deroff.c
diff -u src/usr.bin/deroff/deroff.c:1.9 src/usr.bin/deroff/deroff.c:1.10
--- src/usr.bin/deroff/deroff.c:1.9	Wed Aug 31 13:38:19 2011
+++ src/usr.bin/deroff/deroff.c	Fri Sep 13 20:51:20 2013
@@ -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 */
-
-#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>
+__RCSID("$NetBSD: deroff.c,v 1.10 2013/09/13 20:51:20 joerg Exp $");
+
 #include <err.h>
 #include <limits.h>
 #include <stddef.h>

Reply via email to