From 0343d1a4aa2712e24719f3fef30fbec3bf632419 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 27 Oct 2009 23:59:59 +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 --- src/regress/lib/libc/db/dbtest.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/regress/lib/libc/db/dbtest.c') diff --git a/src/regress/lib/libc/db/dbtest.c b/src/regress/lib/libc/db/dbtest.c index 8eda40d6b3..c28ec0db5e 100644 --- a/src/regress/lib/libc/db/dbtest.c +++ b/src/regress/lib/libc/db/dbtest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dbtest.c,v 1.11 2003/07/31 21:48:02 deraadt Exp $ */ +/* $OpenBSD: dbtest.c,v 1.12 2009/10/27 23:59:32 deraadt Exp $ */ /* $NetBSD: dbtest.c,v 1.8 1996/05/03 21:57:48 cgd Exp $ */ /*- @@ -30,20 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1992, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)dbtest.c 8.17 (Berkeley) 9/1/94"; -#else -static char rcsid[] = "$OpenBSD: dbtest.c,v 1.11 2003/07/31 21:48:02 deraadt Exp $"; -#endif -#endif /* not lint */ - #include #include -- cgit v1.2.3-55-g6feb