diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 00:00:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 00:00:00 +0000 |
commit | d6f987883e262363e2689803a36a7c32736476cc (patch) | |
tree | 1158893c08ead8fccdd4ac523d3492f68c4c1cda /games/gomoku | |
parent | 94ea65f5c4b7bedff1d6c9caca5363f926955d43 (diff) |
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
Diffstat (limited to 'games/gomoku')
-rw-r--r-- | games/gomoku/bdinit.c | 10 | ||||
-rw-r--r-- | games/gomoku/bdisp.c | 10 | ||||
-rw-r--r-- | games/gomoku/main.c | 16 | ||||
-rw-r--r-- | games/gomoku/makemove.c | 10 | ||||
-rw-r--r-- | games/gomoku/pickmove.c | 10 | ||||
-rw-r--r-- | games/gomoku/stoc.c | 10 |
6 files changed, 6 insertions, 60 deletions
diff --git a/games/gomoku/bdinit.c b/games/gomoku/bdinit.c index ee35cb25815..7b9af0c08b8 100644 --- a/games/gomoku/bdinit.c +++ b/games/gomoku/bdinit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bdinit.c,v 1.5 2003/06/03 03:01:39 millert Exp $ */ +/* $OpenBSD: bdinit.c,v 1.6 2009/10/27 23:59:24 deraadt Exp $ */ /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -31,14 +31,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)bdinit.c 8.2 (Berkeley) 5/3/95"; -#else -static char rcsid[] = "$OpenBSD: bdinit.c,v 1.5 2003/06/03 03:01:39 millert Exp $"; -#endif -#endif /* not lint */ - #include "gomoku.h" #include <string.h> diff --git a/games/gomoku/bdisp.c b/games/gomoku/bdisp.c index 9c3555a3e54..d6fb0c6aead 100644 --- a/games/gomoku/bdisp.c +++ b/games/gomoku/bdisp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bdisp.c,v 1.9 2006/12/14 10:15:09 martin Exp $ */ +/* $OpenBSD: bdisp.c,v 1.10 2009/10/27 23:59:24 deraadt Exp $ */ /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -31,14 +31,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)bdisp.c 8.2 (Berkeley) 5/3/95"; -#else -static char rcsid[] = "$OpenBSD: bdisp.c,v 1.9 2006/12/14 10:15:09 martin Exp $"; -#endif -#endif /* not lint */ - #include "gomoku.h" #include <curses.h> #include <string.h> diff --git a/games/gomoku/main.c b/games/gomoku/main.c index 2e55041f1b1..aeb8f56b0f8 100644 --- a/games/gomoku/main.c +++ b/games/gomoku/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.21 2008/03/17 09:17:56 sobrado Exp $ */ +/* $OpenBSD: main.c,v 1.22 2009/10/27 23:59:24 deraadt Exp $ */ /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -31,20 +31,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1994\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95"; -#else -static char rcsid[] = "$OpenBSD: main.c,v 1.21 2008/03/17 09:17:56 sobrado Exp $"; -#endif -#endif /* not lint */ - #include <sys/param.h> #include <curses.h> #include <err.h> diff --git a/games/gomoku/makemove.c b/games/gomoku/makemove.c index 9d883a39179..f9cc487c513 100644 --- a/games/gomoku/makemove.c +++ b/games/gomoku/makemove.c @@ -1,4 +1,4 @@ -/* $OpenBSD: makemove.c,v 1.6 2003/06/03 03:01:39 millert Exp $ */ +/* $OpenBSD: makemove.c,v 1.7 2009/10/27 23:59:24 deraadt Exp $ */ /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -31,14 +31,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)makemove.c 8.2 (Berkeley) 5/3/95"; -#else -static char rcsid[] = "$OpenBSD: makemove.c,v 1.6 2003/06/03 03:01:39 millert Exp $"; -#endif -#endif /* not lint */ - #include "gomoku.h" /* direction deltas */ diff --git a/games/gomoku/pickmove.c b/games/gomoku/pickmove.c index 5ae93886f68..70063bbac8f 100644 --- a/games/gomoku/pickmove.c +++ b/games/gomoku/pickmove.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pickmove.c,v 1.10 2006/12/14 10:15:09 martin Exp $ */ +/* $OpenBSD: pickmove.c,v 1.11 2009/10/27 23:59:24 deraadt Exp $ */ /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -31,14 +31,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)pickmove.c 8.2 (Berkeley) 5/3/95"; -#else -static char rcsid[] = "$OpenBSD: pickmove.c,v 1.10 2006/12/14 10:15:09 martin Exp $"; -#endif -#endif /* not lint */ - #include "gomoku.h" #include <stdlib.h> #include <string.h> diff --git a/games/gomoku/stoc.c b/games/gomoku/stoc.c index 1fc1f968d0c..c679e6ed67a 100644 --- a/games/gomoku/stoc.c +++ b/games/gomoku/stoc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stoc.c,v 1.7 2003/07/10 00:03:01 david Exp $ */ +/* $OpenBSD: stoc.c,v 1.8 2009/10/27 23:59:24 deraadt Exp $ */ /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -31,14 +31,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)stoc.c 8.1 (Berkeley) 7/24/94"; -#else -static char rcsid[] = "$OpenBSD: stoc.c,v 1.7 2003/07/10 00:03:01 david Exp $"; -#endif -#endif /* not lint */ - #include "gomoku.h" #include <stdlib.h> #include <string.h> |