diff --git a/auth/callbacks.go b/auth/callbacks.go
index 273ff6b0b7af5b36ff53d44e265ebaeaab0183cd..787f15a0068c3e7a2547e8438785b45a8b461689 100644
--- a/auth/callbacks.go
+++ b/auth/callbacks.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package auth
diff --git a/auth/confirm.go b/auth/confirm.go
index 05c1bc136ac567749d1115b7e13d1c7091da1a6b..bc87fa182aace4b7c1b3a9db9544b8532ef2a963 100644
--- a/auth/confirm.go
+++ b/auth/confirm.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package auth
 
diff --git a/auth/fmt.go b/auth/fmt.go
index 6ec925c7efd8be0cbd1b48ff09b1766e0080bd03..6318b7474a0fe91c22fedbfd9ef2cc91c8a8d729 100644
--- a/auth/fmt.go
+++ b/auth/fmt.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package auth
 
diff --git a/auth/fmt_test.go b/auth/fmt_test.go
index 59e63cba01f78904fa594947a40726b26492ff5d..0c045402062f0d4f7d3bda1ab2723aa5a9be6abd 100644
--- a/auth/fmt_test.go
+++ b/auth/fmt_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package auth
 
diff --git a/auth/interface.go b/auth/interface.go
index b45ba36e9c7d4a135a0f7adf48416b1e1cbf1112..b0eb8fcea491a9e48e82b6045099eda02f9f5200 100644
--- a/auth/interface.go
+++ b/auth/interface.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 auth
 
 import (
diff --git a/auth/params.go b/auth/params.go
index 907fa4ad825c3c6ef068d9dc7e6cd8b92d70a773..01fa5ba810e108dc72407fd0e0bf90bccbf54904 100644
--- a/auth/params.go
+++ b/auth/params.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 auth
 
 import (
diff --git a/auth/receivedConfirm.go b/auth/receivedConfirm.go
index ad30186d15c911dbc739495ccf58df4bdcf05818..0b1109cd9410fe19b75cc891cb7eac9604ed4da9 100644
--- a/auth/receivedConfirm.go
+++ b/auth/receivedConfirm.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 auth
 
 import (
diff --git a/auth/receivedRequest.go b/auth/receivedRequest.go
index 4e3325996a6ca5c558d3531a019c68c92f026bf3..e94b82598ad12a5bb2b24246074f9936040b6d04 100644
--- a/auth/receivedRequest.go
+++ b/auth/receivedRequest.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 auth
 
 import (
diff --git a/auth/replayConfirm.go b/auth/replayConfirm.go
index 09540fe298680ffbc1a2bfba522306b22bd8f781..4581479061d173f0327d42bdd5129c4fa67147bc 100644
--- a/auth/replayConfirm.go
+++ b/auth/replayConfirm.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 auth
 
 import "gitlab.com/xx_network/primitives/id"
diff --git a/auth/request.go b/auth/request.go
index 31a064f8f0bf14e6f508b349ee508460a5e92ae3..91641307430d69f9e51097124680cd4697468285 100644
--- a/auth/request.go
+++ b/auth/request.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package auth
 
diff --git a/auth/reset.go b/auth/reset.go
index 9f6114f466534efc6e27d2382d6caa71abb726f3..5521a6089ced2c8bb59ab4d599119cfdabaa06d7 100644
--- a/auth/reset.go
+++ b/auth/reset.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 auth
 
 import (
diff --git a/auth/sentRequestHandler.go b/auth/sentRequestHandler.go
index 5d336b90a31fb0b4d2f1fc62429442ec6065d37f..f0e40fffb5f2fe47f68252dbbb9dc3cac3349642 100644
--- a/auth/sentRequestHandler.go
+++ b/auth/sentRequestHandler.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 auth
 
 import (
diff --git a/auth/state.go b/auth/state.go
index e226a01e7bdf0cf2575e6f3d0ed13983ef38c0f7..a18baa7656ba4db4b812372f561732b3de172788 100644
--- a/auth/state.go
+++ b/auth/state.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package auth
 
diff --git a/auth/state_test.go b/auth/state_test.go
index 34b670453b4a5052d71868ebeccd4d8030f1a511..31a85612297e22467a837ad6f9899a4c8489dd60 100644
--- a/auth/state_test.go
+++ b/auth/state_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package auth
 
diff --git a/auth/store/confirmation.go b/auth/store/confirmation.go
index c972fd8af974060824eaa735a9f6a371a56b12a8..085c09521aa9ce414af3f3eedb73eaa36a472745 100644
--- a/auth/store/confirmation.go
+++ b/auth/store/confirmation.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 store
diff --git a/auth/store/confirmation_test.go b/auth/store/confirmation_test.go
index 2bc188cd4429cf1ff27f5166dbbfc1c4457a13d5..570aeb0aa4077129ca429a7b8d27f0ae36c2ba32 100644
--- a/auth/store/confirmation_test.go
+++ b/auth/store/confirmation_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 store
diff --git a/auth/store/deletion.go b/auth/store/deletion.go
index d5fb746a72fa9f02466a9ebe7a73da3b86499616..0da70d1d114530f78c9072d5bf7774ada489c056 100644
--- a/auth/store/deletion.go
+++ b/auth/store/deletion.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 store
 
 import (
diff --git a/auth/store/fingerprint.go b/auth/store/fingerprint.go
index 3a99453a985f02f86e0e54636cd55b1249dfebbc..4f0d71429c53d33c19efdf4037e7ad1e4a4594b5 100644
--- a/auth/store/fingerprint.go
+++ b/auth/store/fingerprint.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package store
 
diff --git a/auth/store/previousNegotiations.go b/auth/store/previousNegotiations.go
index be8d701f082ef99de72cd67f9a1d4c0b01b6bd9f..22ab7b3a592a182508925be50b4a9240e29a313b 100644
--- a/auth/store/previousNegotiations.go
+++ b/auth/store/previousNegotiations.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 store
diff --git a/auth/store/previousNegotiations_test.go b/auth/store/previousNegotiations_test.go
index 2d8234a45adf372b5883eb7bade2714f6574619a..e99414f7f5a8fb271e90941a78796da84df3fbe5 100644
--- a/auth/store/previousNegotiations_test.go
+++ b/auth/store/previousNegotiations_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 store
diff --git a/auth/store/receivedRequest.go b/auth/store/receivedRequest.go
index 4bb0c5216a6abd2b48d7fdc779c493d5a69b6597..c9a72d3e8792f19a4d9356830dcf641e28ccc183 100644
--- a/auth/store/receivedRequest.go
+++ b/auth/store/receivedRequest.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 store
 
 import (
diff --git a/auth/store/request.go b/auth/store/request.go
index 0678d9c5c220c29f88c49aa286dfd592454a95be..88c721fdd09b23c20e6bfd3b1922ec5518fd0b98 100644
--- a/auth/store/request.go
+++ b/auth/store/request.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package store
 
diff --git a/auth/store/sentRequest.go b/auth/store/sentRequest.go
index 5f5b8a69e1e193ada63726e1f24c31e03a37973c..1cc42f4748b6f4ecd419beafa765db9237afe4d7 100644
--- a/auth/store/sentRequest.go
+++ b/auth/store/sentRequest.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package store
 
diff --git a/auth/store/sentRequestHandler.go b/auth/store/sentRequestHandler.go
index 4a8afac3ea867ea5eb2570f978ba6ff88be0f663..e0466210679b3f83d9256f528b9b309702c3629d 100644
--- a/auth/store/sentRequestHandler.go
+++ b/auth/store/sentRequestHandler.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 store
 
 // SentRequestHandler allows the lower level to assign and remove services
diff --git a/auth/store/store.go b/auth/store/store.go
index e5496b2d7c88751b36250f814f397ba9ae97bcef..d30e5d6d9c233e6072c9caf4601bf8ccc508d76c 100644
--- a/auth/store/store.go
+++ b/auth/store/store.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package store
 
diff --git a/auth/store/store_test.go b/auth/store/store_test.go
index 4c88064c04acebb62281c108d69eeb66caac5182..3de11bc3b6d7e2a122af2a2849c2bc729effa88e 100644
--- a/auth/store/store_test.go
+++ b/auth/store/store_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package store
 
diff --git a/auth/utils_test.go b/auth/utils_test.go
index 4136860e379218229be76f900d4484642741c919..aa4689e7ae5bc74d38470e8179fd79b1a43fac68 100644
--- a/auth/utils_test.go
+++ b/auth/utils_test.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 auth
 
 import (
diff --git a/auth/verify.go b/auth/verify.go
index f86aad68db374043efbb41ffb9c19048d172598c..d9a3259ecbf68067e07df6bac5dd3892a0113fb0 100644
--- a/auth/verify.go
+++ b/auth/verify.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package auth
 
diff --git a/auth/verify_test.go b/auth/verify_test.go
index 9f2a34642e241b870fa55d337c3bcf24efe519b5..81515c9732579ba7578082ee6e8b1325bc199d7f 100644
--- a/auth/verify_test.go
+++ b/auth/verify_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package auth
 
diff --git a/backup/backup.go b/backup/backup.go
index c6debb0888faf7f4499a060d16f2f1fae09a2082..d4cc92a408a48cd809b30a93f25bb9ea93b02e59 100644
--- a/backup/backup.go
+++ b/backup/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package backup
diff --git a/backup/backupRestore.go b/backup/backupRestore.go
index c0a4e3ecc37c5b2ba99816d0b05c297b70884e19..6be4fd04620c011b8d3c318471e4aef04d86b700 100644
--- a/backup/backupRestore.go
+++ b/backup/backupRestore.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package backup
diff --git a/backup/backup_test.go b/backup/backup_test.go
index bcaf8cf35bb4c7d0044cbf7e2a79e445e0d9c207..b2351482e56aa32e6c13c5c03a339bf2e689cbe5 100644
--- a/backup/backup_test.go
+++ b/backup/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 backup
diff --git a/backup/jsonStorage.go b/backup/jsonStorage.go
index 8ce778b56aff9c76847caf1953451d7cb6b39d5d..706dd396e81ef4826f2d1696bed3eae529d3465c 100644
--- a/backup/jsonStorage.go
+++ b/backup/jsonStorage.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 backup
 
 import (
diff --git a/backup/jsonStorage_test.go b/backup/jsonStorage_test.go
index 352f6d2d6e595fe8a6fe49da48deda570cee647c..a5eb3d2bb06ef942612fcc6b2c86992e2c9adad0 100644
--- a/backup/jsonStorage_test.go
+++ b/backup/jsonStorage_test.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 backup
 
 import (
diff --git a/backup/keyStorage.go b/backup/keyStorage.go
index 27437998775dc4a63cf4e3c996dd82f3aa68e56c..a360731fee371afa7421c303e1d48b87d2851bbb 100644
--- a/backup/keyStorage.go
+++ b/backup/keyStorage.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 backup
diff --git a/backup/utils_test.go b/backup/utils_test.go
index 9a1d03976d8df5e71cfb7d87d1e5e32ce775caf8..beecea4a4c9c94fcd21acc78ced939ef919ab143 100644
--- a/backup/utils_test.go
+++ b/backup/utils_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 backup
diff --git a/bindings/authenticatedConnection.go b/bindings/authenticatedConnection.go
index 3cd2fcd009b7d47160e9002b60b4844ff1d43ade..70ef4cf4921658b45223a9b7f254c1c1c029b67b 100644
--- a/bindings/authenticatedConnection.go
+++ b/bindings/authenticatedConnection.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/backup.go b/bindings/backup.go
index b7756fccb06b3df2b25f6ab5da3aa06f7d1e6313..50aaf5c29fb0aed49682fb582e158fb698ee9b9d 100644
--- a/bindings/backup.go
+++ b/bindings/backup.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/broadcast.go b/bindings/broadcast.go
index 6cea173b9000ede941c7c640727912c21f6e8cb0..857f6bd98dfcd4833b0bc8412d55286af525dcb0 100644
--- a/bindings/broadcast.go
+++ b/bindings/broadcast.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/broadcast_test.go b/bindings/broadcast_test.go
index 5c12dff82a86193ab99cc839d57dc5d94ce93c1a..bb7d93d52431b545d536b53742f49ee75ba786f4 100644
--- a/bindings/broadcast_test.go
+++ b/bindings/broadcast_test.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 bindings
 
 import (
diff --git a/bindings/cmix.go b/bindings/cmix.go
index 71d5b1c64e19277498922c345edac1ab38997698..422740df88391fcdd91e54848520d38dfeb28a8d 100644
--- a/bindings/cmix.go
+++ b/bindings/cmix.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/connect.go b/bindings/connect.go
index 927d162aa921fae460b9849e8259c77f56afbb99..faaffc1956afc88ef17762cf52bd22fc09ae737e 100644
--- a/bindings/connect.go
+++ b/bindings/connect.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/connect_test.go b/bindings/connect_test.go
index e0f8b38cd106e79c430a5e0b3a56484e87423d7d..5a58b4a715e97983bf9b4d79c560455346da958f 100644
--- a/bindings/connect_test.go
+++ b/bindings/connect_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/delivery.go b/bindings/delivery.go
index 39df199c799b395cae42e0743debca49375a46c0..89521d887175367d6fd40966363b8e12a7fbd89a 100644
--- a/bindings/delivery.go
+++ b/bindings/delivery.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/dummy.go b/bindings/dummy.go
index 6d6ee3c391c3edfb6812347f702d16bbc65dc443..9a0c5c9d87607f0cf1fd343a76865f375ff13796 100644
--- a/bindings/dummy.go
+++ b/bindings/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package bindings
diff --git a/bindings/e2e.go b/bindings/e2e.go
index 22bc2b7249c48ffff3aff0ce88102175282fd024..c072c5cb4e0d6393a27e790d2c6c3b0852d79502 100644
--- a/bindings/e2e.go
+++ b/bindings/e2e.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/e2eAuth.go b/bindings/e2eAuth.go
index cee5f04f4d0e1fafcaecc8c65ff5cdb56e3c9209..f7c01b53650eb210398cf6be27289a8ef3f6de18 100644
--- a/bindings/e2eAuth.go
+++ b/bindings/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package bindings
diff --git a/bindings/e2eHandler.go b/bindings/e2eHandler.go
index 95256801441ed19654d1d516e824149c3ee040ea..8f53305e39b40a281b7bc9780d1dae091a2c9989 100644
--- a/bindings/e2eHandler.go
+++ b/bindings/e2eHandler.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/errors.go b/bindings/errors.go
index c5f4edce5a03fd31ce40ca5c15c3e689fe16e174..4c15d28df9ae1fd4c6a748b3ed1b23bb317c7b4c 100644
--- a/bindings/errors.go
+++ b/bindings/errors.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/errors_test.go b/bindings/errors_test.go
index 0dbcf0220e1232aa450d0884363e4c461fe42c66..fdb6539d0489e753196cfb89f50b29e0dffa45c0 100644
--- a/bindings/errors_test.go
+++ b/bindings/errors_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/fileTransfer.go b/bindings/fileTransfer.go
index 79a7d6bc7cbda08f0cc9b85341a82692bb834362..b2239b9c8cb0c38d710723f51b8e00df44d40dfe 100644
--- a/bindings/fileTransfer.go
+++ b/bindings/fileTransfer.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/fileTransfer_test.go b/bindings/fileTransfer_test.go
index 10d49d9b81cbea043d281de9f4377508a6e2063f..81a0679e0a9737e4db9465e23d8d3519d70b9b9b 100644
--- a/bindings/fileTransfer_test.go
+++ b/bindings/fileTransfer_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/follow.go b/bindings/follow.go
index e1505739e7cd91d526b1e1dfac16ee8a5f128c91..2303274e3c51e897c2331faed61dd56f4d939f71 100644
--- a/bindings/follow.go
+++ b/bindings/follow.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/group.go b/bindings/group.go
index 4d8af5a16450d7c451cec10f16600383b5250500..8e0ddad214aadf94ff1bc907b952ff2e1cf00931 100644
--- a/bindings/group.go
+++ b/bindings/group.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/identity.go b/bindings/identity.go
index e3aa4abdc2362f80c7d12f103cea39e55bfc93e4..c48bd0d18814ae65037ed0a0cfd715fb7b8210ee 100644
--- a/bindings/identity.go
+++ b/bindings/identity.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/identity_test.go b/bindings/identity_test.go
index 3dda17691bc63fc1e049ff14cccbbe7888d55146..d30efb1078de7c8b204b3911bc97470a41c58e4c 100644
--- a/bindings/identity_test.go
+++ b/bindings/identity_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/json_test.go b/bindings/json_test.go
index b42bc6806ab14d52f7a731513e72d4234164d084..4dd6eeadcfe5f789aa59ef1f2a1ba7b372e2b709 100644
--- a/bindings/json_test.go
+++ b/bindings/json_test.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 bindings
 
 import (
diff --git a/bindings/listener.go b/bindings/listener.go
index c19bca2fd3d1dfa72608f51b60c474f64cfa7b24..cc2bba18222e19a6f4bbf0f3f57948e7e9899872 100644
--- a/bindings/listener.go
+++ b/bindings/listener.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/listener_test.go b/bindings/listener_test.go
index 92276c186e1d30ac8d91785df3a1ab8839cf0746..e06dd2b549a84ec650129158575ede3966036fa7 100644
--- a/bindings/listener_test.go
+++ b/bindings/listener_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/logging.go b/bindings/logging.go
index a4b1df6ae671f808ce5594f5ab1ae0e204d81cfc..9b609f103e8d59e79b7ac5e8e2099d5cd1056b1b 100644
--- a/bindings/logging.go
+++ b/bindings/logging.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // logging.go contains bindings log control functions
 
diff --git a/bindings/ndf.go b/bindings/ndf.go
index eb6a5c87d7c33ee968c6d005cb10ab96e7026968..605d5fa7ec6abdab136410893c14f5f06ff034f3 100644
--- a/bindings/ndf.go
+++ b/bindings/ndf.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/ndf_test.go b/bindings/ndf_test.go
index c453582b5d7eccee053de6f4d60cae5a345af3ed..5c565bb4b3965567b553bfd393b1a8fab8a102be 100644
--- a/bindings/ndf_test.go
+++ b/bindings/ndf_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/notifications.go b/bindings/notifications.go
index 8a048fa03382b587bdc456c7a9d9c0cbfe9f5479..217accf1163a6d12d426a0ebd90f6902f9e05244 100644
--- a/bindings/notifications.go
+++ b/bindings/notifications.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 bindings
diff --git a/bindings/notifications_test.go b/bindings/notifications_test.go
index 390062f08456961cb3e18eb84675e64f18e867b8..91d2974593719c9094def579d34b74a01325ac74 100644
--- a/bindings/notifications_test.go
+++ b/bindings/notifications_test.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 bindings
 
 import (
diff --git a/bindings/params.go b/bindings/params.go
index 151811be715db3ce2d612173b6d2b45bcfd84417..79ad6201ee957e0c34c584d29dc6afe095b76ae8 100644
--- a/bindings/params.go
+++ b/bindings/params.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // params.go provides functions for getting and setting parameters in bindings.
 
diff --git a/bindings/restlike.go b/bindings/restlike.go
index 2fe52c8aa5df83a31f5f49be27e16c2d384705f0..bebe90bc88fe54f8d8f35c652f67830b3259562d 100644
--- a/bindings/restlike.go
+++ b/bindings/restlike.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/restlikeSingle.go b/bindings/restlikeSingle.go
index 76431501a3f9393b8e954ca81ac0d9f004653ba9..c71d0e05b4c02f74354957671e40f0f642565bdb 100644
--- a/bindings/restlikeSingle.go
+++ b/bindings/restlikeSingle.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/secrets.go b/bindings/secrets.go
index 6086282de043b535a769a6c5e5a5c788a156a081..41f16598dc7b283c59bf1da2a6d1189c5b49fc94 100644
--- a/bindings/secrets.go
+++ b/bindings/secrets.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/secrets_test.go b/bindings/secrets_test.go
index 60b03a2d42b8b564e4dbf134aab92c4cf189e401..41e590ec756bc1f4eb2981a2df44995d10b2c861 100644
--- a/bindings/secrets_test.go
+++ b/bindings/secrets_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/single.go b/bindings/single.go
index a3bacbce28c6db129ae233ea0c684ad9b90a9817..71c4420148dcf7049a4b4fdc911afd990b810838 100644
--- a/bindings/single.go
+++ b/bindings/single.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/single_test.go b/bindings/single_test.go
index c5424809add94e375336da1badd3a1a00696c36e..1f34d616f3af0e447b472e6675472f800131babf 100644
--- a/bindings/single_test.go
+++ b/bindings/single_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package bindings
 
diff --git a/bindings/ud.go b/bindings/ud.go
index 3a3f21a0d43a4905ba5645d40cd38f4e82ed4854..a49031ad7fd9752a99315c6606c04706cbb1b800 100644
--- a/bindings/ud.go
+++ b/bindings/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package bindings
diff --git a/bindings/version.go b/bindings/version.go
index e0571df8f1f22855f504b021fe869111781f724b..1dae09cc111915e2b0556d386f041f73c7dc9b62 100644
--- a/bindings/version.go
+++ b/bindings/version.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // version.go contains functions to report the client version.
 
diff --git a/broadcast/asymmetric.go b/broadcast/asymmetric.go
index 2b263cad705cadcfd0f9fb5a819a1c019cb8bb4b..37d5cac8417ccbdd98f8d3d28f1cfa6bf35b4816 100644
--- a/broadcast/asymmetric.go
+++ b/broadcast/asymmetric.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 broadcast
diff --git a/broadcast/asymmetric_test.go b/broadcast/asymmetric_test.go
index 776879127b040946b8147c184341cc4860de3296..e817688ded54df75a0cad3da24bdb85624e5e8dd 100644
--- a/broadcast/asymmetric_test.go
+++ b/broadcast/asymmetric_test.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 broadcast
 
 import (
diff --git a/broadcast/broadcastClient.go b/broadcast/broadcastClient.go
index 6e1c7391cc6f97ed429cfd4164508444ac3eb0b3..71e9ab35a74d6e9c4597f082786aaa009702bee8 100644
--- a/broadcast/broadcastClient.go
+++ b/broadcast/broadcastClient.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 broadcast
diff --git a/broadcast/interface.go b/broadcast/interface.go
index bd464945549ba67b4800dcef5c1f4f9d339d061d..dc112ea8bebf457bf44f722c5332f001f27b67d3 100644
--- a/broadcast/interface.go
+++ b/broadcast/interface.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 broadcast
diff --git a/broadcast/method.go b/broadcast/method.go
index e493151504b00fabf320429b5da52a474f23efed..8e93ea57dba204b2f616071e54d7317bcec96624 100644
--- a/broadcast/method.go
+++ b/broadcast/method.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 broadcast
diff --git a/broadcast/processor.go b/broadcast/processor.go
index 651974c4cb648aba5df3e56fa8f46901cc1a2899..a387c9e43ea1f8cb376f90adc7d7589e6ef2fd16 100644
--- a/broadcast/processor.go
+++ b/broadcast/processor.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 broadcast
diff --git a/broadcast/processor_test.go b/broadcast/processor_test.go
index 9e48f372e92663eea061a8a7d72e0fbe13d58eee..6e0aa8edec9d054dc8c3283fc2689fd7eae71593 100644
--- a/broadcast/processor_test.go
+++ b/broadcast/processor_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 broadcast
diff --git a/broadcast/sizedBroadcast.go b/broadcast/sizedBroadcast.go
index d05effe1bcf93b07a0f3cd3533c28df8136c3a46..e7099e02b089b3b0c8eaddcd4903313ce9d79e2c 100644
--- a/broadcast/sizedBroadcast.go
+++ b/broadcast/sizedBroadcast.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 broadcast
diff --git a/broadcast/sizedBroadcast_test.go b/broadcast/sizedBroadcast_test.go
index a065101498b5bb6fe22ba66804f85190b8aab887..d81b439c097574e0c58d35525da79d14a1334471 100644
--- a/broadcast/sizedBroadcast_test.go
+++ b/broadcast/sizedBroadcast_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 broadcast
diff --git a/broadcast/symmetric.go b/broadcast/symmetric.go
index 601c2bebec39f7c00c1e389a9f2d0d8ccc5122f3..9a6885c8bc59fbd5b0d9482e99bbeefcc404c6be 100644
--- a/broadcast/symmetric.go
+++ b/broadcast/symmetric.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 broadcast
diff --git a/broadcast/symmetric_test.go b/broadcast/symmetric_test.go
index 2eb26d29eb3b56db1e894ad5b3da3aaabadf114f..c339838c68cd6b2b2cebadef08157bb31a5d735f 100644
--- a/broadcast/symmetric_test.go
+++ b/broadcast/symmetric_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 broadcast
diff --git a/broadcast/utils_test.go b/broadcast/utils_test.go
index 7bd4ac341a47f98359c76c7a06a5adb70f85f05f..5ed5d22f099783ed5d47bdfff84451af96dc5378 100644
--- a/broadcast/utils_test.go
+++ b/broadcast/utils_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 broadcast
diff --git a/catalog/messageTypes.go b/catalog/messageTypes.go
index 9ab1244631e1c6265e2f8a4a205022f35d943ac0..acadac652c0777e1d58c805a753084547c8f36de 100644
--- a/catalog/messageTypes.go
+++ b/catalog/messageTypes.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 catalog
 
 import "fmt"
diff --git a/catalog/services.go b/catalog/services.go
index 24ab74a466f6499654267861760b72cbc2d6472e..cb5ce516d3bc8cc5babbd8461da161ec23c5d72d 100644
--- a/catalog/services.go
+++ b/catalog/services.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 catalog
 
 import "gitlab.com/elixxir/crypto/sih"
diff --git a/cmd/backup.go b/cmd/backup.go
index a102a56570c4cce0256de12d2c29f4d2d8814a14..91cc194d71596ce22601dddb333fff6f24742bfd 100644
--- a/cmd/backup.go
+++ b/cmd/backup.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package cmd
diff --git a/cmd/broadcast.go b/cmd/broadcast.go
index f6487332c36daab637b48435717ef2b65255c9ee..9b757490df44dac7493b6522a698b9ae17d7fc99 100644
--- a/cmd/broadcast.go
+++ b/cmd/broadcast.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 cmd
 
 import (
diff --git a/cmd/callbacks.go b/cmd/callbacks.go
index df834ca48f115eeecb34350e5897caa8bb79fa0a..79ea1931d349b3c056c29ce33a6dfdbddc60cb7e 100644
--- a/cmd/callbacks.go
+++ b/cmd/callbacks.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // callbacks.go implements all of the required api callbacks for the cli
 package cmd
diff --git a/cmd/connect.go b/cmd/connect.go
index 7b31c2cd8be6557f64f214ddf781c375fe6ce319..67059fc616f6f05658b180ef68142e08421abbdf 100644
--- a/cmd/connect.go
+++ b/cmd/connect.go
@@ -1,8 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 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 cmd
diff --git a/cmd/deployment.go b/cmd/deployment.go
index f5350d516b2beff594fae0d0f70568c3318c2484..8e22630ee0d11da8737910859165683da0004e6c 100644
--- a/cmd/deployment.go
+++ b/cmd/deployment.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmd
 
diff --git a/cmd/dumpRounds.go b/cmd/dumpRounds.go
index 88743972921640bc169fd7213122e07254af77b0..b7e8daf14ef5d7be1f67a7c8ab2f2d2e5f1f11e7 100644
--- a/cmd/dumpRounds.go
+++ b/cmd/dumpRounds.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Package cmd initializes the CLI and config parsers as well as the logger.
 package cmd
diff --git a/cmd/fileTransfer.go b/cmd/fileTransfer.go
index 1b0e2fe5c79da6c8f5d8494e7b9d2b618a0f83d0..dbe42e5cdea1bfe94bed39090f08e37f297386c8 100644
--- a/cmd/fileTransfer.go
+++ b/cmd/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package cmd
diff --git a/cmd/flags.go b/cmd/flags.go
index edd40259a56eb227c267811c125ffab746ec0f67..5406561ba70cade7dd1cd260ee5d12c4d55b8283 100644
--- a/cmd/flags.go
+++ b/cmd/flags.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmd
 
diff --git a/cmd/getndf.go b/cmd/getndf.go
index 8a107960597d96e163e2d5d0963b3c6291e51113..b94540bbdfb6b3ad6a74ff86d5ffa0f6384aad32 100644
--- a/cmd/getndf.go
+++ b/cmd/getndf.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Package cmd initializes the CLI and config parsers as well as the logger.
 package cmd
diff --git a/cmd/group.go b/cmd/group.go
index 1c1b1f72159371aaf85851acb627184dfb2abcfd..8f8bb6a3932450fd9f68af0649ddb3b1ecef8f8a 100644
--- a/cmd/group.go
+++ b/cmd/group.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // The group subcommand allows creation and sending messages to groups
 
diff --git a/cmd/init.go b/cmd/init.go
index 00294f2c4a79d6bd38ce9c330df5b86466a608c3..deef974a0a0a4a98069dfbd26a8a01fecb73437d 100644
--- a/cmd/init.go
+++ b/cmd/init.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Package cmd initializes the CLI and config parsers as well as the logger.
 package cmd
diff --git a/cmd/pickup.go b/cmd/pickup.go
index ee4afbe53c923e9ec864e6a5b20536fe91b78a01..d1171e7a4e044bca1fc55450c8c304019c269ede 100644
--- a/cmd/pickup.go
+++ b/cmd/pickup.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Package cmd initializes the CLI and config parsers as well as the logger.
 package cmd
diff --git a/cmd/precan.go b/cmd/precan.go
index 4f607c6b110321da890c6d23851f23b235cb452c..824b17d3a838caa05dfee5a794ee0d0bfa5a90ee 100644
--- a/cmd/precan.go
+++ b/cmd/precan.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // precan.go handles functions for precan users, which are not usable
 // unless you are on a localized test network.
diff --git a/cmd/proto.go b/cmd/proto.go
index 129ff1b0884eed4b4eacad6454f80c515eb2d53c..0203d1e5f49d81f71204c1ceafdb1c31900a38df 100644
--- a/cmd/proto.go
+++ b/cmd/proto.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package cmd
diff --git a/cmd/root.go b/cmd/root.go
index c3366aaf76240b114c3e6e4b0d0899058a4fbe91..66240fdb9b20a332daaca3d7a77ff24a9186a6e6 100644
--- a/cmd/root.go
+++ b/cmd/root.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Package cmd initializes the CLI and config parsers as well as the logger.
 package cmd
diff --git a/cmd/single.go b/cmd/single.go
index 9493840752aa2e9fc97f8fb416d189c43d72e8c9..a8d45e57bb143497ff179d9d9d78f167e7f7fcc4 100644
--- a/cmd/single.go
+++ b/cmd/single.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Package cmd initializes the CLI and config parsers as well as the logger.
 package cmd
diff --git a/cmd/ud.go b/cmd/ud.go
index 73a47f02d60e32f588fa1e0f24395a082c23d689..8ee968508efd096cf8b6597fe95a212b8cdbdebc 100644
--- a/cmd/ud.go
+++ b/cmd/ud.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Package cmd initializes the CLI and config parsers as well as the logger.
 package cmd
diff --git a/cmd/utils.go b/cmd/utils.go
index 80c9471f4b2124ab2743cf11b72da0d6e41d57e5..3752dcc7e9e548181b3982db440c39c1a5d3abb5 100644
--- a/cmd/utils.go
+++ b/cmd/utils.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 cmd
 
 import (
diff --git a/cmd/version.go b/cmd/version.go
index 41055fef35186085ee0747b89bc17332b13a95df..0a90ed6fa934e4ef6edaeae3326976a4870c640a 100644
--- a/cmd/version.go
+++ b/cmd/version.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Handles command-line version functionality
 
diff --git a/cmix/address/addressSpace.go b/cmix/address/addressSpace.go
index be6cd94abdfc1cabc9bc58ede4516dbe6a773f88..500797fa0a69ca58c10dc11973d539567fe092c8 100644
--- a/cmix/address/addressSpace.go
+++ b/cmix/address/addressSpace.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 address
 
 import (
diff --git a/cmix/address/addressSpace_test.go b/cmix/address/addressSpace_test.go
index 62b23793efe9dff74f5e6297d0d529d9da68bf29..aed3e9f9c950e1cc7da2039638745e639f72ee73 100644
--- a/cmix/address/addressSpace_test.go
+++ b/cmix/address/addressSpace_test.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 address
 
 import (
diff --git a/cmix/check.go b/cmix/check.go
index 899fe10db2a7420f493bf70e23d12065245ffd16..ed010a7625cafae25ed8bc7f87520529099b2ed1 100644
--- a/cmix/check.go
+++ b/cmix/check.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 cmix
 
 import (
diff --git a/cmix/check_test.go b/cmix/check_test.go
index 5ab2aaf943aac5645d224e07d2e7bca3620caf21..e828e4c1d64a981b5d878ff98b267c050f14829f 100644
--- a/cmix/check_test.go
+++ b/cmix/check_test.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 cmix
 
 import (
diff --git a/cmix/client.go b/cmix/client.go
index fb326f72ac1fcdc8c75cf7e61645bbca8f4fc061..d6acf56eb258bb7dfb8b3b31ddb7446c6101e2f6 100644
--- a/cmix/client.go
+++ b/cmix/client.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmix
 
diff --git a/cmix/cmixMessageBuffer.go b/cmix/cmixMessageBuffer.go
index 54ba624ab9a203559de9bfcb6340adf1bddec8a6..d590f2d5053440b0adc18bcef585a62dbc20e562 100644
--- a/cmix/cmixMessageBuffer.go
+++ b/cmix/cmixMessageBuffer.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmix
 
diff --git a/cmix/cmixMessageBuffer_test.go b/cmix/cmixMessageBuffer_test.go
index 1a9189a689726d2a4eec07a1d629d622e66b4d10..1318b3544c7fb393c23cac8593106649cccc111b 100644
--- a/cmix/cmixMessageBuffer_test.go
+++ b/cmix/cmixMessageBuffer_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmix
 
diff --git a/cmix/critical.go b/cmix/critical.go
index 719e6d9f0eff0774bdf083f01f07034a58ab6127..92de10bb0736c13a130c99735393cc5598e13071 100644
--- a/cmix/critical.go
+++ b/cmix/critical.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 cmix
 
 import (
diff --git a/cmix/critical_test.go b/cmix/critical_test.go
index 4126c57714955cbf446c4fab02c532eb0b159fd7..4b09fff7e44c281873b774833999514999c5e5f0 100644
--- a/cmix/critical_test.go
+++ b/cmix/critical_test.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 cmix
 
 import (
diff --git a/cmix/follow.go b/cmix/follow.go
index 29eb9035a252a00b3af8cc80a0768b54d8e528b1..ef21f5dfcf941f6619c154e681f0781508bd1009 100644
--- a/cmix/follow.go
+++ b/cmix/follow.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmix
 
diff --git a/cmix/follow_test.go b/cmix/follow_test.go
index ed81b15896d3d8c32b3aca6714550af48b7537f7..7b887cc1e874f49c2ae0226cfa28a4736956e689 100644
--- a/cmix/follow_test.go
+++ b/cmix/follow_test.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 cmix
 
 //func TestClient_Follow(t *testing.T) {
diff --git a/cmix/gateway/hostPool.go b/cmix/gateway/hostPool.go
index c90a825fafa8b9b4a9fee9988fe5ab94d1b347dc..49875776c2ff735520e7662eea9a14cdb3a44811 100644
--- a/cmix/gateway/hostPool.go
+++ b/cmix/gateway/hostPool.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Package gateway Handles functionality related to providing Gateway
 // connect.Host objects for message sending to the rest of the client
diff --git a/cmix/gateway/hostpool_test.go b/cmix/gateway/hostpool_test.go
index f5a49cc4e9c0d052ac704d901976da4635069c3c..8f35e91f41d508806469a5f4f274f61d1a0c2adf 100644
--- a/cmix/gateway/hostpool_test.go
+++ b/cmix/gateway/hostpool_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package gateway
 
diff --git a/cmix/gateway/sender.go b/cmix/gateway/sender.go
index 1ccff1fb8b0c18550cfad2dd7db48d04aaae89d0..98dffa6a2de35328d4b42f27d920144663de4095 100644
--- a/cmix/gateway/sender.go
+++ b/cmix/gateway/sender.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 // Contains gateway message sending wrappers
diff --git a/cmix/gateway/sender_test.go b/cmix/gateway/sender_test.go
index b6de48005f188dadc6e1f4053d80f84c53af291d..b891940d13983a8dc314757c11ecc6580d520e63 100644
--- a/cmix/gateway/sender_test.go
+++ b/cmix/gateway/sender_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package gateway
 
diff --git a/cmix/gateway/storeHostList.go b/cmix/gateway/storeHostList.go
index d71d17b53e235ad5eb02860d8951794304ed59cc..1cb2929d6cf7563fe7ac3856c487f43d4a66740b 100644
--- a/cmix/gateway/storeHostList.go
+++ b/cmix/gateway/storeHostList.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 gateway
diff --git a/cmix/gateway/storeHostList_test.go b/cmix/gateway/storeHostList_test.go
index 6dddef1f25f0737cda09b8b53802d4431806bd0b..54757ab5cbeaac6a680274729b32529e7e6c3f7a 100644
--- a/cmix/gateway/storeHostList_test.go
+++ b/cmix/gateway/storeHostList_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 gateway
diff --git a/cmix/gateway/utils_test.go b/cmix/gateway/utils_test.go
index d9dc77cf5674127e3e30a3ecd0896dcdba16816f..7846da5d89547e66ccd8996e24c3d3fe4bb0c7e0 100644
--- a/cmix/gateway/utils_test.go
+++ b/cmix/gateway/utils_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package gateway
 
diff --git a/cmix/health/tracker.go b/cmix/health/tracker.go
index 3f2a932e9a1b82efdeff5f8ca2bcd1c1c5e3f8fd..537ec320cae8341b341653e4af07c93fc37c50ce 100644
--- a/cmix/health/tracker.go
+++ b/cmix/health/tracker.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Contains functionality related to the event model driven network health
 // tracker.
diff --git a/cmix/health/tracker_test.go b/cmix/health/tracker_test.go
index 1c2a44aa71d4cc6a4ae30d15575c83113601edcf..1f74c7b4688037e90f9c9cf5d0147e1990a7e35a 100644
--- a/cmix/health/tracker_test.go
+++ b/cmix/health/tracker_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package health
 
diff --git a/cmix/identity/receptionID/IdentityUse.go b/cmix/identity/receptionID/IdentityUse.go
index 7255a65faafb0d73a4d4d7f44e80e92173d34894..de9ade02301a5a9a84c7363e3582b4228a70ae62 100644
--- a/cmix/identity/receptionID/IdentityUse.go
+++ b/cmix/identity/receptionID/IdentityUse.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 receptionID
 
 import (
diff --git a/cmix/identity/receptionID/fake.go b/cmix/identity/receptionID/fake.go
index 5462690d531fdeeee1b0c2a9e7d60981af8f95aa..45dd72e5f29e80709a7acd41e9cadfd2d78a4ae4 100644
--- a/cmix/identity/receptionID/fake.go
+++ b/cmix/identity/receptionID/fake.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 receptionID
 
 import (
diff --git a/cmix/identity/receptionID/fake_test.go b/cmix/identity/receptionID/fake_test.go
index 27134207200732d3cdecb943f29a1ecb259a3b42..14940f7f60c8e057273f2f2559e346505fe89690 100644
--- a/cmix/identity/receptionID/fake_test.go
+++ b/cmix/identity/receptionID/fake_test.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 receptionID
 
 import (
diff --git a/cmix/identity/receptionID/identity.go b/cmix/identity/receptionID/identity.go
index 96767b8a7a7dfa8813e2b50298f00c04b98beb66..a7c21d86cbf818bdcb489746647d79b106fd0626 100644
--- a/cmix/identity/receptionID/identity.go
+++ b/cmix/identity/receptionID/identity.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 receptionID
 
 import (
diff --git a/cmix/identity/receptionID/identity_test.go b/cmix/identity/receptionID/identity_test.go
index d1f26598684daad8550cf5476ba04b163023f956..c893a7dbd87fd3d559801f8be7007cf4535fcc6a 100644
--- a/cmix/identity/receptionID/identity_test.go
+++ b/cmix/identity/receptionID/identity_test.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 receptionID
 
 import (
diff --git a/cmix/identity/receptionID/registration.go b/cmix/identity/receptionID/registration.go
index 2655eee3a864558365e1cf2e1d8c6ea81ce2c4a0..9f25f54097a72448825e44452f3411f829237844 100644
--- a/cmix/identity/receptionID/registration.go
+++ b/cmix/identity/receptionID/registration.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 receptionID
 
 import (
diff --git a/cmix/identity/receptionID/registration_test.go b/cmix/identity/receptionID/registration_test.go
index cd8d608ac725c1750c99b723c3528f46719020fe..7206df57b4788dee47712662e4d373e33591df0f 100644
--- a/cmix/identity/receptionID/registration_test.go
+++ b/cmix/identity/receptionID/registration_test.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 receptionID
 
 import (
diff --git a/cmix/identity/receptionID/store.go b/cmix/identity/receptionID/store.go
index e13eddfac252e4fd9daf2032f920f0e110a75dfe..e87b76760a780bfaa9d2d2702cfdb3ec868d1e20 100644
--- a/cmix/identity/receptionID/store.go
+++ b/cmix/identity/receptionID/store.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 receptionID
 
 import (
diff --git a/cmix/identity/receptionID/store/checkedRounds.go b/cmix/identity/receptionID/store/checkedRounds.go
index 3ef3a61c07c131c5671fc0729e22df9f85715b49..b117f0e06a58664094f78a3bee3325c3a30f5239 100644
--- a/cmix/identity/receptionID/store/checkedRounds.go
+++ b/cmix/identity/receptionID/store/checkedRounds.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 store
 
 import (
diff --git a/cmix/identity/receptionID/store/checkedRounds_test.go b/cmix/identity/receptionID/store/checkedRounds_test.go
index 5ddc5984d10dab0502982d0a1c98761bc13801ce..1f9f623785c13167167b81655023152eb02b0870 100644
--- a/cmix/identity/receptionID/store/checkedRounds_test.go
+++ b/cmix/identity/receptionID/store/checkedRounds_test.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 store
 
 import (
diff --git a/cmix/identity/receptionID/store/earliestRound.go b/cmix/identity/receptionID/store/earliestRound.go
index fe1b60abd17932382d92f1df6d03ca480727d817..edca66ad009fbc1028b06b24257694b7064a726f 100644
--- a/cmix/identity/receptionID/store/earliestRound.go
+++ b/cmix/identity/receptionID/store/earliestRound.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 store
 
 import (
diff --git a/cmix/identity/receptionID/store/unknownRounds.go b/cmix/identity/receptionID/store/unknownRounds.go
index b14c939abdd27e72a284bf37ba71e763b6bd0536..b69bf685771e19616f86f381ec8525c6b19c9b7c 100644
--- a/cmix/identity/receptionID/store/unknownRounds.go
+++ b/cmix/identity/receptionID/store/unknownRounds.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package store
 
diff --git a/cmix/identity/receptionID/store/unknownRounds_test.go b/cmix/identity/receptionID/store/unknownRounds_test.go
index f8beea3a7adbdd8c6fc52514ffb6950280014982..ac0c85da6efdf74c847f87676c29eb645951487c 100644
--- a/cmix/identity/receptionID/store/unknownRounds_test.go
+++ b/cmix/identity/receptionID/store/unknownRounds_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package store
 
diff --git a/cmix/identity/receptionID/store_test.go b/cmix/identity/receptionID/store_test.go
index 19a53f97b11a9e7abaef0ecf3c2c0c1698602105..68ad9c12b63ed708c1e82bf08ded5cfccac74984 100644
--- a/cmix/identity/receptionID/store_test.go
+++ b/cmix/identity/receptionID/store_test.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 receptionID
 
 import (
diff --git a/cmix/identity/tracker.go b/cmix/identity/tracker.go
index 8d9f8a6d2a168d27147f9fe280f2d777e0b9935c..d35177b4d4dfe52efe4aaaf1780bc56d2574ab68 100644
--- a/cmix/identity/tracker.go
+++ b/cmix/identity/tracker.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package identity
 
diff --git a/cmix/identity/tracker_test.go b/cmix/identity/tracker_test.go
index dc9a895764c996abf1cf947c92139f2b7a23c71e..d1d75b078e5d21c326d1658247177aa10a2d4d2d 100644
--- a/cmix/identity/tracker_test.go
+++ b/cmix/identity/tracker_test.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package identity
diff --git a/cmix/interface.go b/cmix/interface.go
index a5db8b3cfe2089e94d03861769785ab99bd4390a..896b05a02a9f7c68ba67756eae8f66bc04acde93 100644
--- a/cmix/interface.go
+++ b/cmix/interface.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 cmix
 
 import (
diff --git a/cmix/message/bundle.go b/cmix/message/bundle.go
index 887148285243b4eaa96c1d4b3ef2cdd74a137c0f..88db932017ff4f33b714d782444c5264f5f1800f 100644
--- a/cmix/message/bundle.go
+++ b/cmix/message/bundle.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/cmix/message/fingerprints.go b/cmix/message/fingerprints.go
index bf6235b9711e6fe9930785ae6f941ab6290c30a5..656ab60e7942aa27f911ac0bd7d1845832c4494d 100644
--- a/cmix/message/fingerprints.go
+++ b/cmix/message/fingerprints.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/cmix/message/fingerprints_test.go b/cmix/message/fingerprints_test.go
index 813e48a5a4123dbff0995fbc1f51e1aa38b0848b..582480bd90973ce4e62102fa5f5319eeb1c55ca3 100644
--- a/cmix/message/fingerprints_test.go
+++ b/cmix/message/fingerprints_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/cmix/message/handler.go b/cmix/message/handler.go
index 6a5baf55486860b3d14d5d2960acaa861dc18ba0..45b693c5aba110a8c910148d59d75096b5d17fc6 100644
--- a/cmix/message/handler.go
+++ b/cmix/message/handler.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/cmix/message/handler_test.go b/cmix/message/handler_test.go
index 99dfb9f199d0ea3ced7341e0ae7282e73930feaf..33247a786a64b5fcadb01e7c62c5d5f88c2137cd 100644
--- a/cmix/message/handler_test.go
+++ b/cmix/message/handler_test.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package message
diff --git a/cmix/message/inProgress.go b/cmix/message/inProgress.go
index 83cc22fe27041c352bdfb73545e7113a9e5adb38..91760e5865ba99944e4d0b3b5ca78a4b393c34f1 100644
--- a/cmix/message/inProgress.go
+++ b/cmix/message/inProgress.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/cmix/message/inProgress_test.go b/cmix/message/inProgress_test.go
index be0dd901c40191e3523defc02457e016555cbf8e..c85dc5d0971324c43f502ed337ac6bd6d356e37b 100644
--- a/cmix/message/inProgress_test.go
+++ b/cmix/message/inProgress_test.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 message
 
 import (
diff --git a/cmix/message/meteredCmixMessageBuffer.go b/cmix/message/meteredCmixMessageBuffer.go
index 0bc82450812e8e993f43e63c61a658df48a27cc4..017a6fdbda4b25d581137cfc4cc75c04d9cb1820 100644
--- a/cmix/message/meteredCmixMessageBuffer.go
+++ b/cmix/message/meteredCmixMessageBuffer.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/cmix/message/meteredCmixMessageBuffer_test.go b/cmix/message/meteredCmixMessageBuffer_test.go
index 3dbb7a65d2cb39232fd34abedf5a505b90056450..ec1d6f76e30265a988150e84e72dec012afa7010 100644
--- a/cmix/message/meteredCmixMessageBuffer_test.go
+++ b/cmix/message/meteredCmixMessageBuffer_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/cmix/message/params.go b/cmix/message/params.go
index cd2e6675bff9ad8eb6303b40c32a01f80ba152ea..61bc149c329f920e8afe523c7d0c3779b282d1fd 100644
--- a/cmix/message/params.go
+++ b/cmix/message/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package message
diff --git a/cmix/message/processor.go b/cmix/message/processor.go
index 1601189b65e1c6c8ea74c263e4e77e7531e76b8d..b59ef05bf593b56935cdd2e96e2c2bdc1eafad3c 100644
--- a/cmix/message/processor.go
+++ b/cmix/message/processor.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 message
 
 import (
diff --git a/cmix/message/serviceGenerators.go b/cmix/message/serviceGenerators.go
index 374e37ba17500c7ac59e25f5d3b6c9a9e7247136..b222063cdd01a7c51cd8825af12c012bbfaa0f97 100644
--- a/cmix/message/serviceGenerators.go
+++ b/cmix/message/serviceGenerators.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 message
 
 import (
diff --git a/cmix/message/serviceInterface.go b/cmix/message/serviceInterface.go
index 346ff4b7f3f05e5902912bd00ad450e2e5e9ff75..e596d6a67939665d0d74e18b519e85b6d4d8f720 100644
--- a/cmix/message/serviceInterface.go
+++ b/cmix/message/serviceInterface.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 message
 
 import (
diff --git a/cmix/message/serviceTracker.go b/cmix/message/serviceTracker.go
index e3313a4de659d935b26d6e4477c1e5056a558497..1b7d42ce7ef8aa16de2c2496aee1a3b3727ed5d4 100644
--- a/cmix/message/serviceTracker.go
+++ b/cmix/message/serviceTracker.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 message
 
 import (
diff --git a/cmix/message/serviceTracker_test.go b/cmix/message/serviceTracker_test.go
index a1a487762c271bde32476a07652cfd4264b311bf..27a3ac5cb3bcbf51397a074bdedd44f93e68a235 100644
--- a/cmix/message/serviceTracker_test.go
+++ b/cmix/message/serviceTracker_test.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package message
diff --git a/cmix/message/services.go b/cmix/message/services.go
index 9ede26311cff79aca197228ed51ce3c388b1f7ae..665c4f858dfb2b0af472cd08a4fbdb436df000f0 100644
--- a/cmix/message/services.go
+++ b/cmix/message/services.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/cmix/message/services_test.go b/cmix/message/services_test.go
index e3cad7bed0e9ef7d2e21a1561d8cf977213bfb1b..d2082c63ce32dad5c689892457d4e42a9f3e1923 100644
--- a/cmix/message/services_test.go
+++ b/cmix/message/services_test.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package message
diff --git a/cmix/nodes/interfaces.go b/cmix/nodes/interfaces.go
index ba5809881cf9a7cddc658176b8898eb9f6378bd2..5d08e6db9a6c97712621ed02ced970e8344e1f00 100644
--- a/cmix/nodes/interfaces.go
+++ b/cmix/nodes/interfaces.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package nodes
 
diff --git a/cmix/nodes/mixCypher.go b/cmix/nodes/mixCypher.go
index 7afc8f23de227e170e6ef5d3f0d797b5dbbff5f5..ab3a554cc9dc39c27cc63e0893e3e26dcf2bd0fb 100644
--- a/cmix/nodes/mixCypher.go
+++ b/cmix/nodes/mixCypher.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package nodes
 
diff --git a/cmix/nodes/mixCypher_test.go b/cmix/nodes/mixCypher_test.go
index 941ee5532b07edcb84f89888600322e8822555f5..491ef481dfec6422a3f269b31c4bfd2f9911e78b 100644
--- a/cmix/nodes/mixCypher_test.go
+++ b/cmix/nodes/mixCypher_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package nodes
 
diff --git a/cmix/nodes/register.go b/cmix/nodes/register.go
index 000b5751501b8120c35f099f3a2db59257a8fb07..5d2249ec617e7d39af16bcdd58cc0bd0d7879558 100644
--- a/cmix/nodes/register.go
+++ b/cmix/nodes/register.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package nodes
 
diff --git a/cmix/nodes/register_test.go b/cmix/nodes/register_test.go
index 6f87c165af189030f5414adc6f61275af3f0add7..7349cd6ec55e61c484251a412576d3e87745b771 100644
--- a/cmix/nodes/register_test.go
+++ b/cmix/nodes/register_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package nodes
 
diff --git a/cmix/nodes/registrar.go b/cmix/nodes/registrar.go
index 2bfa2cb5df2d982e650658ce15e938d3e31c4624..dc61852f183937b5f4f9eadcda2cdfacd28d20a9 100644
--- a/cmix/nodes/registrar.go
+++ b/cmix/nodes/registrar.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 nodes
 
 import (
diff --git a/cmix/nodes/registrar_test.go b/cmix/nodes/registrar_test.go
index ded004b220cf4e394d2290b842fb2187eb81459b..922adfad68bc2b52f999a92561c834803be4f16b 100644
--- a/cmix/nodes/registrar_test.go
+++ b/cmix/nodes/registrar_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 nodes
diff --git a/cmix/nodes/request.go b/cmix/nodes/request.go
index 4a99c358427314446ccd557afe9596f15ffd7440..499acb4550b2ff31ebf2e4a2d4a8f8c0ef1c707b 100644
--- a/cmix/nodes/request.go
+++ b/cmix/nodes/request.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 nodes
 
 import (
diff --git a/cmix/nodes/store.go b/cmix/nodes/store.go
index ff4511934e02bf57c78834de19c1bc99ea3ac0b1..10352ae4a6875beff6e0ebea3381061e48294275 100644
--- a/cmix/nodes/store.go
+++ b/cmix/nodes/store.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package nodes
 
diff --git a/cmix/nodes/storeKey.go b/cmix/nodes/storeKey.go
index 98b6e18cac27c1611bf6f6e2f01a2cf38551a3d2..ee7f64d660e0514d121eb20b0d123bbaed05ff5e 100644
--- a/cmix/nodes/storeKey.go
+++ b/cmix/nodes/storeKey.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package nodes
 
diff --git a/cmix/nodes/store_test.go b/cmix/nodes/store_test.go
index 58ecbd9e602896816e0ff3023b826eb957478693..05bc38b2060bbfbd7ff32ad0f132d793aadb525b 100644
--- a/cmix/nodes/store_test.go
+++ b/cmix/nodes/store_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package nodes
 
diff --git a/cmix/nodes/utils_test.go b/cmix/nodes/utils_test.go
index 5370705a4a72e11638a98b5f54d7aaa15800f9d5..96eacda72794e3f66c1b4513e7f359624cf0cbe1 100644
--- a/cmix/nodes/utils_test.go
+++ b/cmix/nodes/utils_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 nodes
diff --git a/cmix/params.go b/cmix/params.go
index 73ec67dd10f47bb5969164e8593687cac5cf0e16..95344b5490b6b0e6ae55de290fd04a03712b42c9 100644
--- a/cmix/params.go
+++ b/cmix/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package cmix
diff --git a/cmix/params_test.go b/cmix/params_test.go
index 90ece9d5f6ff0dbf23a528832a0adc297425818e..a6eec124db47ec5a981dba499283708bc8cfcb40 100644
--- a/cmix/params_test.go
+++ b/cmix/params_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 cmix
diff --git a/cmix/pickup/get.go b/cmix/pickup/get.go
index f7a503b1d9fbc360a547f56a877372800db3a545..a31fb36300a2b116ef17ceec9d7eb7e401aef644 100644
--- a/cmix/pickup/get.go
+++ b/cmix/pickup/get.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package pickup
 
diff --git a/cmix/pickup/params.go b/cmix/pickup/params.go
index 99ec4cb835557f411d3d88cdf07acc23e40dba14..84754d38f4f741350da8c37d0a6f708e3e41bcee 100644
--- a/cmix/pickup/params.go
+++ b/cmix/pickup/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package pickup
diff --git a/cmix/pickup/pickup.go b/cmix/pickup/pickup.go
index 649ab4ae0dcdac73615ef501831c67146d327c08..581aeaf285553f55586a5c6006a93dc64f941203 100644
--- a/cmix/pickup/pickup.go
+++ b/cmix/pickup/pickup.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package pickup
 
diff --git a/cmix/pickup/retrieve.go b/cmix/pickup/retrieve.go
index a855e1e8a641a98cc99a62827caf9be15ca95347..45c8a7e3f66c2d321fbd3882acb40f4ed8e3c9ea 100644
--- a/cmix/pickup/retrieve.go
+++ b/cmix/pickup/retrieve.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package pickup
 
diff --git a/cmix/pickup/retrieve_test.go b/cmix/pickup/retrieve_test.go
index cf580ec420dfb8d0e3f6a2c62b774f7e5f637479..a14b34a4cadce84b4b73b0447f163355b6138cc1 100644
--- a/cmix/pickup/retrieve_test.go
+++ b/cmix/pickup/retrieve_test.go
@@ -1,9 +1,10 @@
-///////////////////////////////////////////////////////////////////////////////
-// 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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
+
 package pickup
 
 import (
diff --git a/cmix/pickup/roundGetter.go b/cmix/pickup/roundGetter.go
index 9f01fa4971fb7a02fa9176bed730c47fa66e2d2f..1c265b286c66df0921d41174a594a37d74a35a7d 100644
--- a/cmix/pickup/roundGetter.go
+++ b/cmix/pickup/roundGetter.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 pickup
 
 import (
diff --git a/cmix/pickup/store/roundIdentity.go b/cmix/pickup/store/roundIdentity.go
index a5c64b021d999a7ab78437e5b190c715e4620696..c9fc5df6cebdecee740ceb4cce079d34782fbe12 100644
--- a/cmix/pickup/store/roundIdentity.go
+++ b/cmix/pickup/store/roundIdentity.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 store
 
 import (
diff --git a/cmix/pickup/store/store.go b/cmix/pickup/store/store.go
index 4a1f83006a2dce8fead22551dcebfabb2127ad61..0d21d662d78280684ace013efbe8b7e0d182fbb3 100644
--- a/cmix/pickup/store/store.go
+++ b/cmix/pickup/store/store.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 store
 
 import (
diff --git a/cmix/pickup/store/uncheckedRounds.go b/cmix/pickup/store/uncheckedRounds.go
index b15cc5b803cc9d3139746833c60b6baf14e5ac35..d2dfd3388d9d683688ceca41c4a34f9f1df6533a 100644
--- a/cmix/pickup/store/uncheckedRounds.go
+++ b/cmix/pickup/store/uncheckedRounds.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package store
 
diff --git a/cmix/pickup/store/uncheckedRounds_test.go b/cmix/pickup/store/uncheckedRounds_test.go
index 8e4dbe052e75d5eb98fb98863be92d91200c54b4..2f8354b09e6df0fa244d6299c34ca96ce160da4e 100644
--- a/cmix/pickup/store/uncheckedRounds_test.go
+++ b/cmix/pickup/store/uncheckedRounds_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package store
 
diff --git a/cmix/pickup/unchecked.go b/cmix/pickup/unchecked.go
index 22afaa5658b79604b1feebadf2a73312b41d952a..ca289a1ee390bfb7dd9df3c634590d8a54be7752 100644
--- a/cmix/pickup/unchecked.go
+++ b/cmix/pickup/unchecked.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package pickup
 
diff --git a/cmix/pickup/unchecked_test.go b/cmix/pickup/unchecked_test.go
index 339826469fc28b0797788db62e63e4a7f110cb5a..6db1b9ec67c2f767cf04e0d170325173622f0c52 100644
--- a/cmix/pickup/unchecked_test.go
+++ b/cmix/pickup/unchecked_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package pickup
 
diff --git a/cmix/pickup/utils_test.go b/cmix/pickup/utils_test.go
index d25491d283b2ec59fc17834d8101f193e9f6ff53..2b325987ac6fab5a1bcfd205a10ba25837f53a2e 100644
--- a/cmix/pickup/utils_test.go
+++ b/cmix/pickup/utils_test.go
@@ -1,9 +1,10 @@
-///////////////////////////////////////////////////////////////////////////////
-// 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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
+
 package pickup
 
 import (
diff --git a/cmix/polltracker.go b/cmix/polltracker.go
index 835a820c548137965d0566178f22cc397c862881..1e0bdcb453c8374b199392c3941910b5108071da 100644
--- a/cmix/polltracker.go
+++ b/cmix/polltracker.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 cmix
 
 import (
diff --git a/cmix/polltracker_test.go b/cmix/polltracker_test.go
index 8fb6d96860d70c94f48f51843a03df44f84694be..1c10c9f9dba590a67b7213b89b13b1f26d93aae9 100644
--- a/cmix/polltracker_test.go
+++ b/cmix/polltracker_test.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 cmix
 
 import (
diff --git a/cmix/remoteFilters.go b/cmix/remoteFilters.go
index 37cf100e60396c612df73e85b31e5d07c5688d2f..4610697fec850387eb15f49c89024336d187e973 100644
--- a/cmix/remoteFilters.go
+++ b/cmix/remoteFilters.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmix
 
diff --git a/cmix/remoteFilters_test.go b/cmix/remoteFilters_test.go
index b33daa8b4904ec557857724609433b8baf33b8e2..97b8b9040e67d5a611b6ba2c26c6bdc5fab7d9dd 100644
--- a/cmix/remoteFilters_test.go
+++ b/cmix/remoteFilters_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmix
 
diff --git a/cmix/results.go b/cmix/results.go
index a6f8c4ad8834925dd54af6a8f151b750d0f092e8..7c510525ea6bb0ba6bd073892327dc2c8f421702 100644
--- a/cmix/results.go
+++ b/cmix/results.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmix
 
diff --git a/cmix/results_test.go b/cmix/results_test.go
index eaa2edb2b8de79d4caf49cada4c8e95123ca5c03..d0de5e992a2cc5657a299648644248cd7cb234d7 100644
--- a/cmix/results_test.go
+++ b/cmix/results_test.go
@@ -1,9 +1,10 @@
-///////////////////////////////////////////////////////////////////////////////
-// 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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
+
 package cmix
 
 const numRounds = 10
diff --git a/cmix/roundTracking.go b/cmix/roundTracking.go
index 56b327d17b309bc700af2dcc2f05a6d005eb37dd..674538a1a405dd02b335a59474cce7afd5bcc739 100644
--- a/cmix/roundTracking.go
+++ b/cmix/roundTracking.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 // This is an in-memory track of rounds that have been processed in this run of
diff --git a/cmix/roundTracking_test.go b/cmix/roundTracking_test.go
index c6219228a6e6df2c3d2c39a69440fa43e20e9013..9e7760458a429fac91bc1090876e47da2d91064d 100644
--- a/cmix/roundTracking_test.go
+++ b/cmix/roundTracking_test.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 cmix
 
 import (
diff --git a/cmix/rounds/historical.go b/cmix/rounds/historical.go
index 6b4ffbcd727c9b2e8c70b53769fb44c46761dca7..165ce22817fd2e9e01dda3de8c410ab0c174f40c 100644
--- a/cmix/rounds/historical.go
+++ b/cmix/rounds/historical.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package rounds
 
diff --git a/cmix/rounds/historical_test.go b/cmix/rounds/historical_test.go
index 807386a2557bcc84392e024d99d1ca0aedc30e1d..7fec1ae6629ba7bbb6640d4d17acddc96a480fc9 100644
--- a/cmix/rounds/historical_test.go
+++ b/cmix/rounds/historical_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package rounds
 
diff --git a/cmix/rounds/params.go b/cmix/rounds/params.go
index dd9596c2fcf6809010ceb9fbeda609f2ef3b6645..78a407a75193f54be463ba08eb557f5215cb0a79 100644
--- a/cmix/rounds/params.go
+++ b/cmix/rounds/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package rounds
diff --git a/cmix/rounds/round.go b/cmix/rounds/round.go
index 6f4f48183ca2c2f0eb0e473f4a91a752fa381b11..850cfb99e2b1ad2ac2a407b287c273ffa4211a20 100644
--- a/cmix/rounds/round.go
+++ b/cmix/rounds/round.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 rounds
 
 import (
diff --git a/cmix/rounds/roundStorage.go b/cmix/rounds/roundStorage.go
index 2b92c819f9b6279dd30d4b8b37a503b146168501..4d3cfb8385c6d2f63fd99b04c361d249616755b0 100644
--- a/cmix/rounds/roundStorage.go
+++ b/cmix/rounds/roundStorage.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 rounds
 
 import (
diff --git a/cmix/rounds/round_test.go b/cmix/rounds/round_test.go
index b0198c9acf473e2c70eae144ff71cdc3b9d96412..e903a5968e0874900296ee7211706d87afb216c3 100644
--- a/cmix/rounds/round_test.go
+++ b/cmix/rounds/round_test.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 rounds
 
 import (
diff --git a/cmix/sendCmix.go b/cmix/sendCmix.go
index f0c97a6ffc47f7611bc73d22132f2d0e087abe72..28253c0c26b26beb19345048b668a3684aab5075 100644
--- a/cmix/sendCmix.go
+++ b/cmix/sendCmix.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmix
 
diff --git a/cmix/sendCmixUtils.go b/cmix/sendCmixUtils.go
index e1db33471e869d36e60369813746c59c8bb44b11..146e63117d5cde18c1ee8d9dc794156eded72ad1 100644
--- a/cmix/sendCmixUtils.go
+++ b/cmix/sendCmixUtils.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmix
 
diff --git a/cmix/sendCmix_test.go b/cmix/sendCmix_test.go
index 67ec64ef857f9220adb3d23998aef44442631ba3..9b08c71f703729d983c2efdbbdac38b3017ac04d 100644
--- a/cmix/sendCmix_test.go
+++ b/cmix/sendCmix_test.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 cmix
 
 // func TestClient_SendCMIX(t *testing.T) {
diff --git a/cmix/sendManyCmix.go b/cmix/sendManyCmix.go
index 01e39d34e881167e224ae78fe65a8bbc18aacee0..4fa79c930c231e48a86e7c90b5f6324d4bdc2f25 100644
--- a/cmix/sendManyCmix.go
+++ b/cmix/sendManyCmix.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmix
 
diff --git a/cmix/sendManyCmix_test.go b/cmix/sendManyCmix_test.go
index 845dcd5981d49ca56112d1394041968cb8a3b0ee..a127154e56110a1ff1f78590102919d3e2a44277 100644
--- a/cmix/sendManyCmix_test.go
+++ b/cmix/sendManyCmix_test.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 cmix
 
 // func TestClient_SendMany_SendManyCMIX(t *testing.T) {
diff --git a/cmix/trackResults.go b/cmix/trackResults.go
index c27b259408fe814d9fc1218b0f49047bc3ad4564..412c38974f38991f05e7ee2d146a37d7ef4438e2 100644
--- a/cmix/trackResults.go
+++ b/cmix/trackResults.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package cmix
 
diff --git a/cmix/utils_test.go b/cmix/utils_test.go
index 9d7b20d3df65c8dd77b4e464ac1898e6c1eaae5d..54f05de98e8251b98f23934f00df9e21337c62a9 100644
--- a/cmix/utils_test.go
+++ b/cmix/utils_test.go
@@ -1,9 +1,10 @@
-///////////////////////////////////////////////////////////////////////////////
-// 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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
+
 package cmix
 
 import (
diff --git a/connect/authCallbacks.go b/connect/authCallbacks.go
index 4588557b0a58fbb89623d4a46f988b4c495d4362..ab1ff7b0a2138e7fbea34486425759dd37b28c1c 100644
--- a/connect/authCallbacks.go
+++ b/connect/authCallbacks.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package connect
diff --git a/connect/authenticated.go b/connect/authenticated.go
index b2d63f7582380f2116b6f78c14d00bedbcdc5da7..45f8dac4a97c204d9c25e87d07bbe86558933328 100644
--- a/connect/authenticated.go
+++ b/connect/authenticated.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package connect
 
diff --git a/connect/authenticated.proto b/connect/authenticated.proto
index 926ca845e35c6a25e91ff4b1d4f477c2eaea5c2d..512af812041a1891417d78fbc341ba9f74801c11 100644
--- a/connect/authenticated.proto
+++ b/connect/authenticated.proto
@@ -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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 syntax = "proto3";
 package authenticatedConnectionMessages;
diff --git a/connect/authenticated_test.go b/connect/authenticated_test.go
index d4f5be3d2875ff0841ce91a6f81c4f5ef846c204..2a40522904027498015e3e56eec9d8deebb30e35 100644
--- a/connect/authenticated_test.go
+++ b/connect/authenticated_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package connect
 
diff --git a/connect/client.go b/connect/client.go
index 809c5da3017ba707dd9037ce624ae1045f3f252f..3c335f3d02398c2b118d00b43fde388b4bd936c1 100644
--- a/connect/client.go
+++ b/connect/client.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package connect
 
diff --git a/connect/connect.go b/connect/connect.go
index 5cc9f60a2462ed565cfdc8dd5de02fb591c29e20..d786676958b11edc0dd4137e492039c8fa37707e 100644
--- a/connect/connect.go
+++ b/connect/connect.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package connect
diff --git a/connect/connectionList.go b/connect/connectionList.go
index fab3404126334ce4c3e0b29f46f9e307a751894e..4d35bd2338f5742961f37c6883de9050feb619c4 100644
--- a/connect/connectionList.go
+++ b/connect/connectionList.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 connect
diff --git a/connect/connectionList_test.go b/connect/connectionList_test.go
index b76c6b35876ee6656b099a46b663a75820db08e5..5a97e78c4509565e4d6e50ce21d732bc0875bddc 100644
--- a/connect/connectionList_test.go
+++ b/connect/connectionList_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 connect
diff --git a/connect/crypto.go b/connect/crypto.go
index 391aa1b2778dd936754182f78f57e5fa80854f39..61714203fb05c659a65ee2517196cc4f583dc080 100644
--- a/connect/crypto.go
+++ b/connect/crypto.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 connect
 
 import (
diff --git a/connect/crypto_test.go b/connect/crypto_test.go
index 633e47a700e98034df89df6f51192a4c6117a790..0d3c163757257a038e309adb4a0e13b8b6aa183f 100644
--- a/connect/crypto_test.go
+++ b/connect/crypto_test.go
@@ -1,8 +1,9 @@
-////////////////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package connect
 
diff --git a/connect/listenerTracker.go b/connect/listenerTracker.go
index 875598dfe53d314cf0052c2ab592ceff425b032c..07f926ba591f0cbe0c384cdf865754d479a09976 100644
--- a/connect/listenerTracker.go
+++ b/connect/listenerTracker.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 connect
diff --git a/connect/listenerTracker_test.go b/connect/listenerTracker_test.go
index 1cab220ad7955c6b25be5b716fc41197eefc055b..f0c69253464c469e8a760b42c71c044f70c07f1b 100644
--- a/connect/listenerTracker_test.go
+++ b/connect/listenerTracker_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 connect
diff --git a/connect/params_test.go b/connect/params_test.go
index 98bb5e2953b5ec570639c0601e78924b7e39c6ec..6d84c7699cd5389850b6725da85fafd49ad6ea77 100644
--- a/connect/params_test.go
+++ b/connect/params_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 connect
diff --git a/connect/server.go b/connect/server.go
index b9f77b28b05b5f9af692fce2f532808a82b02e99..96eb01294a6afb75516bad22026186c933ecdb9c 100644
--- a/connect/server.go
+++ b/connect/server.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package connect
 
diff --git a/connect/utils_test.go b/connect/utils_test.go
index 7fc60f5398b6361a7254cae0f72082acb17e975d..fbf1d560f5182dc13bba249d09c44bb75b5a7155 100644
--- a/connect/utils_test.go
+++ b/connect/utils_test.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 connect
 
 import (
diff --git a/dummy/manager.go b/dummy/manager.go
index 7bc4847134c5b95ebb776f81d04199ad0862878c..83feb81d324b560dc3850469f0a1acc2c852e52c 100644
--- a/dummy/manager.go
+++ b/dummy/manager.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 dummy allows for the sending of dummy messages to dummy recipients
diff --git a/dummy/manager_test.go b/dummy/manager_test.go
index 5ce9cdaee7792078681a22255e53a8039677f041..c36b2a596292f35104e69be797ef999f3f3ada3e 100644
--- a/dummy/manager_test.go
+++ b/dummy/manager_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 dummy
diff --git a/dummy/mockCmix_test.go b/dummy/mockCmix_test.go
index f8211be97a777d23f59458416075154dd055e067..b60b5fe4ea43e0536f212fb0db291db8d95fc3b5 100644
--- a/dummy/mockCmix_test.go
+++ b/dummy/mockCmix_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 dummy
diff --git a/dummy/random.go b/dummy/random.go
index 4190336b55ed461c4264ad259340876bc676afc7..2a41d8243decc43ae56ae93068c5106a8f9371e7 100644
--- a/dummy/random.go
+++ b/dummy/random.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 dummy
diff --git a/dummy/random_test.go b/dummy/random_test.go
index 3303425c884da1febf5ddecc9b3850b8221e1e33..fab84c22fc0e552931026ec0f27cc0c07e511b32 100644
--- a/dummy/random_test.go
+++ b/dummy/random_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 dummy
diff --git a/dummy/send.go b/dummy/send.go
index 06561c941434643f6f77af8105f78323b4d3c47b..ac6b39796add64bbfed8be9ed8c3e3f8687904f8 100644
--- a/dummy/send.go
+++ b/dummy/send.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 dummy
diff --git a/dummy/send_test.go b/dummy/send_test.go
index ef776b17ba9084fe07d34ab453ed890ab9b9f0f4..edc4b4e2f83f41da04dfe12c2111fc553fc528c9 100644
--- a/dummy/send_test.go
+++ b/dummy/send_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 dummy
diff --git a/dummy/utils_test.go b/dummy/utils_test.go
index a3780867a513a6c497157bd17ccfceef89f2a5ec..4ddccebf7cf5ccb4371fa31f6811bb319612fac1 100644
--- a/dummy/utils_test.go
+++ b/dummy/utils_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 dummy
diff --git a/e2e/callbacks.go b/e2e/callbacks.go
index 915229bd040440511c21caa0666dea6a68f5950d..8f4655a277a3ed8280bb513e7fc7475fe75ba47c 100644
--- a/e2e/callbacks.go
+++ b/e2e/callbacks.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 e2e
diff --git a/e2e/callbacks_test.go b/e2e/callbacks_test.go
index 327020f04304e6b960f3bc72e7c6916f9c61ad7c..ab93edae6fc38556ac12e45b920e91a8a310fe09 100644
--- a/e2e/callbacks_test.go
+++ b/e2e/callbacks_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 e2e
diff --git a/e2e/critical.go b/e2e/critical.go
index cc5a1ee9268e93923ae80520b5c9f211878d16bf..ddad76743d756a225d65122a2e8fdc285d497169 100644
--- a/e2e/critical.go
+++ b/e2e/critical.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 e2e
 
 import (
diff --git a/e2e/e2eMessageBuffer.go b/e2e/e2eMessageBuffer.go
index 00b196d6bd70d9c5dafe7e3915e1786d89581b61..d76b1eada99936c7424224906a65b2c2f675558f 100644
--- a/e2e/e2eMessageBuffer.go
+++ b/e2e/e2eMessageBuffer.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package e2e
 
diff --git a/e2e/e2eMessageBuffer_test.go b/e2e/e2eMessageBuffer_test.go
index 37826cfcff8dee48b705ad4f0efa7b2bd83bd6ac..782f3beeef774f6e2503c6152b40926395ca65b7 100644
--- a/e2e/e2eMessageBuffer_test.go
+++ b/e2e/e2eMessageBuffer_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package e2e
 
diff --git a/e2e/fpGenerator.go b/e2e/fpGenerator.go
index 5e89dd8016e3c231fd968c54bdb4824f9ceeac9c..22c77222f9c5c5f8590eb4ddd89c05a91d331013 100644
--- a/e2e/fpGenerator.go
+++ b/e2e/fpGenerator.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 e2e
 
 import (
diff --git a/e2e/fpGenerator_test.go b/e2e/fpGenerator_test.go
index 1360d14e6c527aa7f063e49c6d19760b9a8a8b0a..f3bd2b1dc45c77a5fab006d6f0df9be3a20d9cb8 100644
--- a/e2e/fpGenerator_test.go
+++ b/e2e/fpGenerator_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 e2e
diff --git a/e2e/interface.go b/e2e/interface.go
index db4d4a59087883e17db9ce6f74a604e0f7645daa..05731802b42446c49c06796a066c1bec3d74ffbd 100644
--- a/e2e/interface.go
+++ b/e2e/interface.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 e2e
 
 import (
diff --git a/e2e/legacyGen_test.go b/e2e/legacyGen_test.go
index 80b5da30fbcad3bb93651e29568f2a089a4fd364..836d750f675b51a22b523bb412391c312509bf59 100644
--- a/e2e/legacyGen_test.go
+++ b/e2e/legacyGen_test.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 e2e
 
 // legacyGen_test.go contains the code for generating e2e relationships
diff --git a/e2e/manager.go b/e2e/manager.go
index 9fc1b4b3d123a4d0b6657cc2ddfa955f72866802..aef32e9c2bdd8dcde020bb4c94a1ef17b986e368 100644
--- a/e2e/manager.go
+++ b/e2e/manager.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 e2e
 
 import (
diff --git a/e2e/manager_test.go b/e2e/manager_test.go
index 55fe430796c406a95b7f6a89268a29caa51bf6ff..46bd718658c97466b19f7a671eebcc9f7122d63b 100644
--- a/e2e/manager_test.go
+++ b/e2e/manager_test.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 e2e
 
 import (
diff --git a/e2e/params.go b/e2e/params.go
index ce0b72ff54282a5798c0ea2e085d8cd3143bc734..1e5cbcb5f852740fc20ce1e38268e6cb700bd3d4 100644
--- a/e2e/params.go
+++ b/e2e/params.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 e2e
 
 import (
diff --git a/e2e/parse/conversation/message.go b/e2e/parse/conversation/message.go
index bc7f92aa3f4bee6b2decd98a85f19e0c020be16e..82a6770827e6fc12b91c44f7c54d323b1fee84f4 100644
--- a/e2e/parse/conversation/message.go
+++ b/e2e/parse/conversation/message.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package conversation
 
diff --git a/e2e/parse/conversation/message_test.go b/e2e/parse/conversation/message_test.go
index 35cc9403604caeb40f4932cee3ed52a058520945..6c220fd9b789835d4ac83a66188efc5a9dd282d5 100644
--- a/e2e/parse/conversation/message_test.go
+++ b/e2e/parse/conversation/message_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package conversation
 
diff --git a/e2e/parse/conversation/partner.go b/e2e/parse/conversation/partner.go
index 06155c697b6674c16261cb84af74ccb714feb69c..cbb7d30ee921dd2eadb108052a6c1d7a5f1a99c0 100644
--- a/e2e/parse/conversation/partner.go
+++ b/e2e/parse/conversation/partner.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package conversation
 
diff --git a/e2e/parse/conversation/partner_test.go b/e2e/parse/conversation/partner_test.go
index 41dd638ca5a04fefc125c2a4977715c5c4493f5c..0d7e9883c30bee788126abb67d3b591007427902 100644
--- a/e2e/parse/conversation/partner_test.go
+++ b/e2e/parse/conversation/partner_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package conversation
 
diff --git a/e2e/parse/conversation/ring.go b/e2e/parse/conversation/ring.go
index 7e255451bae9eae4fbada051fc85ea4a1bb4067f..83fd605a29ac3077111103cad5731d9fcc6942ef 100644
--- a/e2e/parse/conversation/ring.go
+++ b/e2e/parse/conversation/ring.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package conversation
 
diff --git a/e2e/parse/conversation/ring_test.go b/e2e/parse/conversation/ring_test.go
index 1d1db1983fbe265d6841b22c1f969b21119806f7..fd70ef07fa260e68edd7ac8c28fde2ded6ce2e41 100644
--- a/e2e/parse/conversation/ring_test.go
+++ b/e2e/parse/conversation/ring_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package conversation
 
diff --git a/e2e/parse/conversation/store.go b/e2e/parse/conversation/store.go
index 288e87674fa1cd6789bdacc538052cbc2173ae57..b1fc1f08e8deb91bae8ef1d2ddb1392daa60dfe6 100644
--- a/e2e/parse/conversation/store.go
+++ b/e2e/parse/conversation/store.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package conversation
 
diff --git a/e2e/parse/conversation/store_test.go b/e2e/parse/conversation/store_test.go
index 176d251be7085dba1baa22e9038aeef10efb58fc..b7f8ab5f5a00d4e912ce13256a1cce3952b67d1f 100644
--- a/e2e/parse/conversation/store_test.go
+++ b/e2e/parse/conversation/store_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package conversation
 
diff --git a/e2e/parse/firstMessagePart.go b/e2e/parse/firstMessagePart.go
index ae907af3d2b921f69a3770f1ad0aa8e1da72541d..f44007ad32ee2190ee75a2572082d120ea6bedae 100644
--- a/e2e/parse/firstMessagePart.go
+++ b/e2e/parse/firstMessagePart.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package parse
 
diff --git a/e2e/parse/firstMessagePart_test.go b/e2e/parse/firstMessagePart_test.go
index cfe419be245d7f73e730ba142a827daf3ebac942..9d895ee89aff09bdd552df7c61613a6257ee1f7c 100644
--- a/e2e/parse/firstMessagePart_test.go
+++ b/e2e/parse/firstMessagePart_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package parse
 
diff --git a/e2e/parse/messagePart.go b/e2e/parse/messagePart.go
index b1c3a9dfe2d4ef65ca247d8f940db165d5679070..e5908cf117c9079bde3a99f04b88eec229d4a356 100644
--- a/e2e/parse/messagePart.go
+++ b/e2e/parse/messagePart.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package parse
 
diff --git a/e2e/parse/messagePart_test.go b/e2e/parse/messagePart_test.go
index adede5571164836de7c493f045767f03315eea9a..837765d7ab3f53c201af6725c2ae16a78e2865e3 100644
--- a/e2e/parse/messagePart_test.go
+++ b/e2e/parse/messagePart_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package parse
 
diff --git a/e2e/parse/partition.go b/e2e/parse/partition.go
index 9e21827586a2601766e675c548ffcbfad61050ea..b951df9f6f3e5f8d54b80e16a04484249afb3821 100644
--- a/e2e/parse/partition.go
+++ b/e2e/parse/partition.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package parse
 
diff --git a/e2e/parse/partition/multiPartMessage.go b/e2e/parse/partition/multiPartMessage.go
index f7fd42085929395ea4fa3d4265909aeecf0fb467..1ab26b29c22d3cd24fbfb705ba94d3d6a13ea8d6 100644
--- a/e2e/parse/partition/multiPartMessage.go
+++ b/e2e/parse/partition/multiPartMessage.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package partition
 
diff --git a/e2e/parse/partition/multiPartMessage_test.go b/e2e/parse/partition/multiPartMessage_test.go
index 616b7dda8d3bcae9799b78ac595f4a6fe3f123ad..286f66792d098b3f2f28d38b27626e7386293258 100644
--- a/e2e/parse/partition/multiPartMessage_test.go
+++ b/e2e/parse/partition/multiPartMessage_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package partition
 
diff --git a/e2e/parse/partition/part.go b/e2e/parse/partition/part.go
index 25b0e2566abe28ef39d5605ab1cdc90d5f2542f9..46d07e2283c5e9d03d09baae1636ff23fd71482d 100644
--- a/e2e/parse/partition/part.go
+++ b/e2e/parse/partition/part.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package partition
 
diff --git a/e2e/parse/partition/part_test.go b/e2e/parse/partition/part_test.go
index 53366fdb6d211a74e531e21cf8b4f0a9665079c3..644b01626a9029dc02a1c3f699dbf026334bdafe 100644
--- a/e2e/parse/partition/part_test.go
+++ b/e2e/parse/partition/part_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package partition
 
diff --git a/e2e/parse/partition/store.go b/e2e/parse/partition/store.go
index 868737ea996f4f30516fbadae66112286955d704..f445d41facaaa781014e91a7c0c5802d8450e457 100644
--- a/e2e/parse/partition/store.go
+++ b/e2e/parse/partition/store.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package partition
 
diff --git a/e2e/parse/partition/store_test.go b/e2e/parse/partition/store_test.go
index 29526a2b829ad23e53f17ada0e2c393daf5fda5b..9ef6fcfd1b2a847e8d17aec4064923630fb57496 100644
--- a/e2e/parse/partition/store_test.go
+++ b/e2e/parse/partition/store_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package partition
 
diff --git a/e2e/parse/partition_test.go b/e2e/parse/partition_test.go
index 3abf6ff1f7db7d41eeaff31ba6dee0bcd3e82fb2..2f1c41418805b0f6f31d267023c4b602802c04d4 100644
--- a/e2e/parse/partition_test.go
+++ b/e2e/parse/partition_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package parse
 
diff --git a/e2e/processor.go b/e2e/processor.go
index b1a8411eb473f511b974e132086a917e51469994..86673f81f235b905eaae31df7a2e786415584f3b 100644
--- a/e2e/processor.go
+++ b/e2e/processor.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 e2e
 
 import (
diff --git a/e2e/ratchet/partner/interface.go b/e2e/ratchet/partner/interface.go
index 1074893e8ead14f8280133bd59a5276723b69339..c0fa978410da820c2b3f7d800bd2525375b913d3 100644
--- a/e2e/ratchet/partner/interface.go
+++ b/e2e/ratchet/partner/interface.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 partner
 
 import (
diff --git a/e2e/ratchet/partner/manager.go b/e2e/ratchet/partner/manager.go
index ec7799363f2a107da4a49d42f8b2404d0dc0ac85..42169477dc2a5749c14de2e102f36b37f54eb40e 100644
--- a/e2e/ratchet/partner/manager.go
+++ b/e2e/ratchet/partner/manager.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package partner
 
diff --git a/e2e/ratchet/partner/manager_test.go b/e2e/ratchet/partner/manager_test.go
index dab364dec3727cc926d2aa1cabb46e5c445cc330..78ae006db5251246110e90892d2694a712ad6df6 100644
--- a/e2e/ratchet/partner/manager_test.go
+++ b/e2e/ratchet/partner/manager_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package partner
 
diff --git a/e2e/ratchet/partner/relationship.go b/e2e/ratchet/partner/relationship.go
index bd6f60ccef05edaaa526a01288b7905f4e351829..12081022cd3ded08b3fb1cfab543f361deb63173 100644
--- a/e2e/ratchet/partner/relationship.go
+++ b/e2e/ratchet/partner/relationship.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package partner
 
diff --git a/e2e/ratchet/partner/relationshipFingerprint.go b/e2e/ratchet/partner/relationshipFingerprint.go
index 9380b9a5051e9d82f76d3043e880350600425d6b..d0426e1eb630733f493b0f7ecf1cee8cfe99d551 100644
--- a/e2e/ratchet/partner/relationshipFingerprint.go
+++ b/e2e/ratchet/partner/relationshipFingerprint.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package partner
 
diff --git a/e2e/ratchet/partner/relationship_test.go b/e2e/ratchet/partner/relationship_test.go
index 5160844daf0c6c3dcc6e4ea2844065f42f2b612b..3df242bcbfeb5612412420746177bc234471fd13 100644
--- a/e2e/ratchet/partner/relationship_test.go
+++ b/e2e/ratchet/partner/relationship_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package partner
 
diff --git a/e2e/ratchet/partner/session/cypher.go b/e2e/ratchet/partner/session/cypher.go
index 12ea988916ccffaf91d54a013246f09beaaafcb0..1a607a290fdd476a940dc77cbc89683e9387fb69 100644
--- a/e2e/ratchet/partner/session/cypher.go
+++ b/e2e/ratchet/partner/session/cypher.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package session
 
diff --git a/e2e/ratchet/partner/session/cypherHandler.go b/e2e/ratchet/partner/session/cypherHandler.go
index 9bba56fec7c40ab1d0103cceb21aa0ab542d042a..d3124804aeb1d7cca17dea38897ab1dfa0d350c8 100644
--- a/e2e/ratchet/partner/session/cypherHandler.go
+++ b/e2e/ratchet/partner/session/cypherHandler.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 session
 
 type CypherHandler interface {
diff --git a/e2e/ratchet/partner/session/cypher_test.go b/e2e/ratchet/partner/session/cypher_test.go
index c46e380a8bb48f129f06301460c9f52dc05849d7..470d6f2174540c0fcbec0482be983e2425eb5f8d 100644
--- a/e2e/ratchet/partner/session/cypher_test.go
+++ b/e2e/ratchet/partner/session/cypher_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package session
 
diff --git a/e2e/ratchet/partner/session/negotiation.go b/e2e/ratchet/partner/session/negotiation.go
index 267bf2d1e42804a34676abbbefb300c36655cecb..1f8b4ffec5043249e59d6d19cf2a0874fd7d4edc 100644
--- a/e2e/ratchet/partner/session/negotiation.go
+++ b/e2e/ratchet/partner/session/negotiation.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package session
 
diff --git a/e2e/ratchet/partner/session/params.go b/e2e/ratchet/partner/session/params.go
index 2782578e9e605d117d2bb872f40822816c0fde2f..47e103f6d9a4b375c357a40338a1230f87ed604d 100644
--- a/e2e/ratchet/partner/session/params.go
+++ b/e2e/ratchet/partner/session/params.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 session
 
 import (
diff --git a/e2e/ratchet/partner/session/relationshipType.go b/e2e/ratchet/partner/session/relationshipType.go
index cb2220ad40f01a6508184ac520dd980d7f0c4cf8..3545a55596c40758e37cc79bedf0d6e959c181d9 100644
--- a/e2e/ratchet/partner/session/relationshipType.go
+++ b/e2e/ratchet/partner/session/relationshipType.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package session
 
diff --git a/e2e/ratchet/partner/session/session.go b/e2e/ratchet/partner/session/session.go
index d0ee6ca19b1e233699ca6d7869e7e88420046b19..3bded2f0797b2873642065711aeca3545555ac19 100644
--- a/e2e/ratchet/partner/session/session.go
+++ b/e2e/ratchet/partner/session/session.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package session
 
diff --git a/e2e/ratchet/partner/session/sessionID.go b/e2e/ratchet/partner/session/sessionID.go
index 82f0bf4f62699a8a53a2564282d837e32c825eaa..294c17e97e2d753e8074708bd79e7969826df195 100644
--- a/e2e/ratchet/partner/session/sessionID.go
+++ b/e2e/ratchet/partner/session/sessionID.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package session
 
diff --git a/e2e/ratchet/partner/session/session_test.go b/e2e/ratchet/partner/session/session_test.go
index cd72eee94c90ab559435e8dded5ecc0dbf346094..ed7e7d0b5ff09e4dcf9ba5e1c90e7531c6ff656f 100644
--- a/e2e/ratchet/partner/session/session_test.go
+++ b/e2e/ratchet/partner/session/session_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package session
 
diff --git a/e2e/ratchet/partner/session/status.go b/e2e/ratchet/partner/session/status.go
index 6494e31deafa043fa3bcf433fce5fea80cf772b4..294a0c9515550db475260bc9b5e75d06614a69e8 100644
--- a/e2e/ratchet/partner/session/status.go
+++ b/e2e/ratchet/partner/session/status.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package session
 
diff --git a/e2e/ratchet/partner/session/status_test.go b/e2e/ratchet/partner/session/status_test.go
index 738db5260e63c0396613a3543475e38a4edc8392..7fe85d11fc2dc80212cfa1dc363a5940d5d1d432 100644
--- a/e2e/ratchet/partner/session/status_test.go
+++ b/e2e/ratchet/partner/session/status_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package session
 
diff --git a/e2e/ratchet/partner/session/testUtils.go b/e2e/ratchet/partner/session/testUtils.go
index 61d82ea1f651820f0a9d76bcec396f094c820d4e..300d5e764d4fd8766fec9ee7c03d9bdb7ee73c1c 100644
--- a/e2e/ratchet/partner/session/testUtils.go
+++ b/e2e/ratchet/partner/session/testUtils.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 session
 
 import (
diff --git a/e2e/ratchet/partner/utils.go b/e2e/ratchet/partner/utils.go
index aa4c7d90e267848c50d53ce32ae87c63cb6febc9..ff0eef555cfda79fcc3fc8275375fb2e742f9388 100644
--- a/e2e/ratchet/partner/utils.go
+++ b/e2e/ratchet/partner/utils.go
@@ -1,13 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
-////////////////////////////////////////////////////////////////////////////////
-
-////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package partner
diff --git a/e2e/ratchet/partner/utils_test.go b/e2e/ratchet/partner/utils_test.go
index 17d28200b7c79868c7ca3f156b2d8f897b635e02..1aac1087aca130b60a0002da12f744f4cff2df6d 100644
--- a/e2e/ratchet/partner/utils_test.go
+++ b/e2e/ratchet/partner/utils_test.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 partner
 
 import (
diff --git a/e2e/ratchet/ratchet.go b/e2e/ratchet/ratchet.go
index 9995ba4eba11052ced441d53b897a1e310bccc60..b2421805ed9c3e0adac8971ed7959049589a735f 100644
--- a/e2e/ratchet/ratchet.go
+++ b/e2e/ratchet/ratchet.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package ratchet
 
diff --git a/e2e/ratchet/ratchet_test.go b/e2e/ratchet/ratchet_test.go
index a1cdbcb881b893dd5ebb4ce470078236e62b9f40..45f0c3ed822ec0d491dc3bf82fde5ce8f4f46619 100644
--- a/e2e/ratchet/ratchet_test.go
+++ b/e2e/ratchet/ratchet_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package ratchet
 
diff --git a/e2e/ratchet/serviceList.go b/e2e/ratchet/serviceList.go
index b382b5aced663ae8384b497052c29d57eb0ba71e..857a5be18218644bb58ec0d3746b8930daf76074 100644
--- a/e2e/ratchet/serviceList.go
+++ b/e2e/ratchet/serviceList.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 ratchet
 
 import (
diff --git a/e2e/ratchet/serviceList_test.go b/e2e/ratchet/serviceList_test.go
index 420d6c2756d43b1a468444005535852921b89ac1..522068190fa1a32fb023916517fdffd10f71c009 100644
--- a/e2e/ratchet/serviceList_test.go
+++ b/e2e/ratchet/serviceList_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 ratchet
diff --git a/e2e/ratchet/standardServices.go b/e2e/ratchet/standardServices.go
index 0d28c336b789e6ba182fcbb7c85a04fceed06f2e..21ed8cccd1399be95f9ec88bfb052f1cff1616be 100644
--- a/e2e/ratchet/standardServices.go
+++ b/e2e/ratchet/standardServices.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 ratchet
 
 const Silent = "silent"
diff --git a/e2e/ratchet/storage.go b/e2e/ratchet/storage.go
index 999938dc7ec1784743163acfd34a550a24134544..b426020f4c1024861ebfb4b82114e0dc3b4096af 100644
--- a/e2e/ratchet/storage.go
+++ b/e2e/ratchet/storage.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 ratchet
 
 import (
diff --git a/e2e/ratchet/utils_test.go b/e2e/ratchet/utils_test.go
index 27e735c9ed2c4b7b150b6c988884a79c1916407f..4444dd3a95df0f567c4239bd2f253e27633ff458 100644
--- a/e2e/ratchet/utils_test.go
+++ b/e2e/ratchet/utils_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 ratchet
diff --git a/e2e/receive/any.go b/e2e/receive/any.go
index fddafa55cdf6cfda3b679129c5ca9a26e2ded07d..e849ef5924b42e4963db0e034e77368a026d3cf1 100644
--- a/e2e/receive/any.go
+++ b/e2e/receive/any.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package receive
 
diff --git a/e2e/receive/any_test.go b/e2e/receive/any_test.go
index 9f554c1adc8faea4f410ac35ae5c3f41b89b7d8e..3cadcbffd7ec987140bcb52aa0f946abe15b46d1 100644
--- a/e2e/receive/any_test.go
+++ b/e2e/receive/any_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package receive
 
diff --git a/e2e/receive/byID.go b/e2e/receive/byID.go
index 425cd036e6b7c0bccc307621a709b08098b5ba2e..39b128d6fb5c5b792f4a9b0dd51d7e711659cfa4 100644
--- a/e2e/receive/byID.go
+++ b/e2e/receive/byID.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package receive
 
diff --git a/e2e/receive/byID_test.go b/e2e/receive/byID_test.go
index e8aebd2777242ff1e910876d0f2d964f493c3bc7..da58460a099e80f324f16096a176419abf55023c 100644
--- a/e2e/receive/byID_test.go
+++ b/e2e/receive/byID_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package receive
 
diff --git a/e2e/receive/byType.go b/e2e/receive/byType.go
index 183e2da360b5c03fceba294bcc578b6c73f6fb86..f43badcd32d6f0b58c00508b88e610af14243b0b 100644
--- a/e2e/receive/byType.go
+++ b/e2e/receive/byType.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package receive
 
diff --git a/e2e/receive/byType_test.go b/e2e/receive/byType_test.go
index 3ca6127d222f2b7b9038c7fbe7d2ac389c833969..140a7d2c3a99a558b7ee3a6744ae2ba260038e64 100644
--- a/e2e/receive/byType_test.go
+++ b/e2e/receive/byType_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package receive
 
diff --git a/e2e/receive/listener.go b/e2e/receive/listener.go
index 5e1d34067c5b7709509c18de6000103d73107687..e30365a9e6ce23a6608108f3ac2e0ae5809f5858 100644
--- a/e2e/receive/listener.go
+++ b/e2e/receive/listener.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package receive
 
diff --git a/e2e/receive/listener_test.go b/e2e/receive/listener_test.go
index e548ea7a488774b7b6be94182cda506a7484b23c..00b63beb6f00ab50314bba16b1a019d421af73c7 100644
--- a/e2e/receive/listener_test.go
+++ b/e2e/receive/listener_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package receive
 
diff --git a/e2e/receive/message.go b/e2e/receive/message.go
index 673b1e6ae0f8d2a72bdfc1ee6076f011a8b96088..bdde788c0cc6dba4304842e2adb29ce141a1013a 100644
--- a/e2e/receive/message.go
+++ b/e2e/receive/message.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 receive
 
 import (
diff --git a/e2e/receive/switchboard.go b/e2e/receive/switchboard.go
index 3f6122df73beeafd49129e1ab0d859e32e3a8ea5..99b6bf170ddfd57f125873b390ed91f17b7c906c 100644
--- a/e2e/receive/switchboard.go
+++ b/e2e/receive/switchboard.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package receive
 
diff --git a/e2e/receive/switchboard_test.go b/e2e/receive/switchboard_test.go
index 7d2f8c4ceff37b2be6a6abe09675d0e50a6822dc..9edc9526f82df58c37e5a69c07ff7ffd943d63e1 100644
--- a/e2e/receive/switchboard_test.go
+++ b/e2e/receive/switchboard_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package receive
 
diff --git a/e2e/rekey/confirm.go b/e2e/rekey/confirm.go
index 449aefddbbd2bd3723545ad03c1df5f9424757f9..4e399584a95bf26ff3db3909f920fae43e256b1a 100644
--- a/e2e/rekey/confirm.go
+++ b/e2e/rekey/confirm.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package rekey
 
diff --git a/e2e/rekey/confirm_test.go b/e2e/rekey/confirm_test.go
index 24de5fda04353b367d1d222d1517f48c09fb7cde..28623e1a97d58193b24ed4f840c96c48d35d181f 100644
--- a/e2e/rekey/confirm_test.go
+++ b/e2e/rekey/confirm_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package rekey
 
diff --git a/e2e/rekey/exchange.go b/e2e/rekey/exchange.go
index cd5f553efa6501c956de7da3601e5fe5a56e4291..f90baf0f0909b76ecb6bb64cca4526c7a00e4132 100644
--- a/e2e/rekey/exchange.go
+++ b/e2e/rekey/exchange.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package rekey
 
diff --git a/e2e/rekey/exchange_test.go b/e2e/rekey/exchange_test.go
index 2967d81cbf2cea380ae1c0e64393fbe493fa1851..a6b2f7fa1e87070ba102a94bbc585fa29437fb95 100644
--- a/e2e/rekey/exchange_test.go
+++ b/e2e/rekey/exchange_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package rekey
 
diff --git a/e2e/rekey/params.go b/e2e/rekey/params.go
index 274770c112329cb552a85df55c6abc6d273cf67c..988526e7a7f4bf18ad3e16ce29063ca22113c52b 100644
--- a/e2e/rekey/params.go
+++ b/e2e/rekey/params.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 rekey
 
 import (
diff --git a/e2e/rekey/rekey.go b/e2e/rekey/rekey.go
index 3d2cdfca774503ea68d6d0bb217c73ffbeba34dc..c66e3c241637ae4d3984fc69002f74445337d141 100644
--- a/e2e/rekey/rekey.go
+++ b/e2e/rekey/rekey.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package rekey
 
diff --git a/e2e/rekey/rekey_test.go b/e2e/rekey/rekey_test.go
index ac5afe5fd8b9feb256e7b47c7dccc1efd85500be..58769e9acb197b39ca90e1202e2a503333f98909 100644
--- a/e2e/rekey/rekey_test.go
+++ b/e2e/rekey/rekey_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package rekey
 
diff --git a/e2e/rekey/trigger.go b/e2e/rekey/trigger.go
index 4f62828c669c4c34c6500747fca1af4bb7922aee..0567c3c341f6b9f35b1b8d239dc3b65658a2c2b1 100644
--- a/e2e/rekey/trigger.go
+++ b/e2e/rekey/trigger.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package rekey
 
diff --git a/e2e/rekey/trigger_test.go b/e2e/rekey/trigger_test.go
index ba41dff0e1e179c746265260a5328c8312772465..0384d1b6a70c732bda30fd628cd16870142432cb 100644
--- a/e2e/rekey/trigger_test.go
+++ b/e2e/rekey/trigger_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package rekey
 
diff --git a/e2e/rekey/utils_test.go b/e2e/rekey/utils_test.go
index 4f040f4d71083ca6625165e9c73caef261d6e54b..34b7de358b4fafc072a95da66fd274aad0d53365 100644
--- a/e2e/rekey/utils_test.go
+++ b/e2e/rekey/utils_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package rekey
 
diff --git a/e2e/rekey/xchange.pb.go b/e2e/rekey/xchange.pb.go
index a9b5f46ef0202e6b9e442b10f52c4298cf561489..7711991b13211302beaf59b6eeb1092dbe0e057b 100644
--- a/e2e/rekey/xchange.pb.go
+++ b/e2e/rekey/xchange.pb.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Call ./generate.sh to generate the protocol buffer code
 
diff --git a/e2e/rekey/xchange.proto b/e2e/rekey/xchange.proto
index 48fda885b39d7a4368e96286f0e4dc95787482db..d7624d2d35fc83eaf741e97d395513f175c017c1 100644
--- a/e2e/rekey/xchange.proto
+++ b/e2e/rekey/xchange.proto
@@ -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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Call ./generate.sh to generate the protocol buffer code
 
diff --git a/e2e/sendE2E.go b/e2e/sendE2E.go
index 3a181f3c7f2e508fe7372d7c2d8684919f016de8..6b3d275e7bd196379a752b5a83cdd5994698473b 100644
--- a/e2e/sendE2E.go
+++ b/e2e/sendE2E.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 e2e
 
 import (
diff --git a/e2e/sendE2E_test.go b/e2e/sendE2E_test.go
index 12f89ce15a2fdf692f8b82ceecddebf7e8bd25f8..58afc0e9c3062ee0b768deff58004cb6f45bfdbf 100644
--- a/e2e/sendE2E_test.go
+++ b/e2e/sendE2E_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 e2e
diff --git a/e2e/sendUnsafe.go b/e2e/sendUnsafe.go
index 4451f16c4f12062dee8ee883ccc10de83f225e69..1eb2cee40684bcedeff7029ce08c8510ad38aeb0 100644
--- a/e2e/sendUnsafe.go
+++ b/e2e/sendUnsafe.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 e2e
 
 import (
diff --git a/e2e/sendUnsafe_test.go b/e2e/sendUnsafe_test.go
index d30e6e15f9c2f6e8673e2f790c83199045d0c9c2..0df0532e61a3035c8e6ea6a4e2bc0355beeb911f 100644
--- a/e2e/sendUnsafe_test.go
+++ b/e2e/sendUnsafe_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package e2e
 
diff --git a/e2e/unsafeProcessor.go b/e2e/unsafeProcessor.go
index 741ae088b71f185c32a6cd6d53d2ed769199f627..5f1c7fb3eb7094e49d00b49b426f093e25745a60 100644
--- a/e2e/unsafeProcessor.go
+++ b/e2e/unsafeProcessor.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 e2e
 
 import (
diff --git a/e2e/util.go b/e2e/util.go
index dad7da4702ad53ac2ee1a4c4fed55dfd5814b9e7..f8fc28c2a3e4b2efbaf8a5ed7d72e141883bd802 100644
--- a/e2e/util.go
+++ b/e2e/util.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 e2e
 
 import (
diff --git a/e2e/utils_test.go b/e2e/utils_test.go
index 72bcfb3402d76c2d22b8351f1283a367ba771fc9..d3dcda2491dbb91232101557d9f804472753211a 100644
--- a/e2e/utils_test.go
+++ b/e2e/utils_test.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 e2e
 
 import (
diff --git a/event/event.go b/event/event.go
index 1b017009e991c089bd9b7be930759bd2a1d3ffec..441fa394413d66d87259a744cf51ec7a595451d2 100644
--- a/event/event.go
+++ b/event/event.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package event
 
diff --git a/event/event_test.go b/event/event_test.go
index d657206bac2cbf2ed761ab454e6728484931a6f6..5ee6080ce8aff0ff2cabb0a11cc26c715fa9fa81 100644
--- a/event/event_test.go
+++ b/event/event_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package event
 
diff --git a/event/interface.go b/event/interface.go
index 867e4dd9c11760474240c27a3661b910b8fe061d..2ef24fd6d607508104c34f8b7cef7d34aae27950 100644
--- a/event/interface.go
+++ b/event/interface.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package event
 
diff --git a/fileTransfer/batchBuilder.go b/fileTransfer/batchBuilder.go
index 24749e77ad9c16deff40c2e489fd4a7f3f34ce08..6b529d5ba187394b85e207fb53024a733bd9ea12 100644
--- a/fileTransfer/batchBuilder.go
+++ b/fileTransfer/batchBuilder.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 fileTransfer
diff --git a/fileTransfer/callbackTracker/callbackTracker.go b/fileTransfer/callbackTracker/callbackTracker.go
index 441ee157ea0cd9296bd5424f2d026ee6df217489..40728d9b6437f88636a6621045862df969587a8d 100644
--- a/fileTransfer/callbackTracker/callbackTracker.go
+++ b/fileTransfer/callbackTracker/callbackTracker.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 callbackTracker
diff --git a/fileTransfer/callbackTracker/callbackTracker_test.go b/fileTransfer/callbackTracker/callbackTracker_test.go
index 7ffbe6636f3bc8abd56db36befbc699bfba22181..ad6882cc3833d42fe7133212945bab5b13a0ebcd 100644
--- a/fileTransfer/callbackTracker/callbackTracker_test.go
+++ b/fileTransfer/callbackTracker/callbackTracker_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 callbackTracker
diff --git a/fileTransfer/callbackTracker/manager.go b/fileTransfer/callbackTracker/manager.go
index e6c4cf437ad0d625454667950d2a136baa8f20d2..4f03b0e3e26d25ce0cf4c9adde5766b272244907 100644
--- a/fileTransfer/callbackTracker/manager.go
+++ b/fileTransfer/callbackTracker/manager.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 callbackTracker
diff --git a/fileTransfer/callbackTracker/manager_test.go b/fileTransfer/callbackTracker/manager_test.go
index 4226807f18a728345fc4907758bd27ae21b6dcc1..920fb2f9eb165e4731d91b243d91ad56b811e6c1 100644
--- a/fileTransfer/callbackTracker/manager_test.go
+++ b/fileTransfer/callbackTracker/manager_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 callbackTracker
diff --git a/fileTransfer/connect/listener.go b/fileTransfer/connect/listener.go
index 6eadbe4bc2222476d945e5aa23d4124a51b0f4db..12b64eb0f5f125cefaaa9b5dbda9ff52018e66ec 100644
--- a/fileTransfer/connect/listener.go
+++ b/fileTransfer/connect/listener.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 connect
diff --git a/fileTransfer/connect/params.go b/fileTransfer/connect/params.go
index bd36ef4f6addca4c0f7f6de98f9e7224bb725187..5382603ffc0c486b6b6e4951ee6d6fdb43781c24 100644
--- a/fileTransfer/connect/params.go
+++ b/fileTransfer/connect/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package connect
diff --git a/fileTransfer/connect/send.go b/fileTransfer/connect/send.go
index 0f0c0df1904aed876f52fa9342a116e79260b8d7..dadd7b4d23f64035a17f2efc2db47a9146d74c51 100644
--- a/fileTransfer/connect/send.go
+++ b/fileTransfer/connect/send.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 connect
diff --git a/fileTransfer/connect/utils_test.go b/fileTransfer/connect/utils_test.go
index 400b5288f6a148eee8dd82b13f5e1085e0f73327..b79fd3f6bae97ca390b9c140560b1c924db3bdca 100644
--- a/fileTransfer/connect/utils_test.go
+++ b/fileTransfer/connect/utils_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 connect
diff --git a/fileTransfer/connect/wrapper.go b/fileTransfer/connect/wrapper.go
index 0d826daecfa137cfa001b8a482e0b47687593dc3..135985d0bdcb4613e4f5db7a183e32b2637c4519 100644
--- a/fileTransfer/connect/wrapper.go
+++ b/fileTransfer/connect/wrapper.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 connect
diff --git a/fileTransfer/connect/wrapper_test.go b/fileTransfer/connect/wrapper_test.go
index a9b7552044d439c31c25a15e1cfb01be13f886bf..a8f38730cb7885d81713e6c9713bfd348f144075 100644
--- a/fileTransfer/connect/wrapper_test.go
+++ b/fileTransfer/connect/wrapper_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 connect
diff --git a/fileTransfer/delayedTimer.go b/fileTransfer/delayedTimer.go
index e07af67d67bf92fcb8807ca0cee48bcdd631beb1..085852e609f79130f5f905c813fa90834bca1eaf 100644
--- a/fileTransfer/delayedTimer.go
+++ b/fileTransfer/delayedTimer.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 fileTransfer
diff --git a/fileTransfer/e2e/listener.go b/fileTransfer/e2e/listener.go
index 4a07ed9d0682bc9e3af37d67e9e4dcc8902971dc..f2adcf2e2ecc5091a7b4eb1882ad94b90f43435a 100644
--- a/fileTransfer/e2e/listener.go
+++ b/fileTransfer/e2e/listener.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 e2e
diff --git a/fileTransfer/e2e/params.go b/fileTransfer/e2e/params.go
index 819e963f5fd9efc3d058b5a953e87c7aa8874f1f..07377414d0d8e084dc39a1a05fead9b40cf987d6 100644
--- a/fileTransfer/e2e/params.go
+++ b/fileTransfer/e2e/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package e2e
diff --git a/fileTransfer/e2e/send.go b/fileTransfer/e2e/send.go
index 6f19468dcb07c8b698ad9b574f3de038818fc3e2..2aa2b5a9bf84b528071f0540b8d076c6db26afd0 100644
--- a/fileTransfer/e2e/send.go
+++ b/fileTransfer/e2e/send.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 e2e
diff --git a/fileTransfer/e2e/utils_test.go b/fileTransfer/e2e/utils_test.go
index a185a84aafaf6120fd6a9df74cb774291ea36eeb..f212e42d0dcb33ffe44f46a402701d146ce163ed 100644
--- a/fileTransfer/e2e/utils_test.go
+++ b/fileTransfer/e2e/utils_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 e2e
diff --git a/fileTransfer/e2e/wrapper.go b/fileTransfer/e2e/wrapper.go
index de212b0ca6a34b651e2686ee61781e4fb75db0b0..ac575583b6ecb817dfdccad3aed61abc6db3fe5b 100644
--- a/fileTransfer/e2e/wrapper.go
+++ b/fileTransfer/e2e/wrapper.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 e2e
diff --git a/fileTransfer/e2e/wrapper_test.go b/fileTransfer/e2e/wrapper_test.go
index 9ea7b46b5b586c95a1bcb0b92bf5e7412c229b02..c1924066a91828feafc071683b4ca21961158036 100644
--- a/fileTransfer/e2e/wrapper_test.go
+++ b/fileTransfer/e2e/wrapper_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 e2e
diff --git a/fileTransfer/ftMessages.pb.go b/fileTransfer/ftMessages.pb.go
index 7990ffe025c93eb8a97dd303bcd2e85bbeec2b24..827070eb4d6230803b93731b296986f5922125ee 100644
--- a/fileTransfer/ftMessages.pb.go
+++ b/fileTransfer/ftMessages.pb.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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
diff --git a/fileTransfer/ftMessages.proto b/fileTransfer/ftMessages.proto
index 80547f782b1bb38886c34bc13ed7cf7ebefa8449..5253820fc5e047f3b82efdf0bc2e1b8a11c28d12 100644
--- a/fileTransfer/ftMessages.proto
+++ b/fileTransfer/ftMessages.proto
@@ -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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 syntax = "proto3";
diff --git a/fileTransfer/groupChat/processor.go b/fileTransfer/groupChat/processor.go
index bccc2a6d3f1ff684be8b23fda776e65c71a2e41c..178c774c2eee9e72e8bb5abd11b822e49b7be91e 100644
--- a/fileTransfer/groupChat/processor.go
+++ b/fileTransfer/groupChat/processor.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 groupChat
diff --git a/fileTransfer/groupChat/send.go b/fileTransfer/groupChat/send.go
index b8d5edaf5fb80811c9a9f0606e430aab812fb727..c57acd848d1862fb51abc1de23e2e4caf66278c4 100644
--- a/fileTransfer/groupChat/send.go
+++ b/fileTransfer/groupChat/send.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 groupChat
diff --git a/fileTransfer/groupChat/utils_test.go b/fileTransfer/groupChat/utils_test.go
index 38604350816258fbb6e9c85ac882525f78ec3909..e9f865511a40a99bb436cfbd448257744289b27f 100644
--- a/fileTransfer/groupChat/utils_test.go
+++ b/fileTransfer/groupChat/utils_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 groupChat
diff --git a/fileTransfer/groupChat/wrapper.go b/fileTransfer/groupChat/wrapper.go
index 63741b74296bc0c6ed6b0a3271324132a06cc8e8..27de9dd383702f90b8e2f7cf81d8a3b7ba8a707b 100644
--- a/fileTransfer/groupChat/wrapper.go
+++ b/fileTransfer/groupChat/wrapper.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 groupChat
diff --git a/fileTransfer/groupChat/wrapper_test.go b/fileTransfer/groupChat/wrapper_test.go
index f5cfcca4d30e44ec6f1289d3fa87b628869f824e..c6c8f3950441f760a1541a33aacb65cbdf4e96a8 100644
--- a/fileTransfer/groupChat/wrapper_test.go
+++ b/fileTransfer/groupChat/wrapper_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 groupChat
diff --git a/fileTransfer/info.go b/fileTransfer/info.go
index 034acf5327c41540dd80c0b084cb9c84b83a9001..3d840924bc3af3db6de3ae7a0fa50c3dfae9f8e2 100644
--- a/fileTransfer/info.go
+++ b/fileTransfer/info.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 fileTransfer
diff --git a/fileTransfer/info_test.go b/fileTransfer/info_test.go
index f388eef9d32f6d90ac3d110e2548b80a7752e546..c76c1a5fe2541d37f9e7d15d5733c0176cac8e06 100644
--- a/fileTransfer/info_test.go
+++ b/fileTransfer/info_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 fileTransfer
diff --git a/fileTransfer/interface.go b/fileTransfer/interface.go
index a0f3ed1b142254ab40070ea4b281a2fa1847bfd7..37f7dbf0c85b6bac1ac8e07722f9d71a84788ddb 100644
--- a/fileTransfer/interface.go
+++ b/fileTransfer/interface.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 fileTransfer
diff --git a/fileTransfer/manager.go b/fileTransfer/manager.go
index a586bad235c4145b1f2042e65511546c951ff284..7e167a3826cbd80ad8a848e74a500722e37be41a 100644
--- a/fileTransfer/manager.go
+++ b/fileTransfer/manager.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 fileTransfer
diff --git a/fileTransfer/manager_test.go b/fileTransfer/manager_test.go
index 425e26ad03448690d98a7b31d200634960fb7fca..c2bee63b482f66b057625c06d2c53a601f1f6620 100644
--- a/fileTransfer/manager_test.go
+++ b/fileTransfer/manager_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 fileTransfer
diff --git a/fileTransfer/params.go b/fileTransfer/params.go
index fd756a6c8f1318df7200ee149ce17e24457dfe34..e0ecffed8ed3d040cc4c2f4a54d04f4b34f26b83 100644
--- a/fileTransfer/params.go
+++ b/fileTransfer/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package fileTransfer
diff --git a/fileTransfer/params_test.go b/fileTransfer/params_test.go
index 965ff70f98185c6fb6b686d967c91d5e0610f28d..e60c9a6381c75881c049d6b538f4b3587aac4ece 100644
--- a/fileTransfer/params_test.go
+++ b/fileTransfer/params_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 fileTransfer
diff --git a/fileTransfer/partTracker.go b/fileTransfer/partTracker.go
index 1288c7a16482fecec864a5cfa236b373c1020d3e..1d432c50fe5756b1a1ce7af3e9440888bcde2396 100644
--- a/fileTransfer/partTracker.go
+++ b/fileTransfer/partTracker.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 fileTransfer
diff --git a/fileTransfer/processor.go b/fileTransfer/processor.go
index a1bb17db81a04c8dec2ab894e17a9f91fa82f6de..adcf474a77ffebc499abbbceeb759ba0b909ca64 100644
--- a/fileTransfer/processor.go
+++ b/fileTransfer/processor.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 fileTransfer
diff --git a/fileTransfer/send.go b/fileTransfer/send.go
index 708bbf32e755779457dcc28d3fc54754f425a819..adb3df6e19396302f0482b9348cfdd46ab8dab83 100644
--- a/fileTransfer/send.go
+++ b/fileTransfer/send.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 fileTransfer
diff --git a/fileTransfer/sentRoundTracker/sentRoundTracker.go b/fileTransfer/sentRoundTracker/sentRoundTracker.go
index 68511497dad8fbb2d7f3a3417c4d3873997a7c58..6b1a8667d01f19fa2151d536dd872304d55d6978 100644
--- a/fileTransfer/sentRoundTracker/sentRoundTracker.go
+++ b/fileTransfer/sentRoundTracker/sentRoundTracker.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 sentRoundTracker
diff --git a/fileTransfer/sentRoundTracker/sentRoundTracker_test.go b/fileTransfer/sentRoundTracker/sentRoundTracker_test.go
index 90876842d6408cee151bf9d8cdb38598e276135c..3485da2c19af89995183cae3a253fb6d90284e9d 100644
--- a/fileTransfer/sentRoundTracker/sentRoundTracker_test.go
+++ b/fileTransfer/sentRoundTracker/sentRoundTracker_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 sentRoundTracker
diff --git a/fileTransfer/store/cypher/cypher.go b/fileTransfer/store/cypher/cypher.go
index c1926c9be6f9c79b9af0b7b05d8f9010d53efdcb..1a37c427342da0deb76ff1ba1d1e16fcba44b063 100644
--- a/fileTransfer/store/cypher/cypher.go
+++ b/fileTransfer/store/cypher/cypher.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 cypher
diff --git a/fileTransfer/store/cypher/cypher_test.go b/fileTransfer/store/cypher/cypher_test.go
index b3700090322106e817e6c30c1bcceb69eca1df4e..6bf07b1e036cb8054789a5fbc9aa472b722e4df2 100644
--- a/fileTransfer/store/cypher/cypher_test.go
+++ b/fileTransfer/store/cypher/cypher_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 cypher
diff --git a/fileTransfer/store/cypher/manager.go b/fileTransfer/store/cypher/manager.go
index be1662d2da1dd4eb7062e990b31dc341fa3eae92..c03f5d6bc2ce0d490c92703ba48d667d3c98f54b 100644
--- a/fileTransfer/store/cypher/manager.go
+++ b/fileTransfer/store/cypher/manager.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 cypher
diff --git a/fileTransfer/store/cypher/manager_test.go b/fileTransfer/store/cypher/manager_test.go
index c1857b7ae4920b0c26decdfb98752b0fc59acf74..f88bc48390f09fc22472529e972daebae5c63860 100644
--- a/fileTransfer/store/cypher/manager_test.go
+++ b/fileTransfer/store/cypher/manager_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 cypher
diff --git a/fileTransfer/store/fileMessage/fileMessage.go b/fileTransfer/store/fileMessage/fileMessage.go
index d1d0e107b33d6fe9c08e685461d1269e0bcc7753..c14bf742d34ea7c7e007c400b9fd7c7972324d6d 100644
--- a/fileTransfer/store/fileMessage/fileMessage.go
+++ b/fileTransfer/store/fileMessage/fileMessage.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 fileMessage
diff --git a/fileTransfer/store/fileMessage/fileMessage_test.go b/fileTransfer/store/fileMessage/fileMessage_test.go
index b7ac5e0e60d50f4f5be80bf2522db1e010e2de4f..240ae1af5fd0b5a175df91f1d7d2a2173422a14a 100644
--- a/fileTransfer/store/fileMessage/fileMessage_test.go
+++ b/fileTransfer/store/fileMessage/fileMessage_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 fileMessage
diff --git a/fileTransfer/store/part.go b/fileTransfer/store/part.go
index c382699695cda68c24ae417721660baae162757d..742d5a391c4b38ac2cfbb6998598d606ae0d1e50 100644
--- a/fileTransfer/store/part.go
+++ b/fileTransfer/store/part.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 store
diff --git a/fileTransfer/store/part_test.go b/fileTransfer/store/part_test.go
index ea71d299e44fbf66f0309e646dbba4f8e14a6596..871e3d10bd9b6acdd5e5b0f122fae449e0326e50 100644
--- a/fileTransfer/store/part_test.go
+++ b/fileTransfer/store/part_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 store
diff --git a/fileTransfer/store/received.go b/fileTransfer/store/received.go
index 8522f6a86abad452e0c49e871e64d54ce139c8e7..552dc88d1062a299dfaa6df9225aa54462ca97e9 100644
--- a/fileTransfer/store/received.go
+++ b/fileTransfer/store/received.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 store
diff --git a/fileTransfer/store/receivedTransfer.go b/fileTransfer/store/receivedTransfer.go
index db6f54264a4094e22b53b32e7f763b700adc3827..ece1f01fcd6994811ced18989d0b288150cc69f2 100644
--- a/fileTransfer/store/receivedTransfer.go
+++ b/fileTransfer/store/receivedTransfer.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 store
diff --git a/fileTransfer/store/receivedTransfer_test.go b/fileTransfer/store/receivedTransfer_test.go
index e1a32e74db61be43052b8dae03a358ec9c014c5c..b68e0b071480d9e84569c745a0024e42d07838b8 100644
--- a/fileTransfer/store/receivedTransfer_test.go
+++ b/fileTransfer/store/receivedTransfer_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 store
diff --git a/fileTransfer/store/received_test.go b/fileTransfer/store/received_test.go
index 4aa468f84055ed50f6b8272a858697273f20efd3..4839c6b70c5b0d1403837303b2f876fa7b13f0bf 100644
--- a/fileTransfer/store/received_test.go
+++ b/fileTransfer/store/received_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 store
diff --git a/fileTransfer/store/sent.go b/fileTransfer/store/sent.go
index 7873d5b469bafc8666b0951d55d7852aff0c1ae6..e4a1fef2f730ff85eeeae97012a3e8922374c885 100644
--- a/fileTransfer/store/sent.go
+++ b/fileTransfer/store/sent.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 store
diff --git a/fileTransfer/store/sentTransfer.go b/fileTransfer/store/sentTransfer.go
index 83b9594fb0a6764ace36514d86e38cfcb0b985b8..90aa56a8956f7a1645a269381a2f3e56396db137 100644
--- a/fileTransfer/store/sentTransfer.go
+++ b/fileTransfer/store/sentTransfer.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 store
diff --git a/fileTransfer/store/sentTransfer_test.go b/fileTransfer/store/sentTransfer_test.go
index a9366ce8057dbaac8641bcd9132d54e2dfcb41f4..20f1428a57759e94f86c22e811f25b2c4dfd5eff 100644
--- a/fileTransfer/store/sentTransfer_test.go
+++ b/fileTransfer/store/sentTransfer_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 store
diff --git a/fileTransfer/store/sent_test.go b/fileTransfer/store/sent_test.go
index f07a5996c2ba9844faeeffecaed6c171eecb4851..c343685bf5c4456def286fcb33360b694839f980 100644
--- a/fileTransfer/store/sent_test.go
+++ b/fileTransfer/store/sent_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 store
diff --git a/fileTransfer/store/transferStatus.go b/fileTransfer/store/transferStatus.go
index 4055f622a58bb1daac519c103abf9315e439acc4..7f49e0612ac9556c77f47634056ccb80e12ead7b 100644
--- a/fileTransfer/store/transferStatus.go
+++ b/fileTransfer/store/transferStatus.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 store
diff --git a/fileTransfer/store/transferStatus_test.go b/fileTransfer/store/transferStatus_test.go
index a54878295b992b7faefecd3f9e66f1c78561d976..4fbcb69cb3951536a4bdee55800bf576a3277d29 100644
--- a/fileTransfer/store/transferStatus_test.go
+++ b/fileTransfer/store/transferStatus_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 store
diff --git a/fileTransfer/utils_test.go b/fileTransfer/utils_test.go
index df51d90ddaa113ce471244217d567fa3868a1883..32c34ab230cb63a8d74aee6c2e50931b85ce6592 100644
--- a/fileTransfer/utils_test.go
+++ b/fileTransfer/utils_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 fileTransfer
diff --git a/groupChat/e2eManager_test.go b/groupChat/e2eManager_test.go
index 1c4a777d149876b5433655aebd3c087d446f3c79..2d89504277be61b03a78908a61a7391d5f61efa5 100644
--- a/groupChat/e2eManager_test.go
+++ b/groupChat/e2eManager_test.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 groupChat
 
 import (
diff --git a/groupChat/gcMessages.pb.go b/groupChat/gcMessages.pb.go
index d31c3001125f286af67fb1eacf6986b193513e7c..12fe9acae7e6c87c4b9f676a9cfd78226a2671a0 100644
--- a/groupChat/gcMessages.pb.go
+++ b/groupChat/gcMessages.pb.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
diff --git a/groupChat/gcMessages.proto b/groupChat/gcMessages.proto
index cc417505c71d9158a7e5e82fcc71ad25c8e3170f..c1502cca2d3ed2d5d02cd354b2524db75315a135 100644
--- a/groupChat/gcMessages.proto
+++ b/groupChat/gcMessages.proto
@@ -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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 syntax = "proto3";
 package gcRequestMessages;
diff --git a/groupChat/groupStore/dhKeyList.go b/groupChat/groupStore/dhKeyList.go
index 5319cd33eb964f8e4027f0a13357f6ae806d0c84..a00aa39b122aa82dbe9667891c318f2898c2652b 100644
--- a/groupChat/groupStore/dhKeyList.go
+++ b/groupChat/groupStore/dhKeyList.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupStore
 
diff --git a/groupChat/groupStore/dhKeyList_test.go b/groupChat/groupStore/dhKeyList_test.go
index e6b7a9e6965703d5ae3b7c9a5272597a173ac355..e7f37cc7c544cc52c7aeb92997154f44bb265681 100644
--- a/groupChat/groupStore/dhKeyList_test.go
+++ b/groupChat/groupStore/dhKeyList_test.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 groupStore
 
 import (
diff --git a/groupChat/groupStore/group.go b/groupChat/groupStore/group.go
index 2c7d3e91739af0494f74316fac517b937cd86e86..b1bbd60d608e9c895e9ab6fcfd1700db4a92a4e9 100644
--- a/groupChat/groupStore/group.go
+++ b/groupChat/groupStore/group.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupStore
 
diff --git a/groupChat/groupStore/group_test.go b/groupChat/groupStore/group_test.go
index 047df74bc3981ef0b3f7b107c5c57fe87dac3ed6..a45be564da007da3164f2f3dc4e6853b3bcce773 100644
--- a/groupChat/groupStore/group_test.go
+++ b/groupChat/groupStore/group_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupStore
 
diff --git a/groupChat/groupStore/store.go b/groupChat/groupStore/store.go
index f2372be86f92e454dcd06320658d4beb11d69e4e..f74a7aeb8ed9a3bd557a0d339ad8419158604513 100644
--- a/groupChat/groupStore/store.go
+++ b/groupChat/groupStore/store.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupStore
 
diff --git a/groupChat/groupStore/store_test.go b/groupChat/groupStore/store_test.go
index e5549f06b1afadeceb44dd3a8bb3d2ac3c0ce7d1..aaeaebe7eff15e4d51c566359d50ff22ae31b99c 100644
--- a/groupChat/groupStore/store_test.go
+++ b/groupChat/groupStore/store_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupStore
 
diff --git a/groupChat/groupStore/utils_test.go b/groupChat/groupStore/utils_test.go
index 8aff7c8400183aa61b352d1e4f44f4056f591de5..0ffefb6bf8538e76ee09994d568e106460c4f2d1 100644
--- a/groupChat/groupStore/utils_test.go
+++ b/groupChat/groupStore/utils_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupStore
 
diff --git a/groupChat/interface.go b/groupChat/interface.go
index d670a565c2e2a3aa16ec061980ee3f331acae19b..983d709d87db528c144d5583f1aa18419edd8b21 100644
--- a/groupChat/interface.go
+++ b/groupChat/interface.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Group chat is used to communicate the same content with multiple clients over
 // cMix. A group chat is controlled by a group leader who creates the group,
diff --git a/groupChat/internalFormat.go b/groupChat/internalFormat.go
index e8fd69df643856b49a217a7ae0602ce7e741e363..51e98eb6960125334c05aa7f00e771b86da14386 100644
--- a/groupChat/internalFormat.go
+++ b/groupChat/internalFormat.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/internalFormat_test.go b/groupChat/internalFormat_test.go
index 7c2d415ee68e041842d127293ccdf97b2506d1cf..2a717aa5302dc507c60e9708e132c4c634e01faa 100644
--- a/groupChat/internalFormat_test.go
+++ b/groupChat/internalFormat_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/makeGroup.go b/groupChat/makeGroup.go
index b7db0a1033a848009ac63e58f0357920382136fa..aeaea8efc6de93e130204137bf9096d56f8eead0 100644
--- a/groupChat/makeGroup.go
+++ b/groupChat/makeGroup.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/makeGroup_test.go b/groupChat/makeGroup_test.go
index 737ca52cae289725ccd264abe90020e5b0c64ea2..34596d71e8c38d5a5ee28a17c7e7edfe606a1f25 100644
--- a/groupChat/makeGroup_test.go
+++ b/groupChat/makeGroup_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/manager.go b/groupChat/manager.go
index 0e8fb03645afbe26e4de93dd3e19fa9bf7221342..82b7d432636713788d8e33a4d4e9a3b9db0034fb 100644
--- a/groupChat/manager.go
+++ b/groupChat/manager.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/manager_test.go b/groupChat/manager_test.go
index c5edaeedf6763e33e3193827ec163e07f179e086..7cb7d2f59d3b4550286531d458921c3d9f96f08a 100644
--- a/groupChat/manager_test.go
+++ b/groupChat/manager_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/messageReceive.go b/groupChat/messageReceive.go
index c605d7860b096d82411ef5d1ba2b3c9e1604968e..82cbc37d30123496353a4311e986206b47b65642 100644
--- a/groupChat/messageReceive.go
+++ b/groupChat/messageReceive.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/messageReceive_test.go b/groupChat/messageReceive_test.go
index 701890bcedd5476d529f3dd1d2e42a31e0e979ce..4ba6ece72aab9e4c92a36b84fc4dd3ae3ea86eff 100644
--- a/groupChat/messageReceive_test.go
+++ b/groupChat/messageReceive_test.go
@@ -1,9 +1,10 @@
-///////////////////////////////////////////////////////////////////////////////
-// 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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
+
 package groupChat
 
 import (
diff --git a/groupChat/messenger_test.go b/groupChat/messenger_test.go
index 56436ad65481bc4520d76770604cbd13364e9b8a..1ebf8d4d696cf05881c317ffafa3a5f4fd03cc5d 100644
--- a/groupChat/messenger_test.go
+++ b/groupChat/messenger_test.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 groupChat
 
 import (
diff --git a/groupChat/networkManager_test.go b/groupChat/networkManager_test.go
index a6df5a6427d976a21a652d89db81e8941348f34e..9c6535d1c73f7114c50012557f993b405f1a261f 100644
--- a/groupChat/networkManager_test.go
+++ b/groupChat/networkManager_test.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 groupChat
 
 import (
diff --git a/groupChat/processor.go b/groupChat/processor.go
index fa115755751a6e5d6a989c9456895220ec5336ef..f397046a924b66808b115b35f1f41221f876d175 100644
--- a/groupChat/processor.go
+++ b/groupChat/processor.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 groupChat
diff --git a/groupChat/publicFormat.go b/groupChat/publicFormat.go
index ab88d9e09f9c7e5110404fca5fc473070b45c088..eb72300f480c57701149b1211df546a9916f95de 100644
--- a/groupChat/publicFormat.go
+++ b/groupChat/publicFormat.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/publicFormat_test.go b/groupChat/publicFormat_test.go
index ceb1ba2ec32ea0f6112b33a53218af557c0c2706..8c734de5a0223747e3dfa44938ec19fd1185684e 100644
--- a/groupChat/publicFormat_test.go
+++ b/groupChat/publicFormat_test.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 groupChat
 
 import (
diff --git a/groupChat/receive.go b/groupChat/receive.go
index aecbfad2ee37d9242a70e3e5f1a8d21773854340..004f7f370224c7df6368705f86b5f33eb4a3e2fd 100644
--- a/groupChat/receive.go
+++ b/groupChat/receive.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/receiveRequest.go b/groupChat/receiveRequest.go
index 104a326f1101f966510daea00db75a0c613efa67..e88aa858210d7bab639c672caf3e69cf0e2a9e2e 100644
--- a/groupChat/receiveRequest.go
+++ b/groupChat/receiveRequest.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/receiveRequest_test.go b/groupChat/receiveRequest_test.go
index d1283b8955f319e526322882d5b609e96282c3c2..e3611bab8193e2b87001578d4df640101c71b2dc 100644
--- a/groupChat/receiveRequest_test.go
+++ b/groupChat/receiveRequest_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/receive_test.go b/groupChat/receive_test.go
index bc35aee1d8280ebfbf261485b58a6a28476d04fc..be3a3bbff5c56c38a9ef3f910a47c18c1e0eddfe 100644
--- a/groupChat/receive_test.go
+++ b/groupChat/receive_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/send.go b/groupChat/send.go
index efa0e11639c261256fd200cbaac31389b9d7168f..8407439f5abc884be387af876d8ce67f7d4ca665 100644
--- a/groupChat/send.go
+++ b/groupChat/send.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/sendRequests.go b/groupChat/sendRequests.go
index ff566063a696effc99444dd024aee9891e627418..36046527379d67151a69f588e773b03f6758f87d 100644
--- a/groupChat/sendRequests.go
+++ b/groupChat/sendRequests.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/sendRequests_test.go b/groupChat/sendRequests_test.go
index bb2589689e40f70b997ddd250da33c50f0c2c99a..3878e52a4d81e80523c41d3bdc2baf41281ab39c 100644
--- a/groupChat/sendRequests_test.go
+++ b/groupChat/sendRequests_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/send_test.go b/groupChat/send_test.go
index be68cb2e8bccca341785038e8596302ba63ba9d5..bac5a18486d3e3a11a021b008f5251116c253850 100644
--- a/groupChat/send_test.go
+++ b/groupChat/send_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/service.go b/groupChat/service.go
index d2a5916aaa7975a8d20065f88ce0a9047bbbed74..eb57bc38f39c010fd1525a48e69720bd9b82b033 100644
--- a/groupChat/service.go
+++ b/groupChat/service.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 groupChat
diff --git a/groupChat/session_test.go b/groupChat/session_test.go
index 15877e7af4c0afcb9a7b8276810ebdd21b91eb26..a61cf8b510ed05b1d7fee252e31dd314f03097d0 100644
--- a/groupChat/session_test.go
+++ b/groupChat/session_test.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 groupChat
 
 import (
diff --git a/groupChat/utils_test.go b/groupChat/utils_test.go
index 024d4c02446fd632937bc87f5d626a20ae5161de..98e63bcf98fa3a658a95b28c16b626c3411ccbcc 100644
--- a/groupChat/utils_test.go
+++ b/groupChat/utils_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package groupChat
 
diff --git a/groupChat/wrapper.go b/groupChat/wrapper.go
index 6a3e91220d29cef35769f7aff86cef5899a619cc..4e9d73b3e46d4e94ea985ab572baf32fa57029eb 100644
--- a/groupChat/wrapper.go
+++ b/groupChat/wrapper.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 groupChat
diff --git a/interfaces/auth.go b/interfaces/auth.go
index 60ba0d311342b154238caf251d2eb0c22f339d53..fe022dfe471a8696adc56f765ff6a6e96db2418b 100644
--- a/interfaces/auth.go
+++ b/interfaces/auth.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package interfaces
 
diff --git a/interfaces/clientError.go b/interfaces/clientError.go
index 39c6706c7fb83b1df657c46d46f733c55c9b562d..86b55ac9f959abc6bef07c5870c71a94a78fa0a8 100644
--- a/interfaces/clientError.go
+++ b/interfaces/clientError.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 interfaces
 
 type ClientError struct {
diff --git a/interfaces/ephemeral.go b/interfaces/ephemeral.go
index 4d0e7f926f5a3a863a49a51e499dbde5146d7f94..57523cb5e123322a41f551d4d6aab3c68b00f042 100644
--- a/interfaces/ephemeral.go
+++ b/interfaces/ephemeral.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 interfaces
diff --git a/interfaces/healthTracker.go b/interfaces/healthTracker.go
index 0d746d50f73bc1215201c413e5d6d83e54bbbb55..995df5ce21933c8228becc225a8fcd800a6511cf 100644
--- a/interfaces/healthTracker.go
+++ b/interfaces/healthTracker.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package interfaces
 
diff --git a/interfaces/restoreContacts.go b/interfaces/restoreContacts.go
index defc6877b4310d964425b6f2555df64a2a5a28d9..82ca65b825d5081baff773519d6d0c0eced6a39c 100644
--- a/interfaces/restoreContacts.go
+++ b/interfaces/restoreContacts.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package interfaces
 
diff --git a/interfaces/roundEvents.go b/interfaces/roundEvents.go
index 7228649def38a6199a7650df1b811373ad7f0307..a2113d6f5fe86959aa365729eac5c8ae2bd8f3e1 100644
--- a/interfaces/roundEvents.go
+++ b/interfaces/roundEvents.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package interfaces
 
diff --git a/interfaces/sidh/sidh.go b/interfaces/sidh/sidh.go
index 81468e4be1f4e48ee50cd20713cd08eab5be3f0a..ff1ad9c4f63a063ce54bf67e2759e56b374054d8 100644
--- a/interfaces/sidh/sidh.go
+++ b/interfaces/sidh/sidh.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 interfaces
 
 import "github.com/cloudflare/circl/dh/sidh"
diff --git a/main.go b/main.go
index 47a38ce28d8f06cb2c16d1aba035b3a9c393caad..ac80eb9a1fc5411c091bd1f3bad27b89e90114d7 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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package main
 
diff --git a/registration/permissioning.go b/registration/permissioning.go
index cab953a8472df368a6bc7dd72218a5e49796c2c8..293c39010e2074c3297d306303d9d4b163f8d3f3 100644
--- a/registration/permissioning.go
+++ b/registration/permissioning.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package registration
 
diff --git a/registration/permissioning_test.go b/registration/permissioning_test.go
index 616ab9393b868bf4da25e69976a3d316adc23d84..94d2bacf0cfa75789016efaca3b629c26bf6cac1 100644
--- a/registration/permissioning_test.go
+++ b/registration/permissioning_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package registration
 
diff --git a/registration/register.go b/registration/register.go
index 97c1f3d6d9ef121ca3d4efa8e71c6070d85614a0..56986c809660edcf23fadf0947afa2f8aa5fc485 100644
--- a/registration/register.go
+++ b/registration/register.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package registration
 
diff --git a/registration/register_test.go b/registration/register_test.go
index d7b95baf4e4581ca96f56605e43eb043a628e46e..8cec2bfb92f215640de1206141d473a47eea9601 100644
--- a/registration/register_test.go
+++ b/registration/register_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package registration
 
diff --git a/restlike/connect/receiver.go b/restlike/connect/receiver.go
index be76084b075900e9b25741bab62131281191eb6c..20ad79df76dd9003ac6d7e43cbae18185faa8217 100644
--- a/restlike/connect/receiver.go
+++ b/restlike/connect/receiver.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package connect
diff --git a/restlike/connect/receiver_test.go b/restlike/connect/receiver_test.go
index 723ec019fbedf4532b4f2a3d2bf3f66be51d36b1..409dcd9e3814892c229b097677f849bd038ad36d 100644
--- a/restlike/connect/receiver_test.go
+++ b/restlike/connect/receiver_test.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package connect
diff --git a/restlike/connect/request.go b/restlike/connect/request.go
index 0dd35c27f71139ee9a39c3dad0ccc9eb7914532d..bd2ac8d978b1dcc89cd301f8a058c44c72ae76f9 100644
--- a/restlike/connect/request.go
+++ b/restlike/connect/request.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package connect
diff --git a/restlike/connect/response.go b/restlike/connect/response.go
index 99042d7c4bd4947a2f2eed560f4fef8114998d9d..83d55ddea39ed9e051953dd2c1b4a3f8910ef39b 100644
--- a/restlike/connect/response.go
+++ b/restlike/connect/response.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package connect
diff --git a/restlike/connect/response_test.go b/restlike/connect/response_test.go
index f3db1ba40f2024b83522c2d9a5c840d5e4691da4..d82947861901dcf3039dbd1628b948d5c44baea5 100644
--- a/restlike/connect/response_test.go
+++ b/restlike/connect/response_test.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package connect
diff --git a/restlike/connect/server.go b/restlike/connect/server.go
index 7438b41d7ffaa5edb99e7d3f99913a0250921ee9..47d3955b4d0d33763ae63c2f9a733f7678dce8c6 100644
--- a/restlike/connect/server.go
+++ b/restlike/connect/server.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package connect
diff --git a/restlike/restLikeMessages.pb.go b/restlike/restLikeMessages.pb.go
index c6666a5d08dd3c0a086a100a19ca0a74f630af79..f41665c73b437581c27fd01769e8b80500faa16f 100644
--- a/restlike/restLikeMessages.pb.go
+++ b/restlike/restLikeMessages.pb.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
diff --git a/restlike/restLikeMessages.proto b/restlike/restLikeMessages.proto
index 00156d5443904383deb89f64c391e0009741dc78..681c97afcdfd46da0e55ecbe2ca62dbd6d7798b1 100644
--- a/restlike/restLikeMessages.proto
+++ b/restlike/restLikeMessages.proto
@@ -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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 syntax = "proto3";
 package restLikeMessages;
diff --git a/restlike/single/receiver.go b/restlike/single/receiver.go
index f25268f8160d2d257121af560619c87997d87111..381bd923ebb120d7c1eb7c98c07de2ed18461a9f 100644
--- a/restlike/single/receiver.go
+++ b/restlike/single/receiver.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package single
diff --git a/restlike/single/receiver_test.go b/restlike/single/receiver_test.go
index 3b06c4c15691c049b1adcf684e9d29893baef121..7fe2bc6c02eddffc910b40f0728f00cc791dd136 100644
--- a/restlike/single/receiver_test.go
+++ b/restlike/single/receiver_test.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package single
diff --git a/restlike/single/request.go b/restlike/single/request.go
index 8a0b550867b5d2ebdaa43333fcf529940c701982..53dfcbce8a69a4811cc0f4cd6d91c49ae93f2451 100644
--- a/restlike/single/request.go
+++ b/restlike/single/request.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package single
diff --git a/restlike/single/response.go b/restlike/single/response.go
index edc4833226d0372ae6816f4a190772127aaf6e7e..a0e0314677890b017c093738e1597624fc303b25 100644
--- a/restlike/single/response.go
+++ b/restlike/single/response.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package single
diff --git a/restlike/single/response_test.go b/restlike/single/response_test.go
index b5e11bf81acca0a91cd9342390b7e712125a4518..da2aedcea8035c8a2189dc0f63fa1a3ed8004256 100644
--- a/restlike/single/response_test.go
+++ b/restlike/single/response_test.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package single
diff --git a/restlike/single/server.go b/restlike/single/server.go
index 99c2bc08b6327d372ade95711a2a0c945ce33795..607de3e1193f3d99d864cd44b5a675650b1b2ab5 100644
--- a/restlike/single/server.go
+++ b/restlike/single/server.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package single
diff --git a/restlike/types.go b/restlike/types.go
index 8937575ed720bb14634bf34e6d02908988a28b13..b9158b4a761a318a20701f51e69cad2f57f9af90 100644
--- a/restlike/types.go
+++ b/restlike/types.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package restlike
diff --git a/restlike/types_test.go b/restlike/types_test.go
index 7b5b1a9d5b1bdaebc556ee4521379e48478019cb..554988050427aeb9f46f75f64f3b17b8c9b316d3 100644
--- a/restlike/types_test.go
+++ b/restlike/types_test.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package restlike
diff --git a/single/cypher.go b/single/cypher.go
index 6776c0cc673c5d768bf18935ea7c5f66e0ce0de4..ab5c1dce7d6ad0d08e4f5ee8a583f97bdf5b5c2a 100644
--- a/single/cypher.go
+++ b/single/cypher.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package single
 
diff --git a/single/cypher_test.go b/single/cypher_test.go
index 13a47e354db61d1c96f913b6d10a7bf97f029744..113cc7e4c0f807e03317654a796e7dcd63bf0bca 100644
--- a/single/cypher_test.go
+++ b/single/cypher_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 single
diff --git a/single/interfaces.go b/single/interfaces.go
index da28ef80a682b5d6d9ed9a5149972b269892d16b..d8a28d9545d824a4dd3ac1f583ea454f45b2b896 100644
--- a/single/interfaces.go
+++ b/single/interfaces.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 single
 
 import (
diff --git a/single/listener.go b/single/listener.go
index 01604b1e03839b8ecf23a0fbaa21501122d7d9f8..c13ca7a2a9a92bd0bb4af7e570bd66f3b9f94b1b 100644
--- a/single/listener.go
+++ b/single/listener.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 single
 
 import (
diff --git a/single/listener_test.go b/single/listener_test.go
index b7125f217866dbbefdd9e57757944a828da6f2ab..c0c0ae24907b940278ba41c2e9928fb1116e2ea9 100644
--- a/single/listener_test.go
+++ b/single/listener_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 single
diff --git a/single/message/collator.go b/single/message/collator.go
index 9e59eb9e95f00b5b4ec8b0550bf403523e130cec..c5e71cee465960abb7cf87e5d4b73504fc05a475 100644
--- a/single/message/collator.go
+++ b/single/message/collator.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 message
 
 import (
diff --git a/single/message/collator_test.go b/single/message/collator_test.go
index e45d169741e9b510164157cbaee2835ca53157de..cd18eb30eb60f7fb83c7e08cb129fc24905b4a50 100644
--- a/single/message/collator_test.go
+++ b/single/message/collator_test.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 message
 
 import (
diff --git a/single/message/request.go b/single/message/request.go
index f20c36a7fe025bd0ec0a8490a31f4e5bfa38b426..c77689aa8c3e34378f46b816d7c9c3210fbbb939 100644
--- a/single/message/request.go
+++ b/single/message/request.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/single/message/requestPart.go b/single/message/requestPart.go
index 11d9f27b663cd15d500d7bf3321427c08f70c5d9..fedbed513dad6e220921f9dae34dd18535ebd356 100644
--- a/single/message/requestPart.go
+++ b/single/message/requestPart.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/single/message/requestPart_test.go b/single/message/requestPart_test.go
index 8f3bbdf8e7cafee33432674fdaad8786dbfad5da..b285af119dd4dd762f90a9692649a097ff9de011 100644
--- a/single/message/requestPart_test.go
+++ b/single/message/requestPart_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/single/message/request_test.go b/single/message/request_test.go
index 3a9120f11883fd19af2630e14cb8a0603a0a2aa0..b0be57400bd9f5bbd204d6ef1aba5d663bf208b9 100644
--- a/single/message/request_test.go
+++ b/single/message/request_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/single/message/responsePart.go b/single/message/responsePart.go
index 02b80cb95fc96f2ab80be204e83ea8bbf0bb233d..03c5154dd904197e1aebcaa3f2bfaba346a41796 100644
--- a/single/message/responsePart.go
+++ b/single/message/responsePart.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/single/message/responsePart_test.go b/single/message/responsePart_test.go
index 45c06773f113fb64f3e67db2cbeaba4d3bef6bb7..cab9cef67c45c872634d24f8a2bb0da2a1f1e11e 100644
--- a/single/message/responsePart_test.go
+++ b/single/message/responsePart_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package message
 
diff --git a/single/params.go b/single/params.go
index 8895818449ba626ea69a112226a8afd182cdc5f3..928938384bc5a24c09d35b9c8a7911a62a65fd21 100644
--- a/single/params.go
+++ b/single/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.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package single
diff --git a/single/params_test.go b/single/params_test.go
index 7d8224c6127366af542baecb2e755475311967a0..e9c4c49dcd22a2baf482263f97bdf09a2611820f 100644
--- a/single/params_test.go
+++ b/single/params_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 single
diff --git a/single/receivedRequest.go b/single/receivedRequest.go
index b571ef1db60580ecc2f25c47543ce18dff77d226..70ff0dc6f1fe673f69f13d4bbd826aa55cfdcc8a 100644
--- a/single/receivedRequest.go
+++ b/single/receivedRequest.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 single
 
 import (
diff --git a/single/receivedRequest_test.go b/single/receivedRequest_test.go
index fc7f64f4fc398a5ad3407690d40a269410e1d8c0..d58b9a224fa147a34d96bbc0be4ca127dcdbc6f8 100644
--- a/single/receivedRequest_test.go
+++ b/single/receivedRequest_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 single
diff --git a/single/request.go b/single/request.go
index 08e78c6effd39046fada90042fd04efd8472855a..01424229f1a6e275abcd5b13bc7df9d964315b0d 100644
--- a/single/request.go
+++ b/single/request.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 single
 
 import (
diff --git a/single/requestPartProcessor.go b/single/requestPartProcessor.go
index 8649237e539e6892c3e7fcdea9bc13c961b71fa4..34293282ed87f4ab323336ea364db3b169275b90 100644
--- a/single/requestPartProcessor.go
+++ b/single/requestPartProcessor.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 single
diff --git a/single/request_test.go b/single/request_test.go
index 7e2847324e140fba5e36320c6a22c01650cfac04..4da6d4833e17eb15f2bfa428549739b6cb675bb8 100644
--- a/single/request_test.go
+++ b/single/request_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 single
diff --git a/single/responseProcessor.go b/single/responseProcessor.go
index 942a8443cb32a3b9ea40d357f5e9b3277c59123a..4351900dc228ef09b3deb58e381ab4b920436aa3 100644
--- a/single/responseProcessor.go
+++ b/single/responseProcessor.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 single
 
 import (
diff --git a/single/roundCollector.go b/single/roundCollector.go
index 4d48b8e32c0f3e458457502481dd69344c510ee1..d1f7c5d84f59100ebeb4492e5b51421140690a19 100644
--- a/single/roundCollector.go
+++ b/single/roundCollector.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 single
diff --git a/single/utils_test.go b/single/utils_test.go
index 66e7f0e6d670bfc0e19e8ef237d4e2277abb43ec..e2657840d3be6112d414178fe5195bdce71a2bf8 100644
--- a/single/utils_test.go
+++ b/single/utils_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 single
diff --git a/stoppable/multi.go b/stoppable/multi.go
index 60d1c8530300f2d52babf469d923627f236a6f1d..81bd270257b19fd3a6d75c78591b390335230d2b 100644
--- a/stoppable/multi.go
+++ b/stoppable/multi.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package stoppable
 
diff --git a/stoppable/multi_test.go b/stoppable/multi_test.go
index 4a7eaf0873019d7ab9bd89e4f6aac2ba8f1661c9..af88627451dbd5ce17d19b2f789098d310f6f8bc 100644
--- a/stoppable/multi_test.go
+++ b/stoppable/multi_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package stoppable
 
diff --git a/stoppable/single.go b/stoppable/single.go
index dfde7242ed83f0af975efa0656933b56d0b8145a..ea11ab42b586c3c1543509b5f575cda75f0cfca5 100644
--- a/stoppable/single.go
+++ b/stoppable/single.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package stoppable
 
diff --git a/stoppable/single_test.go b/stoppable/single_test.go
index c93a1ebfcc1815b2d5c82e7f2e2dc43ff96a076c..3384396e4c7c80158aeb05ef3de4dc55a2fa720f 100644
--- a/stoppable/single_test.go
+++ b/stoppable/single_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package stoppable
 
diff --git a/stoppable/status.go b/stoppable/status.go
index 1b306bd69a13394d8321c52b742ef5ecf82a83a9..089516de1f86fdcd656536b0654eec9bd26c13fd 100644
--- a/stoppable/status.go
+++ b/stoppable/status.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 stoppable
diff --git a/stoppable/status_test.go b/stoppable/status_test.go
index c2f4bcd05f106e1f0bc6e6083a88096a3cdde1f7..5c44b45870ff1082d3d90125a4a57d9a9339e4e8 100644
--- a/stoppable/status_test.go
+++ b/stoppable/status_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 stoppable
diff --git a/stoppable/stoppable.go b/stoppable/stoppable.go
index b5b072d1424feddf97cd029fa08d519ef2998c01..65df5267197e7ea761ee7d4a7c33b9ead2e16ba3 100644
--- a/stoppable/stoppable.go
+++ b/stoppable/stoppable.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package stoppable
 
diff --git a/stoppable/stoppable_test.go b/stoppable/stoppable_test.go
index 0f070317aedef9fca29a0b66d023b4e7d151517f..1c5098cf2713979f27d24c53ca4385ac8852564d 100644
--- a/stoppable/stoppable_test.go
+++ b/stoppable/stoppable_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package stoppable
 
diff --git a/storage/clientVersion/store.go b/storage/clientVersion/store.go
index 5b6e951ef6c0bf5b86049b636606fa015f9d4062..1a6e2f592bcb21f349530cc773b22fbd6dec78a2 100644
--- a/storage/clientVersion/store.go
+++ b/storage/clientVersion/store.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package clientVersion
 
diff --git a/storage/clientVersion/store_test.go b/storage/clientVersion/store_test.go
index 0e8cae86f2822b5ea9d3cb09e1bc71cd0c682884..61814da6e79db4271c95f035df497c280fd778af 100644
--- a/storage/clientVersion/store_test.go
+++ b/storage/clientVersion/store_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package clientVersion
 
diff --git a/storage/ndf.go b/storage/ndf.go
index 46df6a07161880e15fb75107c692fddaadf45a05..7bac8db591a15c2a76a2428e8ed47f176dfe637f 100644
--- a/storage/ndf.go
+++ b/storage/ndf.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package storage
 
diff --git a/storage/ndf_test.go b/storage/ndf_test.go
index 4d48ab2d28d7330511f8474a9a335ef023505eb6..d628f0a19534b50777390c7f174c4e43c4226a39 100644
--- a/storage/ndf_test.go
+++ b/storage/ndf_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package storage
 
diff --git a/storage/regCode.go b/storage/regCode.go
index 2a7d15f34895e0e7d1a7581c18e5a5e50033de7c..83647179c4237d3e09607af6e4bcc89f42181ab3 100644
--- a/storage/regCode.go
+++ b/storage/regCode.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package storage
 
diff --git a/storage/regStatus.go b/storage/regStatus.go
index 90b355e75a3b17cdf90e15f413b816f83d47d279..5ff8cdd4d35a1b9be90a3c07653e62cf07d63dbd 100644
--- a/storage/regStatus.go
+++ b/storage/regStatus.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package storage
 
diff --git a/storage/session.go b/storage/session.go
index d181f07428b1178b83a7b0121c980882c79d1c37..1ef1851799d40a72a4572d0229670e7a2bfa6d13 100644
--- a/storage/session.go
+++ b/storage/session.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Session object definition
 
diff --git a/storage/session_test.go b/storage/session_test.go
index 27a09e603ab719071a8265e4ae96a03a92517c7a..fd72d302adfc418602a1480245547bb8262a862d 100644
--- a/storage/session_test.go
+++ b/storage/session_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package storage
 
diff --git a/storage/user/cryptographic.go b/storage/user/cryptographic.go
index 8c245fc70ac257dc9eef14d9848be007c7831343..1c2d6f8f3e618e7e92106f52a8be88298b5fdc13 100644
--- a/storage/user/cryptographic.go
+++ b/storage/user/cryptographic.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package user
 
diff --git a/storage/user/cryptographic_test.go b/storage/user/cryptographic_test.go
index 0b9f92d9525600ad66c7746dbda12fa06fc6a318..7fb9f6c3b9e4f3c770db0b7fc6cecc95cb25afcd 100644
--- a/storage/user/cryptographic_test.go
+++ b/storage/user/cryptographic_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package user
 
diff --git a/storage/user/info.go b/storage/user/info.go
index fc272cb0fe134b767e399b4bb9fca2a8cd3411e4..a16b4b754a625c386f0dc569f911188b22e742a7 100644
--- a/storage/user/info.go
+++ b/storage/user/info.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package user
 
diff --git a/storage/user/registation.go b/storage/user/registation.go
index 4da19b4cd0faf8e83fe22ad2e177afb8d8109897..f61972c392fc584ab1a06be1760ee5fe52f17ff6 100644
--- a/storage/user/registation.go
+++ b/storage/user/registation.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package user
 
diff --git a/storage/user/registation_test.go b/storage/user/registation_test.go
index 346e662758223a755e13c5e19186002ae6b9ec6f..a8b7d03549998af4f4bf614cd464204965a7c2c8 100644
--- a/storage/user/registation_test.go
+++ b/storage/user/registation_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package user
 
diff --git a/storage/user/user.go b/storage/user/user.go
index 5b84321a97cc169df474ab2ebd602bfb2769c0b1..b2db39a4e53f3dd15a5d457654b28327a41be613 100644
--- a/storage/user/user.go
+++ b/storage/user/user.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package user
 
diff --git a/storage/user/user_test.go b/storage/user/user_test.go
index 9198e48f607e3c25d79d74242f7607819a83efd1..b55de9534c4eeeaac3369fa6a25d2e3b29a12bcf 100644
--- a/storage/user/user_test.go
+++ b/storage/user/user_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package user
 
diff --git a/storage/user/username.go b/storage/user/username.go
index c36e0eba99883f5d735d4aeb2e557848f8ff4180..7e40ecf5bcb01d92c75a2dffb39e1631c41eb9f9 100644
--- a/storage/user/username.go
+++ b/storage/user/username.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package user
 
diff --git a/storage/user/username_test.go b/storage/user/username_test.go
index a52b20ac003d692c38ba632299354bb8ce698faf..bb044f4ad9dc2c2a83c7a6b9f4ee382a07b795fe 100644
--- a/storage/user/username_test.go
+++ b/storage/user/username_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package user
 
diff --git a/storage/utility/NDF.go b/storage/utility/NDF.go
index e4e6281b26ed92c6466a8afaa9cbec7375ed5107..3faf19b4cbfe0ed4576269cb8ad5734fcaf610f1 100644
--- a/storage/utility/NDF.go
+++ b/storage/utility/NDF.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/blockStore.go b/storage/utility/blockStore.go
index 053e015dd2171e41755afeb6c0e9674d4a2daf78..9bfdcadcab4aab91fde5bc94c76471fa435edf49 100644
--- a/storage/utility/blockStore.go
+++ b/storage/utility/blockStore.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 utility
 
 import (
diff --git a/storage/utility/blockStore_test.go b/storage/utility/blockStore_test.go
index 3f13417858d38cb5d7b94667f17c0d17535bf29b..889655b558df08a0ede280d75db7431abdc9530a 100644
--- a/storage/utility/blockStore_test.go
+++ b/storage/utility/blockStore_test.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 utility
 
 import (
diff --git a/storage/utility/bucket.go b/storage/utility/bucket.go
index 46b3da9a9d7733b0ce2abb5812a451ea9ae8e419..4757c1add087ea30d8a8171c9a87b4572da59e2e 100644
--- a/storage/utility/bucket.go
+++ b/storage/utility/bucket.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/bucketParams.go b/storage/utility/bucketParams.go
index 756666fa353628fabbb5dee9e4077510cf6666a9..c9a8789ccb5d847b3505717b53b9fe932398d688 100644
--- a/storage/utility/bucketParams.go
+++ b/storage/utility/bucketParams.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/bucketParams_test.go b/storage/utility/bucketParams_test.go
index d908ac99ad964b35a345fbfde6af92c642b072c4..dc961eb5f2ff719ad2580fef95e53f0319f1802d 100644
--- a/storage/utility/bucketParams_test.go
+++ b/storage/utility/bucketParams_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/contact.go b/storage/utility/contact.go
index 2050efd8a2664a41bb34c557c807f73d94879a57..91ad113a10aedeb78f213ffdfad9e402cb51e67b 100644
--- a/storage/utility/contact.go
+++ b/storage/utility/contact.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/dh.go b/storage/utility/dh.go
index 6295e446d3563127c4c1262733eb3abf8ac8b91e..05c3dde6bb4dd93fd4a67f135cf0c521eb8cf379 100644
--- a/storage/utility/dh.go
+++ b/storage/utility/dh.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/dh_test.go b/storage/utility/dh_test.go
index bea2f2448d14a80c3319871f78edf7f1edad90e9..4f25a4768c1dd3e1fa1ed7bc0e52f010ad0e936e 100644
--- a/storage/utility/dh_test.go
+++ b/storage/utility/dh_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/group.go b/storage/utility/group.go
index 531a31ae4beb24a31cc1aa1ee4d13889e32436b3..cf47d34b002933977620814d3a15dc689aee56a9 100644
--- a/storage/utility/group.go
+++ b/storage/utility/group.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/group_test.go b/storage/utility/group_test.go
index 02e6504be687d1e7b331ad63d6c139d9d6963f22..09542e392ed40bb426d055da7c6af2854077fb28 100644
--- a/storage/utility/group_test.go
+++ b/storage/utility/group_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/id.go b/storage/utility/id.go
index 08472b53e36da3d4912886ca3b19931d0120f78d..ce2ff80e1627509d288d63d455ecdf597cad3e8b 100644
--- a/storage/utility/id.go
+++ b/storage/utility/id.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 utility
 
 import (
diff --git a/storage/utility/knownRounds.go b/storage/utility/knownRounds.go
index 0f8057ce6a21be2023a4b6bff4198e157acfcc3e..d75d094c1e99e7e73781abf3eae89e799a30d8d1 100644
--- a/storage/utility/knownRounds.go
+++ b/storage/utility/knownRounds.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/knownRounds_test.go b/storage/utility/knownRounds_test.go
index e7a3a25f8ec33b7d11886b457863e90f48819109..c5e9a565bdcafdd6c728cf3b0186cc4432760674 100644
--- a/storage/utility/knownRounds_test.go
+++ b/storage/utility/knownRounds_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/messageBuffer.go b/storage/utility/messageBuffer.go
index 4e5a5d32fb1f6695965cd97d1d28a64512eb0ba0..e8ed02f9bb5791e0ca191c516ecf7da6bf25e10b 100644
--- a/storage/utility/messageBuffer.go
+++ b/storage/utility/messageBuffer.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/messageBuffer_test.go b/storage/utility/messageBuffer_test.go
index fc7f39a7c8fba2acdb6f8eb2efe395afcc7ce814..065c1d6cf099996b4638a88dc7eda180a3bb625c 100644
--- a/storage/utility/messageBuffer_test.go
+++ b/storage/utility/messageBuffer_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/multiStateVector.go b/storage/utility/multiStateVector.go
index caeeb347f0593852be4ea3bcbdc4c0c2fb558ced..a00e75c856f075c90cdb6dc6b30706fa95c2fc6b 100644
--- a/storage/utility/multiStateVector.go
+++ b/storage/utility/multiStateVector.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 utility
diff --git a/storage/utility/multiStateVector_test.go b/storage/utility/multiStateVector_test.go
index 38085804b5bf11adbf35e21d240863b84b2a2a0c..1982ccf1e19bda1eeee1734da98e633d63e859ce 100644
--- a/storage/utility/multiStateVector_test.go
+++ b/storage/utility/multiStateVector_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 utility
diff --git a/storage/utility/sidh.go b/storage/utility/sidh.go
index d8082d872944fa2a24e9f04142e53aff8944f0e7..453df26aa98e91c2310b88a6bcbb86054791624f 100644
--- a/storage/utility/sidh.go
+++ b/storage/utility/sidh.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/sidh_test.go b/storage/utility/sidh_test.go
index d547011d3ef6860e685204ce013dd437675215e5..b20b1310aeea6fe3c3b3eeb16d3259bb748a43cc 100644
--- a/storage/utility/sidh_test.go
+++ b/storage/utility/sidh_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utility
 
diff --git a/storage/utility/stateVector.go b/storage/utility/stateVector.go
index 2ed89e2faef5fe3ebcc591e0ca0c933bcd71faf3..0b527daeb136983039a1ec5f6e7138eacda818ad 100644
--- a/storage/utility/stateVector.go
+++ b/storage/utility/stateVector.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 utility
diff --git a/storage/utility/stateVector_test.go b/storage/utility/stateVector_test.go
index 4b2188b25c6dd41689aea9cbe003ea0ba8443b7a..be5dbd9269141d0fe6251138942a82a5f6b6c8a7 100644
--- a/storage/utility/stateVector_test.go
+++ b/storage/utility/stateVector_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 utility
diff --git a/storage/utils_test.go b/storage/utils_test.go
index 6e9cc93343c47ea97587b76bb0951bc9e3e8ac94..fbabefb2e1325b6673f72feac256089704289732 100644
--- a/storage/utils_test.go
+++ b/storage/utils_test.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 storage
 
 import (
diff --git a/storage/versioned/kv.go b/storage/versioned/kv.go
index 13f05e82c7449282c669453eefbff1a6bb03ad46..ebe47ce94f31f1f7d3e8e60ffa3a22272c26e4fd 100644
--- a/storage/versioned/kv.go
+++ b/storage/versioned/kv.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package versioned
 
diff --git a/storage/versioned/kv_test.go b/storage/versioned/kv_test.go
index cd34474ed2fe18942286a88db17ccce3f71295c1..baeed14b812529f18fe992ef71472f44275a6815 100644
--- a/storage/versioned/kv_test.go
+++ b/storage/versioned/kv_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package versioned
 
diff --git a/storage/versioned/object.go b/storage/versioned/object.go
index 8cdec88c27c59dc99284089996fbcd2e2c6394a0..bd7d43730571aa743a907f6419dcdca7b0d9f2f5 100644
--- a/storage/versioned/object.go
+++ b/storage/versioned/object.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package versioned
 
diff --git a/storage/versioned/object_test.go b/storage/versioned/object_test.go
index 4ba12575a327269b2094ff7c73d90fa2a7873f2c..94ac4ec41123609591ff84fc2195d660653e4da4 100644
--- a/storage/versioned/object_test.go
+++ b/storage/versioned/object_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package versioned
 
diff --git a/ud/addFact.go b/ud/addFact.go
index 2022b82e03482dbbe5d172ff6fc95a533c1d87d2..069a4f4251800b92d12751a45cdaa24dbd73008b 100644
--- a/ud/addFact.go
+++ b/ud/addFact.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 ud
 
 import (
diff --git a/ud/addFact_test.go b/ud/addFact_test.go
index 1a1a38cdcd75f6b416786f76742bfe92ca990d64..7f5bc06f5e2b63f056a86b7d1e120b4d50860a90 100644
--- a/ud/addFact_test.go
+++ b/ud/addFact_test.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 ud
 
 import (
diff --git a/ud/comms.go b/ud/comms.go
index 07a450a405a98750fb6a2bd9dd3424c5c6f5e478..160f7529aa9296235c63d7a32ad0de226be90112 100644
--- a/ud/comms.go
+++ b/ud/comms.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 ud
 
 import (
diff --git a/ud/confirmFact.go b/ud/confirmFact.go
index 1d77f357c8a1a53f7b8ed5bf6899ce696c2def01..8fdafc24af9a52ac4b664e56dfe99aec3e95996e 100644
--- a/ud/confirmFact.go
+++ b/ud/confirmFact.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 ud
 
 import (
diff --git a/ud/confirmFact_test.go b/ud/confirmFact_test.go
index b59a3c385a499ff9685c5520056ac3c59cb0c9b0..72c72260557f92e1c611e0073fd47407b41e5d40 100644
--- a/ud/confirmFact_test.go
+++ b/ud/confirmFact_test.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 ud
 
 import (
diff --git a/ud/interfaces.go b/ud/interfaces.go
index addd3a5303c42f7d6e3ce5ddd075e6a43e14ed6d..9439d365c56441356477ee34c76fb5371c032c63 100644
--- a/ud/interfaces.go
+++ b/ud/interfaces.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 ud
 
 import (
diff --git a/ud/lookup.go b/ud/lookup.go
index cce461a9d0cb4676cb4f35cf9fdb4e175b9fd00c..569dc5b99578e9487c350028eb5e4649cbf8efc1 100644
--- a/ud/lookup.go
+++ b/ud/lookup.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 ud
 
 import (
diff --git a/ud/lookup_test.go b/ud/lookup_test.go
index 2b168e4a30c3b04e9840225c43b5e1aab039759c..9542cfc4015981be3c342d50444e3c5eb234a7d9 100644
--- a/ud/lookup_test.go
+++ b/ud/lookup_test.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 ud
 
 import (
diff --git a/ud/manager.go b/ud/manager.go
index d431da78c9f961ac7112923203eb54f51dae9564..5ab902fbb9f21059cb0538f900debc6d69b3e7bf 100644
--- a/ud/manager.go
+++ b/ud/manager.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 ud
 
 import (
diff --git a/ud/manager_test.go b/ud/manager_test.go
index b214c9600302170cc0822b8806ac8c8fe6de943b..c54e17977c2dbdeb047208ff0fd0d94b8784e1ba 100644
--- a/ud/manager_test.go
+++ b/ud/manager_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package ud
 
diff --git a/ud/mockComms_test.go b/ud/mockComms_test.go
index 542469eac332d27589dc6c40a27ef824f60a6cab..1a50717f55bf749b4681009ceba7325c3b749a45 100644
--- a/ud/mockComms_test.go
+++ b/ud/mockComms_test.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 ud
 
 import (
diff --git a/ud/mockE2e_test.go b/ud/mockE2e_test.go
index bcdf30e75cfb5d3b5e1a4ba97282fcd099879689..e903d7eb59819ddb0445a7167cd4ebfd45c2361a 100644
--- a/ud/mockE2e_test.go
+++ b/ud/mockE2e_test.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 ud
 
 import (
diff --git a/ud/mockStore_test.go b/ud/mockStore_test.go
index 5031f491bbfa8b8f24ca35c9f57d3b5dd6df0575..6e1b336d9e25246f5bc76bae47c5ebddfd2db96a 100644
--- a/ud/mockStore_test.go
+++ b/ud/mockStore_test.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 ud
 
 import (
diff --git a/ud/networkManager_test.go b/ud/networkManager_test.go
index 3af69d9efaab5db21c45ea17f46c21313bb4e197..b10cd8f2361568dcc6b7a6b3ea7c3b780a911982 100644
--- a/ud/networkManager_test.go
+++ b/ud/networkManager_test.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 ud
 
 import (
diff --git a/ud/register.go b/ud/register.go
index 48074cf1ac491fb5496d1160d1ef7cda54138edb..d70eaf0e2c71e80e859be942e19b3e6aa1196383 100644
--- a/ud/register.go
+++ b/ud/register.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 ud
 
 import (
diff --git a/ud/register_test.go b/ud/register_test.go
index f5c4f57828f27826ebd025354bc91a13cb81ec49..3d89b7245493e493a20974c990f45fb2cd49cc4f 100644
--- a/ud/register_test.go
+++ b/ud/register_test.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 ud
 
 import (
diff --git a/ud/registered.go b/ud/registered.go
index 77742fc17923e1b0a30c03622db40e797e76ec36..a636ce4a3a7e00e25ca8f0326bee978fa8051af8 100644
--- a/ud/registered.go
+++ b/ud/registered.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 ud
 
 import (
diff --git a/ud/remove.go b/ud/remove.go
index 691d9792f4468093ed2468b654b829ec60353c35..71db207ed6c263e8024f3df6cd1e56aba3cb8a29 100644
--- a/ud/remove.go
+++ b/ud/remove.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 ud
 
 import (
diff --git a/ud/remove_test.go b/ud/remove_test.go
index 53b61b3fae3070c08dad9d5d9d8c9d69503b0371..211bff6ae3516908e5b93efbd831cb3378ee7278 100644
--- a/ud/remove_test.go
+++ b/ud/remove_test.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 ud
 
 //type testRFC struct{}
diff --git a/ud/search.go b/ud/search.go
index dee22789df5cd285bd31835f00c134eac8bdbee3..43bf08518350929df2c652724bf8706e1ac74b38 100644
--- a/ud/search.go
+++ b/ud/search.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 ud
 
 import (
diff --git a/ud/search_test.go b/ud/search_test.go
index 3130e4f9b524a0cd79360a1bbcd42c4430052e8d..596d7768d191a05368f50e663f4d23dd04765cf4 100644
--- a/ud/search_test.go
+++ b/ud/search_test.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 ud
 
 import (
diff --git a/ud/store/facts.go b/ud/store/facts.go
index d0ac3112616de9c9336555ea9126ec059df8ff1d..37ad17b4f7f60cb54a4d708a2f0c8c5ac70c342f 100644
--- a/ud/store/facts.go
+++ b/ud/store/facts.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package ud
 
diff --git a/ud/store/facts_test.go b/ud/store/facts_test.go
index 7cdac5fd81667f6da119a0ce2fc6333bd8eef895..9e3143139af82972f958e21d188cb38f84f190c2 100644
--- a/ud/store/facts_test.go
+++ b/ud/store/facts_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package ud
 
diff --git a/ud/store/store.go b/ud/store/store.go
index 0cf274add91a8d08791e7b0c189b8d190d0f7962..3991eae26b339426a0b31b7380298047a2cc6745 100644
--- a/ud/store/store.go
+++ b/ud/store/store.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 ud
 
 // This file handles the storage operations on facts.
diff --git a/ud/store/store_test.go b/ud/store/store_test.go
index ed56cb67c2a320cea8073e3baa8287998a65763f..33485b43e06dedc59b362410b2378ba535f55ce7 100644
--- a/ud/store/store_test.go
+++ b/ud/store/store_test.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 ud
 
 import (
diff --git a/ud/ud.go b/ud/ud.go
index fd4633483eb34b52a9106a00cbc3b8c342bec5fd..6788b9e99388b16cd64b0d91b50d9f43f26b642f 100644
--- a/ud/ud.go
+++ b/ud/ud.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 ud
 
 import (
diff --git a/ud/udMessages.proto b/ud/udMessages.proto
index e6905f8359be96a7f331561495d44b20c7e1ab17..5f55a033960a2686f170fd6c8042e7c466f102b1 100644
--- a/ud/udMessages.proto
+++ b/ud/udMessages.proto
@@ -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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // Call ./generate.sh to generate the protocol buffer code
 
diff --git a/ud/utils_test.go b/ud/utils_test.go
index 8a1fb7f826ddea93ebbaca272260a018eedef4d3..23de7e4c9eaa26c167f55eeaae452f9e48850e27 100644
--- a/ud/utils_test.go
+++ b/ud/utils_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 ud
diff --git a/xxdk/backup.go b/xxdk/backup.go
index f6bbf690545e94ac15fc04670cf0cd02af9101da..301bb48ba0c64368ad4fba0b64b7777f7dccb1d1 100644
--- a/xxdk/backup.go
+++ b/xxdk/backup.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
diff --git a/xxdk/cmix.go b/xxdk/cmix.go
index d20530bc8bbdb28e07e889b96f2dc9d6f06dd293..33658c752d3242de2f7ae1606e14d6babfb52e99 100644
--- a/xxdk/cmix.go
+++ b/xxdk/cmix.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
 
diff --git a/xxdk/compress_test.go b/xxdk/compress_test.go
index 3361115fb8dca117c27e94dfa5dff4a6854955ad..abc64cc52fcfbf73ff9bb7e64f08fd6efa342240 100644
--- a/xxdk/compress_test.go
+++ b/xxdk/compress_test.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
diff --git a/xxdk/e2e.go b/xxdk/e2e.go
index cd0d7f00c2931b192d20ba6206e4b21067e6740f..a137abca793ecb00267571fc6a4ade03d374a1e3 100644
--- a/xxdk/e2e.go
+++ b/xxdk/e2e.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
diff --git a/xxdk/event.go b/xxdk/event.go
index d65f88c3519aa5ec8b4c5c832e95192180a84bf9..5eccd2d479e940a15c22437938d1e14d5be19d8c 100644
--- a/xxdk/event.go
+++ b/xxdk/event.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 xxdk
 
 import (
diff --git a/xxdk/identity.go b/xxdk/identity.go
index 1b2dd605dfa9f6bd63daeff49967dcdcd9fb459e..d0dee696806b356350ce9a6a7c095e3099ace67e 100644
--- a/xxdk/identity.go
+++ b/xxdk/identity.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
diff --git a/xxdk/mnemonic.go b/xxdk/mnemonic.go
index 3a2e2051b9485d225704c2896caa6da6319b5dc0..eee9abb936e3a630abb731c163638023045e9e74 100644
--- a/xxdk/mnemonic.go
+++ b/xxdk/mnemonic.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
 
diff --git a/xxdk/mnemonic_test.go b/xxdk/mnemonic_test.go
index 326e16dc22f36ee6b6d9e91ba189fba19cb5e5cd..d247fc2f393e06cd1a9f0710310bdc6076ef2508 100644
--- a/xxdk/mnemonic_test.go
+++ b/xxdk/mnemonic_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
 
diff --git a/xxdk/ndf.go b/xxdk/ndf.go
index a5e2ae703430283aa0dd007b7d5df648683daefb..de1056622c25efd98bb252c5eee46f15efaaece0 100644
--- a/xxdk/ndf.go
+++ b/xxdk/ndf.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
 
diff --git a/xxdk/notifications.go b/xxdk/notifications.go
index 17cfb113826b6caa3e2741919abbd455cfde5eb7..f5a9ce96b3cb34765aad2dd2311f0bfec59ded95 100644
--- a/xxdk/notifications.go
+++ b/xxdk/notifications.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
diff --git a/xxdk/params.go b/xxdk/params.go
index 3313b265d1e3263140cc0a7672e8c12b26672835..7fe436a2c17eea97dd773fdc0ebadc3ee146917b 100644
--- a/xxdk/params.go
+++ b/xxdk/params.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
 
diff --git a/xxdk/params_test.go b/xxdk/params_test.go
index 2386b2c99c9b3a93cac29e1a2bc1d10b9c820c8d..93a6334b6b2de2001afa99704d24058e2ab6ffb5 100644
--- a/xxdk/params_test.go
+++ b/xxdk/params_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
 
diff --git a/xxdk/permissioning.go b/xxdk/permissioning.go
index e5f4032e24ff5b226e855fb9f3a9bf0fba8d6140..54429182de52454d36de0b93faac8f428af72e82 100644
--- a/xxdk/permissioning.go
+++ b/xxdk/permissioning.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
 
diff --git a/xxdk/precan.go b/xxdk/precan.go
index 12e7bee315825fa524ffb1079182395a4870348c..3e1a58256b1d1ed316ab5718d0d5248c71d64d13 100644
--- a/xxdk/precan.go
+++ b/xxdk/precan.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
 
diff --git a/xxdk/services.go b/xxdk/services.go
index 104362102a3fd6e35483df7208924c83b0a37d2c..840215dc1d3998ebc301766b6232ebef10384d39 100644
--- a/xxdk/services.go
+++ b/xxdk/services.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 xxdk
 
 import (
diff --git a/xxdk/services_test.go b/xxdk/services_test.go
index 580df8f5ad21ab015c281d4a9e2b4d51d4e6af66..18846b9c0c2d5d7d3ac63b98fa5ab378b691108c 100644
--- a/xxdk/services_test.go
+++ b/xxdk/services_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
 
diff --git a/xxdk/status.go b/xxdk/status.go
index 92e1475de1d6bd3f43676ab90554dfc5665b524b..6b63a523b069fdd1a9614324a4fcc427fe52fa6c 100644
--- a/xxdk/status.go
+++ b/xxdk/status.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
 
diff --git a/xxdk/user.go b/xxdk/user.go
index fbf9d339fe5b39b9cde45fa4231e37724222be49..b9fe69e58d529d76f2623880c0fdcef764a246e2 100644
--- a/xxdk/user.go
+++ b/xxdk/user.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
 
diff --git a/xxdk/utils.go b/xxdk/utils.go
index 869d9529d111817805fe424c598c07fe5beb6d59..ccb6e3373274e2669a63238b9a34fdfecf0ea0ec 100644
--- a/xxdk/utils.go
+++ b/xxdk/utils.go
@@ -1,7 +1,8 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 Privategrity Corporation                                   /
-//                                                                             /
-// All rights reserved.                                                        /
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
 ////////////////////////////////////////////////////////////////////////////////
 
 // Provides various utility functions for access over the bindings
diff --git a/xxdk/utilsInterfaces_test.go b/xxdk/utilsInterfaces_test.go
index 29317d133e3031c8af10eb945ad6fc726d174c1e..b1b93977c64fbf1fcdd8ce1635ceeb15bc3b0655 100644
--- a/xxdk/utilsInterfaces_test.go
+++ b/xxdk/utilsInterfaces_test.go
@@ -1,9 +1,10 @@
-///////////////////////////////////////////////////////////////////////////////
-// 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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
+
 package xxdk
 
 import (
diff --git a/xxdk/utils_test.go b/xxdk/utils_test.go
index f5ca8f965078da696a3aadbe0dd1578595339a98..40098e5beb2abf5b05bc1556e232e373a032c1dd 100644
--- a/xxdk/utils_test.go
+++ b/xxdk/utils_test.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxdk
 
diff --git a/xxmutils/restoreContacts.go b/xxmutils/restoreContacts.go
index 9f43d294e35b7f6d601ba780b93b69bb0966a002..0ee9363130c1d302a822d1509447f52cd5ae1e56 100644
--- a/xxmutils/restoreContacts.go
+++ b/xxmutils/restoreContacts.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.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package xxmutils