X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Finit.c;h=7b9663b24356353ad3c0d0673e21eadd903f0052;hb=6030715dffdadf4402dccf6a8bf9966cfab2be1d;hp=ed52724f3dfe8ab8f4d16f3f59e431e481899d83;hpb=7f6340bb48dec4e1e091fcf551af50bd3cfdcd2e;p=gnushogi.git diff --git a/gnushogi/init.c b/gnushogi/init.c index ed52724..7b9663b 100644 --- a/gnushogi/init.c +++ b/gnushogi/init.c @@ -2,11 +2,14 @@ * FILE: init.c * * ---------------------------------------------------------------------- - * - * Copyright (c) 2012 Free Software Foundation + * Copyright (c) 1993, 1994, 1995 Matthias Mutz + * Copyright (c) 1999 Michael Vanier and the Free Software Foundation * * GNU SHOGI is based on GNU CHESS * + * Copyright (c) 1988, 1989, 1990 John Stanback + * Copyright (c) 1992 Free Software Foundation + * * This file is part of GNU SHOGI. * * GNU Shogi is free software; you can redistribute it and/or modify it @@ -1274,8 +1277,6 @@ InitMain(void) if (XSHOGI) { - signal(SIGUSR1, TerminateSearch); - TCmoves = 40; TCminutes = 5; TCseconds = 0;