From 9fa1911afdd79e05892a6f8b5a3a6dd01b0d24b6 Mon Sep 17 00:00:00 2001 From: Sydney Anne Erickson <sydney@elixxir.io> Date: Thu, 1 Sep 2022 15:26:04 -0700 Subject: [PATCH] Update copyright headers --- authorizer/authorizer_test.go | 7 +++++++ authorizer/endpoint.go | 12 ++++++------ authorizer/handler.go | 12 ++++++------ client/client.go | 12 ++++++------ client/gateway.go | 12 ++++++------ client/gateway_test.go | 12 ++++++------ client/mockServer_test.go | 12 ++++++------ client/notificationBot.go | 12 ++++++------ client/notificationBot_test.go | 12 ++++++------ client/registration.go | 12 ++++++------ client/registration_test.go | 12 ++++++------ client/ud.go | 7 +++++++ client/ud_test.go | 7 +++++++ clientregistrar/clientregistrar_test.go | 7 +++++++ clientregistrar/endpoint.go | 12 ++++++------ clientregistrar/handler.go | 12 ++++++------ gateway/batch.go | 12 ++++++------ gateway/batch_test.go | 12 ++++++------ gateway/broadcast.go | 12 ++++++------ gateway/broadcast_test.go | 12 ++++++------ gateway/endpoint.go | 12 ++++++------ gateway/gateway_test.go | 12 ++++++------ gateway/getPermissioningAddress.go | 7 +++++++ gateway/getPermissioningAddress_test.go | 7 +++++++ gateway/handler.go | 12 ++++++------ gateway/notifications.go | 7 +++++++ gateway/notifications_test.go | 7 +++++++ gateway/proxy.go | 12 ++++++------ gateway/proxy_test.go | 12 ++++++------ gateway/registration.go | 12 ++++++------ gateway/registration_test.go | 12 ++++++------ mixmessages/clientError.go | 7 +++++++ mixmessages/digest.go | 7 +++++++ mixmessages/digesttesthelper.go | 7 +++++++ mixmessages/mixmessages.pb.go | 7 ++++--- mixmessages/mixmessages.proto | 7 ++++--- mixmessages/ndf.go | 12 ++++++------ mixmessages/ndf_test.go | 12 ++++++------ mixmessages/notifications.go | 7 +++++++ mixmessages/notifications_test.go | 7 +++++++ mixmessages/permissioningPoll.go | 12 ++++++------ mixmessages/permissioningPoll_test.go | 12 ++++++------ mixmessages/roundError.go | 12 ++++++------ mixmessages/roundError_test.go | 12 ++++++------ mixmessages/roundInfo.go | 12 ++++++------ mixmessages/roundInfo_test.go | 12 ++++++------ mixmessages/sharePiece.go | 12 ++++++------ mixmessages/sharePiece_test.go | 13 +++++++------ mixmessages/utils.go | 12 ++++++------ network/dataStructures/circuit.go | 12 ++++++------ network/dataStructures/circuit_test.go | 12 ++++++------ network/dataStructures/extendedRoundStorage.go | 7 +++++++ network/dataStructures/group.go | 12 ++++++------ network/dataStructures/group_test.go | 12 ++++++------ network/dataStructures/ipOverride.go | 12 ++++++------ network/dataStructures/ipOverride_test.go | 7 +++++++ network/dataStructures/ndf.go | 12 ++++++------ network/dataStructures/ndf_test.go | 12 ++++++------ network/dataStructures/round.go | 13 +++++++------ network/dataStructures/roundData.go | 12 ++++++------ network/dataStructures/roundData_test.go | 12 ++++++------ network/dataStructures/roundEvents.go | 12 ++++++------ network/dataStructures/roundEvents_test.go | 12 ++++++------ network/dataStructures/roundUpdates.go | 12 ++++++------ network/dataStructures/roundUpdates_test.go | 12 ++++++------ network/dataStructures/round_test.go | 12 ++++++------ network/dataStructures/waitingRounds.go | 13 +++++++------ network/dataStructures/waitingRounds_test.go | 12 ++++++------ network/historicalRoundData.go | 7 +++++++ network/historicalRoundData_test.go | 7 +++++++ network/instance.go | 12 ++++++------ network/instance_test.go | 12 ++++++------ network/securedNdf.go | 12 ++++++------ network/securedNdf_test.go | 12 ++++++------ network/slotDigest.go | 13 +++++++------ network/slotDigest_test.go | 7 +++++++ network/validation.go | 13 +++++++------ node/batch.go | 12 ++++++------ node/broadcast.go | 12 ++++++------ node/endpoint.go | 12 ++++++------ node/finishRealtime.go | 12 ++++++------ node/handler.go | 12 ++++++------ node/handler_test.go | 12 ++++++------ node/messageInfo.go | 12 ++++++------ node/node_test.go | 12 ++++++------ node/phase.go | 12 ++++++------ node/phase_test.go | 12 ++++++------ node/register.go | 12 ++++++------ node/register_test.go | 12 ++++++------ node/send_test.go | 12 ++++++------ notificationBot/broadcast.go | 12 ++++++------ notificationBot/endpoint.go | 12 ++++++------ notificationBot/handler.go | 12 ++++++------ notificationBot/notificationBot_test.go | 12 ++++++------ notificationBot/poll.go | 12 ++++++------ notificationBot/registerNotification_test.go | 12 ++++++------ publicAddress/getAddress.go | 12 ++++++------ publicAddress/getAddress_test.go | 12 ++++++------ publicAddress/ipLookupServices.go | 12 ++++++------ publicAddress/ipLookupServices_test.go | 12 ++++++------ publicAddress/override.go | 12 ++++++------ publicAddress/override_test.go | 12 ++++++------ registration/endpoint.go | 12 ++++++------ registration/handler.go | 12 ++++++------ registration/registration_test.go | 12 ++++++------ testkeys/keypath.go | 12 ++++++------ testutils/ndf.go | 12 ++++++------ testutils/utils.go | 12 ++++++------ udb/endpoint.go | 12 ++++++------ udb/handler.go | 12 ++++++------ udb/poll.go | 12 ++++++------ udb/udb_test.go | 12 ++++++------ 112 files changed, 691 insertions(+), 558 deletions(-) diff --git a/authorizer/authorizer_test.go b/authorizer/authorizer_test.go index 288ffcab..43a9d374 100644 --- a/authorizer/authorizer_test.go +++ b/authorizer/authorizer_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 authorizer import ( diff --git a/authorizer/endpoint.go b/authorizer/endpoint.go index 618dc389..3b10c913 100644 --- a/authorizer/endpoint.go +++ b/authorizer/endpoint.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 authorizer server gRPC endpoints diff --git a/authorizer/handler.go b/authorizer/handler.go index 4fb20c32..e7d23a72 100644 --- a/authorizer/handler.go +++ b/authorizer/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. // +//////////////////////////////////////////////////////////////////////////////// // Contains callback interface for authorizer functionality diff --git a/client/client.go b/client/client.go index 01ed2363..3b8b9fc0 100644 --- a/client/client.go +++ b/client/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. // +//////////////////////////////////////////////////////////////////////////////// // Handles the basic top-level Client comms object diff --git a/client/gateway.go b/client/gateway.go index 3a4cf3f4..664df21c 100644 --- a/client/gateway.go +++ b/client/gateway.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 client -> gateway functionality diff --git a/client/gateway_test.go b/client/gateway_test.go index 6af93673..e8b99f44 100644 --- a/client/gateway_test.go +++ b/client/gateway_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 client diff --git a/client/mockServer_test.go b/client/mockServer_test.go index 721b62cd..f4e90864 100644 --- a/client/mockServer_test.go +++ b/client/mockServer_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. // +//////////////////////////////////////////////////////////////////////////////// // Contains a dummy/mock server instance for testing purposes diff --git a/client/notificationBot.go b/client/notificationBot.go index 85d83a0f..a6e37827 100644 --- a/client/notificationBot.go +++ b/client/notificationBot.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 client -> notificationBot functionality diff --git a/client/notificationBot_test.go b/client/notificationBot_test.go index dbe1d130..c60295c0 100644 --- a/client/notificationBot_test.go +++ b/client/notificationBot_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 client diff --git a/client/registration.go b/client/registration.go index f984201f..73602502 100644 --- a/client/registration.go +++ b/client/registration.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 client -> registration server functionality diff --git a/client/registration_test.go b/client/registration_test.go index 47ce792e..90af5e73 100644 --- a/client/registration_test.go +++ b/client/registration_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 client diff --git a/client/ud.go b/client/ud.go index 93b08f96..27dfde53 100644 --- a/client/ud.go +++ b/client/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 client import ( diff --git a/client/ud_test.go b/client/ud_test.go index 679e6c1a..05d4cb18 100644 --- a/client/ud_test.go +++ b/client/ud_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 client import ( diff --git a/clientregistrar/clientregistrar_test.go b/clientregistrar/clientregistrar_test.go index 5cdb8585..cbe51c8a 100644 --- a/clientregistrar/clientregistrar_test.go +++ b/clientregistrar/clientregistrar_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 clientregistrar import ( diff --git a/clientregistrar/endpoint.go b/clientregistrar/endpoint.go index 2eda8a58..f449a26f 100644 --- a/clientregistrar/endpoint.go +++ b/clientregistrar/endpoint.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 registration server gRPC endpoints diff --git a/clientregistrar/handler.go b/clientregistrar/handler.go index 935c9beb..cd4a5118 100644 --- a/clientregistrar/handler.go +++ b/clientregistrar/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. // +//////////////////////////////////////////////////////////////////////////////// // Contains callback interface for registration functionality diff --git a/gateway/batch.go b/gateway/batch.go index 80cadf58..6844a143 100644 --- a/gateway/batch.go +++ b/gateway/batch.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 batch streaming functionality diff --git a/gateway/batch_test.go b/gateway/batch_test.go index 294e82cc..5da128d6 100644 --- a/gateway/batch_test.go +++ b/gateway/batch_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/gateway/broadcast.go b/gateway/broadcast.go index d08ccf3d..9e3351ae 100644 --- a/gateway/broadcast.go +++ b/gateway/broadcast.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 logic for miscellaneous send functions diff --git a/gateway/broadcast_test.go b/gateway/broadcast_test.go index 8b1f8cda..68d71280 100644 --- a/gateway/broadcast_test.go +++ b/gateway/broadcast_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/gateway/endpoint.go b/gateway/endpoint.go index b82d7940..04f99d22 100644 --- a/gateway/endpoint.go +++ b/gateway/endpoint.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 gateway gRPC endpoints diff --git a/gateway/gateway_test.go b/gateway/gateway_test.go index 9970e384..287fac51 100644 --- a/gateway/gateway_test.go +++ b/gateway/gateway_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/gateway/getPermissioningAddress.go b/gateway/getPermissioningAddress.go index f2ffd3c4..e40cd740 100644 --- a/gateway/getPermissioningAddress.go +++ b/gateway/getPermissioningAddress.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 gateway import ( diff --git a/gateway/getPermissioningAddress_test.go b/gateway/getPermissioningAddress_test.go index d5bc0768..829085c0 100644 --- a/gateway/getPermissioningAddress_test.go +++ b/gateway/getPermissioningAddress_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 gateway import ( diff --git a/gateway/handler.go b/gateway/handler.go index 25f2b268..92357328 100644 --- a/gateway/handler.go +++ b/gateway/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. // +//////////////////////////////////////////////////////////////////////////////// // Contains the top-level initialization for the Gateway comms API. // This includes listening on ports, registering GRPC endpoints, and defining diff --git a/gateway/notifications.go b/gateway/notifications.go index 2cc0395d..035e4e23 100644 --- a/gateway/notifications.go +++ b/gateway/notifications.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 gateway import ( diff --git a/gateway/notifications_test.go b/gateway/notifications_test.go index fdc6bf62..6515b54a 100644 --- a/gateway/notifications_test.go +++ b/gateway/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 gateway import ( diff --git a/gateway/proxy.go b/gateway/proxy.go index 3bbbff07..cefc9aff 100644 --- a/gateway/proxy.go +++ b/gateway/proxy.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 gateway -> gateway proxying functionality diff --git a/gateway/proxy_test.go b/gateway/proxy_test.go index c265bf13..02b34deb 100644 --- a/gateway/proxy_test.go +++ b/gateway/proxy_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/gateway/registration.go b/gateway/registration.go index baf289cb..c1272103 100644 --- a/gateway/registration.go +++ b/gateway/registration.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 gateway -> server registration functionality diff --git a/gateway/registration_test.go b/gateway/registration_test.go index 4df54ea3..93a17aac 100644 --- a/gateway/registration_test.go +++ b/gateway/registration_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/mixmessages/clientError.go b/mixmessages/clientError.go index b3d631af..468bf9df 100644 --- a/mixmessages/clientError.go +++ b/mixmessages/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 mixmessages import "hash" diff --git a/mixmessages/digest.go b/mixmessages/digest.go index 253e947a..dcde01c5 100644 --- a/mixmessages/digest.go +++ b/mixmessages/digest.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 mixmessages import ( diff --git a/mixmessages/digesttesthelper.go b/mixmessages/digesttesthelper.go index 435650af..6a069d1f 100644 --- a/mixmessages/digesttesthelper.go +++ b/mixmessages/digesttesthelper.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 mixmessages import ( diff --git a/mixmessages/mixmessages.pb.go b/mixmessages/mixmessages.pb.go index 53955072..a240d9e6 100644 --- a/mixmessages/mixmessages.pb.go +++ b/mixmessages/mixmessages.pb.go @@ -1,7 +1,8 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2019 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. // //////////////////////////////////////////////////////////////////////////////// // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/mixmessages/mixmessages.proto b/mixmessages/mixmessages.proto index 6260e925..9409934a 100644 --- a/mixmessages/mixmessages.proto +++ b/mixmessages/mixmessages.proto @@ -1,7 +1,8 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2019 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. // //////////////////////////////////////////////////////////////////////////////// syntax = "proto3"; diff --git a/mixmessages/ndf.go b/mixmessages/ndf.go index dc5a31b4..1e88059a 100644 --- a/mixmessages/ndf.go +++ b/mixmessages/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. // +//////////////////////////////////////////////////////////////////////////////// // Contains functions to make the ndf message type conform to a generic // signing interface diff --git a/mixmessages/ndf_test.go b/mixmessages/ndf_test.go index 79c3ff5d..2cdc713d 100644 --- a/mixmessages/ndf_test.go +++ b/mixmessages/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 mixmessages diff --git a/mixmessages/notifications.go b/mixmessages/notifications.go index 6ef93cf9..3d215068 100644 --- a/mixmessages/notifications.go +++ b/mixmessages/notifications.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 mixmessages import ( diff --git a/mixmessages/notifications_test.go b/mixmessages/notifications_test.go index eaf7a564..8de344c6 100644 --- a/mixmessages/notifications_test.go +++ b/mixmessages/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 mixmessages import ( diff --git a/mixmessages/permissioningPoll.go b/mixmessages/permissioningPoll.go index fda01769..a8db7973 100644 --- a/mixmessages/permissioningPoll.go +++ b/mixmessages/permissioningPoll.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package mixmessages diff --git a/mixmessages/permissioningPoll_test.go b/mixmessages/permissioningPoll_test.go index a77259e9..b8c4ead7 100644 --- a/mixmessages/permissioningPoll_test.go +++ b/mixmessages/permissioningPoll_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 mixmessages diff --git a/mixmessages/roundError.go b/mixmessages/roundError.go index 2e49e101..a71194ce 100644 --- a/mixmessages/roundError.go +++ b/mixmessages/roundError.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 functions to make the RoundError message type conform to a generic // signing interface diff --git a/mixmessages/roundError_test.go b/mixmessages/roundError_test.go index 921380d6..97e238cb 100644 --- a/mixmessages/roundError_test.go +++ b/mixmessages/roundError_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 mixmessages diff --git a/mixmessages/roundInfo.go b/mixmessages/roundInfo.go index f528b908..77bbe21e 100644 --- a/mixmessages/roundInfo.go +++ b/mixmessages/roundInfo.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 functions to make the RoundInfo message type conform to a generic // signing interface diff --git a/mixmessages/roundInfo_test.go b/mixmessages/roundInfo_test.go index 86f64ef8..7e29b64b 100644 --- a/mixmessages/roundInfo_test.go +++ b/mixmessages/roundInfo_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 mixmessages diff --git a/mixmessages/sharePiece.go b/mixmessages/sharePiece.go index a27b451c..87fa70f2 100644 --- a/mixmessages/sharePiece.go +++ b/mixmessages/sharePiece.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 functions to make the RoundInfo message type conform to a generic // signing interface diff --git a/mixmessages/sharePiece_test.go b/mixmessages/sharePiece_test.go index fb6dc904..7c65d2a6 100644 --- a/mixmessages/sharePiece_test.go +++ b/mixmessages/sharePiece_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 mixmessages import ( diff --git a/mixmessages/utils.go b/mixmessages/utils.go index 8a09397f..4fdd74cb 100644 --- a/mixmessages/utils.go +++ b/mixmessages/utils.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 utils functions for comms diff --git a/network/dataStructures/circuit.go b/network/dataStructures/circuit.go index c627f923..d59fdec8 100644 --- a/network/dataStructures/circuit.go +++ b/network/dataStructures/circuit.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package dataStructures diff --git a/network/dataStructures/circuit_test.go b/network/dataStructures/circuit_test.go index 552b3d39..5fbe7bbe 100644 --- a/network/dataStructures/circuit_test.go +++ b/network/dataStructures/circuit_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 dataStructures diff --git a/network/dataStructures/extendedRoundStorage.go b/network/dataStructures/extendedRoundStorage.go index 5bbda037..399d5460 100644 --- a/network/dataStructures/extendedRoundStorage.go +++ b/network/dataStructures/extendedRoundStorage.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 dataStructures import ( diff --git a/network/dataStructures/group.go b/network/dataStructures/group.go index af06b2ab..ca2e480d 100644 --- a/network/dataStructures/group.go +++ b/network/dataStructures/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 dataStructures diff --git a/network/dataStructures/group_test.go b/network/dataStructures/group_test.go index 2e39cdd3..127c8367 100644 --- a/network/dataStructures/group_test.go +++ b/network/dataStructures/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 dataStructures diff --git a/network/dataStructures/ipOverride.go b/network/dataStructures/ipOverride.go index fcb05a06..5943a405 100644 --- a/network/dataStructures/ipOverride.go +++ b/network/dataStructures/ipOverride.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package dataStructures diff --git a/network/dataStructures/ipOverride_test.go b/network/dataStructures/ipOverride_test.go index 51b57698..1e3c8593 100644 --- a/network/dataStructures/ipOverride_test.go +++ b/network/dataStructures/ipOverride_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 dataStructures import ( diff --git a/network/dataStructures/ndf.go b/network/dataStructures/ndf.go index 6889376d..d058767d 100644 --- a/network/dataStructures/ndf.go +++ b/network/dataStructures/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. // +//////////////////////////////////////////////////////////////////////////////// // Handles basic operations on different forms of network definitions diff --git a/network/dataStructures/ndf_test.go b/network/dataStructures/ndf_test.go index 5f76b184..4dc70828 100644 --- a/network/dataStructures/ndf_test.go +++ b/network/dataStructures/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 dataStructures diff --git a/network/dataStructures/round.go b/network/dataStructures/round.go index fc69fa26..a282e473 100644 --- a/network/dataStructures/round.go +++ b/network/dataStructures/round.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 dataStructures import ( diff --git a/network/dataStructures/roundData.go b/network/dataStructures/roundData.go index 1fb29abf..b35aaa60 100644 --- a/network/dataStructures/roundData.go +++ b/network/dataStructures/roundData.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Store a list of the most recent rounds, holding the most recent update for each diff --git a/network/dataStructures/roundData_test.go b/network/dataStructures/roundData_test.go index 430d223b..41de4234 100644 --- a/network/dataStructures/roundData_test.go +++ b/network/dataStructures/roundData_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 dataStructures diff --git a/network/dataStructures/roundEvents.go b/network/dataStructures/roundEvents.go index 907f9480..70a52f1b 100644 --- a/network/dataStructures/roundEvents.go +++ b/network/dataStructures/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 dataStructures stores callbacks that will be called in the process of // running a round. diff --git a/network/dataStructures/roundEvents_test.go b/network/dataStructures/roundEvents_test.go index e3ecae3a..8fafbf8d 100644 --- a/network/dataStructures/roundEvents_test.go +++ b/network/dataStructures/roundEvents_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 dataStructures diff --git a/network/dataStructures/roundUpdates.go b/network/dataStructures/roundUpdates.go index 57749889..84f90b87 100644 --- a/network/dataStructures/roundUpdates.go +++ b/network/dataStructures/roundUpdates.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Stores a list of all updates in order of update id diff --git a/network/dataStructures/roundUpdates_test.go b/network/dataStructures/roundUpdates_test.go index 60037b46..46fac612 100644 --- a/network/dataStructures/roundUpdates_test.go +++ b/network/dataStructures/roundUpdates_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 dataStructures diff --git a/network/dataStructures/round_test.go b/network/dataStructures/round_test.go index e9adba95..4b9e7ce0 100644 --- a/network/dataStructures/round_test.go +++ b/network/dataStructures/round_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 dataStructures diff --git a/network/dataStructures/waitingRounds.go b/network/dataStructures/waitingRounds.go index aee495c8..9e4cb158 100644 --- a/network/dataStructures/waitingRounds.go +++ b/network/dataStructures/waitingRounds.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 dataStructures import ( diff --git a/network/dataStructures/waitingRounds_test.go b/network/dataStructures/waitingRounds_test.go index e9e2bc43..1a84a659 100644 --- a/network/dataStructures/waitingRounds_test.go +++ b/network/dataStructures/waitingRounds_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 dataStructures diff --git a/network/historicalRoundData.go b/network/historicalRoundData.go index 158d96ff..780e868c 100644 --- a/network/historicalRoundData.go +++ b/network/historicalRoundData.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 network import ( diff --git a/network/historicalRoundData_test.go b/network/historicalRoundData_test.go index 31261aeb..94e39f6b 100644 --- a/network/historicalRoundData_test.go +++ b/network/historicalRoundData_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 network import ( diff --git a/network/instance.go b/network/instance.go index 99cb6410..ebb0679b 100644 --- a/network/instance.go +++ b/network/instance.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Handle basic logic for common operations of network instances diff --git a/network/instance_test.go b/network/instance_test.go index e407a021..495ecef0 100644 --- a/network/instance_test.go +++ b/network/instance_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 network diff --git a/network/securedNdf.go b/network/securedNdf.go index 4902fcfd..0f7432df 100644 --- a/network/securedNdf.go +++ b/network/securedNdf.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Wrapper for the ndf object diff --git a/network/securedNdf_test.go b/network/securedNdf_test.go index f51e1fb6..1f3a773c 100644 --- a/network/securedNdf_test.go +++ b/network/securedNdf_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 network diff --git a/network/slotDigest.go b/network/slotDigest.go index 9eb03b1a..3c6bebbd 100644 --- a/network/slotDigest.go +++ b/network/slotDigest.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 network import ( diff --git a/network/slotDigest_test.go b/network/slotDigest_test.go index 1f10b172..41e55fd4 100644 --- a/network/slotDigest_test.go +++ b/network/slotDigest_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 network import ( diff --git a/network/validation.go b/network/validation.go index 85141943..b8a9560a 100644 --- a/network/validation.go +++ b/network/validation.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 network import "fmt" diff --git a/node/batch.go b/node/batch.go index 134a6b73..1db7379d 100644 --- a/node/batch.go +++ b/node/batch.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 logic for batch-related comms diff --git a/node/broadcast.go b/node/broadcast.go index e9a52c7c..b5ec036b 100644 --- a/node/broadcast.go +++ b/node/broadcast.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 server -> all servers functionality diff --git a/node/endpoint.go b/node/endpoint.go index 3a58a6f7..311a2ced 100644 --- a/node/endpoint.go +++ b/node/endpoint.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 server gRPC endpoints diff --git a/node/finishRealtime.go b/node/finishRealtime.go index 7323c039..836b5063 100644 --- a/node/finishRealtime.go +++ b/node/finishRealtime.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // This file contains logic for streaming the slots of a completed batch to // all other nodes in the round. diff --git a/node/handler.go b/node/handler.go index 94e54921..a142ba7e 100644 --- a/node/handler.go +++ b/node/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. // +//////////////////////////////////////////////////////////////////////////////// // Contains callback interface for server functionality diff --git a/node/handler_test.go b/node/handler_test.go index 504f065e..4bccbcbd 100644 --- a/node/handler_test.go +++ b/node/handler_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. // +//////////////////////////////////////////////////////////////////////////////// // Dummy implementation (so you can use for tests) package node diff --git a/node/messageInfo.go b/node/messageInfo.go index 3b271491..1a924a55 100644 --- a/node/messageInfo.go +++ b/node/messageInfo.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package node diff --git a/node/node_test.go b/node/node_test.go index 3a9a0b9a..1a0a191a 100644 --- a/node/node_test.go +++ b/node/node_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 node diff --git a/node/phase.go b/node/phase.go index c1cb9571..3b991902 100644 --- a/node/phase.go +++ b/node/phase.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 server -> server functionality for precomputation operations diff --git a/node/phase_test.go b/node/phase_test.go index 75b8634c..0535fbb3 100644 --- a/node/phase_test.go +++ b/node/phase_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 node diff --git a/node/register.go b/node/register.go index b86607c3..c86e5afb 100644 --- a/node/register.go +++ b/node/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 node diff --git a/node/register_test.go b/node/register_test.go index 0de12e21..ee6bf0fa 100644 --- a/node/register_test.go +++ b/node/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 node diff --git a/node/send_test.go b/node/send_test.go index f511547f..bfacaa34 100644 --- a/node/send_test.go +++ b/node/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 node diff --git a/notificationBot/broadcast.go b/notificationBot/broadcast.go index 74ebc83d..035ddc60 100644 --- a/notificationBot/broadcast.go +++ b/notificationBot/broadcast.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 notificationBot -> all servers functionality diff --git a/notificationBot/endpoint.go b/notificationBot/endpoint.go index 82fa0ae5..b9645e82 100644 --- a/notificationBot/endpoint.go +++ b/notificationBot/endpoint.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 notificationBot gRPC endpoints diff --git a/notificationBot/handler.go b/notificationBot/handler.go index e48a59a5..807c8fe4 100644 --- a/notificationBot/handler.go +++ b/notificationBot/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. // +//////////////////////////////////////////////////////////////////////////////// // Contains callback interface for notificationBot functionality diff --git a/notificationBot/notificationBot_test.go b/notificationBot/notificationBot_test.go index 0501c778..b50330c5 100644 --- a/notificationBot/notificationBot_test.go +++ b/notificationBot/notificationBot_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 notificationBot diff --git a/notificationBot/poll.go b/notificationBot/poll.go index f7dadc5f..24ecfa4c 100644 --- a/notificationBot/poll.go +++ b/notificationBot/poll.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 notificationBot -> all servers functionality diff --git a/notificationBot/registerNotification_test.go b/notificationBot/registerNotification_test.go index b9a9d2f7..267297a1 100644 --- a/notificationBot/registerNotification_test.go +++ b/notificationBot/registerNotification_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 notificationBot diff --git a/publicAddress/getAddress.go b/publicAddress/getAddress.go index 7f8c2905..6c766300 100644 --- a/publicAddress/getAddress.go +++ b/publicAddress/getAddress.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package publicAddress contains a utility to retrieve the callers public IP // address. diff --git a/publicAddress/getAddress_test.go b/publicAddress/getAddress_test.go index b9f33236..cd128a20 100644 --- a/publicAddress/getAddress_test.go +++ b/publicAddress/getAddress_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 publicAddress diff --git a/publicAddress/ipLookupServices.go b/publicAddress/ipLookupServices.go index ee1455f2..16bfeab6 100644 --- a/publicAddress/ipLookupServices.go +++ b/publicAddress/ipLookupServices.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package publicAddress diff --git a/publicAddress/ipLookupServices_test.go b/publicAddress/ipLookupServices_test.go index 04c8c914..4587ca19 100644 --- a/publicAddress/ipLookupServices_test.go +++ b/publicAddress/ipLookupServices_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 publicAddress diff --git a/publicAddress/override.go b/publicAddress/override.go index c28fd89d..6d585766 100644 --- a/publicAddress/override.go +++ b/publicAddress/override.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package publicAddress diff --git a/publicAddress/override_test.go b/publicAddress/override_test.go index d7350429..15f94601 100644 --- a/publicAddress/override_test.go +++ b/publicAddress/override_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 publicAddress diff --git a/registration/endpoint.go b/registration/endpoint.go index bd01f9b0..91ecc00b 100644 --- a/registration/endpoint.go +++ b/registration/endpoint.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 registration server gRPC endpoints diff --git a/registration/handler.go b/registration/handler.go index 690570bf..b9a26c6e 100644 --- a/registration/handler.go +++ b/registration/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. // +//////////////////////////////////////////////////////////////////////////////// // Contains callback interface for registration functionality diff --git a/registration/registration_test.go b/registration/registration_test.go index 4514bfcc..60abd435 100644 --- a/registration/registration_test.go +++ b/registration/registration_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/testkeys/keypath.go b/testkeys/keypath.go index 6a0feaeb..ef30c235 100644 --- a/testkeys/keypath.go +++ b/testkeys/keypath.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package testkeys diff --git a/testutils/ndf.go b/testutils/ndf.go index 1f179576..fb5a51ea 100644 --- a/testutils/ndf.go +++ b/testutils/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 testutils diff --git a/testutils/utils.go b/testutils/utils.go index 6ce547a8..5171871b 100644 --- a/testutils/utils.go +++ b/testutils/utils.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package testutils diff --git a/udb/endpoint.go b/udb/endpoint.go index 716f9bc5..0e032c7c 100644 --- a/udb/endpoint.go +++ b/udb/endpoint.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 user discovery server gRPC endpoint wrappers // When you add the udb server to mixmessages/mixmessages.proto and add the diff --git a/udb/handler.go b/udb/handler.go index 684feb26..5f6187e5 100644 --- a/udb/handler.go +++ b/udb/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. // +//////////////////////////////////////////////////////////////////////////////// // Contains callback interface for registration functionality diff --git a/udb/poll.go b/udb/poll.go index 051b18fa..3b1b7959 100644 --- a/udb/poll.go +++ b/udb/poll.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 send functions used for polling diff --git a/udb/udb_test.go b/udb/udb_test.go index 9c8066b7..d3a7fbd5 100644 --- a/udb/udb_test.go +++ b/udb/udb_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 udb -- GitLab