Merge pull request #15817 from colemanw/Fix
[civicrm-core.git] / Civi / Api4 / OpenID.php
index a0c146aae84821596c8f4693837f706e8bb69074..19ad246a534b155aff014218dcee62467238642a 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;
 
 /**