Merge pull request #16284 from kcristiano/cleanurls-setting
[civicrm-core.git] / Civi / Api4 / ACL.php
index 754a0499b8251c221b6aff72e7bed151b0dfd3a9..7e037a5b38997227e70841930f7c4b75aae1a815 100644 (file)
@@ -1,5 +1,24 @@
 <?php
 
+/*
+ +--------------------------------------------------------------------+
+ | Copyright CiviCRM LLC. All rights reserved.                        |
+ |                                                                    |
+ | This work is published under the GNU AGPLv3 license with some      |
+ | permitted exceptions and without any warranty. For full license    |
+ | and copyright information, see https://civicrm.org/licensing       |
+ +--------------------------------------------------------------------+
+ */
+
+/**
+ *
+ * @package CRM
+ * @copyright CiviCRM LLC https://civicrm.org/licensing
+ * $Id$
+ *
+ */
+
+
 namespace Civi\Api4;
 
 /**