Ian province abbreviation patch - issue 724
[civicrm-core.git] / CRM / Contribute / Page / SubscriptionStatus.php
index 662b3cdce8e9ee04ef77d89b3e159bfdbce5193a..834d9d64d536bba88249a7df6b8e7ec757a2918f 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
- * $Id$
- *
+ * @copyright CiviCRM LLC (c) 2004-2015
  */
 class CRM_Contribute_Page_SubscriptionStatus extends CRM_Core_Page {
 
@@ -57,4 +55,5 @@ class CRM_Contribute_Page_SubscriptionStatus extends CRM_Core_Page {
 
     return parent::run();
   }
+
 }