X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=fairymax.c;h=5df22c20e28ca706ede553c0db616316619dee94;hb=master;hp=8c133c22fc1ee7da9197c8168c89f5d4f7c7e23f;hpb=8080e7e88dabe90cbe4b91ff9f4227e38e6523ac;p=fairymax.git diff --git a/fairymax.c b/fairymax.c index 8c133c2..5df22c2 100644 --- a/fairymax.c +++ b/fairymax.c @@ -1,13 +1,16 @@ /***************************************************************************/ -/* fairy-Max, */ +/* Fairy-Max, */ /* Version of the sub-2KB (source) micro-Max Chess program, fused to a */ /* generic WinBoard interface, loading its move-generator tables from file */ /***************************************************************************/ /*****************************************************************/ /* LICENCE NOTIFICATION */ - /* Fairy-Max 4.8 is free software, and you have my permission do */ - /* with it whatever you want, whether it is commercial or not. */ + /* Fairy-Max 4.8 is free software, released in the public domain */ + /* so that you have my permission do with it whatever you want, */ + /* whether it is commercial or not, at your own risk. Those that */ + /* are not comfortable with this, can also use or redistribute */ + /* it under the GNU Public License or the MIT License. */ /* Note, however, that Fairy-Max can easily be configured through*/ /* its fmax.ini file to play Chess variants that are legally pro-*/ /* tected by patents, and that to do so would also require per- */ @@ -563,8 +566,6 @@ int main(int argc, char **argv) signal(SIGINT, SIG_IGN); printf("tellics say " NAME " " VERSION "\n"); printf("tellics say by H.G. Muller\n"); - printf("tellics say Gothic Chess is protected by U.S. patent #6,481,716 by Ed Trice.\n"); - printf("tellics say Falcon Chess is protected by U.S. patent #5,690,334 by George W. Duke\n"); InitEngine(); LoadGame(NULL); InitGame();