X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=UCI2WB.c;h=9f1ad06c419ed64bdb109368c51d1d7b362fd1df;hb=768046d29eff91d4afbcea23dcb2a623a6a747c9;hp=ed3b884745ae795e0755ac0cc2c2f3323ea6ffc9;hpb=7baf116260ab2945f3dd74ee7bc93bd77cad5bc7;p=uci2wb.git diff --git a/UCI2WB.c b/UCI2WB.c index ed3b884..9f1ad06 100644 --- a/UCI2WB.c +++ b/UCI2WB.c @@ -1,6 +1,15 @@ -/************************* UCI2WB by H.G.Muller ****************************/ - -#define VERSION "1.10" +/****************************************************************************/ +/* UCI2WB by H.G.Muller */ +/* */ +/* UCI2WB is an adapter to run engines that communicate in various dialects */ +/* of the Universal Chess Interface in a GUI that supports XBoard protocol */ +/* (CECP). It supports UCI (when used for Xiangqi: the 'Cyclone dialect'), */ +/* as well as USI and UCCI when used with the flags -s or -x, respectively. */ +/* This version of UCI2WB is released under the GNU General Public License, */ +/* of which you should have received a copy together with this file. */ +/****************************************************************************/ + +#define VERSION "2.0" #include #include @@ -120,7 +129,7 @@ Play(int nr) FromFEN(iniPos + 4); // in XQ iniPos always has just "fen " prefix for(i=0; iengine traffic in original thread