From 75d219f251eaf3a24056e92c34d8da2fc67f0ef7 Mon Sep 17 00:00:00 2001 From: Calcitem Date: Thu, 21 Jan 2021 01:08:57 +0800 Subject: [PATCH] perfect: Change PerfectAI module from MIT to GPLv3 license --- src/perfect/bufferedFile.cpp | 2 +- src/perfect/bufferedFile.h | 2 +- src/perfect/config.h | 2 +- src/perfect/cyclicArray.cpp | 2 +- src/perfect/cyclicArray.h | 2 +- src/perfect/mill.cpp | 2 +- src/perfect/mill.h | 2 +- src/perfect/millAI.cpp | 2 +- src/perfect/millAI.h | 2 +- src/perfect/minMaxAI.cpp | 2 +- src/perfect/miniMax.cpp | 2 +- src/perfect/miniMax.h | 2 +- src/perfect/miniMaxAI.h | 2 +- src/perfect/miniMaxWin.h | 2 +- src/perfect/miniMax_alphaBetaAlgorithmn.cpp | 2 +- src/perfect/miniMax_database.cpp | 2 +- src/perfect/miniMax_retroAnalysis.cpp | 2 +- src/perfect/miniMax_retroAnalysis.h | 2 +- src/perfect/miniMax_statistics.cpp | 2 +- src/perfect/miniMax_test.cpp | 2 +- src/perfect/perfectAI.cpp | 2 +- src/perfect/perfectAI.h | 2 +- src/perfect/randomAI.cpp | 2 +- src/perfect/randomAI.h | 2 +- src/perfect/strLib.cpp | 2 +- src/perfect/strLib.h | 2 +- src/perfect/threadManager.cpp | 2 +- src/perfect/threadManager.h | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/perfect/bufferedFile.cpp b/src/perfect/bufferedFile.cpp index 7664e1cb..5a234446 100644 --- a/src/perfect/bufferedFile.cpp +++ b/src/perfect/bufferedFile.cpp @@ -2,7 +2,7 @@ bufferedFile.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/bufferedFile.h b/src/perfect/bufferedFile.h index 11c02f8d..ea534230 100644 --- a/src/perfect/bufferedFile.h +++ b/src/perfect/bufferedFile.h @@ -2,7 +2,7 @@ bufferedFile.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/config.h b/src/perfect/config.h index 3dfc541e..3ed8b2b1 100644 --- a/src/perfect/config.h +++ b/src/perfect/config.h @@ -2,7 +2,7 @@ config.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/cyclicArray.cpp b/src/perfect/cyclicArray.cpp index f8ff2934..f90999b3 100644 --- a/src/perfect/cyclicArray.cpp +++ b/src/perfect/cyclicArray.cpp @@ -2,7 +2,7 @@ CyclicArray.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/cyclicArray.h b/src/perfect/cyclicArray.h index c9aefa3f..6c7ba948 100644 --- a/src/perfect/cyclicArray.h +++ b/src/perfect/cyclicArray.h @@ -2,7 +2,7 @@ CyclicArray.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/mill.cpp b/src/perfect/mill.cpp index f0809e7d..cb4728a3 100644 --- a/src/perfect/mill.cpp +++ b/src/perfect/mill.cpp @@ -2,7 +2,7 @@ Mill.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/mill.h b/src/perfect/mill.h index 855c4dd4..48f196ba 100644 --- a/src/perfect/mill.h +++ b/src/perfect/mill.h @@ -2,7 +2,7 @@ Mill.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/millAI.cpp b/src/perfect/millAI.cpp index 04134eee..4fe3cc96 100644 --- a/src/perfect/millAI.cpp +++ b/src/perfect/millAI.cpp @@ -2,7 +2,7 @@ millAI.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/millAI.h b/src/perfect/millAI.h index be2c6a79..733a8b1e 100644 --- a/src/perfect/millAI.h +++ b/src/perfect/millAI.h @@ -2,7 +2,7 @@ millAI.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/minMaxAI.cpp b/src/perfect/minMaxAI.cpp index dc56d371..c4caa019 100644 --- a/src/perfect/minMaxAI.cpp +++ b/src/perfect/minMaxAI.cpp @@ -2,7 +2,7 @@ MiniMaxAI.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/miniMax.cpp b/src/perfect/miniMax.cpp index 1985b312..75ea60c7 100644 --- a/src/perfect/miniMax.cpp +++ b/src/perfect/miniMax.cpp @@ -2,7 +2,7 @@ MiniMax.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/miniMax.h b/src/perfect/miniMax.h index 638d6ae4..89293675 100644 --- a/src/perfect/miniMax.h +++ b/src/perfect/miniMax.h @@ -2,7 +2,7 @@ miniMax.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp ***************************************************************************************************************************/ diff --git a/src/perfect/miniMaxAI.h b/src/perfect/miniMaxAI.h index 27b39c31..58c21a6a 100644 --- a/src/perfect/miniMaxAI.h +++ b/src/perfect/miniMaxAI.h @@ -2,7 +2,7 @@ MiniMaxAI.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/miniMaxWin.h b/src/perfect/miniMaxWin.h index 32ac515b..55d21a8e 100644 --- a/src/perfect/miniMaxWin.h +++ b/src/perfect/miniMaxWin.h @@ -2,7 +2,7 @@ miniMaxWin.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/miniMax_alphaBetaAlgorithmn.cpp b/src/perfect/miniMax_alphaBetaAlgorithmn.cpp index db25a2db..cd452749 100644 --- a/src/perfect/miniMax_alphaBetaAlgorithmn.cpp +++ b/src/perfect/miniMax_alphaBetaAlgorithmn.cpp @@ -2,7 +2,7 @@ miniMax_alphaBetaAlgorithmn.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/miniMax_database.cpp b/src/perfect/miniMax_database.cpp index 12c75209..1a7c085e 100644 --- a/src/perfect/miniMax_database.cpp +++ b/src/perfect/miniMax_database.cpp @@ -2,7 +2,7 @@ miniMax_database.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/miniMax_retroAnalysis.cpp b/src/perfect/miniMax_retroAnalysis.cpp index 63ffe529..5a35fa29 100644 --- a/src/perfect/miniMax_retroAnalysis.cpp +++ b/src/perfect/miniMax_retroAnalysis.cpp @@ -2,7 +2,7 @@ miniMax_retroAnalysis.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp s\*********************************************************************/ diff --git a/src/perfect/miniMax_retroAnalysis.h b/src/perfect/miniMax_retroAnalysis.h index 8c0ce0f9..7d5ad751 100644 --- a/src/perfect/miniMax_retroAnalysis.h +++ b/src/perfect/miniMax_retroAnalysis.h @@ -2,7 +2,7 @@ strLib.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/miniMax_statistics.cpp b/src/perfect/miniMax_statistics.cpp index 416e44f8..ec1c1a19 100644 --- a/src/perfect/miniMax_statistics.cpp +++ b/src/perfect/miniMax_statistics.cpp @@ -2,7 +2,7 @@ miniMax_statistics.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/miniMax_test.cpp b/src/perfect/miniMax_test.cpp index 19c10c9f..ddc772f1 100644 --- a/src/perfect/miniMax_test.cpp +++ b/src/perfect/miniMax_test.cpp @@ -2,7 +2,7 @@ miniMax_test.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/perfectAI.cpp b/src/perfect/perfectAI.cpp index a269dc03..d1d7ab66 100644 --- a/src/perfect/perfectAI.cpp +++ b/src/perfect/perfectAI.cpp @@ -2,7 +2,7 @@ PerfectAI.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/perfectAI.h b/src/perfect/perfectAI.h index 96d1d1ed..7ba82c1a 100644 --- a/src/perfect/perfectAI.h +++ b/src/perfect/perfectAI.h @@ -2,7 +2,7 @@ PerfectAI.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/randomAI.cpp b/src/perfect/randomAI.cpp index 4dd8568c..133d9cd9 100644 --- a/src/perfect/randomAI.cpp +++ b/src/perfect/randomAI.cpp @@ -2,7 +2,7 @@ RandomAI.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/randomAI.h b/src/perfect/randomAI.h index 2e28b831..70468d61 100644 --- a/src/perfect/randomAI.h +++ b/src/perfect/randomAI.h @@ -2,7 +2,7 @@ RandomAI.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/strLib.cpp b/src/perfect/strLib.cpp index f28fa429..f38bee4a 100644 --- a/src/perfect/strLib.cpp +++ b/src/perfect/strLib.cpp @@ -2,7 +2,7 @@ strLib.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/strLib.h b/src/perfect/strLib.h index cde81700..7097fa63 100644 --- a/src/perfect/strLib.h +++ b/src/perfect/strLib.h @@ -2,7 +2,7 @@ strLib.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/threadManager.cpp b/src/perfect/threadManager.cpp index bffa9af1..5a7f9d58 100644 --- a/src/perfect/threadManager.cpp +++ b/src/perfect/threadManager.cpp @@ -2,7 +2,7 @@ threadManager.cpp Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/ diff --git a/src/perfect/threadManager.h b/src/perfect/threadManager.h index 45a8c454..58f20926 100644 --- a/src/perfect/threadManager.h +++ b/src/perfect/threadManager.h @@ -2,7 +2,7 @@ threadManager.h Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) - Licensed under the MIT License. + Licensed under the GPLv3 License. https://github.com/madweasel/madweasels-cpp \*********************************************************************/