Merge pull request #17510 from mattwire/paymentprocessorinstrumentnotrequired
[civicrm-core.git] / Civi / Api4 / Note.php
index 55f6b7e6faefce27665b6c40ad665e82715f0b25..77319f236fcb4f6e6ca0e318b74ae935f745fbe5 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;
 
 /**