mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 09:20:42 +00:00
Update @license tags from GPLv2 to GPL-2.0-or-later
Change-Id: I150433038f8411df0b9f40f5c8933d7a533f426b
This commit is contained in:
parent
d062b933cb
commit
0e8c745885
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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' ];
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue