widget: Fix changes of copyright year
Fixes up e8b10f6804.
Change-Id: I474e508a2bd4d783272eda87c1cc91f5597bc1b1
This commit is contained in:
parent
2b6f3f0adc
commit
0535765366
4 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue