From: jenkins-bot Date: Thu, 25 Jan 2018 10:34:02 +0000 (+0000) Subject: Merge "widget: Fix changes of copyright year" X-Git-Tag: 1.31.0-rc.0~805 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=433f952416020d20eb5dd6683d6937cf4133b901;hp=095a2a05b2aaccff26d7b871194a4edccd092707;p=lhc%2Fweb%2Fwiklou.git Merge "widget: Fix changes of copyright year" --- 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 {