summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gomoku/Makefile2
-rw-r--r--gomoku/bdinit.c6
-rw-r--r--gomoku/bdisp.c6
-rw-r--r--gomoku/gomoku.62
-rw-r--r--gomoku/gomoku.h4
-rw-r--r--gomoku/main.c6
-rw-r--r--gomoku/makemove.c6
-rw-r--r--gomoku/pickmove.c6
-rw-r--r--gomoku/stoc.c6
9 files changed, 22 insertions, 22 deletions
diff --git a/gomoku/Makefile b/gomoku/Makefile
index c4f4ea1c..cc8b8d06 100644
--- a/gomoku/Makefile
+++ b/gomoku/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1996/12/28 18:56:57 tls Exp $
+# $NetBSD: Makefile,v 1.3 1997/01/03 01:35:23 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 7/24/94
PROG= gomoku
diff --git a/gomoku/bdinit.c b/gomoku/bdinit.c
index f9219fdd..dcbbcaca 100644
--- a/gomoku/bdinit.c
+++ b/gomoku/bdinit.c
@@ -1,5 +1,5 @@
-/* $NetBSD: bdinit.c,v 1.2 1996/12/28 18:56:58 tls Exp $
-*/
+/* $NetBSD: bdinit.c,v 1.3 1997/01/03 01:35:24 cgd Exp $ */
+
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "from: @(#)bdinit.c 8.2 (Berkeley) 5/3/95";
#else
-static char rcsid[] = "$NetBSD: bdinit.c,v 1.2 1996/12/28 18:56:58 tls Exp $";
+static char rcsid[] = "$NetBSD: bdinit.c,v 1.3 1997/01/03 01:35:24 cgd Exp $";
#endif
#endif /* not lint */
diff --git a/gomoku/bdisp.c b/gomoku/bdisp.c
index 04710903..689b0687 100644
--- a/gomoku/bdisp.c
+++ b/gomoku/bdisp.c
@@ -1,5 +1,5 @@
-/* $NetBSD: bdisp.c,v 1.3 1997/01/03 01:16:04 cgd Exp $
-*/
+/* $NetBSD: bdisp.c,v 1.4 1997/01/03 01:35:25 cgd Exp $ */
+
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)bdisp.c 8.2 (Berkeley) 5/3/95";
#else
-static char rcsid[] = "$NetBSD: bdisp.c,v 1.3 1997/01/03 01:16:04 cgd Exp $";
+static char rcsid[] = "$NetBSD: bdisp.c,v 1.4 1997/01/03 01:35:25 cgd Exp $";
#endif
#endif /* not lint */
diff --git a/gomoku/gomoku.6 b/gomoku/gomoku.6
index c12c6d32..e99b25fa 100644
--- a/gomoku/gomoku.6
+++ b/gomoku/gomoku.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: gomoku.6,v 1.2 1996/12/28 18:57:00 tls Exp $
+.\" $NetBSD: gomoku.6,v 1.3 1997/01/03 01:35:26 cgd Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
diff --git a/gomoku/gomoku.h b/gomoku/gomoku.h
index e7c4ed55..e40dd705 100644
--- a/gomoku/gomoku.h
+++ b/gomoku/gomoku.h
@@ -1,5 +1,5 @@
-/* $NetBSD: gomoku.h,v 1.2 1996/12/28 18:57:01 tls Exp $
-*/
+/* $NetBSD: gomoku.h,v 1.3 1997/01/03 01:35:27 cgd Exp $ */
+
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
diff --git a/gomoku/main.c b/gomoku/main.c
index 32bd04d4..fc749944 100644
--- a/gomoku/main.c
+++ b/gomoku/main.c
@@ -1,5 +1,5 @@
-/* $NetBSD: main.c,v 1.2 1996/12/28 18:57:01 tls Exp $
-*/
+/* $NetBSD: main.c,v 1.3 1997/01/03 01:35:28 cgd Exp $ */
+
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -46,7 +46,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95";
#else
-static char rcsid[] = "$NetBSD: main.c,v 1.2 1996/12/28 18:57:01 tls Exp $";
+static char rcsid[] = "$NetBSD: main.c,v 1.3 1997/01/03 01:35:28 cgd Exp $";
#endif
#endif /* not lint */
diff --git a/gomoku/makemove.c b/gomoku/makemove.c
index 7d6a95e7..c1be646e 100644
--- a/gomoku/makemove.c
+++ b/gomoku/makemove.c
@@ -1,5 +1,5 @@
-/* $NetBSD: makemove.c,v 1.2 1996/12/28 18:57:02 tls Exp $
-*/
+/* $NetBSD: makemove.c,v 1.3 1997/01/03 01:35:29 cgd Exp $ */
+
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)makemove.c 8.2 (Berkeley) 5/3/95";
#else
-static char rcsid[] = "$NetBSD: makemove.c,v 1.2 1996/12/28 18:57:02 tls Exp $";
+static char rcsid[] = "$NetBSD: makemove.c,v 1.3 1997/01/03 01:35:29 cgd Exp $";
#endif
#endif /* not lint */
diff --git a/gomoku/pickmove.c b/gomoku/pickmove.c
index e4898d07..925e5ef2 100644
--- a/gomoku/pickmove.c
+++ b/gomoku/pickmove.c
@@ -1,5 +1,5 @@
-/* $NetBSD: pickmove.c,v 1.3 1997/01/03 01:16:05 cgd Exp $
-*/
+/* $NetBSD: pickmove.c,v 1.4 1997/01/03 01:35:30 cgd Exp $ */
+
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)pickmove.c 8.2 (Berkeley) 5/3/95";
#else
-static char rcsid[] = "$NetBSD: pickmove.c,v 1.3 1997/01/03 01:16:05 cgd Exp $";
+static char rcsid[] = "$NetBSD: pickmove.c,v 1.4 1997/01/03 01:35:30 cgd Exp $";
#endif
#endif /* not lint */
diff --git a/gomoku/stoc.c b/gomoku/stoc.c
index 71a9dde2..2177b91c 100644
--- a/gomoku/stoc.c
+++ b/gomoku/stoc.c
@@ -1,5 +1,5 @@
-/* $NetBSD: stoc.c,v 1.2 1996/12/28 18:57:05 tls Exp $
-*/
+/* $NetBSD: stoc.c,v 1.3 1997/01/03 01:35:31 cgd Exp $ */
+
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)stoc.c 8.1 (Berkeley) 7/24/94";
#else
-static char rcsid[] = "$NetBSD: stoc.c,v 1.2 1996/12/28 18:57:05 tls Exp $";
+static char rcsid[] = "$NetBSD: stoc.c,v 1.3 1997/01/03 01:35:31 cgd Exp $";
#endif
#endif /* not lint */