diff --git a/authorize/authorize.go b/authorize/authorize.go index 8a6b248938c93ef3af6b7d0f78734dc10667f49a..dadd579b61c12ef66c3ec4f8f37f85ca063f5d3c 100644 --- a/authorize/authorize.go +++ b/authorize/authorize.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package authorize contains logic for signing and verifying a given timestamp. // This package is designed for usage with the authorizer to prevent DDoS attacks diff --git a/authorize/authorize_test.go b/authorize/authorize_test.go index 1b65ae02a2c52f32533a4b000dc500384ee17583..77ad222f0bc5cfa44fa29d19635b768a373c59f7 100644 --- a/authorize/authorize_test.go +++ b/authorize/authorize_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package authorize diff --git a/backup/backup.go b/backup/backup.go index 7b40fca69a23e828d65baba428da147a57cc7ca7..e173b0f2af1ac75bae0307878f5c8fba3e699e0e 100644 --- a/backup/backup.go +++ b/backup/backup.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package backup diff --git a/backup/backup_test.go b/backup/backup_test.go index 9c71b522fa32d9bf8c5f0b26a1fc8510ac3dfc2c..0ea5ef10ffc2798c9d85f18312a1b6f6f7007674 100644 --- a/backup/backup_test.go +++ b/backup/backup_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 backup diff --git a/backup/crypto.go b/backup/crypto.go index 537eed60633d6a76a0d139f04644d4c3b7e0eed0..ace5d9c813a6c52f9705b5aed16b5617e51d7939 100644 --- a/backup/crypto.go +++ b/backup/crypto.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package backup diff --git a/backup/crypto_test.go b/backup/crypto_test.go index 22e15e77b8461c84a8fa0cc7d3ad890efa167b7b..698b949a68a4d6bab51627acde6a7e9e8b71e38a 100644 --- a/backup/crypto_test.go +++ b/backup/crypto_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 backup diff --git a/backup/key.go b/backup/key.go index 3c3454a778efd7f008977343f69dbb9e2d72b582..851edf7a417888363ebf52e9cb6d7d60b0b04e7d 100644 --- a/backup/key.go +++ b/backup/key.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package backup import ( diff --git a/backup/key_test.go b/backup/key_test.go index 4d678b2154eafdb67b78e961a061214c04bee69f..ed0b559344a54c46a5b2a930b8217743694e3e8d 100644 --- a/backup/key_test.go +++ b/backup/key_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package backup import ( diff --git a/backup/params.go b/backup/params.go index 93f6678bf6cded2852e6183de9b583c062a4abcc..c064208984568a7811ba03c00081ef8386df1bcc 100644 --- a/backup/params.go +++ b/backup/params.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package backup import ( diff --git a/backup/params_test.go b/backup/params_test.go index 7e5de05a4e218664e5bd2c927919228f8662d366..8aa9b70aa9ab4fc3f917446f6b94187c0e009fe7 100644 --- a/backup/params_test.go +++ b/backup/params_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package backup import ( diff --git a/broadcast/asymmetric.go b/broadcast/asymmetric.go index 19e3346122a7077c878984f1a6f9790d568dcc00..8619716c14d3d51a99b91e639de7f0d16e399940 100644 --- a/broadcast/asymmetric.go +++ b/broadcast/asymmetric.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/broadcast/asymmetric_test.go b/broadcast/asymmetric_test.go index cb00944393fe63937f06b0bfe551fab995f61dda..5d02558429b0ed1c22c7d4fe8ade10547a31de6b 100644 --- a/broadcast/asymmetric_test.go +++ b/broadcast/asymmetric_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/broadcast/channel.go b/broadcast/channel.go index 6fc36781dc359d634cdd47a7458f2870fe553bac..6b1d76a6589bbf94ed4add57ada257564adbd053 100644 --- a/broadcast/channel.go +++ b/broadcast/channel.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/broadcast/channel_test.go b/broadcast/channel_test.go index 032ea8521f3796936c7908928c078b8299f45aa7..cdc39aee172da7af7e97f4f0db19582c163a1efb 100644 --- a/broadcast/channel_test.go +++ b/broadcast/channel_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package broadcast diff --git a/broadcast/mac.go b/broadcast/mac.go index 590c8a674e1682fa226636577d4032dc3faac77e..905dc6354e271859f906d06f06afcf7a7108001d 100644 --- a/broadcast/mac.go +++ b/broadcast/mac.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/broadcast/mac_test.go b/broadcast/mac_test.go index ac7978c8b56f093516255176f695993e029933cc..b1b4edf2e21359444b3777a77f9babc67637775b 100644 --- a/broadcast/mac_test.go +++ b/broadcast/mac_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/broadcast/messageKey.go b/broadcast/messageKey.go index 4d72ae906fc730199eb275301523ac42a2f62254..7478549864cbc574423b6d7cb5eca8ac3fbc19d1 100644 --- a/broadcast/messageKey.go +++ b/broadcast/messageKey.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/broadcast/messageKey_test.go b/broadcast/messageKey_test.go index f535fe4e6217f5308bb06f025e10467dfca4173e..d4249309adcd70e31276d684c1a64fe86557bf1a 100644 --- a/broadcast/messageKey_test.go +++ b/broadcast/messageKey_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/broadcast/nonce.go b/broadcast/nonce.go index 10f0de030733a1b5253a77bf100b7c67873c40be..4181577790d2a0b087dd5297a7dd2d1a06499fce 100644 --- a/broadcast/nonce.go +++ b/broadcast/nonce.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/broadcast/nonce_test.go b/broadcast/nonce_test.go index 536796d999c336ffb1bde3ab7ee330e01237527b..f71c620867d668667bc02aaf2db216cc4ab866d8 100644 --- a/broadcast/nonce_test.go +++ b/broadcast/nonce_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/broadcast/receptionID.go b/broadcast/receptionID.go index 3ac4a12676a63eb02af4177be76dfee175a0cc63..49298a9b08b9254f682e29aee6b5b720f63bfd2d 100644 --- a/broadcast/receptionID.go +++ b/broadcast/receptionID.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/broadcast/receptionID_test.go b/broadcast/receptionID_test.go index aedb1c35845961dd6fecaa76c21b883562643a6d..e04617902daa30554c47742e6986c95704ecee3e 100644 --- a/broadcast/receptionID_test.go +++ b/broadcast/receptionID_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/broadcast/symmetric.go b/broadcast/symmetric.go index b00e32a7aad33c86092c68de0be61e826ece1d60..e907c106236d4501d51fc4c9d37acec9ed2647c3 100644 --- a/broadcast/symmetric.go +++ b/broadcast/symmetric.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/broadcast/symmetric_test.go b/broadcast/symmetric_test.go index 131a7f96ec5a0f38ff039bb2c1e89e64cee4684d..e81cda61b9eaa1ce5f3c2184fc4f7e06e0ed45e8 100644 --- a/broadcast/symmetric_test.go +++ b/broadcast/symmetric_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package broadcast import ( diff --git a/cmix/clientGateway.go b/cmix/clientGateway.go index 3e69221c39b661b08f4efdfcec7493943e8fbd0f..22514b70581996f8f43e42b4c7ab8df59d4ad63f 100644 --- a/cmix/clientGateway.go +++ b/cmix/clientGateway.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package cmix contains utility functions for preparing, encrypting, and decrypting // messages sent and received by cMix. In cMix, messages are encrypted by the sending clients, diff --git a/cmix/clientGateway_test.go b/cmix/clientGateway_test.go index e3602a25b53c1f4b72877007548f7694583a62f3..d0126f8c7de4b7672b66fa8c25945c00b3eea502 100644 --- a/cmix/clientGateway_test.go +++ b/cmix/clientGateway_test.go @@ -1,8 +1,10 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package cmix import ( diff --git a/cmix/encryptDecrypt.go b/cmix/encryptDecrypt.go index 63009dde6e9eed6ebaccc44495606f72d2b9b3aa..c08721804159f38fd943f117c3bc4d175ed03815 100644 --- a/cmix/encryptDecrypt.go +++ b/cmix/encryptDecrypt.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package cmix contains utility functions for preparing, encrypting, and decrypting // messages sent and received by cMix. In cMix, messages are encrypted by the sending clients, diff --git a/cmix/encryptDecrypt_test.go b/cmix/encryptDecrypt_test.go index 2b8512c29a71fc7c766b48a3152ed0840be98eb9..fd7ba730d9823b5566698c16646311d83a023ccf 100644 --- a/cmix/encryptDecrypt_test.go +++ b/cmix/encryptDecrypt_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package cmix diff --git a/cmix/key.go b/cmix/key.go index 31bf9a827e12a5f4e8710f9431c21dab655a4a94..fac18a2553014758b148fba4e3574a9d0f702696 100644 --- a/cmix/key.go +++ b/cmix/key.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package cmix derives new keys within the cyclic group from salts and a // symmetric key, locked to a monotonic roundID counter. It also is used for diff --git a/cmix/key_test.go b/cmix/key_test.go index bf602b93111bec7b73b7d797245023a045e8d2f0..e1dda9de2871919e30f12b2994a2c8ca1df4c754 100644 --- a/cmix/key_test.go +++ b/cmix/key_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package cmix diff --git a/cmix/kmac.go b/cmix/kmac.go index 843ed18ad34e11c72841683eb59d817b6272a4ea..ef4d2db2849deaca54ec21211500dfc72fc2d3a3 100644 --- a/cmix/kmac.go +++ b/cmix/kmac.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package cmix derives new keys within the cyclic group from salts and a base key. // It also is used for managing keys and salts for communication between clients diff --git a/cmix/kmac_test.go b/cmix/kmac_test.go index 4a55f7ad1179f0b3593211f9e4e22e35cf15c0de..d142fb5a63156dc310bd08f3d257e9aa1945f068 100644 --- a/cmix/kmac_test.go +++ b/cmix/kmac_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package cmix diff --git a/cmix/salt.go b/cmix/salt.go index d23769a7e3adab9cece439a748c63c8acba4a632..a2fb9b36df1c919bfad6321cefb28affb73f1b3c 100644 --- a/cmix/salt.go +++ b/cmix/salt.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package cmix derives new keys within the cyclic group from salts and a base key. // It also is used for managing keys and salts for communication between clients diff --git a/cmix/salt_test.go b/cmix/salt_test.go index 732e589cd20ea3f01dbee3b462ac2a0a0cff056f..2c002d2e44fb6440da70d656ee5796fe8e872543 100644 --- a/cmix/salt_test.go +++ b/cmix/salt_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package cmix diff --git a/cmix/setGroupBits.go b/cmix/setGroupBits.go index 617125617f917f0425f2db8c8c83419b690ce4b9..c15a1777ba68ac604aa58a7cb3464d738b8c32f3 100644 --- a/cmix/setGroupBits.go +++ b/cmix/setGroupBits.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package cmix import ( diff --git a/cmix/setGroupBits_test.go b/cmix/setGroupBits_test.go index 42f5456b035fe2f28d20fe3e4b0f29cff0d54b3c..bccb63699357c0e99e1f809986655cfe30d84e08 100644 --- a/cmix/setGroupBits_test.go +++ b/cmix/setGroupBits_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package cmix import ( diff --git a/contact/contact.go b/contact/contact.go index 184692b77ddd178e43bd9fefca0076ae3f03ba3b..c9a43598548f5059993d1bbb61bf89622b388062 100644 --- a/contact/contact.go +++ b/contact/contact.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package contact diff --git a/contact/contact_test.go b/contact/contact_test.go index 52d434dc443c901e0c1ebc42933ede270f27b467..5f20683a750c78a8d80511339cb646f531295b1d 100644 --- a/contact/contact_test.go +++ b/contact/contact_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 contact diff --git a/contact/unmarshalVersion.go b/contact/unmarshalVersion.go index f7349baeae0ddb0f165259bd3abf26d398cd929e..bc32612202ef807aa61827c9a9e56c9f4f1b67cd 100644 --- a/contact/unmarshalVersion.go +++ b/contact/unmarshalVersion.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// 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 old versions of the Contact unmarshal function to maintain // backwards compatibility. diff --git a/contact/unmarshalVersion_test.go b/contact/unmarshalVersion_test.go index 081575c450369cfaade124dd072d78808c270c32..43e339d80b9ff10760d51ffb782f4cdc2f7a43e8 100644 --- a/contact/unmarshalVersion_test.go +++ b/contact/unmarshalVersion_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 contact diff --git a/cyclic/buffer.go b/cyclic/buffer.go index c0a0a00904c46ff7765c56039ffd7ae640fdb6df..bf7420894887f6813e2cad94c24e269ebbaf20ab 100644 --- a/cyclic/buffer.go +++ b/cyclic/buffer.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package cyclic wraps our large.Int structure. It is designed to be used in // conjunction with the cyclic.Group object. The cyclic.Group object diff --git a/cyclic/buffer_test.go b/cyclic/buffer_test.go index e99f224010fb16d2b2b5fd8b09df6b6001fb8a21..5b966dfdbd3c4d2975a31a05c79dfd79e4d5af90 100644 --- a/cyclic/buffer_test.go +++ b/cyclic/buffer_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package cyclic diff --git a/cyclic/group.go b/cyclic/group.go index 9e60e98c85ca199b47f6bda7711955658a530981..622f7ed7f9ddd731960ba08e208ad6589451034d 100644 --- a/cyclic/group.go +++ b/cyclic/group.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package cyclic wraps our large.Int structure. It is designed to be used in // conjunction with the cyclic.Group object. The cyclic.Group object diff --git a/cyclic/group_test.go b/cyclic/group_test.go index 1befe06c456b03f8a32aa90c7fdbc6961a8a5171..7b25e8ee9f596cd328920c0a6feb82e97dcbf658 100644 --- a/cyclic/group_test.go +++ b/cyclic/group_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package cyclic diff --git a/cyclic/int.go b/cyclic/int.go index ea91d723550cea837455436839e4a5a70f39a806..f0fc46630716e3d51bb57662d829be7dcd2eb048 100644 --- a/cyclic/int.go +++ b/cyclic/int.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package cyclic wraps our large.Int structure. It is designed to be used in // conjunction with the cyclic.Group object. The cyclic.Group object diff --git a/cyclic/int_test.go b/cyclic/int_test.go index e534e11e19cce9658c63ec5d81a11cec145fd156..73d625c658d65aa0fbd956a5251f4d24093a6122 100644 --- a/cyclic/int_test.go +++ b/cyclic/int_test.go @@ -1,7 +1,9 @@ -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package cyclic diff --git a/diffieHellman/dhkx.go b/diffieHellman/dhkx.go index ed8c38306398bf6556dadbb5332af2548117b6da..205833408a3209bb5156d5eea01d514eaa07d450 100644 --- a/diffieHellman/dhkx.go +++ b/diffieHellman/dhkx.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package diffieHellman implements a Diffie-Hellman key exchange. Includes creation of DH keypairs, // DH session keys, and checking the validity of DH public keys diff --git a/diffieHellman/dhkx_test.go b/diffieHellman/dhkx_test.go index 3a02ea0b199ec5ccc3d09215a471926daf5aba31..05e532efff404615daac9fff795a52d00422b3e9 100644 --- a/diffieHellman/dhkx_test.go +++ b/diffieHellman/dhkx_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package diffieHellman diff --git a/e2e/aes.go b/e2e/aes.go index b542f63295b7f3ed0ed918ac96fa472db402dabb..7c09c582e73b448826b556462fdf1f30bfb62927 100644 --- a/e2e/aes.go +++ b/e2e/aes.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Packagee 2e contains functions used in the end-to-end encryption algorithm, including // the end-to-end key rotation. diff --git a/e2e/aes_test.go b/e2e/aes_test.go index bdef64bd7102681dda3e26248f0cce8b2b0fab9f..b93bf33af8d67e277d82c3ad9b9ce547639b7416 100644 --- a/e2e/aes_test.go +++ b/e2e/aes_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package e2e diff --git a/e2e/auth/crypt.go b/e2e/auth/crypt.go index c2d8c8f6cc2ada5ff2698420326466952de0b0ff..03c03865cc3376a8d6e54125d8ca4f4cb55b6d8a 100644 --- a/e2e/auth/crypt.go +++ b/e2e/auth/crypt.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package auth diff --git a/e2e/auth/crypt_test.go b/e2e/auth/crypt_test.go index eb886169c72138dd0984752eee12998c1cc22a87..7bb19c39d44cbd1998b60b39167f6fcc09a07e85 100644 --- a/e2e/auth/crypt_test.go +++ b/e2e/auth/crypt_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package auth import ( diff --git a/e2e/auth/encryptDecrypt.go b/e2e/auth/encryptDecrypt.go index 9e7d396ef6d63ee6bc01a877a300bdc0781f4419..a2a13865b60ade05d0ba599cdb91518da779d74a 100644 --- a/e2e/auth/encryptDecrypt.go +++ b/e2e/auth/encryptDecrypt.go @@ -1,8 +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 auth import ( diff --git a/e2e/auth/encryptDecrypt_test.go b/e2e/auth/encryptDecrypt_test.go index 55ef8bccfb28c25e444229d9480ccd34b92cc676..e131ddbaad715da8e7b6752a3ea176d6b0119e44 100644 --- a/e2e/auth/encryptDecrypt_test.go +++ b/e2e/auth/encryptDecrypt_test.go @@ -1,8 +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 auth import ( diff --git a/e2e/auth/keygen.go b/e2e/auth/keygen.go index 040b28df9bbcc96f8b60b3072eb8a180bc665ac1..a81ff3fd608a331db97653ffc6cc43e9db50e84a 100644 --- a/e2e/auth/keygen.go +++ b/e2e/auth/keygen.go @@ -1,8 +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 auth import ( diff --git a/e2e/auth/keygen_test.go b/e2e/auth/keygen_test.go index 903f03943a0eb3bbbf64b19c0e3540c26db89c39..4155b4dbe5e21b877c60c6af453e102847b6ffc5 100644 --- a/e2e/auth/keygen_test.go +++ b/e2e/auth/keygen_test.go @@ -1,8 +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 auth import ( diff --git a/e2e/auth/mac.go b/e2e/auth/mac.go index a8b532b841d36dab868b6cae4ceadfc3a15f63f8..fedfb85c4bfa7781e52e97da25d6988c1ffe2afb 100644 --- a/e2e/auth/mac.go +++ b/e2e/auth/mac.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package auth diff --git a/e2e/auth/mac_test.go b/e2e/auth/mac_test.go index 5247f30baf42540e83ac697d2ff7eac80855f23e..0a0d0c7116e73c42fd7456e9573e0d4d64377f15 100644 --- a/e2e/auth/mac_test.go +++ b/e2e/auth/mac_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package auth diff --git a/e2e/auth/negotiationFingerprint.go b/e2e/auth/negotiationFingerprint.go index 8d62065009ddc94570c3154c35d0c34b758b9fd7..0faf390b9412cbde4dc55f2c810672d420d4c9a2 100644 --- a/e2e/auth/negotiationFingerprint.go +++ b/e2e/auth/negotiationFingerprint.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package auth import ( diff --git a/e2e/auth/negotiationFingerprint_test.go b/e2e/auth/negotiationFingerprint_test.go index bfe4aa225b58b30ea687eb4ea6d3b7fe4582b66e..e136f9e2edc67e11ff3cddb72f6545757e7730ea 100644 --- a/e2e/auth/negotiationFingerprint_test.go +++ b/e2e/auth/negotiationFingerprint_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package auth import ( diff --git a/e2e/auth/ownership.go b/e2e/auth/ownership.go index 125fd18c2cf5d44259fb3647c399f4194813f083..1b5bbce1d32b12c2f497150c4b3b85b4083c45e4 100644 --- a/e2e/auth/ownership.go +++ b/e2e/auth/ownership.go @@ -1,8 +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 auth import ( diff --git a/e2e/auth/ownership_test.go b/e2e/auth/ownership_test.go index 21c9dd63b2a2165858beeeec2d06e83b2ea63c81..00f0ea1adbc0e1ca06f69747ad5dd8156a623ff7 100644 --- a/e2e/auth/ownership_test.go +++ b/e2e/auth/ownership_test.go @@ -1,8 +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 auth import ( diff --git a/e2e/auth/requestFP.go b/e2e/auth/requestFP.go index ca9612f7ae3208a5f6b5c1b3a61ba2ad3e520874..a34afe4fc3519b4a25c8b97fb1523abafe8b686d 100644 --- a/e2e/auth/requestFP.go +++ b/e2e/auth/requestFP.go @@ -1,8 +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 auth import ( diff --git a/e2e/auth/requestFP_test.go b/e2e/auth/requestFP_test.go index 8b16c3d38c5fdc17485e8e89852a1459fd654e9e..0feab764d144163567e940094484bc90165c4ce2 100644 --- a/e2e/auth/requestFP_test.go +++ b/e2e/auth/requestFP_test.go @@ -1,8 +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 auth import ( diff --git a/e2e/connectionFingerprint.go b/e2e/connectionFingerprint.go index c70647d5210c899cb08874348d99b6c3ae6186e7..48e657dfc37c762d119735cf2c20854a1921631e 100644 --- a/e2e/connectionFingerprint.go +++ b/e2e/connectionFingerprint.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package e2e import ( diff --git a/e2e/connectionFingerprint_test.go b/e2e/connectionFingerprint_test.go index bf97e60831e9f85c39b07cd72ff95f27157c1b6b..f68f205507cb7bbb17e3268a9617900e41b10f11 100644 --- a/e2e/connectionFingerprint_test.go +++ b/e2e/connectionFingerprint_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package e2e import ( diff --git a/e2e/derive.go b/e2e/derive.go index 61e954849866e961bc530150d8496406db152b28..81e73157dbf43a1d6f32a332b866f885529143ce 100644 --- a/e2e/derive.go +++ b/e2e/derive.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package e2e import ( diff --git a/e2e/derrive_test.go b/e2e/derrive_test.go index 945900c9ef8b06d7ebddb34c2baf451781f0d6eb..51eb177d7a7924b4116e005a43053103d5abb42a 100644 --- a/e2e/derrive_test.go +++ b/e2e/derrive_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package e2e import ( diff --git a/e2e/dummykeygen.go b/e2e/dummykeygen.go index 373a792f3b67d3f45943288031758eed203a14da..8a497e4a36aa93d8a3c76904bfe5159ac0801f87 100644 --- a/e2e/dummykeygen.go +++ b/e2e/dummykeygen.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Packagee 2e contains functions used in the end-to-end encryption algorithm, including // the end-to-end key rotation. diff --git a/e2e/dummykeygen_test.go b/e2e/dummykeygen_test.go index 55465eaeaa59148f721cded5a22b23cb0d98c96f..9fceec393e8871238ef155e430c34fa50a200c9e 100644 --- a/e2e/dummykeygen_test.go +++ b/e2e/dummykeygen_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package e2e diff --git a/e2e/encrypt.go b/e2e/encrypt.go index 94998863d16cb349b34bcf6150d682ef2ba2e612..711b2a31664b88e2f5d86e644d9d247cc4f4b355 100644 --- a/e2e/encrypt.go +++ b/e2e/encrypt.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Packagee 2e contains functions used in the end-to-end encryption algorithm, including // the end-to-end key rotation. diff --git a/e2e/encrypt_test.go b/e2e/encrypt_test.go index d47e738aa11081f39c87c63e37fd77d866eee859..db072163bbcfd6a0c8b48137ebf98d6a38a45146 100644 --- a/e2e/encrypt_test.go +++ b/e2e/encrypt_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package e2e diff --git a/e2e/encryptionChecker.go b/e2e/encryptionChecker.go index 11c3648cbca12e3a1f5463b4c682afa5cffca74b..e79d41527e4c7cebd13e65c6e0b27070d3150dc5 100644 --- a/e2e/encryptionChecker.go +++ b/e2e/encryptionChecker.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Packagee 2e contains functions used in the end-to-end encryption algorithm, including // the end-to-end key rotation. diff --git a/e2e/encryptionChecker_test.go b/e2e/encryptionChecker_test.go index d26b1c656fac7b8588775bc57625ef8b7ef42a0a..04a6f6116565204ca0ce568f272189d9214a18b6 100644 --- a/e2e/encryptionChecker_test.go +++ b/e2e/encryptionChecker_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package e2e diff --git a/e2e/keys.go b/e2e/keys.go index 452f9e99da5e20c54f0bbde41296f5a266d4cb74..89cc18edc874ff0285895698b514c13970dccd8a 100644 --- a/e2e/keys.go +++ b/e2e/keys.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Packagee 2e contains functions used in the end-to-end encryption algorithm, including // the end-to-end key rotation. diff --git a/e2e/keys_test.go b/e2e/keys_test.go index 796deade14170fdd36c783f00d6a81b7021dd4f1..32a00338245605616c331b04254a5991933b50ff 100644 --- a/e2e/keys_test.go +++ b/e2e/keys_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package e2e diff --git a/e2e/messageID.go b/e2e/messageID.go index adf473bae388a13dbaa15462d094e818ead9a165..31cf853f5bfc9756becbe2fde824d10523d84545 100644 --- a/e2e/messageID.go +++ b/e2e/messageID.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package e2e import ( diff --git a/e2e/messageID_test.go b/e2e/messageID_test.go index e32dc4981595a55acc9a793f21b201a71e115c54..662284943eff00975c50c5c4943ced9d2c1a5b65 100644 --- a/e2e/messageID_test.go +++ b/e2e/messageID_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package e2e diff --git a/e2e/padding.go b/e2e/padding.go index 84a18e400a5ce64b4f0cd4a291a4d4141d77a40e..820f7eb83656db7c1d998243e12ebcd335c14a15 100644 --- a/e2e/padding.go +++ b/e2e/padding.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Packagee 2e contains functions used in the end-to-end encryption algorithm, including // the end-to-end key rotation. diff --git a/e2e/padding_test.go b/e2e/padding_test.go index 40883cd472ffc53dfb44338028f95339202c4ccb..a168965946b0987eb98766d74ef915592d6be528 100644 --- a/e2e/padding_test.go +++ b/e2e/padding_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package e2e diff --git a/e2e/relationshipFingerprint.go b/e2e/relationshipFingerprint.go index 9cb753c0642221e937245543bfa64ebe8fa61ca0..bcd664954e6310b6c7ecebc0cadcf7b11e07f1ec 100644 --- a/e2e/relationshipFingerprint.go +++ b/e2e/relationshipFingerprint.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package e2e import ( diff --git a/e2e/relationshipFingerprint_test.go b/e2e/relationshipFingerprint_test.go index 9dd7a9121defbd285b62d307f9859a9d9e683f74..1ca37c582271dcc90fc85cfe43ce3b0d6b316988 100644 --- a/e2e/relationshipFingerprint_test.go +++ b/e2e/relationshipFingerprint_test.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package e2e import ( diff --git a/e2e/residue.go b/e2e/residue.go index 120a6493fed1ed2bfaf5ce6af1093d98eff003bf..29b1e3ad5f023adbd6aca2c7561630597339bd04 100644 --- a/e2e/residue.go +++ b/e2e/residue.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package e2e diff --git a/e2e/residue_test.go b/e2e/residue_test.go index 2e8ec6bd24530b779077cbbf5b27b16cc049e50c..ff12bf740636e57d5b0139283a55be1ab61ede61 100644 --- a/e2e/residue_test.go +++ b/e2e/residue_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package e2e diff --git a/e2e/sendReport.go b/e2e/sendReport.go index 82353f0118940cd71bab9b3e749f254e86146b80..4f7e2cf5c49f23ca36eac77ec066570d7a086392 100644 --- a/e2e/sendReport.go +++ b/e2e/sendReport.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package e2e diff --git a/e2e/singleUse/mac.go b/e2e/singleUse/mac.go index 361137c3582448a07e936ece084e5abdf9adf5fd..c96ba9688a04cfaa56129a5775b062c5b848d544 100644 --- a/e2e/singleUse/mac.go +++ b/e2e/singleUse/mac.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package singleUse diff --git a/e2e/singleUse/mac_test.go b/e2e/singleUse/mac_test.go index 01f6a4838b6013d9d116543da3a53c34dbc1be7c..c884a83f5d2bcd18da3cc137926b7e88e25414b3 100644 --- a/e2e/singleUse/mac_test.go +++ b/e2e/singleUse/mac_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 singleUse diff --git a/e2e/singleUse/recipientID.go b/e2e/singleUse/recipientID.go index 232ff4339b5dfc13bd559a4251f1d575c2859b55..84c048b88e786643632c3c6ed54b0de2f633c24f 100644 --- a/e2e/singleUse/recipientID.go +++ b/e2e/singleUse/recipientID.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package singleUse diff --git a/e2e/singleUse/recipientID_test.go b/e2e/singleUse/recipientID_test.go index e7cf124e67e1fdfddd2cfafa0f0e531103f23e84..5a25c55377217bbc24ae188e8328a939cda6faae 100644 --- a/e2e/singleUse/recipientID_test.go +++ b/e2e/singleUse/recipientID_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 singleUse import ( diff --git a/e2e/singleUse/requestFingerprint.go b/e2e/singleUse/requestFingerprint.go index 9ba058610154d47ee80b75488be43128238e0e60..73a02ce584683f2fe90e6fd61b8d7ab18d13acd4 100644 --- a/e2e/singleUse/requestFingerprint.go +++ b/e2e/singleUse/requestFingerprint.go @@ -1,8 +1,8 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // +// Copyright © 2022 xx foundation // // // // Use of this source code is governed by a license that can be found in the // -// LICENSE file // +// LICENSE file. // //////////////////////////////////////////////////////////////////////////////// package singleUse diff --git a/e2e/singleUse/requestFingerprint_test.go b/e2e/singleUse/requestFingerprint_test.go index 7c71d4aebbb3927fb1bb50312a65fa8760bef49b..e90fa2e0b5d63590177123fb776bb9edf7b80c6f 100644 --- a/e2e/singleUse/requestFingerprint_test.go +++ b/e2e/singleUse/requestFingerprint_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 singleUse diff --git a/e2e/singleUse/requestKey.go b/e2e/singleUse/requestKey.go index 871ed67901ec9d3e801600a38f3302aa9aad6478..d2ce4be16903193afc3052263896858cb037524f 100644 --- a/e2e/singleUse/requestKey.go +++ b/e2e/singleUse/requestKey.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package singleUse diff --git a/e2e/singleUse/requestKey_test.go b/e2e/singleUse/requestKey_test.go index 571e17f6264fb6f60c6ee12863b501c4e401f965..e0162c5e6b50eb048c22b242fb21d27d054d0d87 100644 --- a/e2e/singleUse/requestKey_test.go +++ b/e2e/singleUse/requestKey_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 singleUse diff --git a/e2e/singleUse/requestPartFingerprint.go b/e2e/singleUse/requestPartFingerprint.go index ff34b34f4bab7bcf2ab32306884fd82abc562672..0990325faeca306e2a206f90b9a4db740b44f4af 100644 --- a/e2e/singleUse/requestPartFingerprint.go +++ b/e2e/singleUse/requestPartFingerprint.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package singleUse diff --git a/e2e/singleUse/requestPartFingerprint_test.go b/e2e/singleUse/requestPartFingerprint_test.go index c810a51e59324649b9f0583e9f9b18f5cb4b5baf..4d91249f082a28ebb4cce5b2a554c11a7db3c999 100644 --- a/e2e/singleUse/requestPartFingerprint_test.go +++ b/e2e/singleUse/requestPartFingerprint_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 singleUse diff --git a/e2e/singleUse/requestPartKey.go b/e2e/singleUse/requestPartKey.go index 18341fe6d5d570b7d27a04d5ea38ffbfc5920a3e..b984efe4e835d5596fe28cb4446e9263d345d9ed 100644 --- a/e2e/singleUse/requestPartKey.go +++ b/e2e/singleUse/requestPartKey.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 singleUse import ( diff --git a/e2e/singleUse/requestPartKey_test.go b/e2e/singleUse/requestPartKey_test.go index 8fff70db1d0fc6936128509b72f4686afd79f1b3..492751f9148a97194de22432e4238a7099ccd387 100644 --- a/e2e/singleUse/requestPartKey_test.go +++ b/e2e/singleUse/requestPartKey_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 singleUse diff --git a/e2e/singleUse/responseFingerprint.go b/e2e/singleUse/responseFingerprint.go index 911b013eb417561711cf8e8b5986f9d7b5bbb6b2..4f8273b5600d8ed2cb9d90356b5e25a3e1506ff4 100644 --- a/e2e/singleUse/responseFingerprint.go +++ b/e2e/singleUse/responseFingerprint.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package singleUse diff --git a/e2e/singleUse/responseFingerprint_test.go b/e2e/singleUse/responseFingerprint_test.go index 329b0da5feb845204d6a2d9bfd2a58bcea172e6b..75bb22faeaf7bd00855ff8a3e613bf0a2ac727c7 100644 --- a/e2e/singleUse/responseFingerprint_test.go +++ b/e2e/singleUse/responseFingerprint_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 singleUse diff --git a/e2e/singleUse/responseKey.go b/e2e/singleUse/responseKey.go index 8f726da7070bf698301380aae3a0b6f7a9f206e1..e89c3f6dd8163fe826b8223a86c0894ee19c8b0f 100644 --- a/e2e/singleUse/responseKey.go +++ b/e2e/singleUse/responseKey.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package singleUse diff --git a/e2e/singleUse/responseKey_test.go b/e2e/singleUse/responseKey_test.go index e691b2c8113329a4a262a6e96c17cec22a8fd7c7..3dcae7bb753dd58afaf4469014f28745668d4ce1 100644 --- a/e2e/singleUse/responseKey_test.go +++ b/e2e/singleUse/responseKey_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 singleUse diff --git a/e2e/singleUse/tagFingerprint.go b/e2e/singleUse/tagFingerprint.go index 6cf427164f6715ba2d74dd00c7f45775cd8cd19f..0bc037f77c30345979a4cdd1fee3e32e90e24db2 100644 --- a/e2e/singleUse/tagFingerprint.go +++ b/e2e/singleUse/tagFingerprint.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package singleUse diff --git a/e2e/singleUse/tagFingerprint_test.go b/e2e/singleUse/tagFingerprint_test.go index 5fb029eefa9d6dfdb312323e0562dc7f5152dffb..e960697099bc16e3c09fb53eed3b2c8e4c7830c0 100644 --- a/e2e/singleUse/tagFingerprint_test.go +++ b/e2e/singleUse/tagFingerprint_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 singleUse diff --git a/e2e/ttl.go b/e2e/ttl.go index 065e21ea1e8ccfc2671276a7587ca8b0fd3456ba..d671bbc88af89cca6696cefb4cb8c25073a74f78 100644 --- a/e2e/ttl.go +++ b/e2e/ttl.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Packagee 2e contains functions used in the end-to-end encryption algorithm, including // the end-to-end key rotation. diff --git a/e2e/ttl_test.go b/e2e/ttl_test.go index c2aa9436bfd125ca7bd332634907a33c138c5afe..47e3ad8051a4929378e80e33d6c8de8b7780ed02 100644 --- a/e2e/ttl_test.go +++ b/e2e/ttl_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package e2e diff --git a/factID/fingerprint.go b/factID/fingerprint.go index 5bbb455022a9f113e6601762c1bdc158ade4865e..0e3881e311a9c00ab894230358c9952975f9d773 100644 --- a/factID/fingerprint.go +++ b/factID/fingerprint.go @@ -1,7 +1,8 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2018 Privategrity Corporation / -// / -// All rights reserved. / +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // //////////////////////////////////////////////////////////////////////////////// package factID diff --git a/factID/fingerprint_test.go b/factID/fingerprint_test.go index 76f35a56deb81a2537b770af4e2fac3fd0e5bb49..2f816f8f544669c5b8e816eae41281a0d63ae06e 100644 --- a/factID/fingerprint_test.go +++ b/factID/fingerprint_test.go @@ -1,7 +1,8 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2018 Privategrity Corporation / -// / -// All rights reserved. / +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // //////////////////////////////////////////////////////////////////////////////// package factID diff --git a/fastRNG/stream.go b/fastRNG/stream.go index b1496bbc6300f11a7b6a928270891272ae70abc3..c4fd9d8aa4d707c43a268fb9c067468f31efe32a 100644 --- a/fastRNG/stream.go +++ b/fastRNG/stream.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package fastRNG is an implementation of the Fortuna construction as specified // by Ferguson, Schneier and Kohno in 'Cryptography Engineering: Design Principles and Practical Applications' diff --git a/fastRNG/stream_test.go b/fastRNG/stream_test.go index 7c2c805cf6f0dd5edd5689574f1b45343db05ba0..85cd410c9e06b5e881d9e49abbe045bab578fc53 100644 --- a/fastRNG/stream_test.go +++ b/fastRNG/stream_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package fastRNG diff --git a/fileTransfer/crypt.go b/fileTransfer/crypt.go index 5af7aa2dace2e3cc10bf1504114ea088bb6060ee..36042a15d8531a8b08b798021fca8bc422e7a06c 100644 --- a/fileTransfer/crypt.go +++ b/fileTransfer/crypt.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package fileTransfer contains all cryptographic functions pertaining to the // transfer of large (MB) files over the xx network. It is designed to use diff --git a/fileTransfer/crypt_test.go b/fileTransfer/crypt_test.go index 686c2de5b77144bfccb988c755e73612f228707d..a2b82d6db3f7280ab0381d37bad60392f1c5b02f 100644 --- a/fileTransfer/crypt_test.go +++ b/fileTransfer/crypt_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package fileTransfer diff --git a/fileTransfer/fingerprint.go b/fileTransfer/fingerprint.go index 9bef68f605d1684944fc5079fd2f18a1f0e3d974..f847b7ae83b73ca61b6074662c1103429625ee0f 100644 --- a/fileTransfer/fingerprint.go +++ b/fileTransfer/fingerprint.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package fileTransfer contains all cryptographic functions pertaining to the // transfer of large (MB) files over the xx network. It is designed to use diff --git a/fileTransfer/fingerprint_test.go b/fileTransfer/fingerprint_test.go index 2b0673ab6f521573bb8680e0fc4f89c47dfb11c5..b32a5f6df46b7dcf1cbf941604991facf91bc29a 100644 --- a/fileTransfer/fingerprint_test.go +++ b/fileTransfer/fingerprint_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package fileTransfer diff --git a/fileTransfer/id.go b/fileTransfer/id.go index b1fe7789068473e743a5fbf8ce6e64aa34c1a46f..02120f889bc8065d886fcb2000f7244d7bb1886d 100644 --- a/fileTransfer/id.go +++ b/fileTransfer/id.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package fileTransfer contains all cryptographic functions pertaining to the // transfer of large (MB) files over the xx network. It is designed to use diff --git a/fileTransfer/id_test.go b/fileTransfer/id_test.go index 7087981b0d763790d04212ca080efd370c50712e..2e70fe4181de7f9bbf96db0f2e5e7db2a8134b07 100644 --- a/fileTransfer/id_test.go +++ b/fileTransfer/id_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package fileTransfer diff --git a/fileTransfer/keyGen.go b/fileTransfer/keyGen.go index c7d49b79e1a919cb976bd80cc9244a11c54a0c13..fed7dddbbfb196f076a083c293b2c5b8bd55e963 100644 --- a/fileTransfer/keyGen.go +++ b/fileTransfer/keyGen.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package fileTransfer contains all cryptographic functions pertaining to the // transfer of large (MB) files over the xx network. It is designed to use diff --git a/fileTransfer/keyGen_test.go b/fileTransfer/keyGen_test.go index 69d2a5785c0dcce9bc51a7e55adc8c2d9d8faa5c..0b058daf7b0388f9fc1bb799b7f8ef65d4f628a6 100644 --- a/fileTransfer/keyGen_test.go +++ b/fileTransfer/keyGen_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package fileTransfer diff --git a/fileTransfer/mac.go b/fileTransfer/mac.go index c8657d60dffe040ad9164080d93ec34f4942052b..5b5133afa297ec168b8bf89cb1a90b3699156547 100644 --- a/fileTransfer/mac.go +++ b/fileTransfer/mac.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package fileTransfer contains all cryptographic functions pertaining to the // transfer of large (MB) files over the xx network. It is designed to use diff --git a/fileTransfer/mac_test.go b/fileTransfer/mac_test.go index 1a05581cea0d90379efcd51c43ed9e0ca5226e5e..e9baf40fbc8350bba23e9a096522154b64085c0a 100644 --- a/fileTransfer/mac_test.go +++ b/fileTransfer/mac_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package fileTransfer diff --git a/group/crypt.go b/group/crypt.go index 931a9c300235e12bb0de52cd97ba58702e132a45..64efe49bccb611aa43814a86002ed78ef9d99594 100644 --- a/group/crypt.go +++ b/group/crypt.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // The internal message format for group messaging is encrypted using XChaCha20 // with the group key and key fingerprint. diff --git a/group/crypt_test.go b/group/crypt_test.go index 3bb2bce84057e215c09d4f6217d576af18d05901..13c40be3e42df29f5a8f2aa95f304626da609eb1 100644 --- a/group/crypt_test.go +++ b/group/crypt_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 group import ( diff --git a/group/groupID.go b/group/groupID.go index 67262c80f62c1ba4407840277b815037fa437073..62b394ee6382b3e69e1cd820ebdb661331971b8f 100644 --- a/group/groupID.go +++ b/group/groupID.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // The group ID identifies the group to each member.It is defined as the hash of // the group Membership Digest, a preimage, and a constant. The group ID is of diff --git a/group/groupID_test.go b/group/groupID_test.go index f415074937e43d2a0dc66894db00845fd4bdd379..1f2e59fe214076beadf641dad20b704721447aa5 100644 --- a/group/groupID_test.go +++ b/group/groupID_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package group diff --git a/group/groupKey.go b/group/groupKey.go index 14aec4e2daf0145bd38400551ca17a00cf8a3dd1..682850276d42e37ff6a95e1717fe6adff3fb655a 100644 --- a/group/groupKey.go +++ b/group/groupKey.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // The group key is defined as the hash of the group Membership digest, a // 256-bit preimage, and a constant. It will be used to seed keys, MACs, and diff --git a/group/groupKey_test.go b/group/groupKey_test.go index 50d3c867a5c5309acb54fcc577140f6571f69a1c..f1653db1d2d28ced94ec13fb1f74f4ce322ce93f 100644 --- a/group/groupKey_test.go +++ b/group/groupKey_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package group diff --git a/group/key.go b/group/key.go index f9f15e5957d2860b4581adcd1fd11872f69a0d31..230218d3c2543ecd5f1325ced712ead3bac9b238 100644 --- a/group/key.go +++ b/group/key.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package group diff --git a/group/keyFingerprint.go b/group/keyFingerprint.go index 4fc3f9579b06366ce561e1a8e172ed3435b8c8d2..860fc7fdc881ec6ca4e8042c7ca5b1297883cc23 100644 --- a/group/keyFingerprint.go +++ b/group/keyFingerprint.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package group diff --git a/group/keyFingerprint_test.go b/group/keyFingerprint_test.go index 3466a55cbeef5e3c47736b9e06359c0a3b6c521c..70f0af0dd643985848d60ea859c8e39fc5307e7b 100644 --- a/group/keyFingerprint_test.go +++ b/group/keyFingerprint_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package group diff --git a/group/key_test.go b/group/key_test.go index 6ff2bfb4f99ed6be6255470daa580ac4a5f379da..f6c1f281e4d204a97822a5691c77470884c75301 100644 --- a/group/key_test.go +++ b/group/key_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package group diff --git a/group/mac.go b/group/mac.go index c66c671821d437a97d05bdfbf9880c7e20ca6b0b..c708eafcb82ee414ec3ea3e1585435dbc54a56f7 100644 --- a/group/mac.go +++ b/group/mac.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // The MAC for the encrypted internal format proves the authenticity of the // message and sender. diff --git a/group/mac_test.go b/group/mac_test.go index 00b5274411469387ff66b0ef2f2a1cfdfbd82834..2ad3a5ecce3ef9300da9c881fb8033ba12414c73 100644 --- a/group/mac_test.go +++ b/group/mac_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package group diff --git a/group/membership.go b/group/membership.go index 9e6ed01570a84645759af2af4efe8b084a649f0a..293c376c01ab5ce9756c3734f0ae6cfb17d5065e 100644 --- a/group/membership.go +++ b/group/membership.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // A Membership is a list of members in a group. The group leader is always // listed first and the following participants are sorted lexicographically. A diff --git a/group/membership_test.go b/group/membership_test.go index 9634bc70bb4bcdcf22116c33a2b83029ac599c15..039aaf253b797247652fdde591a219b4855303bd 100644 --- a/group/membership_test.go +++ b/group/membership_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package group diff --git a/group/messageID.go b/group/messageID.go index 0da0b7a79a450b41eb7f47744a1b48a2df60db04..22573353aead8751f85a54c5783e205c52f58482 100644 --- a/group/messageID.go +++ b/group/messageID.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package group diff --git a/group/messageID_test.go b/group/messageID_test.go index ea4da014a34e2bb67786e6d96303ec08cec80a0e..7bfbdbf53befc03084f8960a643aa30179bfcb8d 100644 --- a/group/messageID_test.go +++ b/group/messageID_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package group diff --git a/hash/hash.go b/hash/hash.go index 3dd89ae20ceed47d5d63cf1bdc8119f089858610..32685b8adad6acb549b3ffa9611a72dd8765215c 100644 --- a/hash/hash.go +++ b/hash/hash.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package hash includes a general-purpose hashing algorithm, blake2b, // that should be suitable for most of our needs. diff --git a/hash/hash_test.go b/hash/hash_test.go index ec03b2bb4eba3a8d643531e653196a59371171d0..b0ed794820ca0275c56bdd12e319ea1aceb22a4c 100644 --- a/hash/hash_test.go +++ b/hash/hash_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package hash diff --git a/hash/keys.go b/hash/keys.go index 34f23f6015ec407ad4dcdb18350111134f33d959..5addc49e6f378e4d2aac80c89a20c89aca33ccc5 100644 --- a/hash/keys.go +++ b/hash/keys.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package hash includes a general-purpose hashing algorithm, blake2b, // that should be suitable for most of our needs. diff --git a/hash/keys_test.go b/hash/keys_test.go index 908fba8bea2bf29e9b8bb2c0d018980e9a597830..85144fea94c693f9ebaa6086fcf012d45b584dcd 100644 --- a/hash/keys_test.go +++ b/hash/keys_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package hash diff --git a/partnerships/crust/hash.go b/partnerships/crust/hash.go index e654a08e2f9732497bb8e2542585be8fa757f649..beba324dcc8614a01e3f802288aff1e9b62c62a7 100644 --- a/partnerships/crust/hash.go +++ b/partnerships/crust/hash.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package crust will contain cryptographic functions needed for communication between // the xx messenger and Crust. diff --git a/partnerships/crust/jointVerification.go b/partnerships/crust/jointVerification.go index eaee19eb67197332b77b4451b3a644874c8aba5f..4cebe9de451281d4186af94e764a0dc562b46dcd 100644 --- a/partnerships/crust/jointVerification.go +++ b/partnerships/crust/jointVerification.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package crust diff --git a/partnerships/crust/jointVerify_test.go b/partnerships/crust/jointVerify_test.go index 3e53aa16853ad26b509919430efd6bb2a6351dfe..616500d37059de506b7f4453550feea91874eb72 100644 --- a/partnerships/crust/jointVerify_test.go +++ b/partnerships/crust/jointVerify_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package crust diff --git a/partnerships/crust/upload.go b/partnerships/crust/upload.go index 3df626e78fb06c1c881c866d7e3589bfd80c9fe2..ae4f6486ed4ed167caa1e501b842de43d6886596 100644 --- a/partnerships/crust/upload.go +++ b/partnerships/crust/upload.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package crust diff --git a/partnerships/crust/upload_test.go b/partnerships/crust/upload_test.go index 3882ca03af89401edd197b72af069e932de0edc7..c349c1a8c4478c3d29a7804feda938b1de0f75e1 100644 --- a/partnerships/crust/upload_test.go +++ b/partnerships/crust/upload_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package crust diff --git a/partnerships/crust/utils_test.go b/partnerships/crust/utils_test.go index 67d4e2f2263dfe5da22ac75622c9a8d1de878c8f..62aef0300570ed8d24eab75fca9f90d5f1e6d19e 100644 --- a/partnerships/crust/utils_test.go +++ b/partnerships/crust/utils_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package crust diff --git a/partnerships/crust/verification.go b/partnerships/crust/verification.go index ee35b5dadcc7c2a78074253b7825a921f49d549a..899c7ee83e80aa157cc13f36f033b6d864e16691 100644 --- a/partnerships/crust/verification.go +++ b/partnerships/crust/verification.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package crust diff --git a/partnerships/crust/verification_test.go b/partnerships/crust/verification_test.go index a218741bd1de63c90c655aa12598d9a4ea629205..71a6b4a1b343f1aa1354fc068720faa9cb2ff3f3 100644 --- a/partnerships/crust/verification_test.go +++ b/partnerships/crust/verification_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package crust diff --git a/registration/hmac.go b/registration/hmac.go index 41bd234eb88263514e78cc4e968d11e52cd4c979..3ab456391a6e0d2cc3e188e992c7410de10793a7 100644 --- a/registration/hmac.go +++ b/registration/hmac.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package registration diff --git a/registration/hmac_test.go b/registration/hmac_test.go index 11e399377993476eb246f8ee3264131ee01e00c6..540aa6c8395904cd8cc830e534bab7188524fc43 100644 --- a/registration/hmac_test.go +++ b/registration/hmac_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package registration diff --git a/registration/keygen.go b/registration/keygen.go index fcf6ff8cfc357c6997243056246e5b070d57ce0e..0adc8d37419d59002fde95381e0ab2f4a75e50e3 100644 --- a/registration/keygen.go +++ b/registration/keygen.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE 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 contains functions for generating data for registration. // This includes base key and user ID generation diff --git a/registration/keygen_test.go b/registration/keygen_test.go index 77dfcb7b2705f6a3930b780a0a44dd7c91b7212f..4d030a4e9361690bc5bdcfaf4aea2c8c9abae822 100644 --- a/registration/keygen_test.go +++ b/registration/keygen_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package registration diff --git a/registration/timestamp.go b/registration/timestamp.go index e548661a69a15b485e8df96c3c10a3e50cfa260c..c5e222719ee5da1866ab9be730eb6a5de78712b7 100644 --- a/registration/timestamp.go +++ b/registration/timestamp.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package registration diff --git a/registration/timestamp_test.go b/registration/timestamp_test.go index 5a5f49d9d0ac708d1898cc1b8510246379e9b80d..02ad481b7ea3e2aefcb7c97fba4493cd6f5f9708 100644 --- a/registration/timestamp_test.go +++ b/registration/timestamp_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE 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/shuffle/bogo.go b/shuffle/bogo.go index 845ebe9c774da0673b242ab14da87d8ee3ab177b..81013024e84ed441f27b2a00808776dffa26f609 100644 --- a/shuffle/bogo.go +++ b/shuffle/bogo.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 shuffle import ( diff --git a/shuffle/bogo_test.go b/shuffle/bogo_test.go index dbcbed87e3e0e50fee0345e416e506fe271b237d..19d33d17bdf2f60056a39e2b82c340b5d3c5648d 100644 --- a/shuffle/bogo_test.go +++ b/shuffle/bogo_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 shuffle import ( diff --git a/shuffle/shuffle.go b/shuffle/shuffle.go index 9b0cd8cadee584f63ad74b1d8c348b82f59f2f3a..90069df27e62279812d79be865fbdebb6fb199fa 100644 --- a/shuffle/shuffle.go +++ b/shuffle/shuffle.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package shuffle has a Fisher-Yates shuffle algorithm that we use for mixing // the slots in our Permute phases. diff --git a/shuffle/shuffleSwap.go b/shuffle/shuffleSwap.go index e7d435e5b008f2299550a2fff292ce8183fc6df5..5f5374e04fb10bf6bb6074a4f9f894182c56f159 100644 --- a/shuffle/shuffleSwap.go +++ b/shuffle/shuffleSwap.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// // Package shuffle has a Fisher-Yates shuffle algorithm that we use for mixing // the slots in our Permute phases. diff --git a/shuffle/shuffleSwap_test.go b/shuffle/shuffleSwap_test.go index bf58fde15bee1d23e203d33639a32bc6a50dbf38..09298e689837ddaf29d91280e4d4c088b07a9570 100644 --- a/shuffle/shuffleSwap_test.go +++ b/shuffle/shuffleSwap_test.go @@ -1,8 +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 shuffle import ( diff --git a/shuffle/shuffle_test.go b/shuffle/shuffle_test.go index 48b3f0bf2459299c1aa85e913dfe631151c3ab92..4a1b541fc89ea89320687c0cad490575105858f5 100644 --- a/shuffle/shuffle_test.go +++ b/shuffle/shuffle_test.go @@ -1,8 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the LICENSE file // -//////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package shuffle diff --git a/sih/service.go b/sih/service.go index 7e6916a1441feea7f89ea175a242dc9e4a141aab..2d92e72441bd75f155e6374f0d9f1dea0ace112c 100644 --- a/sih/service.go +++ b/sih/service.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 sih import ( diff --git a/sih/service_test.go b/sih/service_test.go index 45349433111d143824c2d109445fde215857c48f..d74fad6c2293e13ff497e688fe244fedd7fe9eab 100644 --- a/sih/service_test.go +++ b/sih/service_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 sih import ( diff --git a/sih/tags.go b/sih/tags.go index 073e52535245a9f0bc737678eea7c330b7c17445..0430ea20b556846909b8ba2f83b697e380a0a65d 100644 --- a/sih/tags.go +++ b/sih/tags.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 sih const (