Merge pull request #15986 from civicrm/5.20
[civicrm-core.git] / Civi / Api4 / Action / Setting / AbstractSettingAction.php
index a0481e1804a5f646de7ff31e04e42f00b7771801..53b9cdd891c57c2681bc85fecc868f5c17f7cbc1 100644 (file)
@@ -1,4 +1,23 @@
 <?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\Action\Setting;
 
 use Civi\Api4\Domain;