From: Kunal Mehta Date: Wed, 24 Jan 2018 19:59:05 +0000 (-0800) Subject: widget: Fix changes of copyright year X-Git-Tag: 1.31.0-rc.0~805^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=0535765366fc2bc72e84bacb0b14e5a2a790ee94;hp=2b6f3f0adc475da7eab1ef04dfe917e5536e6e10 widget: Fix changes of copyright year Fixes up e8b10f68049c19a. Change-Id: I474e508a2bd4d783272eda87c1cc91f5597bc1b1 --- diff --git a/includes/widget/DateInputWidget.php b/includes/widget/DateInputWidget.php index ab25b5d688..975f8e9c48 100644 --- a/includes/widget/DateInputWidget.php +++ b/includes/widget/DateInputWidget.php @@ -8,7 +8,7 @@ use DateTime; * Date input widget. * * @since 1.29 - * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt + * @copyright 2016 MediaWiki Widgets Team and others; see AUTHORS.txt * @license MIT */ class DateInputWidget extends \OOUI\TextInputWidget { diff --git a/includes/widget/DateTimeInputWidget.php b/includes/widget/DateTimeInputWidget.php index c42f5377ff..21e3d7930d 100644 --- a/includes/widget/DateTimeInputWidget.php +++ b/includes/widget/DateTimeInputWidget.php @@ -7,7 +7,7 @@ use OOUI\Tag; /** * Date-time input widget. * - * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt + * @copyright 2016 MediaWiki Widgets Team and others; see AUTHORS.txt * @license MIT */ class DateTimeInputWidget extends \OOUI\InputWidget { diff --git a/includes/widget/SelectWithInputWidget.php b/includes/widget/SelectWithInputWidget.php index a3482fe448..5ceed4c408 100644 --- a/includes/widget/SelectWithInputWidget.php +++ b/includes/widget/SelectWithInputWidget.php @@ -8,7 +8,7 @@ use OOUI\TextInputWidget; /** * Select and input widget. * - * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt + * @copyright 2011-2017 MediaWiki Widgets Team and others; see AUTHORS.txt * @license MIT */ class SelectWithInputWidget extends \OOUI\Widget { diff --git a/includes/widget/UsersMultiselectWidget.php b/includes/widget/UsersMultiselectWidget.php index b126f5ea8d..68cdad6627 100644 --- a/includes/widget/UsersMultiselectWidget.php +++ b/includes/widget/UsersMultiselectWidget.php @@ -7,7 +7,7 @@ use OOUI\MultilineTextInputWidget; /** * Widget to select multiple users. * - * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt + * @copyright 2017 MediaWiki Widgets Team and others; see AUTHORS.txt * @license MIT */ class UsersMultiselectWidget extends \OOUI\Widget {