diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..59c30e30 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,17 @@ +# This is the list of AthanorLabs/atomic-swap contributors for copyright purposes. +# This list can be generated with: +# git log --format='%aN <%aE>' | sort -uf + +Aleixo Sánchez <15819210+alxs@users.noreply.github.com> +Dmitry Holodov +doonte <111110597+doonte@users.noreply.github.com> +Janaka-Steph +Marcin Górny +Matthew Di Ferrante +Matt +noot <36753753+noot@users.noreply.github.com> +Oldzitoja <109732715+Oldzitoja@users.noreply.github.com> +omahs <73983677+omahs@users.noreply.github.com> +phazejeff <85849384+phazejeff@users.noreply.github.com> +Robert Hambrock +Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> \ No newline at end of file diff --git a/cliutil/utils.go b/cliutil/utils.go index 7d390aeb..80567271 100644 --- a/cliutil/utils.go +++ b/cliutil/utils.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package cliutil provides utility functions intended for sharing by the main packages of multiple executables. diff --git a/cliutil/utils_test.go b/cliutil/utils_test.go index afc9c1a4..5746e994 100644 --- a/cliutil/utils_test.go +++ b/cliutil/utils_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package cliutil diff --git a/cmd/swapcli/errors.go b/cmd/swapcli/errors.go index bab7a071..1a3fa184 100644 --- a/cmd/swapcli/errors.go +++ b/cmd/swapcli/errors.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package main diff --git a/cmd/swapcli/main.go b/cmd/swapcli/main.go index eda77b0b..7416d889 100644 --- a/cmd/swapcli/main.go +++ b/cmd/swapcli/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package main provides the entrypoint of swapcli, an executable for interacting with a diff --git a/cmd/swapd/contract.go b/cmd/swapd/contract.go index 053ac1d2..2de2376d 100644 --- a/cmd/swapd/contract.go +++ b/cmd/swapd/contract.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package main diff --git a/cmd/swapd/contract_test.go b/cmd/swapd/contract_test.go index 165ca8ee..170a4bed 100644 --- a/cmd/swapd/contract_test.go +++ b/cmd/swapd/contract_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package main diff --git a/cmd/swapd/main.go b/cmd/swapd/main.go index 7ddaf462..49f5ac94 100644 --- a/cmd/swapd/main.go +++ b/cmd/swapd/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package main provides the entrypoint of the swapd executable, a daemon that diff --git a/cmd/swapd/main_test.go b/cmd/swapd/main_test.go index e6c00262..6092b2bc 100644 --- a/cmd/swapd/main_test.go +++ b/cmd/swapd/main_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package main diff --git a/cmd/swapd/profile.go b/cmd/swapd/profile.go index 56128904..6073ddad 100644 --- a/cmd/swapd/profile.go +++ b/cmd/swapd/profile.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package main diff --git a/cmd/swapd/signal_handler.go b/cmd/swapd/signal_handler.go index a596d092..3f94c001 100644 --- a/cmd/swapd/signal_handler.go +++ b/cmd/swapd/signal_handler.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package main diff --git a/cmd/swapd/signal_handler_test.go b/cmd/swapd/signal_handler_test.go index a59c49fe..a272ac8a 100644 --- a/cmd/swapd/signal_handler_test.go +++ b/cmd/swapd/signal_handler_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package main diff --git a/cmd/swaptester/main.go b/cmd/swaptester/main.go index 1c6267c2..67b752cb 100644 --- a/cmd/swaptester/main.go +++ b/cmd/swaptester/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package main provides the entrypoint of swaptester, an executable used for diff --git a/coins/coins.go b/coins/coins.go index d7554014..9884e8d8 100644 --- a/coins/coins.go +++ b/coins/coins.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package coins provides types, conversions and exchange calculations for dealing diff --git a/coins/coins_test.go b/coins/coins_test.go index 06a4b56a..0e1d1a63 100644 --- a/coins/coins_test.go +++ b/coins/coins_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/common.go b/coins/common.go index 85a599ab..25e63c5e 100644 --- a/coins/common.go +++ b/coins/common.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/common_test.go b/coins/common_test.go index ea538d45..08d9ec88 100644 --- a/coins/common_test.go +++ b/coins/common_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/errors.go b/coins/errors.go index f833c87d..f4e8dde6 100644 --- a/coins/errors.go +++ b/coins/errors.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/exchange_rate.go b/coins/exchange_rate.go index c1f9b315..8a66687c 100644 --- a/coins/exchange_rate.go +++ b/coins/exchange_rate.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/exchange_rate_test.go b/coins/exchange_rate_test.go index 016e723f..8f2fa09d 100644 --- a/coins/exchange_rate_test.go +++ b/coins/exchange_rate_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/exponent.go b/coins/exponent.go index e307cfc0..d4ca31af 100644 --- a/coins/exponent.go +++ b/coins/exponent.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/exponent_test.go b/coins/exponent_test.go index 130a7708..ff9f81b0 100644 --- a/coins/exponent_test.go +++ b/coins/exponent_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/provides.go b/coins/provides.go index 7ad11e90..37191762 100644 --- a/coins/provides.go +++ b/coins/provides.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/provides_test.go b/coins/provides_test.go index d10bb557..08c63de4 100644 --- a/coins/provides_test.go +++ b/coins/provides_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/round.go b/coins/round.go index d3b06f02..6f6cedf4 100644 --- a/coins/round.go +++ b/coins/round.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/round_test.go b/coins/round_test.go index f62fa913..bf60f8cb 100644 --- a/coins/round_test.go +++ b/coins/round_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/test_support.go b/coins/test_support.go index 417eb3d6..3de2c5f9 100644 --- a/coins/test_support.go +++ b/coins/test_support.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only //go:build !prod diff --git a/coins/validate.go b/coins/validate.go index 2bb7ca02..36538ba4 100644 --- a/coins/validate.go +++ b/coins/validate.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/coins/validate_test.go b/coins/validate_test.go index 60cab7d1..b6a1fe8e 100644 --- a/coins/validate_test.go +++ b/coins/validate_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package coins diff --git a/common/config.go b/common/config.go index 006d7079..3c64037b 100644 --- a/common/config.go +++ b/common/config.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package common diff --git a/common/config_test.go b/common/config_test.go index bdf611f3..1f26a92f 100644 --- a/common/config_test.go +++ b/common/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package common diff --git a/common/consts.go b/common/consts.go index 68baada4..61d60cf2 100644 --- a/common/consts.go +++ b/common/consts.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package common is for miscellaneous constants, types and interfaces used by many packages. diff --git a/common/interfaces.go b/common/interfaces.go index ab1ff3bf..d4c9b09b 100644 --- a/common/interfaces.go +++ b/common/interfaces.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package common diff --git a/common/network.go b/common/network.go index ea077ebe..4f8e0258 100644 --- a/common/network.go +++ b/common/network.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package common diff --git a/common/network_test.go b/common/network_test.go index 1ed237fd..5f24369d 100644 --- a/common/network_test.go +++ b/common/network_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package common diff --git a/common/rpctypes/jsonrpc.go b/common/rpctypes/jsonrpc.go index d79bcea2..c98268ac 100644 --- a/common/rpctypes/jsonrpc.go +++ b/common/rpctypes/jsonrpc.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpctypes diff --git a/common/rpctypes/types.go b/common/rpctypes/types.go index fe9377b8..10f90cca 100644 --- a/common/rpctypes/types.go +++ b/common/rpctypes/types.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package rpctypes provides the serialized types for queries and responses shared by diff --git a/common/rpctypes/utils.go b/common/rpctypes/utils.go index f97eb60b..8b0826c0 100644 --- a/common/rpctypes/utils.go +++ b/common/rpctypes/utils.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpctypes diff --git a/common/types/ethasset.go b/common/types/ethasset.go index 259fe67b..65a61ac0 100644 --- a/common/types/ethasset.go +++ b/common/types/ethasset.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package types diff --git a/common/types/ethasset_test.go b/common/types/ethasset_test.go index e1691e6d..f1479185 100644 --- a/common/types/ethasset_test.go +++ b/common/types/ethasset_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package types diff --git a/common/types/hash.go b/common/types/hash.go index 1ae5f854..4cff6060 100644 --- a/common/types/hash.go +++ b/common/types/hash.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package types diff --git a/common/types/offer.go b/common/types/offer.go index 7f3c29fd..55cb953a 100644 --- a/common/types/offer.go +++ b/common/types/offer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package types diff --git a/common/types/offer_test.go b/common/types/offer_test.go index 9badad27..651b87b7 100644 --- a/common/types/offer_test.go +++ b/common/types/offer_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package types diff --git a/common/types/status.go b/common/types/status.go index 4940602d..91a019cc 100644 --- a/common/types/status.go +++ b/common/types/status.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package types is for types that are shared by multiple packages diff --git a/common/types/status_test.go b/common/types/status_test.go index 7d0bd358..40ae7a8e 100644 --- a/common/types/status_test.go +++ b/common/types/status_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package types diff --git a/common/utils.go b/common/utils.go index 4ec95459..29162d05 100644 --- a/common/utils.go +++ b/common/utils.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package common diff --git a/common/utils_test.go b/common/utils_test.go index 4fb3243d..fd73ca7c 100644 --- a/common/utils_test.go +++ b/common/utils_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package common diff --git a/common/vjson/validated_json.go b/common/vjson/validated_json.go index 9ca50eee..1f59f2b5 100644 --- a/common/vjson/validated_json.go +++ b/common/vjson/validated_json.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package vjson diff --git a/common/vjson/validated_json_test.go b/common/vjson/validated_json_test.go index 07a26b7e..541fe1c5 100644 --- a/common/vjson/validated_json_test.go +++ b/common/vjson/validated_json_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package vjson or "validated JSON" provides additional validation, configured diff --git a/crypto/hash.go b/crypto/hash.go index 6f53ff14..dba5e52e 100644 --- a/crypto/hash.go +++ b/crypto/hash.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package crypto is for cryptographic code used by both Monero and Ethereum. diff --git a/crypto/monero/address.go b/crypto/monero/address.go index eb6f9101..c044b54a 100644 --- a/crypto/monero/address.go +++ b/crypto/monero/address.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package mcrypto diff --git a/crypto/monero/address_marshal.go b/crypto/monero/address_marshal.go index f62a0fef..4853b63b 100644 --- a/crypto/monero/address_marshal.go +++ b/crypto/monero/address_marshal.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package mcrypto diff --git a/crypto/monero/address_marshal_test.go b/crypto/monero/address_marshal_test.go index 3ec6bf71..fe9276b6 100644 --- a/crypto/monero/address_marshal_test.go +++ b/crypto/monero/address_marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package mcrypto diff --git a/crypto/monero/address_test.go b/crypto/monero/address_test.go index 7ab3b275..4c612add 100644 --- a/crypto/monero/address_test.go +++ b/crypto/monero/address_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package mcrypto diff --git a/crypto/monero/base58.go b/crypto/monero/base58.go index 35f6ee83..4e045afe 100644 --- a/crypto/monero/base58.go +++ b/crypto/monero/base58.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package mcrypto diff --git a/crypto/monero/base58_test.go b/crypto/monero/base58_test.go index 5b5a077e..f3664da7 100644 --- a/crypto/monero/base58_test.go +++ b/crypto/monero/base58_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package mcrypto diff --git a/crypto/monero/crypto.go b/crypto/monero/crypto.go index 46837c97..e832925b 100644 --- a/crypto/monero/crypto.go +++ b/crypto/monero/crypto.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package mcrypto is for types and libraries that deal with Monero keys, addresses and diff --git a/crypto/monero/crypto_marshal.go b/crypto/monero/crypto_marshal.go index 323a42f7..2231ee66 100644 --- a/crypto/monero/crypto_marshal.go +++ b/crypto/monero/crypto_marshal.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package mcrypto diff --git a/crypto/monero/crypto_marshal_test.go b/crypto/monero/crypto_marshal_test.go index e412bf8b..4dd7a982 100644 --- a/crypto/monero/crypto_marshal_test.go +++ b/crypto/monero/crypto_marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package mcrypto diff --git a/crypto/monero/crypto_test.go b/crypto/monero/crypto_test.go index 04339480..3b73e3c2 100644 --- a/crypto/monero/crypto_test.go +++ b/crypto/monero/crypto_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package mcrypto diff --git a/crypto/monero/sc_reduce.go b/crypto/monero/sc_reduce.go index 17e6319b..5e0ff4a1 100644 --- a/crypto/monero/sc_reduce.go +++ b/crypto/monero/sc_reduce.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package mcrypto diff --git a/crypto/monero/sc_reduce_test.go b/crypto/monero/sc_reduce_test.go index a9bb51c9..17340aa4 100644 --- a/crypto/monero/sc_reduce_test.go +++ b/crypto/monero/sc_reduce_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package mcrypto diff --git a/crypto/secp256k1/secp256k1.go b/crypto/secp256k1/secp256k1.go index 540cdd4a..5664ba70 100644 --- a/crypto/secp256k1/secp256k1.go +++ b/crypto/secp256k1/secp256k1.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package secp256k1 contains methods and types for working with Ethereum and possibly other diff --git a/crypto/secp256k1/secp256k1_test.go b/crypto/secp256k1/secp256k1_test.go index 71d78f67..839f2688 100644 --- a/crypto/secp256k1/secp256k1_test.go +++ b/crypto/secp256k1/secp256k1_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package secp256k1 diff --git a/daemon/swap_daemon.go b/daemon/swap_daemon.go index ae2542d9..160d019e 100644 --- a/daemon/swap_daemon.go +++ b/daemon/swap_daemon.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package daemon is responsible for assembling, running and cleanly shutting diff --git a/daemon/swap_daemon_test.go b/daemon/swap_daemon_test.go index fbc55d41..5823639d 100644 --- a/daemon/swap_daemon_test.go +++ b/daemon/swap_daemon_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package daemon diff --git a/daemon/test_support.go b/daemon/test_support.go index c7ca68b7..2b758d36 100644 --- a/daemon/test_support.go +++ b/daemon/test_support.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only //go:build !prod diff --git a/db/database.go b/db/database.go index 27e392d8..ca12208e 100644 --- a/db/database.go +++ b/db/database.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package db implements the APIs for interacting with our disk persisted key-value store. diff --git a/db/database_test.go b/db/database_test.go index 086eaee2..61f68572 100644 --- a/db/database_test.go +++ b/db/database_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package db diff --git a/db/recovery_db.go b/db/recovery_db.go index b4910fb5..b3623706 100644 --- a/db/recovery_db.go +++ b/db/recovery_db.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package db diff --git a/db/recovery_db_test.go b/db/recovery_db_test.go index e95cfd04..2f604e53 100644 --- a/db/recovery_db_test.go +++ b/db/recovery_db_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package db diff --git a/db/types.go b/db/types.go index de3a737c..969555b6 100644 --- a/db/types.go +++ b/db/types.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package db diff --git a/dleq/dleq.go b/dleq/dleq.go index 232ee6c8..c10c9ec8 100644 --- a/dleq/dleq.go +++ b/dleq/dleq.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package dleq provides a sub-api built on top of the go-dleq package for our atomic diff --git a/dleq/go_dleq.go b/dleq/go_dleq.go index 40342e94..12d66a13 100644 --- a/dleq/go_dleq.go +++ b/dleq/go_dleq.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package dleq diff --git a/dleq/go_dleq_test.go b/dleq/go_dleq_test.go index 2bcceaf2..7fa2833e 100644 --- a/dleq/go_dleq_test.go +++ b/dleq/go_dleq_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package dleq diff --git a/ethereum/block/error_from_block.go b/ethereum/block/error_from_block.go index 77b9bf43..832576a4 100644 --- a/ethereum/block/error_from_block.go +++ b/ethereum/block/error_from_block.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package block diff --git a/ethereum/block/wait_for_receipt.go b/ethereum/block/wait_for_receipt.go index e2ef45d4..3dd7470c 100644 --- a/ethereum/block/wait_for_receipt.go +++ b/ethereum/block/wait_for_receipt.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package block diff --git a/ethereum/block/wait_for_receipt_test.go b/ethereum/block/wait_for_receipt_test.go index a4491b0d..92962e5f 100644 --- a/ethereum/block/wait_for_receipt_test.go +++ b/ethereum/block/wait_for_receipt_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package block diff --git a/ethereum/block/wait_for_timestamp.go b/ethereum/block/wait_for_timestamp.go index 2ea18656..d3a97808 100644 --- a/ethereum/block/wait_for_timestamp.go +++ b/ethereum/block/wait_for_timestamp.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package block contains ethereum helper methods that center around blocks, like waiting diff --git a/ethereum/block/wait_for_timestamp_test.go b/ethereum/block/wait_for_timestamp_test.go index 6ff99c98..aed77fb8 100644 --- a/ethereum/block/wait_for_timestamp_test.go +++ b/ethereum/block/wait_for_timestamp_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package block diff --git a/ethereum/check_swap_creator_contract.go b/ethereum/check_swap_creator_contract.go index e6d1c7e5..c04acc85 100644 --- a/ethereum/check_swap_creator_contract.go +++ b/ethereum/check_swap_creator_contract.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package contracts diff --git a/ethereum/check_swap_creator_contract_test.go b/ethereum/check_swap_creator_contract_test.go index 24f08a44..c2d86391 100644 --- a/ethereum/check_swap_creator_contract_test.go +++ b/ethereum/check_swap_creator_contract_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package contracts diff --git a/ethereum/deploy_util.go b/ethereum/deploy_util.go index c7edb562..ed59bb2d 100644 --- a/ethereum/deploy_util.go +++ b/ethereum/deploy_util.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package contracts diff --git a/ethereum/deploy_util_test.go b/ethereum/deploy_util_test.go index 5a8fce96..88551f30 100644 --- a/ethereum/deploy_util_test.go +++ b/ethereum/deploy_util_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package contracts diff --git a/ethereum/erc20_mock_test.go b/ethereum/erc20_mock_test.go index 81dd0355..c35e4f31 100644 --- a/ethereum/erc20_mock_test.go +++ b/ethereum/erc20_mock_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package contracts diff --git a/ethereum/extethclient/eth_wallet_client.go b/ethereum/extethclient/eth_wallet_client.go index 67a45637..cbf5f013 100644 --- a/ethereum/extethclient/eth_wallet_client.go +++ b/ethereum/extethclient/eth_wallet_client.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package extethclient provides libraries for interacting with an ethereum node diff --git a/ethereum/extethclient/eth_wallet_client_test.go b/ethereum/extethclient/eth_wallet_client_test.go index 75eab421..ae937d6e 100644 --- a/ethereum/extethclient/eth_wallet_client_test.go +++ b/ethereum/extethclient/eth_wallet_client_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package extethclient diff --git a/ethereum/extethclient/test_support.go b/ethereum/extethclient/test_support.go index 22c11e45..c725e545 100644 --- a/ethereum/extethclient/test_support.go +++ b/ethereum/extethclient/test_support.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only //go:build !prod diff --git a/ethereum/swap_creator_marshal.go b/ethereum/swap_creator_marshal.go index 6c9ea6be..666c3c19 100644 --- a/ethereum/swap_creator_marshal.go +++ b/ethereum/swap_creator_marshal.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package contracts diff --git a/ethereum/swap_creator_marshal_test.go b/ethereum/swap_creator_marshal_test.go index 3615c94f..a18b0063 100644 --- a/ethereum/swap_creator_marshal_test.go +++ b/ethereum/swap_creator_marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package contracts diff --git a/ethereum/swap_creator_test.go b/ethereum/swap_creator_test.go index fb4160c6..22bcc932 100644 --- a/ethereum/swap_creator_test.go +++ b/ethereum/swap_creator_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package contracts diff --git a/ethereum/utils.go b/ethereum/utils.go index d1df58d2..8fa1c8a0 100644 --- a/ethereum/utils.go +++ b/ethereum/utils.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package contracts is for go bindings generated from Solidity contracts as well as diff --git a/ethereum/utils_test.go b/ethereum/utils_test.go index 68f5cbb6..5598a372 100644 --- a/ethereum/utils_test.go +++ b/ethereum/utils_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package contracts diff --git a/ethereum/watcher/watcher.go b/ethereum/watcher/watcher.go index 33ace245..400e4c4e 100644 --- a/ethereum/watcher/watcher.go +++ b/ethereum/watcher/watcher.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package watcher provides tools to track events emitted from ethereum contracts. diff --git a/monero/mine_regtest.go b/monero/mine_regtest.go index 30dbc262..8bde25c3 100644 --- a/monero/mine_regtest.go +++ b/monero/mine_regtest.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package monero diff --git a/monero/test_support.go b/monero/test_support.go index b78053ae..d75a56b8 100644 --- a/monero/test_support.go +++ b/monero/test_support.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only //go:build !prod diff --git a/monero/utils.go b/monero/utils.go index 84262c53..47115815 100644 --- a/monero/utils.go +++ b/monero/utils.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package monero diff --git a/monero/utils_test.go b/monero/utils_test.go index 3160d369..7785eb47 100644 --- a/monero/utils_test.go +++ b/monero/utils_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package monero diff --git a/monero/wallet_client.go b/monero/wallet_client.go index 745273c0..c8c250f8 100644 --- a/monero/wallet_client.go +++ b/monero/wallet_client.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package monero provides client libraries for working with wallet files and interacting diff --git a/monero/wallet_client_pdeathsig.go b/monero/wallet_client_pdeathsig.go index 2df0a27c..2b53fbc3 100644 --- a/monero/wallet_client_pdeathsig.go +++ b/monero/wallet_client_pdeathsig.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only //go:build linux || freebsd diff --git a/monero/wallet_client_test.go b/monero/wallet_client_test.go index 5358eb5a..4ce0744f 100644 --- a/monero/wallet_client_test.go +++ b/monero/wallet_client_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package monero diff --git a/net/errors.go b/net/errors.go index 91dafba2..a1d6337d 100644 --- a/net/errors.go +++ b/net/errors.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package net diff --git a/net/host.go b/net/host.go index 628c3cb2..5fca16c6 100644 --- a/net/host.go +++ b/net/host.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package net adds swap-specific functionality to go-p2p-net/Host, diff --git a/net/host_test.go b/net/host_test.go index b6cb51a6..349c2cdd 100644 --- a/net/host_test.go +++ b/net/host_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package net diff --git a/net/initiate.go b/net/initiate.go index 021b7ea7..b48c70a5 100644 --- a/net/initiate.go +++ b/net/initiate.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package net diff --git a/net/initiate_test.go b/net/initiate_test.go index 9e0158e6..e9ea5f38 100644 --- a/net/initiate_test.go +++ b/net/initiate_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package net diff --git a/net/message/message.go b/net/message/message.go index 7cb63ec4..38db53d0 100644 --- a/net/message/message.go +++ b/net/message/message.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package message provides the types for messages that are sent between swapd instances. diff --git a/net/message/relay_message.go b/net/message/relay_message.go index 212bbc12..072d981a 100644 --- a/net/message/relay_message.go +++ b/net/message/relay_message.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package message diff --git a/net/query.go b/net/query.go index 81523b76..73629362 100644 --- a/net/query.go +++ b/net/query.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package net diff --git a/net/query_test.go b/net/query_test.go index 63d1f3c9..2d085888 100644 --- a/net/query_test.go +++ b/net/query_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package net diff --git a/net/relay.go b/net/relay.go index b78d4048..862b98f2 100644 --- a/net/relay.go +++ b/net/relay.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package net diff --git a/net/relay_test.go b/net/relay_test.go index 14e7ffa3..d438d46b 100644 --- a/net/relay_test.go +++ b/net/relay_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package net diff --git a/net/types.go b/net/types.go index 4928c61c..9608eb43 100644 --- a/net/types.go +++ b/net/types.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package net diff --git a/pricefeed/pricefeed.go b/pricefeed/pricefeed.go index bc807a05..adcc846d 100644 --- a/pricefeed/pricefeed.go +++ b/pricefeed/pricefeed.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package pricefeed implements routines to retrieve on-chain price feeds from chainlink's diff --git a/pricefeed/pricefeed_test.go b/pricefeed/pricefeed_test.go index d49dd2e4..2268a704 100644 --- a/pricefeed/pricefeed_test.go +++ b/pricefeed/pricefeed_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package pricefeed diff --git a/protocol/backend/backend.go b/protocol/backend/backend.go index 250a6123..84227509 100644 --- a/protocol/backend/backend.go +++ b/protocol/backend/backend.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package backend provides the portion of top-level swapd instance diff --git a/protocol/backend/backend_test.go b/protocol/backend/backend_test.go index faa2dad8..62131ce3 100644 --- a/protocol/backend/backend_test.go +++ b/protocol/backend/backend_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package backend diff --git a/protocol/backend/errors.go b/protocol/backend/errors.go index b543e8a5..e03b22e2 100644 --- a/protocol/backend/errors.go +++ b/protocol/backend/errors.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package backend diff --git a/protocol/backend/mocks_generate_test.go b/protocol/backend/mocks_generate_test.go index e5587fa0..11771563 100644 --- a/protocol/backend/mocks_generate_test.go +++ b/protocol/backend/mocks_generate_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package backend diff --git a/protocol/claim_monero.go b/protocol/claim_monero.go index 075c661c..07e831af 100644 --- a/protocol/claim_monero.go +++ b/protocol/claim_monero.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package protocol diff --git a/protocol/claim_monero_test.go b/protocol/claim_monero_test.go index bee1b609..5ebc04ba 100644 --- a/protocol/claim_monero_test.go +++ b/protocol/claim_monero_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package protocol diff --git a/protocol/common.go b/protocol/common.go index 60612ac1..dbc9b578 100644 --- a/protocol/common.go +++ b/protocol/common.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package protocol has functions that are used by both the maker and taker during execution of the swap. diff --git a/protocol/common_test.go b/protocol/common_test.go index f1b66e99..efa317cf 100644 --- a/protocol/common_test.go +++ b/protocol/common_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package protocol diff --git a/protocol/errors.go b/protocol/errors.go index 00562beb..77740f8c 100644 --- a/protocol/errors.go +++ b/protocol/errors.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package protocol diff --git a/protocol/ethereum_asset_amount.go b/protocol/ethereum_asset_amount.go index 54354c40..8832645e 100644 --- a/protocol/ethereum_asset_amount.go +++ b/protocol/ethereum_asset_amount.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package protocol diff --git a/protocol/swap/database.go b/protocol/swap/database.go index 80613662..50a86abe 100644 --- a/protocol/swap/database.go +++ b/protocol/swap/database.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package swap diff --git a/protocol/swap/manager.go b/protocol/swap/manager.go index eb75b255..5a252f86 100644 --- a/protocol/swap/manager.go +++ b/protocol/swap/manager.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package swap provides the management layer used by swapd for tracking current and past diff --git a/protocol/swap/manager_test.go b/protocol/swap/manager_test.go index 7f3f4670..40593152 100644 --- a/protocol/swap/manager_test.go +++ b/protocol/swap/manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package swap diff --git a/protocol/swap/mocks_generate_test.go b/protocol/swap/mocks_generate_test.go index 5d0d9543..42e87d46 100644 --- a/protocol/swap/mocks_generate_test.go +++ b/protocol/swap/mocks_generate_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package swap diff --git a/protocol/swap/types.go b/protocol/swap/types.go index 36d64e9f..60acbf57 100644 --- a/protocol/swap/types.go +++ b/protocol/swap/types.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package swap diff --git a/protocol/swap/types_test.go b/protocol/swap/types_test.go index abca3fc5..55cd6c0b 100644 --- a/protocol/swap/types_test.go +++ b/protocol/swap/types_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package swap diff --git a/protocol/txsender/external_sender.go b/protocol/txsender/external_sender.go index cfeb28a6..b37270ee 100644 --- a/protocol/txsender/external_sender.go +++ b/protocol/txsender/external_sender.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package txsender diff --git a/protocol/txsender/sender.go b/protocol/txsender/sender.go index 5e22d786..2ba14da5 100644 --- a/protocol/txsender/sender.go +++ b/protocol/txsender/sender.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package txsender provides a common Sender interface for swapd instances. Each Sender diff --git a/protocol/utils.go b/protocol/utils.go index d42f5af9..a8a914b1 100644 --- a/protocol/utils.go +++ b/protocol/utils.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package protocol diff --git a/protocol/xmrmaker/backend_offers.go b/protocol/xmrmaker/backend_offers.go index 598d4102..c838aa6c 100644 --- a/protocol/xmrmaker/backend_offers.go +++ b/protocol/xmrmaker/backend_offers.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/checks.go b/protocol/xmrmaker/checks.go index 123ec7b7..d41a7d24 100644 --- a/protocol/xmrmaker/checks.go +++ b/protocol/xmrmaker/checks.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/claim.go b/protocol/xmrmaker/claim.go index 016d5e07..002257c5 100644 --- a/protocol/xmrmaker/claim.go +++ b/protocol/xmrmaker/claim.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/claim_test.go b/protocol/xmrmaker/claim_test.go index 505cedc0..145faed5 100644 --- a/protocol/xmrmaker/claim_test.go +++ b/protocol/xmrmaker/claim_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/errors.go b/protocol/xmrmaker/errors.go index 6a233cb6..4a0b257f 100644 --- a/protocol/xmrmaker/errors.go +++ b/protocol/xmrmaker/errors.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/event.go b/protocol/xmrmaker/event.go index a94b3065..c5b3a413 100644 --- a/protocol/xmrmaker/event.go +++ b/protocol/xmrmaker/event.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/event_test.go b/protocol/xmrmaker/event_test.go index 8446484d..e775a1fa 100644 --- a/protocol/xmrmaker/event_test.go +++ b/protocol/xmrmaker/event_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/instance.go b/protocol/xmrmaker/instance.go index 4a5a5fb0..2c0ef6db 100644 --- a/protocol/xmrmaker/instance.go +++ b/protocol/xmrmaker/instance.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/instance_test.go b/protocol/xmrmaker/instance_test.go index fcb4f2eb..7911e7b1 100644 --- a/protocol/xmrmaker/instance_test.go +++ b/protocol/xmrmaker/instance_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/message_handler.go b/protocol/xmrmaker/message_handler.go index 944e4954..948713cc 100644 --- a/protocol/xmrmaker/message_handler.go +++ b/protocol/xmrmaker/message_handler.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/mocks_generate_test.go b/protocol/xmrmaker/mocks_generate_test.go index 984af00d..8b27a6d8 100644 --- a/protocol/xmrmaker/mocks_generate_test.go +++ b/protocol/xmrmaker/mocks_generate_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/net.go b/protocol/xmrmaker/net.go index 063b6650..302385f5 100644 --- a/protocol/xmrmaker/net.go +++ b/protocol/xmrmaker/net.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/net_test.go b/protocol/xmrmaker/net_test.go index a088ee13..a591bcb5 100644 --- a/protocol/xmrmaker/net_test.go +++ b/protocol/xmrmaker/net_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/offers/database.go b/protocol/xmrmaker/offers/database.go index 609c3f6b..c1ed63ab 100644 --- a/protocol/xmrmaker/offers/database.go +++ b/protocol/xmrmaker/offers/database.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package offers diff --git a/protocol/xmrmaker/offers/mocks_generate_test.go b/protocol/xmrmaker/offers/mocks_generate_test.go index 0e12da6f..55426112 100644 --- a/protocol/xmrmaker/offers/mocks_generate_test.go +++ b/protocol/xmrmaker/offers/mocks_generate_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package offers diff --git a/protocol/xmrmaker/offers/offer_manager.go b/protocol/xmrmaker/offers/offer_manager.go index 6e764ac5..db8608df 100644 --- a/protocol/xmrmaker/offers/offer_manager.go +++ b/protocol/xmrmaker/offers/offer_manager.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package offers provides management of the offers being made by a swapd instance. diff --git a/protocol/xmrmaker/offers/offer_manager_test.go b/protocol/xmrmaker/offers/offer_manager_test.go index 8215a725..80bf6322 100644 --- a/protocol/xmrmaker/offers/offer_manager_test.go +++ b/protocol/xmrmaker/offers/offer_manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package offers diff --git a/protocol/xmrmaker/swap_state.go b/protocol/xmrmaker/swap_state.go index 521f3e51..35d62ddb 100644 --- a/protocol/xmrmaker/swap_state.go +++ b/protocol/xmrmaker/swap_state.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package xmrmaker manages the swap state of individual swaps where the local swapd diff --git a/protocol/xmrmaker/swap_state_ongoing_test.go b/protocol/xmrmaker/swap_state_ongoing_test.go index b42a8756..a15b2230 100644 --- a/protocol/xmrmaker/swap_state_ongoing_test.go +++ b/protocol/xmrmaker/swap_state_ongoing_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/swap_state_test.go b/protocol/xmrmaker/swap_state_test.go index ae1b5a80..8e655c55 100644 --- a/protocol/xmrmaker/swap_state_test.go +++ b/protocol/xmrmaker/swap_state_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrmaker/watcher.go b/protocol/xmrmaker/watcher.go index 18fe9528..643db4df 100644 --- a/protocol/xmrmaker/watcher.go +++ b/protocol/xmrmaker/watcher.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrmaker diff --git a/protocol/xmrtaker/claim.go b/protocol/xmrtaker/claim.go index dc1139ce..fc130631 100644 --- a/protocol/xmrtaker/claim.go +++ b/protocol/xmrtaker/claim.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrtaker diff --git a/protocol/xmrtaker/errors.go b/protocol/xmrtaker/errors.go index 792ed872..53756f0f 100644 --- a/protocol/xmrtaker/errors.go +++ b/protocol/xmrtaker/errors.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrtaker diff --git a/protocol/xmrtaker/event.go b/protocol/xmrtaker/event.go index e41dc815..7038355f 100644 --- a/protocol/xmrtaker/event.go +++ b/protocol/xmrtaker/event.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrtaker diff --git a/protocol/xmrtaker/event_test.go b/protocol/xmrtaker/event_test.go index 00c7e1d5..98c94a30 100644 --- a/protocol/xmrtaker/event_test.go +++ b/protocol/xmrtaker/event_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrtaker diff --git a/protocol/xmrtaker/instance.go b/protocol/xmrtaker/instance.go index 5ce3ecfc..d7aa5ffa 100644 --- a/protocol/xmrtaker/instance.go +++ b/protocol/xmrtaker/instance.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrtaker diff --git a/protocol/xmrtaker/instance_test.go b/protocol/xmrtaker/instance_test.go index e015c60c..297f9130 100644 --- a/protocol/xmrtaker/instance_test.go +++ b/protocol/xmrtaker/instance_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrtaker diff --git a/protocol/xmrtaker/message_handler.go b/protocol/xmrtaker/message_handler.go index df902e14..cb6357a5 100644 --- a/protocol/xmrtaker/message_handler.go +++ b/protocol/xmrtaker/message_handler.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrtaker diff --git a/protocol/xmrtaker/net.go b/protocol/xmrtaker/net.go index fbfec3f0..9a9e180a 100644 --- a/protocol/xmrtaker/net.go +++ b/protocol/xmrtaker/net.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrtaker diff --git a/protocol/xmrtaker/net_test.go b/protocol/xmrtaker/net_test.go index d253e341..458189b5 100644 --- a/protocol/xmrtaker/net_test.go +++ b/protocol/xmrtaker/net_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrtaker diff --git a/protocol/xmrtaker/swap_state.go b/protocol/xmrtaker/swap_state.go index 18df54e5..8c8cd98e 100644 --- a/protocol/xmrtaker/swap_state.go +++ b/protocol/xmrtaker/swap_state.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package xmrtaker manages the swap state of individual swaps where the local swapd diff --git a/protocol/xmrtaker/swap_state_ongoing_test.go b/protocol/xmrtaker/swap_state_ongoing_test.go index bcf03588..c7bdef9a 100644 --- a/protocol/xmrtaker/swap_state_ongoing_test.go +++ b/protocol/xmrtaker/swap_state_ongoing_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrtaker diff --git a/protocol/xmrtaker/swap_state_test.go b/protocol/xmrtaker/swap_state_test.go index 27cb40f6..13668801 100644 --- a/protocol/xmrtaker/swap_state_test.go +++ b/protocol/xmrtaker/swap_state_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrtaker diff --git a/protocol/xmrtaker/watcher.go b/protocol/xmrtaker/watcher.go index 19d7baa0..0666c1ca 100644 --- a/protocol/xmrtaker/watcher.go +++ b/protocol/xmrtaker/watcher.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package xmrtaker diff --git a/relayer/claim_request.go b/relayer/claim_request.go index 4374124d..074e30b0 100644 --- a/relayer/claim_request.go +++ b/relayer/claim_request.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package relayer provides libraries for creating and validating relay requests and responses. diff --git a/relayer/claim_request_test.go b/relayer/claim_request_test.go index 8e43c5cb..174baa58 100644 --- a/relayer/claim_request_test.go +++ b/relayer/claim_request_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package relayer diff --git a/relayer/forwarder.go b/relayer/forwarder.go index a548d5cb..60edc784 100644 --- a/relayer/forwarder.go +++ b/relayer/forwarder.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package relayer diff --git a/relayer/submit_transaction.go b/relayer/submit_transaction.go index ced6f316..ab587ea2 100644 --- a/relayer/submit_transaction.go +++ b/relayer/submit_transaction.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package relayer diff --git a/relayer/validate.go b/relayer/validate.go index 99c7a168..33066246 100644 --- a/relayer/validate.go +++ b/relayer/validate.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package relayer diff --git a/relayer/validate_test.go b/relayer/validate_test.go index 1304fefa..b4b0dc52 100644 --- a/relayer/validate_test.go +++ b/relayer/validate_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package relayer diff --git a/rpc/codec.go b/rpc/codec.go index 767143d9..a899e92e 100644 --- a/rpc/codec.go +++ b/rpc/codec.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpc diff --git a/rpc/errors.go b/rpc/errors.go index ea6bd8e1..af48e2b9 100644 --- a/rpc/errors.go +++ b/rpc/errors.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpc diff --git a/rpc/mocks_test.go b/rpc/mocks_test.go index 8f53ea39..91839ce3 100644 --- a/rpc/mocks_test.go +++ b/rpc/mocks_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpc diff --git a/rpc/net.go b/rpc/net.go index 9c882a33..5b5c528e 100644 --- a/rpc/net.go +++ b/rpc/net.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpc diff --git a/rpc/net_test.go b/rpc/net_test.go index 490d7d4b..5919480d 100644 --- a/rpc/net_test.go +++ b/rpc/net_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpc diff --git a/rpc/personal.go b/rpc/personal.go index 22b504cf..911b7279 100644 --- a/rpc/personal.go +++ b/rpc/personal.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpc diff --git a/rpc/server.go b/rpc/server.go index ce3642e1..ada7b990 100644 --- a/rpc/server.go +++ b/rpc/server.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package rpc provides the HTTP server for incoming JSON-RPC and websocket requests to diff --git a/rpc/swap.go b/rpc/swap.go index 7d14a84c..9554030b 100644 --- a/rpc/swap.go +++ b/rpc/swap.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpc diff --git a/rpc/ws.go b/rpc/ws.go index 9cf3ac98..e8687efe 100644 --- a/rpc/ws.go +++ b/rpc/ws.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpc diff --git a/rpc/ws_test.go b/rpc/ws_test.go index 351c113b..b9eff324 100644 --- a/rpc/ws_test.go +++ b/rpc/ws_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpc diff --git a/rpcclient/addresses.go b/rpcclient/addresses.go index e5f91e99..230095cb 100644 --- a/rpcclient/addresses.go +++ b/rpcclient/addresses.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpcclient diff --git a/rpcclient/cancel.go b/rpcclient/cancel.go index 821fb8bd..cb48b29e 100644 --- a/rpcclient/cancel.go +++ b/rpcclient/cancel.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpcclient diff --git a/rpcclient/client.go b/rpcclient/client.go index 5d3e0d7b..bacd2aba 100644 --- a/rpcclient/client.go +++ b/rpcclient/client.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package rpcclient provides client libraries for interacting with a local swapd instance using diff --git a/rpcclient/discover.go b/rpcclient/discover.go index 59abdd65..b7b6df5a 100644 --- a/rpcclient/discover.go +++ b/rpcclient/discover.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpcclient diff --git a/rpcclient/get_offers.go b/rpcclient/get_offers.go index e08c3915..fb8d8323 100644 --- a/rpcclient/get_offers.go +++ b/rpcclient/get_offers.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpcclient diff --git a/rpcclient/make_offer.go b/rpcclient/make_offer.go index 20e45883..f298f219 100644 --- a/rpcclient/make_offer.go +++ b/rpcclient/make_offer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpcclient diff --git a/rpcclient/peers.go b/rpcclient/peers.go index 5e0e2882..741d7a7c 100644 --- a/rpcclient/peers.go +++ b/rpcclient/peers.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpcclient diff --git a/rpcclient/personal.go b/rpcclient/personal.go index bbf69c43..b5e736f4 100644 --- a/rpcclient/personal.go +++ b/rpcclient/personal.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpcclient diff --git a/rpcclient/query.go b/rpcclient/query.go index cc53d70c..f2ab8f65 100644 --- a/rpcclient/query.go +++ b/rpcclient/query.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpcclient diff --git a/rpcclient/swap.go b/rpcclient/swap.go index 1c43f139..58de39f5 100644 --- a/rpcclient/swap.go +++ b/rpcclient/swap.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpcclient diff --git a/rpcclient/take_offer.go b/rpcclient/take_offer.go index c132e5eb..6ba6ca42 100644 --- a/rpcclient/take_offer.go +++ b/rpcclient/take_offer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package rpcclient diff --git a/rpcclient/wsclient/wsclient.go b/rpcclient/wsclient/wsclient.go index 0d2eecfb..eb04e3ea 100644 --- a/rpcclient/wsclient/wsclient.go +++ b/rpcclient/wsclient/wsclient.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package wsclient provides client libraries for interacting with a local swapd instance diff --git a/tests/erc20_integration_test.go b/tests/erc20_integration_test.go index 934e2d79..9d3e4916 100644 --- a/tests/erc20_integration_test.go +++ b/tests/erc20_integration_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package tests diff --git a/tests/ganache.go b/tests/ganache.go index 186722d4..0da6ffdb 100644 --- a/tests/ganache.go +++ b/tests/ganache.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package tests diff --git a/tests/integration_test.go b/tests/integration_test.go index ecb700e9..58ce8220 100644 --- a/tests/integration_test.go +++ b/tests/integration_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only // Package tests provides integration tests, which exercise fully built swapd instances diff --git a/tests/relayer_integration_test.go b/tests/relayer_integration_test.go index 88e27d77..0ac71200 100644 --- a/tests/relayer_integration_test.go +++ b/tests/relayer_integration_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Athanor Labs (ON) +// Copyright 2023 The AthanorLabs/atomic-swap Authors // SPDX-License-Identifier: LGPL-3.0-only package tests