widget: Fix changes of copyright year
authorKunal Mehta <legoktm@member.fsf.org>
Wed, 24 Jan 2018 19:59:05 +0000 (11:59 -0800)
committerKunal Mehta <legoktm@member.fsf.org>
Wed, 24 Jan 2018 20:07:34 +0000 (12:07 -0800)
Fixes up e8b10f68049c19a.

Change-Id: I474e508a2bd4d783272eda87c1cc91f5597bc1b1

includes/widget/DateInputWidget.php
includes/widget/DateTimeInputWidget.php
includes/widget/SelectWithInputWidget.php
includes/widget/UsersMultiselectWidget.php

index ab25b5d..975f8e9 100644 (file)
@@ -8,7 +8,7 @@ use DateTime;
  * Date input widget.
  *
  * @since 1.29
  * 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 {
  * @license MIT
  */
 class DateInputWidget extends \OOUI\TextInputWidget {
index c42f537..21e3d79 100644 (file)
@@ -7,7 +7,7 @@ use OOUI\Tag;
 /**
  * Date-time input widget.
  *
 /**
  * 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 {
  * @license MIT
  */
 class DateTimeInputWidget extends \OOUI\InputWidget {
index a3482fe..5ceed4c 100644 (file)
@@ -8,7 +8,7 @@ use OOUI\TextInputWidget;
 /**
  * Select and input widget.
  *
 /**
  * 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 {
  * @license MIT
  */
 class SelectWithInputWidget extends \OOUI\Widget {
index b126f5e..68cdad6 100644 (file)
@@ -7,7 +7,7 @@ use OOUI\MultilineTextInputWidget;
 /**
  * Widget to select multiple users.
  *
 /**
  * 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 {
  * @license MIT
  */
 class UsersMultiselectWidget extends \OOUI\Widget {