From 0e8c745885381ffc88ca2c765f8b32c0d74eef63 Mon Sep 17 00:00:00 2001 From: Thiemo Kreuz Date: Fri, 13 Apr 2018 16:18:16 +0200 Subject: [PATCH] Update @license tags from GPLv2 to GPL-2.0-or-later Change-Id: I150433038f8411df0b9f40f5c8933d7a533f426b --- MathHooks.php | 4 ++-- MathInputCheck.php | 6 ++---- MathInputCheckRestbase.php | 5 ++--- MathInputCheckTexvc.php | 5 ++--- MathLaTeXML.php | 9 ++++----- MathMathML.php | 4 ++-- MathRenderer.php | 4 ++-- MathRestbaseInterface.php | 4 ++-- MathSource.php | 5 +++-- MathTexvc.php | 4 ++-- SpecialMathStatus.php | 5 ++--- 11 files changed, 25 insertions(+), 30 deletions(-) diff --git a/MathHooks.php b/MathHooks.php index 5821eb0a1..46c80ea73 100644 --- a/MathHooks.php +++ b/MathHooks.php @@ -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; diff --git a/MathInputCheck.php b/MathInputCheck.php index f766728e0..bc72cccf3 100644 --- a/MathInputCheck.php +++ b/MathInputCheck.php @@ -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 { diff --git a/MathInputCheckRestbase.php b/MathInputCheckRestbase.php index 121145c95..2a95352cd 100644 --- a/MathInputCheckRestbase.php +++ b/MathInputCheckRestbase.php @@ -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 */ diff --git a/MathInputCheckTexvc.php b/MathInputCheckTexvc.php index 333089bc2..ee770a279 100644 --- a/MathInputCheckTexvc.php +++ b/MathInputCheckTexvc.php @@ -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 */ diff --git a/MathLaTeXML.php b/MathLaTeXML.php index 60415a075..8b1a7fa03 100644 --- a/MathLaTeXML.php +++ b/MathLaTeXML.php @@ -1,13 +1,12 @@ parsing * @file diff --git a/MathTexvc.php b/MathTexvc.php index 016cedf93..eefc2815e 100644 --- a/MathTexvc.php +++ b/MathTexvc.php @@ -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 diff --git a/SpecialMathStatus.php b/SpecialMathStatus.php index 16386b148..eaf53b197 100644 --- a/SpecialMathStatus.php +++ b/SpecialMathStatus.php @@ -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 {