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/rogue | |
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/rogue')
-rw-r--r-- | games/rogue/hit.c | 10 | ||||
-rw-r--r-- | games/rogue/init.c | 10 | ||||
-rw-r--r-- | games/rogue/inventory.c | 10 | ||||
-rw-r--r-- | games/rogue/level.c | 10 | ||||
-rw-r--r-- | games/rogue/machdep.c | 10 | ||||
-rw-r--r-- | games/rogue/main.c | 16 | ||||
-rw-r--r-- | games/rogue/message.c | 10 | ||||
-rw-r--r-- | games/rogue/monster.c | 10 | ||||
-rw-r--r-- | games/rogue/move.c | 10 | ||||
-rw-r--r-- | games/rogue/object.c | 10 | ||||
-rw-r--r-- | games/rogue/pack.c | 10 | ||||
-rw-r--r-- | games/rogue/play.c | 10 | ||||
-rw-r--r-- | games/rogue/random.c | 10 | ||||
-rw-r--r-- | games/rogue/ring.c | 10 | ||||
-rw-r--r-- | games/rogue/room.c | 10 | ||||
-rw-r--r-- | games/rogue/save.c | 10 | ||||
-rw-r--r-- | games/rogue/score.c | 10 | ||||
-rw-r--r-- | games/rogue/spec_hit.c | 10 | ||||
-rw-r--r-- | games/rogue/throw.c | 10 | ||||
-rw-r--r-- | games/rogue/trap.c | 10 | ||||
-rw-r--r-- | games/rogue/use.c | 10 | ||||
-rw-r--r-- | games/rogue/zap.c | 10 |
22 files changed, 22 insertions, 204 deletions
diff --git a/games/rogue/hit.c b/games/rogue/hit.c index b1e49d06bf1..dc751ea00ac 100644 --- a/games/rogue/hit.c +++ b/games/rogue/hit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hit.c,v 1.7 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: hit.c,v 1.8 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: hit.c,v 1.3 1995/04/22 10:27:30 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)hit.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: hit.c,v 1.7 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * hit.c * diff --git a/games/rogue/init.c b/games/rogue/init.c index ebada22b573..2c93ebab551 100644 --- a/games/rogue/init.c +++ b/games/rogue/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.11 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: init.c,v 1.12 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: init.c,v 1.4 1995/04/28 23:49:19 mycroft Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: init.c,v 1.11 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * init.c * diff --git a/games/rogue/inventory.c b/games/rogue/inventory.c index 027a9e35eb6..e160ab37a47 100644 --- a/games/rogue/inventory.c +++ b/games/rogue/inventory.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inventory.c,v 1.9 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: inventory.c,v 1.10 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: inventory.c,v 1.3 1995/04/22 10:27:35 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)inventory.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: inventory.c,v 1.9 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * inventory.c * diff --git a/games/rogue/level.c b/games/rogue/level.c index bff445d19c7..19245b19da3 100644 --- a/games/rogue/level.c +++ b/games/rogue/level.c @@ -1,4 +1,4 @@ -/* $OpenBSD: level.c,v 1.8 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: level.c,v 1.9 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: level.c,v 1.3 1995/04/22 10:27:37 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)level.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: level.c,v 1.8 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * level.c * diff --git a/games/rogue/machdep.c b/games/rogue/machdep.c index 90cfc59f09c..9dae396f4df 100644 --- a/games/rogue/machdep.c +++ b/games/rogue/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.11 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: machdep.c,v 1.12 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.5 1995/04/28 23:49:22 mycroft Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)machdep.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: machdep.c,v 1.11 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * machdep.c * diff --git a/games/rogue/main.c b/games/rogue/main.c index 944230708a8..cc6d42ad941 100644 --- a/games/rogue/main.c +++ b/games/rogue/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.6 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: main.c,v 1.7 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: main.c,v 1.3 1995/04/22 10:27:41 cgd Exp $ */ /* @@ -33,20 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1988, 1993\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.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: main.c,v 1.6 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * main.c * diff --git a/games/rogue/message.c b/games/rogue/message.c index 5d5691afaef..0a7d370d946 100644 --- a/games/rogue/message.c +++ b/games/rogue/message.c @@ -1,4 +1,4 @@ -/* $OpenBSD: message.c,v 1.12 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: message.c,v 1.13 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: message.c,v 1.5 1995/04/22 10:27:43 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)message.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: message.c,v 1.12 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * message.c * diff --git a/games/rogue/monster.c b/games/rogue/monster.c index eab29297b60..2258d901b7a 100644 --- a/games/rogue/monster.c +++ b/games/rogue/monster.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monster.c,v 1.8 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: monster.c,v 1.9 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: monster.c,v 1.3 1995/04/22 10:27:45 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)monster.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: monster.c,v 1.8 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * monster.c * diff --git a/games/rogue/move.c b/games/rogue/move.c index 1d1fad677cb..33e6fb54c79 100644 --- a/games/rogue/move.c +++ b/games/rogue/move.c @@ -1,4 +1,4 @@ -/* $OpenBSD: move.c,v 1.7 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: move.c,v 1.8 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: move.c,v 1.3 1995/04/22 10:27:47 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: move.c,v 1.7 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * move.c * diff --git a/games/rogue/object.c b/games/rogue/object.c index f6d7c8ede94..87a4193845b 100644 --- a/games/rogue/object.c +++ b/games/rogue/object.c @@ -1,4 +1,4 @@ -/* $OpenBSD: object.c,v 1.10 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: object.c,v 1.11 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: object.c,v 1.3 1995/04/22 10:27:50 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)object.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: object.c,v 1.10 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * object.c * diff --git a/games/rogue/pack.c b/games/rogue/pack.c index d4d39fe3c71..4af04f04e5c 100644 --- a/games/rogue/pack.c +++ b/games/rogue/pack.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pack.c,v 1.11 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: pack.c,v 1.12 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: pack.c,v 1.3 1995/04/22 10:27:54 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)pack.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: pack.c,v 1.11 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * pack.c * diff --git a/games/rogue/play.c b/games/rogue/play.c index 450e7d98c1a..99b083a4732 100644 --- a/games/rogue/play.c +++ b/games/rogue/play.c @@ -1,4 +1,4 @@ -/* $OpenBSD: play.c,v 1.7 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: play.c,v 1.8 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: play.c,v 1.3 1995/04/22 10:28:04 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)play.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: play.c,v 1.7 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * play.c * diff --git a/games/rogue/random.c b/games/rogue/random.c index f35b2ccc1e7..2cb9d491683 100644 --- a/games/rogue/random.c +++ b/games/rogue/random.c @@ -1,4 +1,4 @@ -/* $OpenBSD: random.c,v 1.6 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: random.c,v 1.7 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: random.c,v 1.3 1995/04/22 10:28:06 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)random.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: random.c,v 1.6 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - #include "rogue.h" /* diff --git a/games/rogue/ring.c b/games/rogue/ring.c index f76813e3b2c..0aecf4194ad 100644 --- a/games/rogue/ring.c +++ b/games/rogue/ring.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ring.c,v 1.7 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: ring.c,v 1.8 2009/10/27 23:59:26 deraadt Exp $ */ /* * Copyright (c) 1988, 1993 @@ -32,14 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ring.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: ring.c,v 1.7 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * ring.c * diff --git a/games/rogue/room.c b/games/rogue/room.c index 7a8f439e8c8..dcb65e82858 100644 --- a/games/rogue/room.c +++ b/games/rogue/room.c @@ -1,4 +1,4 @@ -/* $OpenBSD: room.c,v 1.9 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: room.c,v 1.10 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: room.c,v 1.3 1995/04/22 10:28:17 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)room.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: room.c,v 1.9 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * room.c * diff --git a/games/rogue/save.c b/games/rogue/save.c index 1dd64a2afc7..f62e43a9153 100644 --- a/games/rogue/save.c +++ b/games/rogue/save.c @@ -1,4 +1,4 @@ -/* $OpenBSD: save.c,v 1.12 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: save.c,v 1.13 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: save.c,v 1.3 1995/04/22 10:28:21 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: save.c,v 1.12 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * save.c * diff --git a/games/rogue/score.c b/games/rogue/score.c index 7bb31b274da..a3400714ff3 100644 --- a/games/rogue/score.c +++ b/games/rogue/score.c @@ -1,4 +1,4 @@ -/* $OpenBSD: score.c,v 1.11 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: score.c,v 1.12 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: score.c,v 1.5 1995/04/22 10:28:26 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: score.c,v 1.11 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * score.c * diff --git a/games/rogue/spec_hit.c b/games/rogue/spec_hit.c index 3bd7be37a01..edb1ef5702e 100644 --- a/games/rogue/spec_hit.c +++ b/games/rogue/spec_hit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spec_hit.c,v 1.7 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: spec_hit.c,v 1.8 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: spec_hit.c,v 1.3 1995/04/22 10:28:29 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)spec_hit.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: spec_hit.c,v 1.7 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * special_hit.c * diff --git a/games/rogue/throw.c b/games/rogue/throw.c index 4639716af9e..e40dd4acaa6 100644 --- a/games/rogue/throw.c +++ b/games/rogue/throw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: throw.c,v 1.8 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: throw.c,v 1.9 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: throw.c,v 1.3 1995/04/22 10:28:32 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)throw.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: throw.c,v 1.8 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * throw.c * diff --git a/games/rogue/trap.c b/games/rogue/trap.c index 5f0f1353fe0..f50f5d81e1d 100644 --- a/games/rogue/trap.c +++ b/games/rogue/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.7 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: trap.c,v 1.8 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: trap.c,v 1.3 1995/04/22 10:28:35 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)trap.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: trap.c,v 1.7 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * trap.c * diff --git a/games/rogue/use.c b/games/rogue/use.c index 09c04411c29..3291363a859 100644 --- a/games/rogue/use.c +++ b/games/rogue/use.c @@ -1,4 +1,4 @@ -/* $OpenBSD: use.c,v 1.8 2006/03/08 09:44:36 otto Exp $ */ +/* $OpenBSD: use.c,v 1.9 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: use.c,v 1.3 1995/04/22 10:28:38 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)use.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: use.c,v 1.8 2006/03/08 09:44:36 otto Exp $"; -#endif -#endif /* not lint */ - /* * use.c * diff --git a/games/rogue/zap.c b/games/rogue/zap.c index e7f014806fd..54f39c0f2a3 100644 --- a/games/rogue/zap.c +++ b/games/rogue/zap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zap.c,v 1.7 2006/03/08 09:44:36 otto Exp $ */ +/* $OpenBSD: zap.c,v 1.8 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: zap.c,v 1.3 1995/04/22 10:28:41 cgd Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)zap.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: zap.c,v 1.7 2006/03/08 09:44:36 otto Exp $"; -#endif -#endif /* not lint */ - /* * zap.c * |