Just to test the keywords...

This commit is contained in:
2006-01-04 19:50:14 +00:00
parent 0b15f1e287
commit 7ce943724c
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ package suicideChess;
* The board is represented using bitboards.
*
* $LastChangedDate$
* $LastChangedRev$
* $LastChangedRevision$
* $LastChangedBy$
*/

View File

@ -6,7 +6,7 @@ package suicideChess;
* This file contains the moves representation.
*
* $LastChangedDate$
* $LastChangedRev$
* $LastChangedRevision$
* $LastChangedBy$
*/

View File

@ -10,7 +10,7 @@ import suicideChess.Move;
* The purpose of this file is to test the Moves.java class
*
* $LastChangedDate$
* $LastChangedRev$
* $LastChangedRevision$
* $LastChangedBy$
*/

View File

@ -9,7 +9,7 @@ import java.util.logging.*;
* This class is used to test the XBoard protocol.
*
* $LastChangedDate$
* $LastChangedRev$
* $LastChangedRevision$
* $LastChangedBy$
*
*/