From 3457c697f05d4cf6fc26b06b788f9baf010f9d26 Mon Sep 17 00:00:00 2001 From: Kartik Mistry Date: Mon, 28 Oct 2013 19:33:37 +0530 Subject: [PATCH] Update version date and copyright year. Change-Id: I86d529d388bad7124f9974cf565987e715f9bab6 --- UniversalLanguageSelector.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UniversalLanguageSelector.php b/UniversalLanguageSelector.php index 51f9e020..35a39c84 100644 --- a/UniversalLanguageSelector.php +++ b/UniversalLanguageSelector.php @@ -2,9 +2,9 @@ /** * Initialisation file for MediaWiki extension UniversalLanguageSelector. * - * Copyright (C) 2012 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris, - * Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland and other - * contributors. See CREDITS for a list. + * Copyright (C) 2012-2013 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon + * Harris, Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland + * and other contributors. See CREDITS for a list. * * 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 @@ -25,7 +25,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { /** * 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( 'path' => __FILE__,