summaryrefslogtreecommitdiffstats
path: root/gomoku/main.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1997-01-03 01:35:23 +0000
committercgd <cgd@NetBSD.org>1997-01-03 01:35:23 +0000
commita853ec0c0184e284cec20544b4f2c0b36ca875e6 (patch)
tree12bf42528b8e9face6ea811c1d4dd54f033a218d /gomoku/main.c
parent2eea7d5e1546916f5471a5b4008ffc6d787253d7 (diff)
downloadbsdgames-darwin-a853ec0c0184e284cec20544b4f2c0b36ca875e6.tar.gz
bsdgames-darwin-a853ec0c0184e284cec20544b4f2c0b36ca875e6.tar.zst
bsdgames-darwin-a853ec0c0184e284cec20544b4f2c0b36ca875e6.zip
fix NetBSD RCS ID headers
Diffstat (limited to 'gomoku/main.c')
-rw-r--r--gomoku/main.c6
1 files changed, 3 insertions, 3 deletions
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 */