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 * MediaWiki math extension
* *
* (c) 2002-2015 various MediaWiki contributors * @copyright 2002-2015 various MediaWiki contributors
* GPLv2 license; info in main package. * @license GPL-2.0-or-later
*/ */
use MediaWiki\Logger\LoggerFactory; use MediaWiki\Logger\LoggerFactory;

View File

@ -2,11 +2,9 @@
/** /**
* MediaWiki math extension * 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 * and other MediaWiki contributors
* * @license GPL-2.0-or-later
* GPLv2 license; info in main package.
*
* @author Moritz Schubotz * @author Moritz Schubotz
*/ */
abstract class MathInputCheck { abstract class MathInputCheck {

View File

@ -2,10 +2,9 @@
/** /**
* MediaWiki math extension * 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 * and other MediaWiki contributors
* GPLv2 license; info in main package. * @license GPL-2.0-or-later
*
* @author Moritz Schubotz * @author Moritz Schubotz
*/ */

View File

@ -2,10 +2,9 @@
/** /**
* MediaWiki math extension * 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 * and other MediaWiki contributors
* GPLv2 license; info in main package. * @license GPL-2.0-or-later
*
* @author Moritz Schubotz * @author Moritz Schubotz
*/ */

View File

@ -1,13 +1,12 @@
<?php <?php
use MediaWiki\Logger\LoggerFactory; 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 * Contains the driver function for the LaTeXML daemon
*
* @copyright 2012 Moritz Schubotz
* @license GPL-2.0-or-later
*/ */
class MathLaTeXML extends MathMathML { class MathLaTeXML extends MathMathML {
protected $defaultAllowedRootElements = [ 'math', 'div', 'table', 'query' ]; protected $defaultAllowedRootElements = [ 'math', 'div', 'table', 'query' ];

View File

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

View File

@ -2,9 +2,9 @@
/** /**
* MediaWiki math extension * 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 * and other MediaWiki contributors
* GPLv2 license; info in main package. * @license GPL-2.0-or-later
* *
* @file * @file
*/ */

View File

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

View File

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

View File

@ -2,9 +2,9 @@
/** /**
* MediaWiki math extension * 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 * and other MediaWiki contributors
* GPLv2 license; info in main package. * @license GPL-2.0-or-later
* *
* Contains the driver function for the texvc program * Contains the driver function for the texvc program
* @file * @file

View File

@ -5,10 +5,9 @@ use MediaWiki\Logger\LoggerFactory;
/** /**
* MediaWiki math extension * 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 * and other MediaWiki contributors
* GPLv2 license; info in main package. * @license GPL-2.0-or-later
*
* @author Moritz Schubotz * @author Moritz Schubotz
*/ */
class SpecialMathStatus extends SpecialPage { class SpecialMathStatus extends SpecialPage {