Merge pull request #7797 from JKingsnorth/CRM-17977
[civicrm-core.git] / CRM / Core / Resources / Strings.php
index 2ac048ec0dda3d28445aecbc6cc6f394f3502783..22bd8b915b47825152eb97484f04d428e88c9a3a 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-2016                                |
  +--------------------------------------------------------------------+
  | 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Manage translatable strings on behalf of resource files.
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2016
  * $Id$
  */
 class CRM_Core_Resources_Strings {
@@ -107,4 +107,5 @@ class CRM_Core_Resources_Strings {
         throw new Exception("Cannot extract strings: Unrecognized file type.");
     }
   }
+
 }