Merge "Update version date and copyright year."

This commit is contained in:
jenkins-bot
2013-10-29 14:58:26 +00:00
committed by Gerrit Code Review

View File

@@ -2,9 +2,9 @@
/** /**
* Initialisation file for MediaWiki extension UniversalLanguageSelector. * Initialisation file for MediaWiki extension UniversalLanguageSelector.
* *
* Copyright (C) 2012 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris, * Copyright (C) 2012-2013 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon
* Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland and other * Harris, Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland
* contributors. See CREDITS for a list. * and other contributors. See CREDITS for a list.
* *
* UniversalLanguageSelector is dual licensed GPLv2 or later and MIT. You don't * UniversalLanguageSelector is dual licensed GPLv2 or later and MIT. You don't
* have to do anything special to choose one license or the other and you don't * have to do anything special to choose one license or the other and you don't
@@ -25,7 +25,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
/** /**
* Version number used in extension credits and in other placed where needed. * Version number used in extension credits and in other placed where needed.
*/ */
define( 'ULS_VERSION', '2013-06-17' ); define( 'ULS_VERSION', '2013-10-28' );
$wgExtensionCredits['other'][] = array( $wgExtensionCredits['other'][] = array(
'path' => __FILE__, 'path' => __FILE__,