Merge pull request #5535 from colemanw/CRM-16081
[civicrm-core.git] / CRM / Case / XMLProcessor.php
index 9287233681ffbd35c694cd498453924332461c17..614dbf8c95088adfff06228c8b10ca5ca03498cc 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | 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
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -131,5 +131,5 @@ class CRM_Case_XMLProcessor {
     self::$activityTypes = NULL;
     self::$relationshipTypes = NULL;
   }
-}
 
+}