INFRA-132 - Docblock formatting fixes
[civicrm-core.git] / CRM / Grant / Config.php
index 32820643ccaea52818cc12f5f6101cdd2ff74915..32c62f1a0cb0e4ab38ba60a927432b114a0b0172 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,9 +28,9 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
-class CRM_Grant_Config extends CRM_Core_Component_Config {}
-
+class CRM_Grant_Config extends CRM_Core_Component_Config {
+}