mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-04 19:33:30 +02:00
multi: retain original copyright on files copied/modified from btcsuite
Early in the lifetime of the project here were a few files we either copied entirely, or used as the basis for code within lnd. Before this PR, this was not recognized by retaining the original copyright. With this commit, we remedy that by explicitly noting the copyright in the relevant files. Fixes #423.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package lnwire
|
||||
|
||||
// Copyright (c) 2013-2017 The btcsuite developers
|
||||
// Copyright (c) 2015-2016 The Decred developers
|
||||
// code derived from https://github .com/btcsuite/btcd/blob/master/wire/message.go
|
||||
// Copyright (C) 2015-2017 The Lightning Network Developers
|
||||
|
||||
package lnwire
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
Reference in New Issue
Block a user