From b25f250e85d3f5b2c10938604501be0ee6995432 Mon Sep 17 00:00:00 2001
From: Sydney Anne Erickson <sydney@elixxir.io>
Date: Fri, 2 Sep 2022 11:22:42 -0700
Subject: [PATCH] Updated copyright header

---
 main.go                              | 12 ++++++------
 test/server/main.go                  |  7 +++++++
 wasm/authenticatedConnection.go      |  4 ++--
 wasm/authenticatedConnection_test.go |  4 ++--
 wasm/backup.go                       |  4 ++--
 wasm/backup_test.go                  |  4 ++--
 wasm/broadcast.go                    |  4 ++--
 wasm/broadcast_test.go               |  4 ++--
 wasm/cmix.go                         |  4 ++--
 wasm/cmix_test.go                    |  4 ++--
 wasm/connect.go                      |  4 ++--
 wasm/connect_test.go                 |  4 ++--
 wasm/delivery.go                     |  4 ++--
 wasm/dummy.go                        |  4 ++--
 wasm/e2e.go                          |  4 ++--
 wasm/e2eAuth.go                      |  4 ++--
 wasm/e2eHandler.go                   |  4 ++--
 wasm/e2e_test.go                     |  4 ++--
 wasm/errors.go                       |  4 ++--
 wasm/fileTransfer.go                 |  4 ++--
 wasm/fileTransfer_test.go            |  4 ++--
 wasm/follow.go                       |  4 ++--
 wasm/group.go                        |  4 ++--
 wasm/group_test.go                   |  4 ++--
 wasm/identity.go                     |  4 ++--
 wasm/logging.go                      |  4 ++--
 wasm/ndf.go                          |  4 ++--
 wasm/params.go                       |  4 ++--
 wasm/restlike.go                     |  4 ++--
 wasm/restlikeSingle.go               |  4 ++--
 wasm/secrets.go                      |  4 ++--
 wasm/single.go                       |  4 ++--
 wasm/single_test.go                  |  4 ++--
 wasm/ud.go                           |  4 ++--
 wasm/ud_test.go                      |  4 ++--
 wasm/utils.go                        |  4 ++--
 wasm/version.go                      |  4 ++--
 37 files changed, 83 insertions(+), 76 deletions(-)

diff --git a/main.go b/main.go
index 2294615c..3f38c3ed 100644
--- a/main.go
+++ b/main.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE file                                                              //
-///////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
 
diff --git a/test/server/main.go b/test/server/main.go
index 510ea0fe..9172a51e 100644
--- a/test/server/main.go
+++ b/test/server/main.go
@@ -1,3 +1,10 @@
+////////////////////////////////////////////////////////////////////////////////
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
+////////////////////////////////////////////////////////////////////////////////
+
 package main
 
 import (
diff --git a/wasm/authenticatedConnection.go b/wasm/authenticatedConnection.go
index 38f7232f..ca170f49 100644
--- a/wasm/authenticatedConnection.go
+++ b/wasm/authenticatedConnection.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/authenticatedConnection_test.go b/wasm/authenticatedConnection_test.go
index 68555c15..b618514b 100644
--- a/wasm/authenticatedConnection_test.go
+++ b/wasm/authenticatedConnection_test.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/backup.go b/wasm/backup.go
index b313e6b1..c3bfba7e 100644
--- a/wasm/backup.go
+++ b/wasm/backup.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/backup_test.go b/wasm/backup_test.go
index 0ec31c9b..4782f0e1 100644
--- a/wasm/backup_test.go
+++ b/wasm/backup_test.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package wasm
diff --git a/wasm/broadcast.go b/wasm/broadcast.go
index 14d6dad3..df8bd085 100644
--- a/wasm/broadcast.go
+++ b/wasm/broadcast.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/broadcast_test.go b/wasm/broadcast_test.go
index e240f260..4dc46883 100644
--- a/wasm/broadcast_test.go
+++ b/wasm/broadcast_test.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/cmix.go b/wasm/cmix.go
index 81097af8..1908b7f6 100644
--- a/wasm/cmix.go
+++ b/wasm/cmix.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/cmix_test.go b/wasm/cmix_test.go
index 06df7c4e..316b1508 100644
--- a/wasm/cmix_test.go
+++ b/wasm/cmix_test.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/connect.go b/wasm/connect.go
index 6060586e..a3ceda0d 100644
--- a/wasm/connect.go
+++ b/wasm/connect.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/connect_test.go b/wasm/connect_test.go
index fc0d35e8..f9cba409 100644
--- a/wasm/connect_test.go
+++ b/wasm/connect_test.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package wasm
diff --git a/wasm/delivery.go b/wasm/delivery.go
index 5c002c84..d2b8d31e 100644
--- a/wasm/delivery.go
+++ b/wasm/delivery.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/dummy.go b/wasm/dummy.go
index dbea1f85..822acd64 100644
--- a/wasm/dummy.go
+++ b/wasm/dummy.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/e2e.go b/wasm/e2e.go
index bc9fe489..a8e9cce9 100644
--- a/wasm/e2e.go
+++ b/wasm/e2e.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/e2eAuth.go b/wasm/e2eAuth.go
index 8fddd96f..39158b8d 100644
--- a/wasm/e2eAuth.go
+++ b/wasm/e2eAuth.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/e2eHandler.go b/wasm/e2eHandler.go
index f2e01815..6ef42a16 100644
--- a/wasm/e2eHandler.go
+++ b/wasm/e2eHandler.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/e2e_test.go b/wasm/e2e_test.go
index 6d652c95..107086be 100644
--- a/wasm/e2e_test.go
+++ b/wasm/e2e_test.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/errors.go b/wasm/errors.go
index 1e6eee76..4aae7fe7 100644
--- a/wasm/errors.go
+++ b/wasm/errors.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/fileTransfer.go b/wasm/fileTransfer.go
index a22eac3c..52d4a82c 100644
--- a/wasm/fileTransfer.go
+++ b/wasm/fileTransfer.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/fileTransfer_test.go b/wasm/fileTransfer_test.go
index c6929088..bbdf8d98 100644
--- a/wasm/fileTransfer_test.go
+++ b/wasm/fileTransfer_test.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package wasm
diff --git a/wasm/follow.go b/wasm/follow.go
index 9264e0cd..634ea5ce 100644
--- a/wasm/follow.go
+++ b/wasm/follow.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/group.go b/wasm/group.go
index 18873ced..5158e465 100644
--- a/wasm/group.go
+++ b/wasm/group.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/group_test.go b/wasm/group_test.go
index fbd4b887..cc64e5f8 100644
--- a/wasm/group_test.go
+++ b/wasm/group_test.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/identity.go b/wasm/identity.go
index 84376900..eb8fadf4 100644
--- a/wasm/identity.go
+++ b/wasm/identity.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/logging.go b/wasm/logging.go
index 4c2f833b..24901db5 100644
--- a/wasm/logging.go
+++ b/wasm/logging.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/ndf.go b/wasm/ndf.go
index 9e055fef..9f1b3e9f 100644
--- a/wasm/ndf.go
+++ b/wasm/ndf.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/params.go b/wasm/params.go
index 97dc5d85..c63d0c7b 100644
--- a/wasm/params.go
+++ b/wasm/params.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/restlike.go b/wasm/restlike.go
index 2a0a23b2..1833abd1 100644
--- a/wasm/restlike.go
+++ b/wasm/restlike.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/restlikeSingle.go b/wasm/restlikeSingle.go
index 68fe3838..a3c546fd 100644
--- a/wasm/restlikeSingle.go
+++ b/wasm/restlikeSingle.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/secrets.go b/wasm/secrets.go
index 31be7169..f604141e 100644
--- a/wasm/secrets.go
+++ b/wasm/secrets.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/single.go b/wasm/single.go
index 73533886..3f40bf61 100644
--- a/wasm/single.go
+++ b/wasm/single.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/single_test.go b/wasm/single_test.go
index 3bdd9933..48017c5d 100644
--- a/wasm/single_test.go
+++ b/wasm/single_test.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/ud.go b/wasm/ud.go
index 743095a8..17627eeb 100644
--- a/wasm/ud.go
+++ b/wasm/ud.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/ud_test.go b/wasm/ud_test.go
index cfd3766d..37761fa9 100644
--- a/wasm/ud_test.go
+++ b/wasm/ud_test.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/utils.go b/wasm/utils.go
index 73dbe40b..91fdbbf7 100644
--- a/wasm/utils.go
+++ b/wasm/utils.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
diff --git a/wasm/version.go b/wasm/version.go
index 31019233..141be70d 100644
--- a/wasm/version.go
+++ b/wasm/version.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                           //
+// Copyright © 2022 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
-// LICENSE file                                                               //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 //go:build js && wasm
-- 
GitLab