From 230aad11186dbcc55a92fa16f57951fc3acccbdc Mon Sep 17 00:00:00 2001 From: Calcitem Date: Fri, 22 Jan 2021 21:40:30 +0800 Subject: [PATCH] perfect: copyright: Replace URL --- src/perfect/bufferedFile.cpp | 2 +- src/perfect/bufferedFile.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 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/perfect/bufferedFile.cpp b/src/perfect/bufferedFile.cpp index 5a234446..a3c5adba 100644 --- a/src/perfect/bufferedFile.cpp +++ b/src/perfect/bufferedFile.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "bufferedFile.h" diff --git a/src/perfect/bufferedFile.h b/src/perfect/bufferedFile.h index ea534230..4a007286 100644 --- a/src/perfect/bufferedFile.h +++ b/src/perfect/bufferedFile.h @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #ifndef BUFFERED_FILE_H diff --git a/src/perfect/cyclicArray.cpp b/src/perfect/cyclicArray.cpp index f90999b3..7ae89c3f 100644 --- a/src/perfect/cyclicArray.cpp +++ b/src/perfect/cyclicArray.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "cyclicArray.h" diff --git a/src/perfect/cyclicArray.h b/src/perfect/cyclicArray.h index 6c7ba948..f776320e 100644 --- a/src/perfect/cyclicArray.h +++ b/src/perfect/cyclicArray.h @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #ifndef CYLCIC_ARRAY_H diff --git a/src/perfect/mill.cpp b/src/perfect/mill.cpp index cb4728a3..6554ce2a 100644 --- a/src/perfect/mill.cpp +++ b/src/perfect/mill.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "mill.h" diff --git a/src/perfect/mill.h b/src/perfect/mill.h index 48f196ba..59f81523 100644 --- a/src/perfect/mill.h +++ b/src/perfect/mill.h @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #ifndef MILL_H diff --git a/src/perfect/millAI.cpp b/src/perfect/millAI.cpp index 4fe3cc96..1fe0797e 100644 --- a/src/perfect/millAI.cpp +++ b/src/perfect/millAI.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "millAI.h" diff --git a/src/perfect/millAI.h b/src/perfect/millAI.h index 733a8b1e..119f8817 100644 --- a/src/perfect/millAI.h +++ b/src/perfect/millAI.h @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #ifndef MUEHLE_AI_H diff --git a/src/perfect/minMaxAI.cpp b/src/perfect/minMaxAI.cpp index c4caa019..1603962f 100644 --- a/src/perfect/minMaxAI.cpp +++ b/src/perfect/minMaxAI.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "miniMaxAI.h" diff --git a/src/perfect/miniMax.cpp b/src/perfect/miniMax.cpp index 75ea60c7..eac6d16d 100644 --- a/src/perfect/miniMax.cpp +++ b/src/perfect/miniMax.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "miniMax.h" diff --git a/src/perfect/miniMax.h b/src/perfect/miniMax.h index 89293675..34dd9e53 100644 --- a/src/perfect/miniMax.h +++ b/src/perfect/miniMax.h @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle ***************************************************************************************************************************/ #ifndef MINIMAX_H diff --git a/src/perfect/miniMaxAI.h b/src/perfect/miniMaxAI.h index 58c21a6a..66866b13 100644 --- a/src/perfect/miniMaxAI.h +++ b/src/perfect/miniMaxAI.h @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #ifndef MINIMAXAI_H diff --git a/src/perfect/miniMaxWin.h b/src/perfect/miniMaxWin.h index 55d21a8e..51aaed8f 100644 --- a/src/perfect/miniMaxWin.h +++ b/src/perfect/miniMaxWin.h @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #ifndef MINIMAXWIN_H diff --git a/src/perfect/miniMax_alphaBetaAlgorithmn.cpp b/src/perfect/miniMax_alphaBetaAlgorithmn.cpp index cd452749..4d38a201 100644 --- a/src/perfect/miniMax_alphaBetaAlgorithmn.cpp +++ b/src/perfect/miniMax_alphaBetaAlgorithmn.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "miniMax.h" diff --git a/src/perfect/miniMax_database.cpp b/src/perfect/miniMax_database.cpp index 1a7c085e..0be7fbe5 100644 --- a/src/perfect/miniMax_database.cpp +++ b/src/perfect/miniMax_database.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "miniMax.h" diff --git a/src/perfect/miniMax_retroAnalysis.cpp b/src/perfect/miniMax_retroAnalysis.cpp index 5a35fa29..3d5f4af8 100644 --- a/src/perfect/miniMax_retroAnalysis.cpp +++ b/src/perfect/miniMax_retroAnalysis.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle s\*********************************************************************/ #include "miniMax.h" diff --git a/src/perfect/miniMax_retroAnalysis.h b/src/perfect/miniMax_retroAnalysis.h index 7d5ad751..fa35de16 100644 --- a/src/perfect/miniMax_retroAnalysis.h +++ b/src/perfect/miniMax_retroAnalysis.h @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ struct RetroAnalysisQueueState diff --git a/src/perfect/miniMax_statistics.cpp b/src/perfect/miniMax_statistics.cpp index ec1c1a19..3332116b 100644 --- a/src/perfect/miniMax_statistics.cpp +++ b/src/perfect/miniMax_statistics.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "miniMax.h" diff --git a/src/perfect/miniMax_test.cpp b/src/perfect/miniMax_test.cpp index ddc772f1..69994939 100644 --- a/src/perfect/miniMax_test.cpp +++ b/src/perfect/miniMax_test.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "miniMax.h" diff --git a/src/perfect/perfectAI.cpp b/src/perfect/perfectAI.cpp index d1d7ab66..8729d526 100644 --- a/src/perfect/perfectAI.cpp +++ b/src/perfect/perfectAI.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "perfectAI.h" diff --git a/src/perfect/perfectAI.h b/src/perfect/perfectAI.h index 7ba82c1a..47b577e0 100644 --- a/src/perfect/perfectAI.h +++ b/src/perfect/perfectAI.h @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #ifndef PERFEKT_AI_H diff --git a/src/perfect/randomAI.cpp b/src/perfect/randomAI.cpp index 133d9cd9..52bbdb3f 100644 --- a/src/perfect/randomAI.cpp +++ b/src/perfect/randomAI.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "randomAI.h" diff --git a/src/perfect/randomAI.h b/src/perfect/randomAI.h index 70468d61..b0e06ec0 100644 --- a/src/perfect/randomAI.h +++ b/src/perfect/randomAI.h @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #ifndef RANDOM_AI_H diff --git a/src/perfect/strLib.cpp b/src/perfect/strLib.cpp index f38bee4a..bb40c839 100644 --- a/src/perfect/strLib.cpp +++ b/src/perfect/strLib.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "strLib.h" diff --git a/src/perfect/strLib.h b/src/perfect/strLib.h index 7097fa63..2d429673 100644 --- a/src/perfect/strLib.h +++ b/src/perfect/strLib.h @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #ifndef STRLIB_H diff --git a/src/perfect/threadManager.cpp b/src/perfect/threadManager.cpp index 5a7f9d58..38448a3e 100644 --- a/src/perfect/threadManager.cpp +++ b/src/perfect/threadManager.cpp @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #include "threadManager.h" diff --git a/src/perfect/threadManager.h b/src/perfect/threadManager.h index 58f20926..30f4c02c 100644 --- a/src/perfect/threadManager.h +++ b/src/perfect/threadManager.h @@ -3,7 +3,7 @@ Copyright (c) Thomas Weber. All rights reserved. Copyright (C) 2021 The Sanmill developers (see AUTHORS file) Licensed under the GPLv3 License. - https://github.com/madweasel/madweasels-cpp + https://github.com/madweasel/Muehle \*********************************************************************/ #ifndef THREADMANAGER_H