diff --git a/LICENSE b/LICENSE index a15ce6cd..3f6f6c21 100644 --- a/LICENSE +++ b/LICENSE @@ -631,9 +631,10 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - CrazyAra Copyright (c) 2018 Johannes Czech, Alena Beyer, Moritz Willig - CrazyAra Copyright (c) 2019 Johannes Czech - + CrazyAra, a deep learning chess variant engine + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or @@ -652,8 +653,8 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - CrazyAra Copyright (c) 2018 Johannes Czech, Alena Beyer, Moritz Willig - CrazyAra Copyright (c) 2019 Johannes Czech + CrazyAra Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + CrazyAra Copyright (C) 2019-2020 Johannes Czech This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it diff --git a/engine/src/agents/agent.cpp b/engine/src/agents/agent.cpp index 5c3d5190..e9029522 100644 --- a/engine/src/agents/agent.cpp +++ b/engine/src/agents/agent.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/agent.h b/engine/src/agents/agent.h index d6854e7e..cd914bbe 100644 --- a/engine/src/agents/agent.h +++ b/engine/src/agents/agent.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/config/playsettings.cpp b/engine/src/agents/config/playsettings.cpp index a2215bef..f237b9f4 100644 --- a/engine/src/agents/config/playsettings.cpp +++ b/engine/src/agents/config/playsettings.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/config/playsettings.h b/engine/src/agents/config/playsettings.h index f7df20c0..d36c553b 100644 --- a/engine/src/agents/config/playsettings.h +++ b/engine/src/agents/config/playsettings.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/config/rlsettings.cpp b/engine/src/agents/config/rlsettings.cpp index f25559be..432eedb1 100644 --- a/engine/src/agents/config/rlsettings.cpp +++ b/engine/src/agents/config/rlsettings.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/config/rlsettings.h b/engine/src/agents/config/rlsettings.h index 94c6e701..569b0755 100644 --- a/engine/src/agents/config/rlsettings.h +++ b/engine/src/agents/config/rlsettings.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/config/searchlimits.cpp b/engine/src/agents/config/searchlimits.cpp index 4195b9df..6d3c43c7 100644 --- a/engine/src/agents/config/searchlimits.cpp +++ b/engine/src/agents/config/searchlimits.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/config/searchlimits.h b/engine/src/agents/config/searchlimits.h index 7a34ef18..ae93f228 100644 --- a/engine/src/agents/config/searchlimits.h +++ b/engine/src/agents/config/searchlimits.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/config/searchsettings.cpp b/engine/src/agents/config/searchsettings.cpp index 8b1f7f16..2b55a22c 100644 --- a/engine/src/agents/config/searchsettings.cpp +++ b/engine/src/agents/config/searchsettings.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/config/searchsettings.h b/engine/src/agents/config/searchsettings.h index 2cd3fc81..391d9fc6 100644 --- a/engine/src/agents/config/searchsettings.h +++ b/engine/src/agents/config/searchsettings.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/mctsagent.cpp b/engine/src/agents/mctsagent.cpp index bafa7e19..8dc2becf 100644 --- a/engine/src/agents/mctsagent.cpp +++ b/engine/src/agents/mctsagent.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/mctsagent.h b/engine/src/agents/mctsagent.h index 3f2d9701..1ac21566 100644 --- a/engine/src/agents/mctsagent.h +++ b/engine/src/agents/mctsagent.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/rawnetagent.cpp b/engine/src/agents/rawnetagent.cpp index f94c1596..9e6c24fb 100644 --- a/engine/src/agents/rawnetagent.cpp +++ b/engine/src/agents/rawnetagent.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/agents/rawnetagent.h b/engine/src/agents/rawnetagent.h index d1dd13be..35ceba69 100644 --- a/engine/src/agents/rawnetagent.h +++ b/engine/src/agents/rawnetagent.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/board.cpp b/engine/src/board.cpp index 85c57d34..d6e88781 100644 --- a/engine/src/board.cpp +++ b/engine/src/board.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/board.h b/engine/src/board.h index b5b04616..6053fa3f 100644 --- a/engine/src/board.h +++ b/engine/src/board.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/crazyara.cpp b/engine/src/crazyara.cpp index 42c9e195..8b7bcb11 100644 --- a/engine/src/crazyara.cpp +++ b/engine/src/crazyara.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/crazyara.h b/engine/src/crazyara.h index bf6badf5..980b1f6a 100644 --- a/engine/src/crazyara.h +++ b/engine/src/crazyara.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/domain/crazyhouse/constants.cpp b/engine/src/domain/crazyhouse/constants.cpp index bd1ef23c..eade67ac 100644 --- a/engine/src/domain/crazyhouse/constants.cpp +++ b/engine/src/domain/crazyhouse/constants.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/domain/crazyhouse/constants.h b/engine/src/domain/crazyhouse/constants.h index e4823e85..96280484 100644 --- a/engine/src/domain/crazyhouse/constants.h +++ b/engine/src/domain/crazyhouse/constants.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/domain/crazyhouse/inputrepresentation.cpp b/engine/src/domain/crazyhouse/inputrepresentation.cpp index 6c62fc7f..51d9b78f 100644 --- a/engine/src/domain/crazyhouse/inputrepresentation.cpp +++ b/engine/src/domain/crazyhouse/inputrepresentation.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/domain/crazyhouse/inputrepresentation.h b/engine/src/domain/crazyhouse/inputrepresentation.h index d841c901..ea5dd2d6 100644 --- a/engine/src/domain/crazyhouse/inputrepresentation.h +++ b/engine/src/domain/crazyhouse/inputrepresentation.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/domain/crazyhouse/outputrepresentation.cpp b/engine/src/domain/crazyhouse/outputrepresentation.cpp index 38028619..e90be94c 100644 --- a/engine/src/domain/crazyhouse/outputrepresentation.cpp +++ b/engine/src/domain/crazyhouse/outputrepresentation.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/domain/crazyhouse/outputrepresentation.h b/engine/src/domain/crazyhouse/outputrepresentation.h index 0a72caec..0b84e9d0 100644 --- a/engine/src/domain/crazyhouse/outputrepresentation.h +++ b/engine/src/domain/crazyhouse/outputrepresentation.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/domain/crazyhouse/policymaprepresentation.cpp b/engine/src/domain/crazyhouse/policymaprepresentation.cpp index 40027ca0..c2c3cdd7 100644 --- a/engine/src/domain/crazyhouse/policymaprepresentation.cpp +++ b/engine/src/domain/crazyhouse/policymaprepresentation.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/domain/crazyhouse/policymaprepresentation.h b/engine/src/domain/crazyhouse/policymaprepresentation.h index c8a70578..799b2af0 100644 --- a/engine/src/domain/crazyhouse/policymaprepresentation.h +++ b/engine/src/domain/crazyhouse/policymaprepresentation.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/domain/variants.cpp b/engine/src/domain/variants.cpp index 72fea75f..f58831fb 100644 --- a/engine/src/domain/variants.cpp +++ b/engine/src/domain/variants.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/domain/variants.h b/engine/src/domain/variants.h index 1a9b53b5..48cb26bd 100644 --- a/engine/src/domain/variants.h +++ b/engine/src/domain/variants.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/evalinfo.cpp b/engine/src/evalinfo.cpp index 2937b3fc..c98c2d8c 100644 --- a/engine/src/evalinfo.cpp +++ b/engine/src/evalinfo.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/evalinfo.h b/engine/src/evalinfo.h index 441c7ae5..ca8ba29e 100644 --- a/engine/src/evalinfo.h +++ b/engine/src/evalinfo.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/main.cpp b/engine/src/main.cpp index 28bd61d7..bf7cd7ae 100644 --- a/engine/src/main.cpp +++ b/engine/src/main.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/manager/statesmanager.cpp b/engine/src/manager/statesmanager.cpp index 73620644..b32f17c1 100644 --- a/engine/src/manager/statesmanager.cpp +++ b/engine/src/manager/statesmanager.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/manager/statesmanager.h b/engine/src/manager/statesmanager.h index d443b978..b0590ee4 100644 --- a/engine/src/manager/statesmanager.h +++ b/engine/src/manager/statesmanager.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/manager/timemanager.cpp b/engine/src/manager/timemanager.cpp index 6c57324d..203ed19a 100644 --- a/engine/src/manager/timemanager.cpp +++ b/engine/src/manager/timemanager.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/manager/timemanager.h b/engine/src/manager/timemanager.h index dd1e59a2..3ed98eac 100644 --- a/engine/src/manager/timemanager.h +++ b/engine/src/manager/timemanager.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/manager/treemanager.cpp b/engine/src/manager/treemanager.cpp index 349ed3a6..744a8d32 100644 --- a/engine/src/manager/treemanager.cpp +++ b/engine/src/manager/treemanager.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/manager/treemanager.h b/engine/src/manager/treemanager.h index 349e46a6..1fc52ee3 100644 --- a/engine/src/manager/treemanager.h +++ b/engine/src/manager/treemanager.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/nn/neuralnetapi.cpp b/engine/src/nn/neuralnetapi.cpp index 0448a8dd..4d6bd52b 100644 --- a/engine/src/nn/neuralnetapi.cpp +++ b/engine/src/nn/neuralnetapi.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/nn/neuralnetapi.h b/engine/src/nn/neuralnetapi.h index bb0cbb8d..a2d786da 100644 --- a/engine/src/nn/neuralnetapi.h +++ b/engine/src/nn/neuralnetapi.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/node.cpp b/engine/src/node.cpp index 6054ec81..df5267b5 100644 --- a/engine/src/node.cpp +++ b/engine/src/node.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/node.h b/engine/src/node.h index 869a89e1..ae857655 100644 --- a/engine/src/node.h +++ b/engine/src/node.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/optionsuci.cpp b/engine/src/optionsuci.cpp index 95f968af..871b3d2f 100644 --- a/engine/src/optionsuci.cpp +++ b/engine/src/optionsuci.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/optionsuci.h b/engine/src/optionsuci.h index 6c291723..f7497e0c 100644 --- a/engine/src/optionsuci.h +++ b/engine/src/optionsuci.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/rl/gamepgn.cpp b/engine/src/rl/gamepgn.cpp index e07f332d..47b8d8e5 100644 --- a/engine/src/rl/gamepgn.cpp +++ b/engine/src/rl/gamepgn.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/rl/gamepgn.h b/engine/src/rl/gamepgn.h index d8049ab5..3a6ae18d 100644 --- a/engine/src/rl/gamepgn.h +++ b/engine/src/rl/gamepgn.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/rl/selfplay.cpp b/engine/src/rl/selfplay.cpp index 4f910fa2..54680fb8 100644 --- a/engine/src/rl/selfplay.cpp +++ b/engine/src/rl/selfplay.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/rl/selfplay.h b/engine/src/rl/selfplay.h index 8a641f14..f251325f 100644 --- a/engine/src/rl/selfplay.h +++ b/engine/src/rl/selfplay.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/rl/tournamentresult.cpp b/engine/src/rl/tournamentresult.cpp index 694588c3..c4aab2f3 100644 --- a/engine/src/rl/tournamentresult.cpp +++ b/engine/src/rl/tournamentresult.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/rl/tournamentresult.h b/engine/src/rl/tournamentresult.h index d57f58e9..185bffce 100644 --- a/engine/src/rl/tournamentresult.h +++ b/engine/src/rl/tournamentresult.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/rl/traindataexporter.cpp b/engine/src/rl/traindataexporter.cpp index c3f527a1..673b2ecf 100644 --- a/engine/src/rl/traindataexporter.cpp +++ b/engine/src/rl/traindataexporter.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/rl/traindataexporter.h b/engine/src/rl/traindataexporter.h index 7e9d9ba2..9fceaf06 100644 --- a/engine/src/rl/traindataexporter.h +++ b/engine/src/rl/traindataexporter.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/searchthread.cpp b/engine/src/searchthread.cpp index 9c3eca12..2f0873ad 100644 --- a/engine/src/searchthread.cpp +++ b/engine/src/searchthread.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/searchthread.h b/engine/src/searchthread.h index 76415435..334b0198 100644 --- a/engine/src/searchthread.h +++ b/engine/src/searchthread.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/tests/benchmarkpositions.cpp b/engine/src/tests/benchmarkpositions.cpp index 2039b276..baecfaf3 100644 --- a/engine/src/tests/benchmarkpositions.cpp +++ b/engine/src/tests/benchmarkpositions.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/tests/benchmarkpositions.h b/engine/src/tests/benchmarkpositions.h index 8dad438e..cc9808c4 100644 --- a/engine/src/tests/benchmarkpositions.h +++ b/engine/src/tests/benchmarkpositions.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/tests/tests.cpp b/engine/src/tests/tests.cpp index 0bd3aab6..f54480b1 100644 --- a/engine/src/tests/tests.cpp +++ b/engine/src/tests/tests.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/tests/tests.h b/engine/src/tests/tests.h index 4ed85e68..0294efdd 100644 --- a/engine/src/tests/tests.h +++ b/engine/src/tests/tests.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/util/blazeutil.cpp b/engine/src/util/blazeutil.cpp index 311c62b6..675a2d34 100644 --- a/engine/src/util/blazeutil.cpp +++ b/engine/src/util/blazeutil.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/util/blazeutil.h b/engine/src/util/blazeutil.h index 57fd85a4..621bc512 100644 --- a/engine/src/util/blazeutil.h +++ b/engine/src/util/blazeutil.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/util/communication.cpp b/engine/src/util/communication.cpp index ac928b6a..38fc0e0d 100644 --- a/engine/src/util/communication.cpp +++ b/engine/src/util/communication.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/util/communication.h b/engine/src/util/communication.h index 4e5331be..a7eaba57 100644 --- a/engine/src/util/communication.h +++ b/engine/src/util/communication.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/util/randomgen.cpp b/engine/src/util/randomgen.cpp index d60287bb..41a39973 100644 --- a/engine/src/util/randomgen.cpp +++ b/engine/src/util/randomgen.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/util/randomgen.h b/engine/src/util/randomgen.h index a2896477..d5122418 100644 --- a/engine/src/util/randomgen.h +++ b/engine/src/util/randomgen.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/util/sfutil.cpp b/engine/src/util/sfutil.cpp index 16f987a1..8b2e4036 100644 --- a/engine/src/util/sfutil.cpp +++ b/engine/src/util/sfutil.cpp @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/engine/src/util/sfutil.h b/engine/src/util/sfutil.h index 1401c518..d04964f8 100644 --- a/engine/src/util/sfutil.h +++ b/engine/src/util/sfutil.h @@ -1,7 +1,7 @@ /* CrazyAra, a deep learning chess variant engine - Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer - Copyright (C) 2019 Johannes Czech + Copyright (C) 2018 Johannes Czech, Moritz Willig, Alena Beyer + Copyright (C) 2019-2020 Johannes Czech This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by