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/backgammon/teachgammon/data.c | 10 +--------- games/backgammon/teachgammon/teach.c | 16 +--------------- games/backgammon/teachgammon/ttext1.c | 10 +--------- games/backgammon/teachgammon/ttext2.c | 10 +--------- games/backgammon/teachgammon/tutor.c | 10 +--------- 5 files changed, 5 insertions(+), 51 deletions(-) (limited to 'games/backgammon/teachgammon') diff --git a/games/backgammon/teachgammon/data.c b/games/backgammon/teachgammon/data.c index 4a39bbb75fb..1049f0f109b 100644 --- a/games/backgammon/teachgammon/data.c +++ b/games/backgammon/teachgammon/data.c @@ -1,4 +1,4 @@ -/* $OpenBSD: data.c,v 1.5 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: data.c,v 1.6 2009/10/27 23:59:23 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)data.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: data.c,v 1.5 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include #include "tutor.h" diff --git a/games/backgammon/teachgammon/teach.c b/games/backgammon/teachgammon/teach.c index c9e1092772e..3a27c909ca8 100644 --- a/games/backgammon/teachgammon/teach.c +++ b/games/backgammon/teachgammon/teach.c @@ -1,4 +1,4 @@ -/* $OpenBSD: teach.c,v 1.13 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: teach.c,v 1.14 2009/10/27 23:59:23 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 @@ -29,20 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)teach.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: teach.c,v 1.13 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include #include "back.h" #include "tutor.h" diff --git a/games/backgammon/teachgammon/ttext1.c b/games/backgammon/teachgammon/ttext1.c index 6b17aa7c501..4a134aa1983 100644 --- a/games/backgammon/teachgammon/ttext1.c +++ b/games/backgammon/teachgammon/ttext1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ttext1.c,v 1.5 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: ttext1.c,v 1.6 2009/10/27 23:59:23 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ttext1.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: ttext1.c,v 1.5 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include "back.h" #include "tutor.h" diff --git a/games/backgammon/teachgammon/ttext2.c b/games/backgammon/teachgammon/ttext2.c index b4f1d6179e9..241b513bc48 100644 --- a/games/backgammon/teachgammon/ttext2.c +++ b/games/backgammon/teachgammon/ttext2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ttext2.c,v 1.6 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: ttext2.c,v 1.7 2009/10/27 23:59:23 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ttext2.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: ttext2.c,v 1.6 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include "back.h" #include "tutor.h" diff --git a/games/backgammon/teachgammon/tutor.c b/games/backgammon/teachgammon/tutor.c index f4979e6e58d..03838499b7a 100644 --- a/games/backgammon/teachgammon/tutor.c +++ b/games/backgammon/teachgammon/tutor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tutor.c,v 1.5 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: tutor.c,v 1.6 2009/10/27 23:59:23 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)tutor.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: tutor.c,v 1.5 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include "back.h" #include "tutor.h" -- cgit v1.2.3