X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=UCI2WB.c;h=97040710e56b8daa826f94d7b2e14aee25211b3c;hb=b21ae66c2f54efdb05fc45c77759d1dc62a96ee4;hp=ed3b884745ae795e0755ac0cc2c2f3323ea6ffc9;hpb=7baf116260ab2945f3dd74ee7bc93bd77cad5bc7;p=uci2wb.git diff --git a/UCI2WB.c b/UCI2WB.c index ed3b884..9704071 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