]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rogue/score.c
add gomoku game, from 4.4BSD-Lite2
[bsdgames-darwin.git] / rogue / score.c
index 4b4f06918117e9cd9942548f2b638926cf6078d8..814c1d3915fe01ee97ab22bff111b17451612225 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: score.c,v 1.5 1995/04/22 10:28:26 cgd Exp $    */
+
 /*
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Timothy C. Stoehr.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)score.c    5.5 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: score.c,v 1.4 1993/11/10 10:02:20 cgd Exp $";
+#if 0
+static char sccsid[] = "@(#)score.c    8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: score.c,v 1.5 1995/04/22 10:28:26 cgd Exp $";
+#endif
 #endif /* not lint */
 
 /*