Update @license tags from GPLv2 to GPL-2.0-or-later

Change-Id: I150433038f8411df0b9f40f5c8933d7a533f426b
This commit is contained in:
Thiemo Kreuz 2018-04-13 16:18:16 +02:00 committed by Thiemo Kreuz (WMDE)
parent d062b933cb
commit 0e8c745885
11 changed files with 25 additions and 30 deletions

View File

@ -2,8 +2,8 @@
/**
* MediaWiki math extension
*
* (c) 2002-2015 various MediaWiki contributors
* GPLv2 license; info in main package.
* @copyright 2002-2015 various MediaWiki contributors
* @license GPL-2.0-or-later
*/
use MediaWiki\Logger\LoggerFactory;

View File

@ -2,11 +2,9 @@
/**
* MediaWiki math extension
*
* (c) 2002-2014 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz,
* @copyright 2002-2014 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz,
* and other MediaWiki contributors
*
* GPLv2 license; info in main package.
*
* @license GPL-2.0-or-later
* @author Moritz Schubotz
*/
abstract class MathInputCheck {

View File

@ -2,10 +2,9 @@
/**
* MediaWiki math extension
*
* (c) 2002-2015 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz,
* @copyright 2002-2015 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz,
* and other MediaWiki contributors
* GPLv2 license; info in main package.
*
* @license GPL-2.0-or-later
* @author Moritz Schubotz
*/

View File

@ -2,10 +2,9 @@
/**
* MediaWiki math extension
*
* (c) 2002-2015 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz,
* @copyright 2002-2015 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz,
* and other MediaWiki contributors
* GPLv2 license; info in main package.
*
* @license GPL-2.0-or-later
* @author Moritz Schubotz
*/

View File

@ -1,13 +1,12 @@
<?php
use MediaWiki\Logger\LoggerFactory;
/**
* MediaWiki math extension
*
* (c)2012 Moritz Schubotz
* GPLv2 license; info in main package.
*
* Contains the driver function for the LaTeXML daemon
*
* @copyright 2012 Moritz Schubotz
* @license GPL-2.0-or-later
*/
class MathLaTeXML extends MathMathML {
protected $defaultAllowedRootElements = [ 'math', 'div', 'table', 'query' ];

View File

@ -2,8 +2,8 @@
/**
* MediaWiki math extension
*
* (c) 2002-2015 various MediaWiki contributors
* GPLv2 license; info in main package.
* @copyright 2002-2015 various MediaWiki contributors
* @license GPL-2.0-or-later
*/
use MediaWiki\Logger\LoggerFactory;

View File

@ -2,9 +2,9 @@
/**
* MediaWiki math extension
*
* (c) 2002-2012 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz,
* @copyright 2002-2012 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz,
* and other MediaWiki contributors
* GPLv2 license; info in main package.
* @license GPL-2.0-or-later
*
* @file
*/

View File

@ -2,8 +2,8 @@
/**
* MediaWiki math extension
*
* (c) 2002-2015 various MediaWiki contributors
* GPLv2 license; info in main package.
* @copyright 2002-2015 various MediaWiki contributors
* @license GPL-2.0-or-later
*/
use MediaWiki\Logger\LoggerFactory;

View File

@ -2,8 +2,9 @@
/**
* MediaWiki math extension
*
* (c) 2002-2012 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz and other MediaWiki contributors
* GPLv2 license; info in main package.
* @copyright 2002-2012 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz and other MediaWiki
* contributors
* @license GPL-2.0-or-later
*
* Contains everything related to <math> </math> parsing
* @file

View File

@ -2,9 +2,9 @@
/**
* MediaWiki math extension
*
* (c) 2002-2012 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz,
* @copyright 2002-2012 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz,
* and other MediaWiki contributors
* GPLv2 license; info in main package.
* @license GPL-2.0-or-later
*
* Contains the driver function for the texvc program
* @file

View File

@ -5,10 +5,9 @@ use MediaWiki\Logger\LoggerFactory;
/**
* MediaWiki math extension
*
* (c) 2002-2015 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz,
* @copyright 2002-2015 Tomasz Wegrzanowski, Brion Vibber, Moritz Schubotz,
* and other MediaWiki contributors
* GPLv2 license; info in main package.
*
* @license GPL-2.0-or-later
* @author Moritz Schubotz
*/
class SpecialMathStatus extends SpecialPage {