diff --git a/client.go b/client.go
index 2cc7651bea794c283c35aaf36d6ac9d1b1c5f872..f8b7650ddf476620ee468b894ed8073d880e83c3 100644
--- a/client.go
+++ b/client.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE file                                                              //
-///////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // +build linux darwin windows
 // +build amd64
diff --git a/client/client.go b/client/client.go
index a22b52eb18b515f3bf496bb4476db7b985e617bb..754628091d74a8fafa0b6b4215bdc8f36b700d61 100644
--- a/client/client.go
+++ b/client/client.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE file                                                              //
-///////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package client
 
diff --git a/client/client_test.go b/client/client_test.go
index cfe1df082da64c50a50f36a7dab13913651d9fab..82dad1c9d6e0a500ee600696d3c1f887ca71916d 100644
--- a/client/client_test.go
+++ b/client/client_test.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE file                                                              //
-///////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package client
 
diff --git a/client/root.go b/client/root.go
index 91906af2cef236fb7d0a0de58bc3aa5cfc322a28..06a32c3b16d345fe578642d2af4c2d0dbdfb0780 100644
--- a/client/root.go
+++ b/client/root.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE file                                                              //
-///////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package client
 
diff --git a/cmd/server.go b/cmd/server.go
index 97019751008c3a6b8b1b54c57cb7337d603cf5a3..eeec6eaeebaba1e7cca1fdb5ba6d7dd2316e25a9 100644
--- a/cmd/server.go
+++ b/cmd/server.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE 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/main.go b/main.go
index ed171d9ea31f0b3fa27ef19871ffa7e92f962c80..2dba9098d7b8cb14ee88bbb399a9684c3d5905c1 100644
--- a/main.go
+++ b/main.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE file                                                              //
-///////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // +build js
 // +build wasm
diff --git a/messages/interfaces.go b/messages/interfaces.go
index 14fe6ebf86af02744f3b7ccdff65d20e3a3ebfd4..d0c2394ac58c54d1ff057b9133877cf143266acf 100644
--- a/messages/interfaces.go
+++ b/messages/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 messages
 
 // Commitment struct defines the JSON structure used by the REST api
diff --git a/server.go b/server.go
index 54d8d4c549d87c59d44246a4888b915cc4230a41..0e7ec41c63e1e11e247114a039bf9986f436632f 100644
--- a/server.go
+++ b/server.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE file                                                              //
-///////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 // +build linux darwin
 // +build amd64
diff --git a/server/serverImpl.go b/server/serverImpl.go
index d672cf5404f854eda9c00658b47fc567cd9a18d7..10bc0b688cece6ee4b97cc23e0e8dca4c73c60b3 100644
--- a/server/serverImpl.go
+++ b/server/serverImpl.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE file                                                              //
-///////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package server
 
diff --git a/storage/database.go b/storage/database.go
index 62e4e1f75eff8b952aa639a173cab998bfae1839..3bf0b196177da29a17a0d46d9ee1271735ea1284 100644
--- a/storage/database.go
+++ b/storage/database.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE 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/database_test.go b/storage/database_test.go
index fdf31726e4b51de9b0ff25a5d6d28c25ba406b79..660447a94f859f2612d4f84a1dfb142d70e9bf43 100644
--- a/storage/database_test.go
+++ b/storage/database_test.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE 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/dbImpl.go b/storage/dbImpl.go
index dc64a6725546c163e2b895b73bba5c20bd642ced..17d75a58752d6275b85e363bcce655cc3fa8901d 100644
--- a/storage/dbImpl.go
+++ b/storage/dbImpl.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE 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/mapImpl.go b/storage/mapImpl.go
index 1d4aa33245ff2b86a7d791ba568ae5323977249c..988ec0797ec8a273660df5bfb245ef3a6338352e 100644
--- a/storage/mapImpl.go
+++ b/storage/mapImpl.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE 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/storage.go b/storage/storage.go
index 304b4554c8c14c713063f9a54e07cb80211508f8..11f22c87cac51e22579a88e0123916ec3051ff34 100644
--- a/storage/storage.go
+++ b/storage/storage.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// 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 the high level storage API.
 
diff --git a/utils/constants.go b/utils/constants.go
index 0ea75a942f0641360133b66813444d222a53db09..b1e822afa0a9814c122e59ebbaf82a7730ecbbed 100644
--- a/utils/constants.go
+++ b/utils/constants.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE file                                                              //
-///////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utils
 
diff --git a/utils/helpers.go b/utils/helpers.go
index 83fe1732230c4a9f1150cb837da8decc9c78ea3a..0ee70a77e62ea10138827ca6691e0413b81428d4 100644
--- a/utils/helpers.go
+++ b/utils/helpers.go
@@ -1,9 +1,9 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2021 xx network SEZC                                          //
-//                                                                           //
-// Use of this source code is governed by a license that can be found in the //
-// LICENSE file                                                              //
-///////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
+// Copyright © 2022 xx foundation                                             //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file.                                                              //
+////////////////////////////////////////////////////////////////////////////////
 
 package utils