Check in modified mamer
[capablanca.git] / lasker-2.2.3 / bots / mamer / Game.cc
index 8ab9ff8..33e8fb3 100644 (file)
@@ -3,16 +3,13 @@
 //
 // Matthew E. Moses && Michael A. Long
 //
-// $Revision: 1.4 $
-// $Date: 2002/07/02 00:05:19 $
+// $Revision: 1.3 $
+// $Date: 1998/09/10 19:57:17 $
 //
-// $Author: tridge $
+// $Author: mlong $
 // $Locker:  $
 //
 // $Log: Game.cc,v $
-// Revision 1.4  2002/07/02 00:05:19  tridge
-// got rid of a bunch of RCS tags now that its in CVS
-//
 // Revision 1.3  1998/09/10 19:57:17  mlong
 // lots of little bug fixes and a few new features
 //
@@ -26,6 +23,8 @@
 //
 //--------------------------------------------------------------------------
 
+// static char RCSid[] = "$Id: Game.cc,v 1.3 1998/09/10 19:57:17 mlong Exp $";
+
 #include "Game.hh"
 
 //- Constructor -----------------------------------------------------------