From bfe4d1f756955050c157843d8be214a7d5cf25d9 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Wed, 6 Dec 2023 01:34:20 +0000
Subject: [PATCH] Update copyright

---
 LICENSE                              | 4 ++--
 connect/auth.go                      | 2 +-
 connect/authError.go                 | 2 +-
 connect/authError_test.go            | 2 +-
 connect/auth_test.go                 | 2 +-
 connect/circuit.go                   | 2 +-
 connect/circuit_test.go              | 2 +-
 connect/comms.go                     | 2 +-
 connect/comms_test.go                | 2 +-
 connect/connectionType.go            | 2 +-
 connect/connectionType_js.go         | 2 +-
 connect/context.go                   | 2 +-
 connect/host.go                      | 2 +-
 connect/hostParams.go                | 2 +-
 connect/host_test.go                 | 2 +-
 connect/manager.go                   | 2 +-
 connect/manager_test.go              | 2 +-
 connect/metrics.go                   | 2 +-
 connect/metrics_test.go              | 2 +-
 connect/token/map.go                 | 2 +-
 connect/token/map_test.go            | 2 +-
 connect/token/token.go               | 2 +-
 connect/token/token_test.go          | 2 +-
 connect/trackedErrors.go             | 2 +-
 connect/transmit.go                  | 2 +-
 go.mod                               | 2 +-
 go.sum                               | 2 ++
 gossip/endpoint.go                   | 2 +-
 gossip/endpoint_test.go              | 2 +-
 gossip/functions.go                  | 2 +-
 gossip/gossip.pb.go                  | 2 +-
 gossip/gossip.proto                  | 2 +-
 gossip/manager.go                    | 2 +-
 gossip/manager_test.go               | 2 +-
 gossip/protocol.go                   | 2 +-
 gossip/protocol_test.go              | 2 +-
 interconnect/consensusClient.go      | 2 +-
 interconnect/consensusClient_test.go | 2 +-
 interconnect/endpoints.go            | 2 +-
 interconnect/handler.go              | 2 +-
 interconnect/interconnect.pb.go      | 2 +-
 interconnect/interconnect.proto      | 2 +-
 messages/messages.pb.go              | 2 +-
 messages/messages.proto              | 2 +-
 signature/genericEccSigning.go       | 2 +-
 signature/genericEccSigning_test.go  | 2 +-
 signature/genericRsaSigning.go       | 2 +-
 signature/genericRsaSigning_test.go  | 2 +-
 testkeys/keypath.go                  | 2 +-
 49 files changed, 51 insertions(+), 49 deletions(-)

diff --git a/LICENSE b/LICENSE
index 4bda466..570b4da 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2020, xx network SEZC
+Copyright © 2024 xx foundation
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
@@ -18,4 +18,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/connect/auth.go b/connect/auth.go
index f3a2eec..13b2f3c 100644
--- a/connect/auth.go
+++ b/connect/auth.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/authError.go b/connect/authError.go
index 73c2c24..a0cb8db 100644
--- a/connect/authError.go
+++ b/connect/authError.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/authError_test.go b/connect/authError_test.go
index 1c14968..20f2e16 100644
--- a/connect/authError_test.go
+++ b/connect/authError_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/auth_test.go b/connect/auth_test.go
index a8df379..bfad2bb 100644
--- a/connect/auth_test.go
+++ b/connect/auth_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/circuit.go b/connect/circuit.go
index 222af2e..5765134 100644
--- a/connect/circuit.go
+++ b/connect/circuit.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/circuit_test.go b/connect/circuit_test.go
index c2cb1b8..920d915 100644
--- a/connect/circuit_test.go
+++ b/connect/circuit_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/comms.go b/connect/comms.go
index f9e518d..4ae9522 100644
--- a/connect/comms.go
+++ b/connect/comms.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/comms_test.go b/connect/comms_test.go
index 49bef47..6fd8b0c 100644
--- a/connect/comms_test.go
+++ b/connect/comms_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/connectionType.go b/connect/connectionType.go
index 434fa20..b5a9e2c 100644
--- a/connect/connectionType.go
+++ b/connect/connectionType.go
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                          //
+// Copyright © 2024 xx foundation                                            //
 //                                                                           //
 // Use of this source code is governed by a license that can be found in the //
 // LICENSE file                                                              //
diff --git a/connect/connectionType_js.go b/connect/connectionType_js.go
index fc8b95b..8243a95 100644
--- a/connect/connectionType_js.go
+++ b/connect/connectionType_js.go
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Copyright © 2020 xx network SEZC                                          //
+// Copyright © 2024 xx foundation                                            //
 //                                                                           //
 // Use of this source code is governed by a license that can be found in the //
 // LICENSE file                                                              //
diff --git a/connect/context.go b/connect/context.go
index ce0595d..d6f7817 100644
--- a/connect/context.go
+++ b/connect/context.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/host.go b/connect/host.go
index bee0fb0..bdc12b0 100644
--- a/connect/host.go
+++ b/connect/host.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/hostParams.go b/connect/hostParams.go
index 4e31440..e7d80ed 100644
--- a/connect/hostParams.go
+++ b/connect/hostParams.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/host_test.go b/connect/host_test.go
index 715b49d..5d578cd 100644
--- a/connect/host_test.go
+++ b/connect/host_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/manager.go b/connect/manager.go
index d350016..9a393fb 100644
--- a/connect/manager.go
+++ b/connect/manager.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/manager_test.go b/connect/manager_test.go
index b8e156c..721a6b3 100644
--- a/connect/manager_test.go
+++ b/connect/manager_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/metrics.go b/connect/metrics.go
index e959a2f..5e819b4 100644
--- a/connect/metrics.go
+++ b/connect/metrics.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/metrics_test.go b/connect/metrics_test.go
index a0baebe..833b54f 100644
--- a/connect/metrics_test.go
+++ b/connect/metrics_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/token/map.go b/connect/token/map.go
index bc6984f..a21d6cc 100644
--- a/connect/token/map.go
+++ b/connect/token/map.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/token/map_test.go b/connect/token/map_test.go
index 5d27bb2..3ce539a 100644
--- a/connect/token/map_test.go
+++ b/connect/token/map_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/token/token.go b/connect/token/token.go
index 2fad32c..31e1350 100644
--- a/connect/token/token.go
+++ b/connect/token/token.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/token/token_test.go b/connect/token/token_test.go
index 30263a2..1164b61 100644
--- a/connect/token/token_test.go
+++ b/connect/token/token_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/trackedErrors.go b/connect/trackedErrors.go
index 6b22e8e..d9b08fc 100644
--- a/connect/trackedErrors.go
+++ b/connect/trackedErrors.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/connect/transmit.go b/connect/transmit.go
index 16d4e91..a43baa9 100644
--- a/connect/transmit.go
+++ b/connect/transmit.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/go.mod b/go.mod
index e6524fd..1d3d9b4 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
 	github.com/pkg/errors v0.9.1
 	github.com/soheilhy/cmux v0.1.5
 	github.com/spf13/jwalterweatherman v1.1.0
-	gitlab.com/xx_network/crypto v0.0.5
+	gitlab.com/xx_network/crypto v0.0.6
 	gitlab.com/xx_network/primitives v0.0.5
 	golang.org/x/crypto v0.16.0
 	golang.org/x/net v0.10.0
diff --git a/go.sum b/go.sum
index d45bc65..88c61f8 100644
--- a/go.sum
+++ b/go.sum
@@ -334,6 +334,8 @@ github.com/zeebo/pcg v1.0.1 h1:lyqfGeWiv4ahac6ttHs+I5hwtH/+1mrhlCtVNQM2kHo=
 github.com/zeebo/pcg v1.0.1/go.mod h1:09F0S9iiKrwn9rlI5yjLkmrug154/YRW6KnnXVDM/l4=
 gitlab.com/xx_network/crypto v0.0.5 h1:sU2osMW1QatrolTEa2neqbUpG7gJ0Ru/ES3LDsKzQSg=
 gitlab.com/xx_network/crypto v0.0.5/go.mod h1:C69/+XTiqJvKkYzcyA47+LdxvAofl9AzR/Nyo36y9hs=
+gitlab.com/xx_network/crypto v0.0.6 h1:+C44rBhclcbWrGa5EOic5yDF3NrXAbXScCb/mXmm3Ro=
+gitlab.com/xx_network/crypto v0.0.6/go.mod h1:C69/+XTiqJvKkYzcyA47+LdxvAofl9AzR/Nyo36y9hs=
 gitlab.com/xx_network/primitives v0.0.5 h1:jPq3EnoghvrfcZixnYSWXyk9n8IU1XYXizQjlqdABmY=
 gitlab.com/xx_network/primitives v0.0.5/go.mod h1:yB8Sk1aqB8KJTq6SASA+XeA2gqWxvkcnGbShY3ISLVk=
 go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
diff --git a/gossip/endpoint.go b/gossip/endpoint.go
index fae01bf..64411f5 100644
--- a/gossip/endpoint.go
+++ b/gossip/endpoint.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/gossip/endpoint_test.go b/gossip/endpoint_test.go
index f796a9b..00283f0 100644
--- a/gossip/endpoint_test.go
+++ b/gossip/endpoint_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/gossip/functions.go b/gossip/functions.go
index a985210..1a353b2 100644
--- a/gossip/functions.go
+++ b/gossip/functions.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/gossip/gossip.pb.go b/gossip/gossip.pb.go
index 5bbcead..ed2c72e 100644
--- a/gossip/gossip.pb.go
+++ b/gossip/gossip.pb.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/gossip/gossip.proto b/gossip/gossip.proto
index c19961d..197f237 100644
--- a/gossip/gossip.proto
+++ b/gossip/gossip.proto
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/gossip/manager.go b/gossip/manager.go
index 9ba201f..60db299 100644
--- a/gossip/manager.go
+++ b/gossip/manager.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/gossip/manager_test.go b/gossip/manager_test.go
index c672858..aa0ac5f 100644
--- a/gossip/manager_test.go
+++ b/gossip/manager_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/gossip/protocol.go b/gossip/protocol.go
index de47541..12cead0 100644
--- a/gossip/protocol.go
+++ b/gossip/protocol.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/gossip/protocol_test.go b/gossip/protocol_test.go
index b23b904..78c3c81 100644
--- a/gossip/protocol_test.go
+++ b/gossip/protocol_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/interconnect/consensusClient.go b/interconnect/consensusClient.go
index c4144bf..d587a2c 100644
--- a/interconnect/consensusClient.go
+++ b/interconnect/consensusClient.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/interconnect/consensusClient_test.go b/interconnect/consensusClient_test.go
index 4843f37..ec14a7e 100644
--- a/interconnect/consensusClient_test.go
+++ b/interconnect/consensusClient_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/interconnect/endpoints.go b/interconnect/endpoints.go
index 534fb92..1105863 100644
--- a/interconnect/endpoints.go
+++ b/interconnect/endpoints.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/interconnect/handler.go b/interconnect/handler.go
index 0225298..5091a30 100644
--- a/interconnect/handler.go
+++ b/interconnect/handler.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/interconnect/interconnect.pb.go b/interconnect/interconnect.pb.go
index 264287d..b69a5c9 100644
--- a/interconnect/interconnect.pb.go
+++ b/interconnect/interconnect.pb.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/interconnect/interconnect.proto b/interconnect/interconnect.proto
index 8c914bc..a44fd80 100644
--- a/interconnect/interconnect.proto
+++ b/interconnect/interconnect.proto
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/messages/messages.pb.go b/messages/messages.pb.go
index a062aed..ef9b45b 100644
--- a/messages/messages.pb.go
+++ b/messages/messages.pb.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/messages/messages.proto b/messages/messages.proto
index e3b0198..7634ef2 100644
--- a/messages/messages.proto
+++ b/messages/messages.proto
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/signature/genericEccSigning.go b/signature/genericEccSigning.go
index b809a95..561105d 100644
--- a/signature/genericEccSigning.go
+++ b/signature/genericEccSigning.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/signature/genericEccSigning_test.go b/signature/genericEccSigning_test.go
index 1cc7ce5..6b5dc46 100644
--- a/signature/genericEccSigning_test.go
+++ b/signature/genericEccSigning_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/signature/genericRsaSigning.go b/signature/genericRsaSigning.go
index 3e6e6ab..f2db397 100644
--- a/signature/genericRsaSigning.go
+++ b/signature/genericRsaSigning.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/signature/genericRsaSigning_test.go b/signature/genericRsaSigning_test.go
index f260d1a..0c44efa 100644
--- a/signature/genericRsaSigning_test.go
+++ b/signature/genericRsaSigning_test.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
diff --git a/testkeys/keypath.go b/testkeys/keypath.go
index ef30c23..4980309 100644
--- a/testkeys/keypath.go
+++ b/testkeys/keypath.go
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////////
-// Copyright © 2022 xx foundation                                             //
+// Copyright © 2024 xx foundation                                             //
 //                                                                            //
 // Use of this source code is governed by a license that can be found in the  //
 // LICENSE file.                                                              //
-- 
GitLab