Merge pull request #6117 from yashodha/CRM-16735.4.6
[civicrm-core.git] / CRM / Event / Config.php
index 0e518a0562f38564e4b69fb602a11d01402a054d..42de1b3697483aaa7716ccd129cef9213c8b1d18 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                  |
+ | Copyright CiviCRM LLC (c) 2004-2015                                  |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Config handles all the run time configuration changes that the system needs to deal with.
@@ -31,9 +31,9 @@
  * The default values in general, should reflect production values (minimizes chances of screwing up)
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
-class CRM_Event_Config extends CRM_Core_Component_Config {}
-
+class CRM_Event_Config extends CRM_Core_Component_Config {
+}