]> git.sesse.net Git - stockfish/blobdiff - src/main.cpp
Give proper credit to Joona
[stockfish] / src / main.cpp
index fc970a0e78d09b4c92a1b878ec99d673f1aabdfc..94ee076be147cf5513950a57fe6f89eb2b183bd8 100644 (file)
@@ -75,8 +75,8 @@ int main(int argc, char *argv[]) {
   }
 
   // Print copyright notice
-  cout << engine_name() << ". Copyright (C) "
-       << "2004-2009 Tord Romstad, Marco Costalba. " << endl;
+  cout << engine_name()
+       << ". By Tord Romstad, Marco Costalba, Joona Kiiski." << endl;
 
   if (CpuHasPOPCNT)
       cout << "Good! CPU has hardware POPCNT. We will use it." << endl;