add AUTHORS file and update copyright in license header (#389)

This commit is contained in:
noot
2023-04-18 18:25:30 +02:00
committed by GitHub
parent 002adc58ad
commit f344d09fc6
200 changed files with 216 additions and 199 deletions

17
AUTHORS Normal file
View File

@@ -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 <dimalinux@protonmail.com>
doonte <111110597+doonte@users.noreply.github.com>
Janaka-Steph <kakobaba1212@protonmail.com>
Marcin Górny <marcin.gorny.94@protonmail.com>
Matthew Di Ferrante <mattdf@users.noreply.github.com>
Matt <stubbrn@protonmail.com>
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 <roberthambrock@gmail.com>
Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

Some files were not shown because too many files have changed in this diff Show More