Give proper credit to Joona

Stockfish would not be as where is now without his
contributions.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-06-17 08:59:09 +02:00
parent e3c02d231a
commit 8225fdd5bb
2 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ namespace {
if (token == "uci")
{
cout << "id name " << engine_name()
<< "\nid author Tord Romstad, Marco Costalba\n";
<< "\nid author Tord Romstad, Marco Costalba, Joona Kiiski\n";
print_uci_options();
cout << "uciok" << endl;
}