diff --git a/authorizer/authorizer_test.go b/authorizer/authorizer_test.go index 288ffcab9c740f7fd6358c3d6436bf82009b3a3a..43a9d374becf61d7f492ff2730130550d2a2dde9 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 618dc3891a43a9403f8c604c2704599eeddb1dcd..3b10c9139e77fba25c9bd5351f2072241a54f657 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 4fb20c328486cf076ace83317042c5d7852f294d..e7d23a726ccd0f31e04525e13a2d6a156921833f 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 01ed23634bd2244ae521e09a1d64abe5fc78845d..3b8b9fc0368ec8de15d09954d59b278bbfb374a3 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 3a4cf3f4b3e4317b52fe61af88086b78692dd558..664df21c456f158ddac9fd3780d0642ee00b2bf5 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 6af93673a5fa79f6f44fd269fce36b132234137e..e8b99f44de9f897b92f898033de173148644c6c1 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 721b62cdc187bf096c41ec18da84bdba66f471d1..f4e908641d56ccd3406e2c350417432be25d0c48 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 85d83a0fa55ff72379413246d9e9261a49b4aa6c..a6e37827ed70c088fcc389558dbfee5f4e5df9f6 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 dbe1d130188f1a44d69435baeeec8b6d3b60e28e..c60295c076c570cd9dedfc3b7c216722215cf47b 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 f984201f70ba56962142a87eade03f74588a5327..736025024d0d0b15dcf2d9760b808fc81c7237b7 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 47ce792e81696317f1556d91ef70c081c51cf4fb..90af5e7382033c62499b09fa4d91625beb1cc13e 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 93b08f96961c90014e33bac4d4cbc8a4d6bd675c..27dfde530ba82ee7fbbbeb03907790aee2c3a342 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 679e6c1aff7a2a1114cf507b8b38a552ff8257f4..05d4cb18759a8fcde18f4d5bc8dc67026a8b4950 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 5cdb85852fe66c902ccb67dd8ef2b7c7348f9358..cbe51c8a2e5330886a72d7f630fc4bbe13d0a0b5 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 2eda8a58b2431efe4c8827ea2682878592606be5..f449a26fe731a825de315fcc2b7afeed35bf708c 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 935c9bebca3a5d4b92c8b5efbfcdf8515e3e88ff..cd4a5118c5fb77496536c34a60cfb70f98682b9c 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 80cadf58fc3036f1a922f3d3b9426a05387e7fc7..6844a14360d592f81ca1f1e5313cb1fe54e140e9 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 294e82ccf376f48019c946c82ab37ef64125579f..5da128d6652e9a6ca9e955c60541f1c8a18d33ec 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 d08ccf3d0a23d7aaf00ed2c693540d5b9e5b1d0f..9e3351ae73d4058241711755b13e8b4b9daf4153 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 8b1f8cda9a73235699430de16cbcce3c9df3685b..68d712802f7f3baa2151fb0180cdbe7ce9a3b6dc 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 b82d794032f2ebf9bd34effe8e73b9cc0b0916f7..04f99d225d2e58c786fcea3e228cd721a99e90ea 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 9970e3845fa02650ac1cc5467a14201008cd3c86..287fac51a2095b222800127323ecd81f26f2d5ff 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 f2ffd3c48a49d06c449260c12d562df6d9dc97ed..e40cd7406b2d09cc29c5bce55c0503b824b551f6 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 d5bc07681ca445ea96655fdc38c0910989fc4e62..829085c04cb1ea8329bde488ac0cd2c4a98af090 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 25f2b268dc4edbc3cbb80a25a9df61f0c25fe88a..92357328b80402777de80f743b77b7203121f992 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 2cc0395d03f2c8500544b030aeed1fc453e9ba47..035e4e235b35df6c5f6de6b8c980da47043fd688 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 fdc6bf62a95fb785711e1577bfb7d6056044cd5c..6515b54aa32a4b59c316d359d6ba685177068b7e 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 3bbbff07870bbd2a308f8de0ed7e32387b92cbc2..cefc9affb573f1e06c0c7a5d9296f65bf1c2ec7d 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 c265bf1308c16f00406ccdbe0e7cce41f50a0e0d..02b34deb2445fed13b04d7ffb6d2292a9a6de144 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 baf289cbb9c90d0983543012def452305d131a52..c127210394bd9b4b1825c5e2aef1a9b0e3b17928 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 4df54ea39728269638691fc0c8c1c917e2f3fded..93a17aac2031953f6be97dbd1404988f0e4b92d5 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 b3d631afb2db1dd2f99ff3ce55d87693dea0e3aa..468bf9df8ab44df5df5a0b7f0d454c4e5b38fa40 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 253e947a3379945eb0a13234b3a075ae96d7920f..dcde01c52fe18053e9e4b7f8a05b9115d465414f 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 435650afe155c7d00e9e8eeda78d2fecbe48c1a8..6a069d1ff1e250c777ead2f7055a5ffc20ebeda3 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 539550727b4afa5eab5b7c0c9be877ae0a9998d4..a240d9e6d1ef9973fb68393a6d2f84985b4b07e0 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 6260e925db8150e7df3633528c2b4dd872de955e..9409934ab7e1285b37ff1214e66cd9b6fc541a62 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 dc5a31b4938a94979dbff24732ab26c149f43ac7..1e88059a3b91f61b96b10f742076fead03657cee 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 79c3ff5dfbbeeebd7201b2fdc38b8007645d6319..2cdc713dcb65c5f9aabaabc7d8f58802b6facc60 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 6ef93cf9ffaabb885f46a8681f77df0aa21f7d48..3d215068a8db74fda9a4120a9780c475d3f10a29 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 eaf7a56463a91e82470f1f60b9468b2d0b5150f8..8de344c6e60bb0fb631317f48985bf304dbd96e5 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 fda01769e152bc5754f149dce9676173a2624e55..a8db797307972e8bdb423b21b0a897b024c3be4a 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 a77259e9b0d6f3ff80048e279bc73d5d386f448e..b8c4ead7b68fbfbe57ecca378343a7257e40bfc8 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 2e49e101abcd874c0f7d4026486fe7fa40414a45..a71194cef4274b8ebb0490bb0b24597105c10251 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 921380d62bffb3c5ffb591282277ef2ad1e2e62f..97e238cb24cca42944ab67aa552c35182095be51 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 f528b9086e404fa75b46d0aeaf27b29ba4fd84f0..77bbe21ec674983a57361a0a35b4f7e418aee7c6 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 86f64ef8f1772a8b374e753abb8aa09dbff158a1..7e29b64b04a8dc063bc926e1d80ab751e2ea0a54 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 a27b451c963b88ab0f4ed0705d224a949f7371af..87fa70f25abdc18d3dbc60d7cc2ae193dc55de47 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 fb6dc9046ca7744b77382804f6d8ac1011e2beae..7c65d2a6cecb7ce99ec931dfb753b785a3a57ecc 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 8a09397f2d42de3af04b4fa5bf49cc13c3f05f16..4fdd74cbc9ed3b9b525f1ccd3c00d1ea8f49f4d6 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 c627f9239bf170d9b36972ef848c77f943858f81..d59fdec8f1ff62f765c3df45d0936f980241fcfa 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 552b3d3942ea8a8110ab749e36bb3f09c7ff5952..5fbe7bbe5f3278ef91dbff2d090ec21667153a02 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 5bbda037e331b35caf3ad1e19a39228dee3f713d..399d54605e99cf95a942eb811134131426b6e8c9 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 af06b2aba08c9411298de05a88f00ad4f370af1e..ca2e480d515a800563854de4968f466784db068d 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 2e39cdd3705e75f0f33a7bc316674c6e6443cda8..127c83672f9802c99dd5a5b8f7d9560974b5ede8 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 fcb05a068cc2bead460b3d3f147c87770ad0e997..5943a405ebd384667de3c87f8ca2a1d743724dd7 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 51b57698e631b673dd72bfbc56dfa39aa0bc5c82..1e3c8593d8f9703d1b3f4ec911e117aa6957fa02 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 6889376daf43eaea84abedc840fff81d1439858b..d058767da660a3f02342f58faf73de5450fff9c9 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 5f76b18469d31b08f8370514b1f36e1396ea3a79..4dc70828ab4cf990346eb154ab67a11997dd9783 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 fc69fa26b97522ffffaf5dda987cf2eaed4120d6..a282e47392066c7d00db5528dfbc44c620fefd84 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 1fb29abf32f7d8367155695f2c86950ba06d3f87..b35aaa60456efb33b2f39911ba0c0dce9dff0ffa 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 430d223bc815aa69a7e71272a871a9188e0ab197..41de4234e7fc9dbfafbd1e1f7a0c14b0581d4d49 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 907f9480f8a76c6153cef514103ecea6ec9a5822..70a52f1b8303445c2a0af5d54c767cb957f598fe 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 e3ecae3ab6288030f4e38167a6028adfb7919308..8fafbf8d60e811901d5a2480262c42645043de77 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 57749889e87d0d751c0d67d2c7d1cab7781cc920..84f90b87398abc3439cd67a5ff512d0feb7dc327 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 60037b46db85b293a232d59cdf7e37e45502a5df..46fac61262c67ae5b13379dbb84044743454ae66 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 e9adba95148a72b41792891c5f3d32e63f494670..4b9e7ce0569b45914e8f9ba4240d2df6d9709130 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 aee495c889c3d47676156a321006833ccc307075..9e4cb15844d3ddf4e24885907b9cf5bc8291a81b 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 e9e2bc43fc62c3abb699e6ec6b2ad1d8390df2be..1a84a659274e4b48d36ab736a0d52af701161c89 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 158d96ff953ea582b73edd8e4067ca487993c850..780e868c770d643a8c2bdde9dd98ed00f63af82c 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 31261aebe8ee993976d7f40605c5fff9f845eef1..94e39f6bd91e405c2383abb3201e2b3e8433785d 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 99cb6410e44e69d8b7f37af7d0168b4199d6d0a6..ebb0679b5bebcde23eed2bde835729db0399e43b 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 e407a021fcc7deef7cbc5f679ebdb7e3a54ed273..495ecef0d89761279a64c0d8bce81d0199bc2e30 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 4902fcfd6e2eb16fba2a6ffab9dde1c461d58ea2..0f7432df992a806d6238108037fb805cc552a0a6 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 f51e1fb666d5884a3e26476c37c4ca12f066d1b9..1f3a773c2de4dcc84fbd3fe7501e7d1e98609ec2 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 9eb03b1a47d65963f4b9042cee67bc0c0f86ce41..3c6bebbdf91eed31838adb3bf29762465f71c507 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 1f10b172bd0caad411d337b340eaef9546a7d744..41e55fd48cff10f68ca3ceb7280dba311eb86c0a 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 851419439c8afdcdbb5e7056b6857ccbc97b2594..b8a9560a291adeffb2e9fcedcec39c15edf25732 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 134a6b73ab8f4f058befe4422a3c4fd25312031c..1db7379d4eb97f5a94af18b8284a4272143c5ff2 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 e9a52c7cf47e2be2c0ece187d56d7d1e8ff13814..b5ec036b39d9b92a249785e119a281cff38d5fea 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 3a58a6f7ea2d3c47124d2874702d246fa0b5428f..311a2cedd84d941c29f98e1ee0eaeafc73816e5f 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 7323c0392c0c007e685e39f2edf34eeac0724464..836b5063beb871557ccad8c8eaf213f1b4252020 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 94e5492189033acab3798e5499b1816f7ebc0c18..a142ba7eff7a9d6b790258a7fed46f253646be27 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 504f065ee5d2b94b4a65cb5cc6eeac6c07f42aa7..4bccbcbdb4fed0f83d624841a3b0f0b86271646e 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 3b2714918fa170f70f8aa358bd94a7a9f4fc3c50..1a924a552d23ec07a671f053b5c491b7ce060c7c 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 3a9a0b9a83c338dbdb26b69f2753e44967d196f2..1a0a191a3eee8088b3e6594d9d58bdb6212c0a74 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 c1cb9571f0866879df86fb7bd4d2dceea226490d..3b9919024192b5d124255cd75d43ad175787ae4d 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 75b8634cf5559d63875134278adb9f826af7fd23..0535fbb37b6d1291bf2c2b337cc3a44fa3bd8f3c 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 b86607c39976c28361cd5e3d45efbb895a916eaa..c86e5afb8d644d78887bdfc2d117f3ddec8ebd46 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 0de12e2171050975c5926fec7a607bcd141f3dd7..ee6bf0faf8cbd5d33ea78515932058ca0a6c3c8e 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 f511547fd55f24fb158590eeadf6cf23d3ab74b1..bfacaa343781af64b0f9f334c1445ff7098db109 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 74ebc83dc5d445cf71c39275191c95d02c99a30a..035ddc60077f1dbcc58fa1a41747317754f89d42 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 82fa0ae5985a2632f1849125da18f494711c6cd6..b9645e82319b844f78e8583ba759b85644f4c28b 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 e48a59a56615dbbe5514138cd2a6f8205b76f744..807c8fe472db7bbb70b663a6a243746c9c2a69be 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 0501c7787c251c72016d034ad61f64943b7775e7..b50330c51ec3a2181ed7fae1659ade37c8aeaaf0 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 f7dadc5f68a402903cb690f7308670d4c5be5e10..24ecfa4c06f5662dd9b59b4530a5e7335c55c354 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 b9a9d2f756a32f7af77f37e03882596407dd82de..267297a1a2b5616ffb111a99b99f5fa84eb334b7 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 7f8c2905aebc3dd03ad40d1f6d390107708d6e17..6c766300d4737a7dd568f2cdd8ca9318d2f4c733 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 b9f33236ac511a074efacd2312faacd6e59ebaa5..cd128a20f720119cf565e5841ee8819a3ba4a12a 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 ee1455f2bc6d983595c7fbe794e9794ddde79e6b..16bfeab62ea3929727675e1df13781e7a9391946 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 04c8c9149127d37058c02c4a85da9c77a610d310..4587ca19555282fd6f8d246ab57a0ca1895ff52a 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 c28fd89d27909da1901aa2a0aa7ffb838217431d..6d5857668e1608c8a2669f4e787ca92221b91238 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 d73504296cb2bdcf53d7057f2bd8f9c04f415dc0..15f946019e0db25af108979782c23d610817cbe1 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 bd01f9b01520cc4fd13d1b053ff3c2db2d548b01..91ecc00b6f36006107f8c2bae482400cf767686f 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 690570bf7a7a4b9afcef7ff8017b3170ede0e106..b9a26c6e5750c59eda6b52ded789964448078213 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 4514bfccf1da9b04660885e674dfd8d280a2fa40..60abd435454883806b934e3e1815a462b05fd648 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 6a0feaeb4e010e5b4c78482e543e88d63b6dba3f..ef30c2358a08b24b16d7726a8819749619e43f0a 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 1f1795766aa6959f618b3675ff99d3a57f1fa51b..fb5a51ea4cda3af4ae5defa1cde899f0b6527ecc 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 6ce547a81bada501f24d2ec782ff6d739f489e39..5171871b5ef198602c86bdd85584d7918948a8b0 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 716f9bc5b42cc36d3e53bd96ff6d194f4e0f7b4a..0e032c7cf57f104fffd160fcb7043a684921b96c 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 684feb264cc0e9d6681ff70f7ce74920aff78ff7..5f6187e5efeab7a1b8b92e6d75f9a53aed450490 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 051b18fa5ed0381076c129bc045dfc8b1cfd39d0..3b1b7959e7ce29a6e88b71928b7eaf1b7b851797 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 9c8066b72ff1f3e15ff40067e6cd11ab12bf0bdb..d3a7fbd5952f43c532a08fe58b6c59e6d784c836 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