Merge pull request #5226 from davecivicrm/CRM-15578
[civicrm-core.git] / CRM / Contribute / Config.php
index d1878ff83c9bde1dfde3bc6adefbdf20f9fcabc6..c124247680e1fb6495425f577dcf8b7925ab5dd5 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -36,5 +36,5 @@
  * $Id$
  *
  */
-class CRM_Contribute_Config extends CRM_Core_Component_Config {}
-
+class CRM_Contribute_Config extends CRM_Core_Component_Config {
+}