Merge pull request #1 from civicrm/master
[civicrm-core.git] / CRM / Core / QuickForm / Action.php
index 1c9577817ee07a69ac7955e15d27d625c2935ffa..c36855e667175de705cc0dbe355edb7f3cb93a3f 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2018                                |
+ | Copyright CiviCRM LLC (c) 2004-2019                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -30,7 +30,7 @@
  * integrated with the StateMachine, Controller and State objects
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  */
 require_once 'HTML/QuickForm/Action.php';