X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmain.cpp;h=fa821151359ac31cb904ebfd66226ae89d49955a;hb=caa02b0e43dbce0c723bc6499aab811ca3e5408e;hp=01b032c2ddca230595225da082b6f0af88dca00b;hpb=a8741bd59fb928f7107ecc4717105070ff0ef311;p=stockfish diff --git a/src/main.cpp b/src/main.cpp index 01b032c2..fa821151 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -75,8 +75,7 @@ int main(int argc, char* argv[]) { if (argc <= 1) { // Print copyright notice - cout << engine_name() - << " by Tord Romstad, Marco Costalba, Joona Kiiski" << endl; + cout << engine_name() << " by " << engine_author() << endl; if (CpuHasPOPCNT) cout << "Good! CPU has hardware POPCNT." << endl;