Use "@license GPL-2.0-or-later" according to SPDX

Change-Id: I5b9ba062f51dce9fcc10f7c31f37c137176bfff3
This commit is contained in:
Thiemo Kreuz 2018-04-13 16:06:39 +02:00
parent 920ca42c59
commit 945ef79559
17 changed files with 17 additions and 17 deletions

View File

@ -21,7 +21,7 @@
*
* @group Math
*
* @license GNU GPL v2+
* @license GPL-2.0-or-later
*/
class MathCoverageTest extends MediaWikiTestCase {
protected static $hasTexvc;

View File

@ -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 {
/**

View File

@ -11,7 +11,7 @@ use Wikibase\Lib\SnakFormatter;
*
* @group Math
*
* @license GNU GPL v2+
* @license GPL-2.0-or-later
*/
class MathFormatterTest extends MediaWikiTestCase {

View File

@ -5,7 +5,7 @@
*
* @group Math
*
* @license GNU GPL v2+
* @license GPL-2.0-or-later
*/
class MathHooksTest extends MediaWikiTestCase {

View File

@ -7,7 +7,7 @@
*
* @group Math
*
* @license GNU GPL v2+
* @license GPL-2.0-or-later
*/
class MathIdTest extends MediaWikiTestCase {

View File

@ -3,7 +3,7 @@
/**
* @group Math
*
* @license GNU GPL v2+
* @license GPL-2.0-or-later
*/
class MathInputCheckRestbaseTest extends MediaWikiTestCase {
protected static $hasRestbase;

View File

@ -5,7 +5,7 @@
*
* @group Math
*
* @license GNU GPL v2+
* @license GPL-2.0-or-later
*/
class MathInputCheckTest extends MediaWikiTestCase {
/**

View File

@ -5,7 +5,7 @@
*
* @group Math
*
* @license GNU GPL v2+
* @license GPL-2.0-or-later
*/
class MathInputCheckTexvcTest extends MediaWikiTestCase {

View File

@ -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;

View File

@ -7,7 +7,7 @@
*
* @group Math
*
* @license GNU GPL v2+
* @license GPL-2.0-or-later
*/
class MathLaTeXMLTest extends MediaWikiTestCase {

View File

@ -8,7 +8,7 @@
*
* @group Math
*
* @license GNU GPL v2+
* @license GPL-2.0-or-later
*/
class MathMathMLTest extends MediaWikiTestCase {

View File

@ -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";

View File

@ -9,7 +9,7 @@
*
* @group Math
*
* @license GNU GPL v2+
* @license GPL-2.0-or-later
*/
class MathRestbaseInterfaceTest extends MediaWikiTestCase {
protected static $hasRestbase;

View File

@ -7,7 +7,7 @@
*
* @group Math
*
* @license GNU GPL v2+
* @license GPL-2.0-or-later
*/
class MathSourceTest extends MediaWikiTestCase {

View File

@ -7,7 +7,7 @@
*
* @group Math
*
* @license GNU GPL v2+
* @license GPL-2.0-or-later
*/
class MathTexvcTest extends MediaWikiTestCase {

View File

@ -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";

View File

@ -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)';