From d6f987883e262363e2689803a36a7c32736476cc Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 28 Oct 2009 00:00:00 +0000 Subject: rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms --- usr.bin/cmp/cmp.c | 16 +--------------- usr.bin/cmp/misc.c | 10 +--------- usr.bin/cmp/regular.c | 10 +--------- usr.bin/cmp/special.c | 10 +--------- 4 files changed, 4 insertions(+), 42 deletions(-) (limited to 'usr.bin/cmp') diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index cb7ae3765b2..80c9a1db8c8 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmp.c,v 1.11 2003/06/10 22:20:45 deraadt Exp $ */ +/* $OpenBSD: cmp.c,v 1.12 2009/10/27 23:59:36 deraadt Exp $ */ /* $NetBSD: cmp.c,v 1.7 1995/09/08 03:22:56 tls Exp $ */ /* @@ -30,20 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1987, 1990, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94"; -#else -static char rcsid[] = "$OpenBSD: cmp.c,v 1.11 2003/06/10 22:20:45 deraadt Exp $"; -#endif -#endif /* not lint */ - #include #include diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index a3677f75048..c9a4cb56b55 100644 --- a/usr.bin/cmp/misc.c +++ b/usr.bin/cmp/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.4 2003/06/03 02:56:06 millert Exp $ */ +/* $OpenBSD: misc.c,v 1.5 2009/10/27 23:59:36 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.2 1995/09/08 03:22:58 tls Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; -#else -static char rcsid[] = "$OpenBSD: misc.c,v 1.4 2003/06/03 02:56:06 millert Exp $"; -#endif -#endif /* not lint */ - #include #include diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 3056b0eaa2d..fdcca69a5e4 100644 --- a/usr.bin/cmp/regular.c +++ b/usr.bin/cmp/regular.c @@ -1,4 +1,4 @@ -/* $OpenBSD: regular.c,v 1.8 2003/11/21 21:41:38 mickey Exp $ */ +/* $OpenBSD: regular.c,v 1.9 2009/10/27 23:59:36 deraadt Exp $ */ /* $NetBSD: regular.c,v 1.2 1995/09/08 03:22:59 tls Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94"; -#else -static char rcsid[] = "$OpenBSD: regular.c,v 1.8 2003/11/21 21:41:38 mickey Exp $"; -#endif -#endif /* not lint */ - #include #include #include diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index 6753312855f..0fcc85031cb 100644 --- a/usr.bin/cmp/special.c +++ b/usr.bin/cmp/special.c @@ -1,4 +1,4 @@ -/* $OpenBSD: special.c,v 1.5 2003/06/03 02:56:06 millert Exp $ */ +/* $OpenBSD: special.c,v 1.6 2009/10/27 23:59:36 deraadt Exp $ */ /* $NetBSD: special.c,v 1.2 1995/09/08 03:23:00 tls Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94"; -#else -static char rcsid[] = "$OpenBSD: special.c,v 1.5 2003/06/03 02:56:06 millert Exp $"; -#endif -#endif /* not lint */ - #include #include -- cgit v1.2.3