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/backgammon/common_source | |
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/backgammon/common_source')
-rw-r--r-- | games/backgammon/common_source/allow.c | 10 | ||||
-rw-r--r-- | games/backgammon/common_source/board.c | 10 | ||||
-rw-r--r-- | games/backgammon/common_source/check.c | 10 | ||||
-rw-r--r-- | games/backgammon/common_source/fancy.c | 10 | ||||
-rw-r--r-- | games/backgammon/common_source/init.c | 10 | ||||
-rw-r--r-- | games/backgammon/common_source/odds.c | 10 | ||||
-rw-r--r-- | games/backgammon/common_source/one.c | 10 | ||||
-rw-r--r-- | games/backgammon/common_source/save.c | 10 | ||||
-rw-r--r-- | games/backgammon/common_source/subs.c | 10 | ||||
-rw-r--r-- | games/backgammon/common_source/table.c | 10 |
10 files changed, 10 insertions, 90 deletions
diff --git a/games/backgammon/common_source/allow.c b/games/backgammon/common_source/allow.c index 8e2839e4a99..da17fdd819e 100644 --- a/games/backgammon/common_source/allow.c +++ b/games/backgammon/common_source/allow.c @@ -1,4 +1,4 @@ -/* $OpenBSD: allow.c,v 1.4 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: allow.c,v 1.5 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[] = "@(#)allow.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: allow.c,v 1.4 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include "back.h" int diff --git a/games/backgammon/common_source/board.c b/games/backgammon/common_source/board.c index ea636dbf7eb..a0802e1a3a4 100644 --- a/games/backgammon/common_source/board.c +++ b/games/backgammon/common_source/board.c @@ -1,4 +1,4 @@ -/* $OpenBSD: board.c,v 1.7 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: board.c,v 1.8 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[] = "@(#)board.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: board.c,v 1.7 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include "back.h" static int i, j, k; diff --git a/games/backgammon/common_source/check.c b/games/backgammon/common_source/check.c index 116fab66690..a8438570846 100644 --- a/games/backgammon/common_source/check.c +++ b/games/backgammon/common_source/check.c @@ -1,4 +1,4 @@ -/* $OpenBSD: check.c,v 1.5 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: check.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[] = "@(#)check.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: check.c,v 1.5 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include "back.h" void diff --git a/games/backgammon/common_source/fancy.c b/games/backgammon/common_source/fancy.c index cf93269a24c..1b286dc7aef 100644 --- a/games/backgammon/common_source/fancy.c +++ b/games/backgammon/common_source/fancy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fancy.c,v 1.11 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: fancy.c,v 1.12 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[] = "@(#)fancy.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: fancy.c,v 1.11 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include <err.h> #include "back.h" diff --git a/games/backgammon/common_source/init.c b/games/backgammon/common_source/init.c index 85ae503e1f9..50ed7b357fe 100644 --- a/games/backgammon/common_source/init.c +++ b/games/backgammon/common_source/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.9 2006/12/14 10:14:05 martin Exp $ */ +/* $OpenBSD: init.c,v 1.10 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[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: init.c,v 1.9 2006/12/14 10:14:05 martin Exp $"; -#endif -#endif /* not lint */ - /* * variable initialization. */ diff --git a/games/backgammon/common_source/odds.c b/games/backgammon/common_source/odds.c index 68cbb49fa75..438b40b134e 100644 --- a/games/backgammon/common_source/odds.c +++ b/games/backgammon/common_source/odds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: odds.c,v 1.4 2006/03/27 00:10:14 tedu Exp $ */ +/* $OpenBSD: odds.c,v 1.5 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[] = "@(#)odds.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: odds.c,v 1.4 2006/03/27 00:10:14 tedu Exp $"; -#endif -#endif /* not lint */ - #include "back.h" void diff --git a/games/backgammon/common_source/one.c b/games/backgammon/common_source/one.c index 89bf7e2f526..bc92c802b10 100644 --- a/games/backgammon/common_source/one.c +++ b/games/backgammon/common_source/one.c @@ -1,4 +1,4 @@ -/* $OpenBSD: one.c,v 1.4 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: one.c,v 1.5 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[] = "@(#)one.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: one.c,v 1.4 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include "back.h" int diff --git a/games/backgammon/common_source/save.c b/games/backgammon/common_source/save.c index bf05e16b4af..a56b22db6da 100644 --- a/games/backgammon/common_source/save.c +++ b/games/backgammon/common_source/save.c @@ -1,4 +1,4 @@ -/* $OpenBSD: save.c,v 1.9 2006/03/27 00:10:14 tedu Exp $ */ +/* $OpenBSD: save.c,v 1.10 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[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: save.c,v 1.9 2006/03/27 00:10:14 tedu Exp $"; -#endif -#endif /* not lint */ - #include <sys/param.h> #include <ctype.h> #include <errno.h> diff --git a/games/backgammon/common_source/subs.c b/games/backgammon/common_source/subs.c index c41a808bde7..eca168d258b 100644 --- a/games/backgammon/common_source/subs.c +++ b/games/backgammon/common_source/subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subs.c,v 1.17 2008/03/17 09:17:56 sobrado Exp $ */ +/* $OpenBSD: subs.c,v 1.18 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[] = "@(#)subs.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: subs.c,v 1.17 2008/03/17 09:17:56 sobrado Exp $"; -#endif -#endif /* not lint */ - #include "back.h" __dead void usage(void); diff --git a/games/backgammon/common_source/table.c b/games/backgammon/common_source/table.c index 5ecdac6708e..6c69e260ac4 100644 --- a/games/backgammon/common_source/table.c +++ b/games/backgammon/common_source/table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: table.c,v 1.7 2006/03/27 00:10:14 tedu Exp $ */ +/* $OpenBSD: table.c,v 1.8 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[] = "@(#)table.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: table.c,v 1.7 2006/03/27 00:10:14 tedu Exp $"; -#endif -#endif /* not lint */ - #include <ctype.h> #include "back.h" |