summaryrefslogtreecommitdiffstats
path: root/robots
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
commit462fca95471224f85b85be911e72faee16cd1597 (patch)
treea0e4c1c096d66e8908adab57224bf19bd7f94e63 /robots
parent1639abc312beea68f4391a202db74ef7bdd5a494 (diff)
downloadbsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.gz
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.zst
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.zip
Add RCS identifiers.
Diffstat (limited to 'robots')
-rw-r--r--robots/extern.c3
-rw-r--r--robots/flush_in.c3
-rw-r--r--robots/init_field.c3
-rw-r--r--robots/main.c3
-rw-r--r--robots/make_level.c3
-rw-r--r--robots/move.c3
-rw-r--r--robots/move_robs.c3
-rw-r--r--robots/pathnames.h3
-rw-r--r--robots/play_level.c3
-rw-r--r--robots/query.c3
-rw-r--r--robots/rnd_pos.c3
-rw-r--r--robots/robots.h3
-rw-r--r--robots/score.c3
13 files changed, 26 insertions, 13 deletions
diff --git a/robots/extern.c b/robots/extern.c
index 86d2f757..3a12470e 100644
--- a/robots/extern.c
+++ b/robots/extern.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)extern.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)extern.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: extern.c,v 1.2 1993/08/01 18:52:49 mycroft Exp $";
#endif /* not lint */
# include "robots.h"
diff --git a/robots/flush_in.c b/robots/flush_in.c
index 13db1e7b..a9d91b69 100644
--- a/robots/flush_in.c
+++ b/robots/flush_in.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)flush_in.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)flush_in.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: flush_in.c,v 1.2 1993/08/01 18:52:48 mycroft Exp $";
#endif /* not lint */
# include <curses.h>
diff --git a/robots/init_field.c b/robots/init_field.c
index 7fa5c0da..882d25af 100644
--- a/robots/init_field.c
+++ b/robots/init_field.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)init_field.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)init_field.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: init_field.c,v 1.2 1993/08/01 18:52:47 mycroft Exp $";
#endif /* not lint */
# include "robots.h"
diff --git a/robots/main.c b/robots/main.c
index d30928b7..eb20fadd 100644
--- a/robots/main.c
+++ b/robots/main.c
@@ -38,7 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)main.c 5.5 (Berkeley) 2/28/91";
+/*static char sccsid[] = "from: @(#)main.c 5.5 (Berkeley) 2/28/91";*/
+static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:52:46 mycroft Exp $";
#endif /* not lint */
# include "robots.h"
diff --git a/robots/make_level.c b/robots/make_level.c
index 422a7fc2..460e4c1e 100644
--- a/robots/make_level.c
+++ b/robots/make_level.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)make_level.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)make_level.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: make_level.c,v 1.2 1993/08/01 18:52:45 mycroft Exp $";
#endif /* not lint */
# include "robots.h"
diff --git a/robots/move.c b/robots/move.c
index 8da28376..bab08c74 100644
--- a/robots/move.c
+++ b/robots/move.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)move.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)move.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: move.c,v 1.3 1993/08/01 18:52:44 mycroft Exp $";
#endif /* not lint */
# include "robots.h"
diff --git a/robots/move_robs.c b/robots/move_robs.c
index 4eaa5b52..1103bb87 100644
--- a/robots/move_robs.c
+++ b/robots/move_robs.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)move_robs.c 5.5 (Berkeley) 2/28/91";
+/*static char sccsid[] = "from: @(#)move_robs.c 5.5 (Berkeley) 2/28/91";*/
+static char rcsid[] = "$Id: move_robs.c,v 1.2 1993/08/01 18:52:43 mycroft Exp $";
#endif /* not lint */
# include "robots.h"
diff --git a/robots/pathnames.h b/robots/pathnames.h
index ec0784bd..3e8e247c 100644
--- a/robots/pathnames.h
+++ b/robots/pathnames.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)pathnames.h 5.1 (Berkeley) 5/2/90
+ * from: @(#)pathnames.h 5.1 (Berkeley) 5/2/90
+ * $Id: pathnames.h,v 1.2 1993/08/01 18:52:50 mycroft Exp $
*/
#define _PATH_SCORE "/var/games/robots_roll"
diff --git a/robots/play_level.c b/robots/play_level.c
index 887560ad..485c9cc0 100644
--- a/robots/play_level.c
+++ b/robots/play_level.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)play_level.c 5.5 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)play_level.c 5.5 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: play_level.c,v 1.2 1993/08/01 18:52:42 mycroft Exp $";
#endif /* not lint */
# include "robots.h"
diff --git a/robots/query.c b/robots/query.c
index fecf608c..2a496c83 100644
--- a/robots/query.c
+++ b/robots/query.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)query.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)query.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: query.c,v 1.2 1993/08/01 18:52:41 mycroft Exp $";
#endif /* not lint */
# include "robots.h"
diff --git a/robots/rnd_pos.c b/robots/rnd_pos.c
index 0e49ff50..d40d0a83 100644
--- a/robots/rnd_pos.c
+++ b/robots/rnd_pos.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)rnd_pos.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)rnd_pos.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: rnd_pos.c,v 1.2 1993/08/01 18:52:40 mycroft Exp $";
#endif /* not lint */
# include "robots.h"
diff --git a/robots/robots.h b/robots/robots.h
index f5236ef5..96e9313f 100644
--- a/robots/robots.h
+++ b/robots/robots.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)robots.h 5.6 (Berkeley) 2/28/91
+ * from: @(#)robots.h 5.6 (Berkeley) 2/28/91
+ * $Id: robots.h,v 1.3 1993/08/01 18:52:51 mycroft Exp $
*/
# include <curses.h>
diff --git a/robots/score.c b/robots/score.c
index fc0fb757..e4c413f6 100644
--- a/robots/score.c
+++ b/robots/score.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)score.c 5.6 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)score.c 5.6 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: score.c,v 1.2 1993/08/01 18:52:38 mycroft Exp $";
#endif /* not lint */
# include "robots.h"