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 --- games/cribbage/score.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'games/cribbage/score.c') diff --git a/games/cribbage/score.c b/games/cribbage/score.c index 91ca9b7292c..59889574b35 100644 --- a/games/cribbage/score.c +++ b/games/cribbage/score.c @@ -1,4 +1,4 @@ -/* $OpenBSD: score.c,v 1.8 2004/07/10 07:26:23 deraadt Exp $ */ +/* $OpenBSD: score.c,v 1.9 2009/10/27 23:59:24 deraadt Exp $ */ /* $NetBSD: score.c,v 1.3 1995/03/21 15:08:57 cgd Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: score.c,v 1.8 2004/07/10 07:26:23 deraadt Exp $"; -#endif -#endif /* not lint */ - #include #include #include -- cgit v1.2.3