Add Moritz Schubotz and Derk-Jan Hartman as authors

Change-Id: Ia091b88098777a953a9fa285d93641762d007379
This commit is contained in:
Amir E. Aharoni 2014-07-14 19:14:25 +03:00 committed by Jforrester
parent 147ffa2307
commit 056b6de1b2
1 changed files with 7 additions and 1 deletions

View File

@ -8,6 +8,7 @@
* @author Tomasz Wegrzanowski
* @author Brion Vibber
* @author Moritz Schubotz
* @author Derk-Jan Hartman
* @copyright © 2002-2012 various MediaWiki contributors
* @license GPLv2 license; info in main package.
* @link http://www.mediawiki.org/wiki/Extension:Math Documentation
@ -23,7 +24,12 @@ $wgExtensionCredits['parserhook'][] = array(
'path' => __FILE__,
'name' => 'Math',
'version' => '1.2.0',
'author' => array( 'Tomasz Wegrzanowski', 'Brion Vibber', '...' ),
'author' => array(
'Tomasz Wegrzanowski',
'Brion Vibber',
'Moritz Schubotz',
'Derk-Jan Hartman',
),
'descriptionmsg' => 'math-desc',
'url' => 'https://www.mediawiki.org/wiki/Extension:Math',
);