Merge "widget: Fix changes of copyright year"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 25 Jan 2018 10:34:02 +0000 (10:34 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 25 Jan 2018 10:34:02 +0000 (10:34 +0000)
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
- * @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 {
index c42f537..21e3d79 100644 (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 {
index a3482fe..5ceed4c 100644 (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 {
index b126f5e..68cdad6 100644 (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 {