From 945ef79559ebe650ce7f9e3436d9b47fea77f051 Mon Sep 17 00:00:00 2001 From: Thiemo Kreuz Date: Fri, 13 Apr 2018 16:06:39 +0200 Subject: [PATCH] Use "@license GPL-2.0-or-later" according to SPDX Change-Id: I5b9ba062f51dce9fcc10f7c31f37c137176bfff3 --- tests/MathCoverageTest.php | 2 +- tests/MathDatabaseTest.php | 2 +- tests/MathFormatterTest.php | 2 +- tests/MathHooksTest.php | 2 +- tests/MathIdTest.php | 2 +- tests/MathInputCheckRestbaseTest.php | 2 +- tests/MathInputCheckTest.php | 2 +- tests/MathInputCheckTexvcTest.php | 2 +- tests/MathLaTeXMLDatabaseTest.php | 2 +- tests/MathLaTeXMLTest.php | 2 +- tests/MathMathMLTest.php | 2 +- tests/MathRendererTest.php | 2 +- tests/MathRestbaseInterfaceTest.php | 2 +- tests/MathSourceTest.php | 2 +- tests/MathTexvcTest.php | 2 +- tests/MathValidatorTest.php | 2 +- tests/MathoidCliTest.php | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/tests/MathCoverageTest.php b/tests/MathCoverageTest.php index 5bcb584..970bb7c 100644 --- a/tests/MathCoverageTest.php +++ b/tests/MathCoverageTest.php @@ -21,7 +21,7 @@ * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathCoverageTest extends MediaWikiTestCase { protected static $hasTexvc; diff --git a/tests/MathDatabaseTest.php b/tests/MathDatabaseTest.php index c2b5456..11fc61b 100644 --- a/tests/MathDatabaseTest.php +++ b/tests/MathDatabaseTest.php @@ -8,7 +8,7 @@ * @group Math * @group Database //Used by needsDB * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathDatabaseTest extends MediaWikiTestCase { /** diff --git a/tests/MathFormatterTest.php b/tests/MathFormatterTest.php index fec365d..5a14604 100644 --- a/tests/MathFormatterTest.php +++ b/tests/MathFormatterTest.php @@ -11,7 +11,7 @@ use Wikibase\Lib\SnakFormatter; * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathFormatterTest extends MediaWikiTestCase { diff --git a/tests/MathHooksTest.php b/tests/MathHooksTest.php index 5628683..2b35a10 100644 --- a/tests/MathHooksTest.php +++ b/tests/MathHooksTest.php @@ -5,7 +5,7 @@ * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathHooksTest extends MediaWikiTestCase { diff --git a/tests/MathIdTest.php b/tests/MathIdTest.php index 260f89c..ec6d780 100644 --- a/tests/MathIdTest.php +++ b/tests/MathIdTest.php @@ -7,7 +7,7 @@ * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathIdTest extends MediaWikiTestCase { diff --git a/tests/MathInputCheckRestbaseTest.php b/tests/MathInputCheckRestbaseTest.php index fd85bff..ccfc397 100644 --- a/tests/MathInputCheckRestbaseTest.php +++ b/tests/MathInputCheckRestbaseTest.php @@ -3,7 +3,7 @@ /** * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathInputCheckRestbaseTest extends MediaWikiTestCase { protected static $hasRestbase; diff --git a/tests/MathInputCheckTest.php b/tests/MathInputCheckTest.php index 82a8116..dc7aeef 100644 --- a/tests/MathInputCheckTest.php +++ b/tests/MathInputCheckTest.php @@ -5,7 +5,7 @@ * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathInputCheckTest extends MediaWikiTestCase { /** diff --git a/tests/MathInputCheckTexvcTest.php b/tests/MathInputCheckTexvcTest.php index 5808d1d..275805f 100644 --- a/tests/MathInputCheckTexvcTest.php +++ b/tests/MathInputCheckTexvcTest.php @@ -5,7 +5,7 @@ * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathInputCheckTexvcTest extends MediaWikiTestCase { diff --git a/tests/MathLaTeXMLDatabaseTest.php b/tests/MathLaTeXMLDatabaseTest.php index 7884c61..dbdc677 100644 --- a/tests/MathLaTeXMLDatabaseTest.php +++ b/tests/MathLaTeXMLDatabaseTest.php @@ -6,7 +6,7 @@ * @group Math * @group Database (Used by needsDB) * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathLaTeXMLDatabaseTest extends MediaWikiTestCase { public $renderer; diff --git a/tests/MathLaTeXMLTest.php b/tests/MathLaTeXMLTest.php index c7cf29c..b4f9368 100644 --- a/tests/MathLaTeXMLTest.php +++ b/tests/MathLaTeXMLTest.php @@ -7,7 +7,7 @@ * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathLaTeXMLTest extends MediaWikiTestCase { diff --git a/tests/MathMathMLTest.php b/tests/MathMathMLTest.php index 47a1c68..ec1b861 100644 --- a/tests/MathMathMLTest.php +++ b/tests/MathMathMLTest.php @@ -8,7 +8,7 @@ * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathMathMLTest extends MediaWikiTestCase { diff --git a/tests/MathRendererTest.php b/tests/MathRendererTest.php index 04df5ea..6a7e541 100644 --- a/tests/MathRendererTest.php +++ b/tests/MathRendererTest.php @@ -7,7 +7,7 @@ * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathRendererTest extends MediaWikiTestCase { const SOME_TEX = "a+b"; diff --git a/tests/MathRestbaseInterfaceTest.php b/tests/MathRestbaseInterfaceTest.php index 3fa23df..79f38a2 100644 --- a/tests/MathRestbaseInterfaceTest.php +++ b/tests/MathRestbaseInterfaceTest.php @@ -9,7 +9,7 @@ * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathRestbaseInterfaceTest extends MediaWikiTestCase { protected static $hasRestbase; diff --git a/tests/MathSourceTest.php b/tests/MathSourceTest.php index 72487b2..2172825 100644 --- a/tests/MathSourceTest.php +++ b/tests/MathSourceTest.php @@ -7,7 +7,7 @@ * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathSourceTest extends MediaWikiTestCase { diff --git a/tests/MathTexvcTest.php b/tests/MathTexvcTest.php index b8f387b..7149705 100644 --- a/tests/MathTexvcTest.php +++ b/tests/MathTexvcTest.php @@ -7,7 +7,7 @@ * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathTexvcTest extends MediaWikiTestCase { diff --git a/tests/MathValidatorTest.php b/tests/MathValidatorTest.php index edd05da..fdbe529 100644 --- a/tests/MathValidatorTest.php +++ b/tests/MathValidatorTest.php @@ -8,7 +8,7 @@ use DataValues\NumberValue; * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathValidatorTest extends MediaWikiTestCase { const VADLID_TEX = "a^2+b^2=c^2"; diff --git a/tests/MathoidCliTest.php b/tests/MathoidCliTest.php index e13a495..bbf6283 100644 --- a/tests/MathoidCliTest.php +++ b/tests/MathoidCliTest.php @@ -5,7 +5,7 @@ * * @group Math * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later */ class MathoidCliTest extends MediaWikiTestCase { private $goodInput = '\sin\left(\frac12x\right)';