mirror of
https://github.com/sockspls/badfish
synced 2025-05-02 01:29:36 +00:00
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:
parent
e3c02d231a
commit
8225fdd5bb
2 changed files with 3 additions and 3 deletions
|
@ -75,8 +75,8 @@ int main(int argc, char *argv[]) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Print copyright notice
|
// Print copyright notice
|
||||||
cout << engine_name() << ". Copyright (C) "
|
cout << engine_name()
|
||||||
<< "2004-2009 Tord Romstad, Marco Costalba. " << endl;
|
<< ". By Tord Romstad, Marco Costalba, Joona Kiiski." << endl;
|
||||||
|
|
||||||
if (CpuHasPOPCNT)
|
if (CpuHasPOPCNT)
|
||||||
cout << "Good! CPU has hardware POPCNT. We will use it." << endl;
|
cout << "Good! CPU has hardware POPCNT. We will use it." << endl;
|
||||||
|
|
|
@ -117,7 +117,7 @@ namespace {
|
||||||
if (token == "uci")
|
if (token == "uci")
|
||||||
{
|
{
|
||||||
cout << "id name " << engine_name()
|
cout << "id name " << engine_name()
|
||||||
<< "\nid author Tord Romstad, Marco Costalba\n";
|
<< "\nid author Tord Romstad, Marco Costalba, Joona Kiiski\n";
|
||||||
print_uci_options();
|
print_uci_options();
|
||||||
cout << "uciok" << endl;
|
cout << "uciok" << endl;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue