diff --git a/main.go b/main.go index 2294615cf6f07045960236f1ae814eb9049ac79d..3f38c3ed65bfc2d89201e5e4c564dcb5ea617cfb 100644 --- a/main.go +++ b/main.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. // +//////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/test/server/main.go b/test/server/main.go index 510ea0feaf8e21f5be3a4599c367fed5ef5de2fe..9172a51e151c12002f4349ea9896f6b21d19726f 100644 --- a/test/server/main.go +++ b/test/server/main.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 main import ( diff --git a/wasm/authenticatedConnection.go b/wasm/authenticatedConnection.go index 38f7232f15ed069070acab927da23747b3de6216..ca170f49f9e875561248fc046c70f0aaf48a4d7b 100644 --- a/wasm/authenticatedConnection.go +++ b/wasm/authenticatedConnection.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/authenticatedConnection_test.go b/wasm/authenticatedConnection_test.go index 68555c15c9fec2f7cb0bac70466fda2464873dbf..b618514b79779d1d59c87ce46727c9ebf692792e 100644 --- a/wasm/authenticatedConnection_test.go +++ b/wasm/authenticatedConnection_test.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/backup.go b/wasm/backup.go index b313e6b158254cb5d363d5ab42fb17d520a9e410..c3bfba7e0fa4d762a2dfcd30cc312e9c9a5178f3 100644 --- a/wasm/backup.go +++ b/wasm/backup.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/backup_test.go b/wasm/backup_test.go index 0ec31c9b851b9f6042875f733d617e16a7930c3d..4782f0e1f92c4e4e3bb121a9af95162c129c80bb 100644 --- a/wasm/backup_test.go +++ b/wasm/backup_test.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 wasm diff --git a/wasm/broadcast.go b/wasm/broadcast.go index 14d6dad31c14e14171aac13a89bd7b88ab3c88a8..df8bd0851594ee39abca5562f82b2f7e6331cfa3 100644 --- a/wasm/broadcast.go +++ b/wasm/broadcast.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/broadcast_test.go b/wasm/broadcast_test.go index e240f260c9091f0e0f88ab48b4734fb9a547b658..4dc4688355f65e2044c4c3d758375c73863b6214 100644 --- a/wasm/broadcast_test.go +++ b/wasm/broadcast_test.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/cmix.go b/wasm/cmix.go index 81097af888639c8f724161db01d8401375641325..1908b7f6a4ae5a470813e042002dde87bccb09c1 100644 --- a/wasm/cmix.go +++ b/wasm/cmix.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/cmix_test.go b/wasm/cmix_test.go index 06df7c4e4fedbc77b2068a74c3553d5557acdc6e..316b1508c184ad99832119ddcfd53c25e10395c0 100644 --- a/wasm/cmix_test.go +++ b/wasm/cmix_test.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/connect.go b/wasm/connect.go index 6060586ecff1fd935d94240718c0066827a13419..a3ceda0de48d375299c1aa94fd6ecbaa783f6692 100644 --- a/wasm/connect.go +++ b/wasm/connect.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/connect_test.go b/wasm/connect_test.go index fc0d35e81e9e6f1ded28bb4ae9409f25b01326fd..f9cba409167499bcc33365eb3a730a3c0eaea138 100644 --- a/wasm/connect_test.go +++ b/wasm/connect_test.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 wasm diff --git a/wasm/delivery.go b/wasm/delivery.go index 5c002c84c7b8917c235f5e8318d4569fca4b07dc..d2b8d31efa923ada83881fb4e57c48392018ff14 100644 --- a/wasm/delivery.go +++ b/wasm/delivery.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/dummy.go b/wasm/dummy.go index dbea1f850aea2e7939576b59e352c19061b389c8..822acd644a2e33632aad75fd369c6cf6a894e8f7 100644 --- a/wasm/dummy.go +++ b/wasm/dummy.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/e2e.go b/wasm/e2e.go index aa26323c5e2fd89b7b1840f1d81e46ab07953f57..9ae1551b29e59d70cd968cb41540a7898429e904 100644 --- a/wasm/e2e.go +++ b/wasm/e2e.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/e2eAuth.go b/wasm/e2eAuth.go index 8fddd96fc7bb6f8ff4ee420bda6cbf299ac86e06..39158b8d387142f4a4e4b99b7e272b74724b415f 100644 --- a/wasm/e2eAuth.go +++ b/wasm/e2eAuth.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/e2eHandler.go b/wasm/e2eHandler.go index 045b5447953054f1953c0d06ad87b397e87d8a37..57d16f894d1290d3cb9cf78e0e34847f6155c8ab 100644 --- a/wasm/e2eHandler.go +++ b/wasm/e2eHandler.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/e2e_test.go b/wasm/e2e_test.go index 6d652c956bef7e4a6aacb1b00edc32f56a32445b..107086be968767b5b5ce74541e4a2264e43a0e3f 100644 --- a/wasm/e2e_test.go +++ b/wasm/e2e_test.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/errors.go b/wasm/errors.go index 1e6eee76d0b62a37593ba7b33dcddfc7a76d189e..4aae7fe7ec5709b0dbd7d06f9d93677ebb1186b1 100644 --- a/wasm/errors.go +++ b/wasm/errors.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/fileTransfer.go b/wasm/fileTransfer.go index a22eac3ca95237410ac8a40fe5e39384706c8d04..52d4a82c41b8d4ef072800bb601400b1e2108364 100644 --- a/wasm/fileTransfer.go +++ b/wasm/fileTransfer.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/fileTransfer_test.go b/wasm/fileTransfer_test.go index c69290881391debb6ad3c905a6367a7af996bb15..bbdf8d98c05e4ecd2dcafd6df61b10cbd1317bed 100644 --- a/wasm/fileTransfer_test.go +++ b/wasm/fileTransfer_test.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 wasm diff --git a/wasm/follow.go b/wasm/follow.go index 9264e0cd17b089a6ca61648502c65098fd2fc796..634ea5ceff23e4043540896fe5392fb0fac06c76 100644 --- a/wasm/follow.go +++ b/wasm/follow.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/group.go b/wasm/group.go index 18873ced6f77ffb16830b9060540874456481df0..5158e4658e021289bd4155976d0fd638be71dd3f 100644 --- a/wasm/group.go +++ b/wasm/group.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/group_test.go b/wasm/group_test.go index fbd4b8879f77e335c950f43c2d574a1af5f50a63..cc64e5f8396c8bf7490e79f172a9d204eb705ba7 100644 --- a/wasm/group_test.go +++ b/wasm/group_test.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/identity.go b/wasm/identity.go index 843769006761979292f36d412a1617be7aa53cc3..eb8fadf47b0a8d9fe14e847a1a922ab7f2429c7e 100644 --- a/wasm/identity.go +++ b/wasm/identity.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/logging.go b/wasm/logging.go index 4c2f833b80b8575e73f2b3bfd7acd3eb21eab5bd..24901db500f2c44bdf63019be0d17e8d65a2d502 100644 --- a/wasm/logging.go +++ b/wasm/logging.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/ndf.go b/wasm/ndf.go index 9e055fef7f8c0a72e84f340c06bb0fc33bfd4175..9f1b3e9f1c56fe0e2ccf72efb0cb47167545cb90 100644 --- a/wasm/ndf.go +++ b/wasm/ndf.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/params.go b/wasm/params.go index 97dc5d851ae4930807168093222ae00c2cf7d09b..c63d0c7bacc501e9c77b5209bd141b31e83320c8 100644 --- a/wasm/params.go +++ b/wasm/params.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/restlike.go b/wasm/restlike.go index 2a0a23b2c9e29c5ffac414b3d00fabe30b145813..1833abd1721d580bed12c77ba343c2199d035dab 100644 --- a/wasm/restlike.go +++ b/wasm/restlike.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/restlikeSingle.go b/wasm/restlikeSingle.go index 68fe3838bb2c319559ac64c413e5084ae467e81b..a3c546fd1ccf361d6534ed66e885d8cbdbccb476 100644 --- a/wasm/restlikeSingle.go +++ b/wasm/restlikeSingle.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/secrets.go b/wasm/secrets.go index 31be71691ee7ae1b7e85a5ccffc63a9e066161ac..f604141e1b9fbdb8052b600ac2b034a51f4039e8 100644 --- a/wasm/secrets.go +++ b/wasm/secrets.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/single.go b/wasm/single.go index 73533886c19fbd9176831b97f56297410710435d..3f40bf613bf15ba4fc63d328136a64897a0c66be 100644 --- a/wasm/single.go +++ b/wasm/single.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/single_test.go b/wasm/single_test.go index 3bdd993360baf01c431df78749122cadf5cf5dee..48017c5d3a5d5f6a0459d33cbdbd864be5e615b2 100644 --- a/wasm/single_test.go +++ b/wasm/single_test.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/ud.go b/wasm/ud.go index 743095a8100b26a98020572ec5b047867aaabfd2..17627eeb6a4bcf5af32fea34d1d51dd973caf648 100644 --- a/wasm/ud.go +++ b/wasm/ud.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/ud_test.go b/wasm/ud_test.go index cfd3766ddf6577ff8c1e876d55ff6bf666ee54b8..37761fa9ef38e233bc675f57a4004be2c68d1ea5 100644 --- a/wasm/ud_test.go +++ b/wasm/ud_test.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/utils.go b/wasm/utils.go index 4b508d8ac890165853a669fa072ad4ef2fc856cb..7959879b487f59a53187cde114bd01eeaa6a708a 100644 --- a/wasm/utils.go +++ b/wasm/utils.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/wasm/version.go b/wasm/version.go index 31019233c8e95aadf85b57862d5b79605d758c26..141be70df02118c3cfe924879ebd5199ed2133d5 100644 --- a/wasm/version.go +++ b/wasm/version.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. // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm