Merge pull request #9596 from eileenmcnaughton/performance
[civicrm-core.git] / CRM / Core / Resources / Strings.php
index 3a4fe71d191d3d8ead44c8028a5ffcfe5c07f3d1..b7398eab7f77026ad9b33951be80f21b8cd1dac2 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
  | 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-2015
+ * @copyright CiviCRM LLC (c) 2004-2017
  * $Id$
  */
 class CRM_Core_Resources_Strings {
@@ -107,4 +107,5 @@ class CRM_Core_Resources_Strings {
         throw new Exception("Cannot extract strings: Unrecognized file type.");
     }
   }
+
 }