X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmain.cpp;h=e009fd964fd674008c0b4b1a4ca9649c115b56bd;hb=5c81602d14539f8259a715477315e28b5de7cb54;hp=36534ae3d98b805e2bb3e34c957dfea3e029dbea;hpb=a88e762b4ea4a3696ecc0431237f54090a5aa1e2;p=stockfish diff --git a/src/main.cpp b/src/main.cpp index 36534ae3..e009fd96 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008 Marco Costalba + Copyright (C) 2008-2009 Marco Costalba Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -75,7 +75,7 @@ int main(int argc, char *argv[]) { // Print copyright notice cout << engine_name() << ". Copyright (C) " - << "2004-2008 Tord Romstad, Marco Costalba. " << endl; + << "2004-2009 Tord Romstad, Marco Costalba. " << endl; // Enter UCI mode uci_main_loop();