Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-04-04-00-08-28
[civicrm-core.git] / api / v3 / ParticipantStatusType.php
index 5098ba731d785b4f54dd89f42901d4f13942ef91..43b8b30534cfd6c2f51fa09a08dc692e30d13bec 100644 (file)
@@ -1,11 +1,10 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  *
  * @package CiviCRM_APIv3
  * @subpackage API_Event
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  */
 
-require_once 'CRM/Event/BAO/ParticipantStatusType.php';
 require_once 'api/v3/utils.php';
 
 /**