widget: Fix changes of copyright year

Fixes up e8b10f6804.

Change-Id: I474e508a2bd4d783272eda87c1cc91f5597bc1b1
This commit is contained in:
Kunal Mehta 2018-01-24 11:59:05 -08:00
parent 2b6f3f0adc
commit 0535765366
4 changed files with 4 additions and 4 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {