Skip to content

Commit

Permalink
Shorter copyright notice in the console
Browse files Browse the repository at this point in the history
Bench: 10026380
  • Loading branch information
Dannyj1 committed Feb 10, 2023
1 parent f1d6a0d commit 38da714
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,13 @@ int main(int argc , char *argv[]) {
initializeMagicBitboards();
initializePst();

senjo::Output(senjo::Output::NoPrefix) << "Zagreus is a chess engine that supports the UCI protocol";
senjo::Output(senjo::Output::NoPrefix) << "Copyright (C) 2023 Danny Jelsma";
senjo::Output(senjo::Output::NoPrefix) << "";
senjo::Output(senjo::Output::NoPrefix) << "This program is free software: you can redistribute it and/or modify";
senjo::Output(senjo::Output::NoPrefix) << "it under the terms of the GNU Affero General Public License as published";
senjo::Output(senjo::Output::NoPrefix) << "by the Free Software Foundation, either version 3 of the License, or";
senjo::Output(senjo::Output::NoPrefix) << "(at your option) any later version.";
senjo::Output(senjo::Output::NoPrefix) << "";
senjo::Output(senjo::Output::NoPrefix) << "This program is distributed in the hope that it will be useful,";
senjo::Output(senjo::Output::NoPrefix) << "but WITHOUT ANY WARRANTY; without even the implied warranty of";
senjo::Output(senjo::Output::NoPrefix) << "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the";
senjo::Output(senjo::Output::NoPrefix) << "GNU Affero General Public License for more details.";
senjo::Output(senjo::Output::NoPrefix) << "Zagreus Copyright (C) 2023 Danny Jelsma";
senjo::Output(senjo::Output::NoPrefix) << "";
senjo::Output(senjo::Output::NoPrefix) << "This program comes with ABSOLUTELY NO WARRANTY.";
senjo::Output(senjo::Output::NoPrefix) << "This is free software, and you are welcome to redistribute it";
senjo::Output(senjo::Output::NoPrefix) << "under the conditions of the GNU Affero General Public License v3.0 or later.";
senjo::Output(senjo::Output::NoPrefix) << "You should have received a copy of the GNU Affero General Public License";
senjo::Output(senjo::Output::NoPrefix) << "along with this program. If not, see <https://www.gnu.org/licenses/>.";
senjo::Output(senjo::Output::NoPrefix) << "along with this program. If not, see <https://www.gnu.org/licenses/>.";
senjo::Output(senjo::Output::NoPrefix) << "";

senjo::Output(senjo::Output::NoPrefix) << " ______ ";
Expand Down

0 comments on commit 38da714

Please sign in to comment.