Merge pull request #4899 from colemanw/INFRA-132
[civicrm-core.git] / CRM / Pledge / Config.php
index 549594a92192c764d50312affed46a5463b3b773..55b2666ed827c924910b000c8d8d8ca042f91588 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                  |
+ | Copyright CiviCRM LLC (c) 2004-2014                                  |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -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-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
-class CRM_Pledge_Config extends CRM_Core_Component_Config {}
-
+class CRM_Pledge_Config extends CRM_Core_Component_Config {
+}