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

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.