From 1b73e9828d204297fcb433c66de67a7730ce6f54 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 1 May 2015 12:41:58 -0500 Subject: [PATCH] Relicense to the btcsuite developers. --- README.md | 4 ++-- address.go | 2 +- address_test.go | 2 +- amount.go | 2 +- amount_test.go | 2 +- appdata.go | 2 +- appdata_test.go | 2 +- base58/alphabet.go | 2 +- base58/base58.go | 2 +- base58/base58_test.go | 2 +- base58/base58bench_test.go | 2 +- base58/base58check.go | 2 +- base58/base58check_test.go | 2 +- base58/doc.go | 2 +- base58/example_test.go | 2 +- base58/genalphabet.go | 4 ++-- block.go | 2 +- block_test.go | 2 +- bloom/example_test.go | 2 +- bloom/filter.go | 2 +- bloom/filter_test.go | 2 +- bloom/merkleblock.go | 2 +- bloom/merkleblock_test.go | 2 +- bloom/murmurhash3.go | 2 +- bloom/murmurhash3_test.go | 2 +- certgen.go | 2 +- certgen_test.go | 2 +- const.go | 2 +- doc.go | 2 +- hash160.go | 2 +- hdkeychain/bench_test.go | 2 +- hdkeychain/doc.go | 2 +- hdkeychain/example_test.go | 2 +- hdkeychain/extendedkey.go | 2 +- hdkeychain/extendedkey_test.go | 2 +- internal_test.go | 2 +- net.go | 2 +- net_noop.go | 2 +- tx.go | 2 +- tx_test.go | 2 +- wif.go | 2 +- wif_test.go | 2 +- 42 files changed, 44 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index e1b8bd2..145cdb6 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ $ go get github.com/btcsuite/btcutil ## GPG Verification Key All official release tags are signed by Conformal so users can ensure the code -has not been tampered with and is coming from Conformal. To verify the -signature perform the following: +has not been tampered with and is coming from the btcsuite developers. To +verify the signature perform the following: - Download the public key from the Conformal website at https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt diff --git a/address.go b/address.go index b8c75bc..ed6c724 100644 --- a/address.go +++ b/address.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013, 2014 Conformal Systems LLC. +// Copyright (c) 2013, 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/address_test.go b/address_test.go index 5a5cc47..5ee2a6a 100644 --- a/address_test.go +++ b/address_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013, 2014 Conformal Systems LLC. +// Copyright (c) 2013, 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/amount.go b/amount.go index 23e53bb..f515ff0 100644 --- a/amount.go +++ b/amount.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013, 2014 Conformal Systems LLC. +// Copyright (c) 2013, 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/amount_test.go b/amount_test.go index b6ab043..7879dcd 100644 --- a/amount_test.go +++ b/amount_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013, 2014 Conformal Systems LLC. +// Copyright (c) 2013, 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/appdata.go b/appdata.go index cc9f311..766fd10 100644 --- a/appdata.go +++ b/appdata.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/appdata_test.go b/appdata_test.go index d07d9d6..dff62d4 100644 --- a/appdata_test.go +++ b/appdata_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/base58/alphabet.go b/base58/alphabet.go index 8d0e66b..6bb39fe 100644 --- a/base58/alphabet.go +++ b/base58/alphabet.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Conformal Systems LLC. +// Copyright (c) 2015 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/base58/base58.go b/base58/base58.go index bfa9d79..bb940e3 100644 --- a/base58/base58.go +++ b/base58/base58.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 Conformal Systems LLC. +// Copyright (c) 2013-2015 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/base58/base58_test.go b/base58/base58_test.go index 1d31ce9..eb259b8 100644 --- a/base58/base58_test.go +++ b/base58/base58_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/base58/base58bench_test.go b/base58/base58bench_test.go index f226e75..2ab8fca 100644 --- a/base58/base58bench_test.go +++ b/base58/base58bench_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/base58/base58check.go b/base58/base58check.go index 063fa26..7cdafee 100644 --- a/base58/base58check.go +++ b/base58/base58check.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/base58/base58check_test.go b/base58/base58check_test.go index 3217175..21087cf 100644 --- a/base58/base58check_test.go +++ b/base58/base58check_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/base58/doc.go b/base58/doc.go index 51e31b3..9a2c0e6 100644 --- a/base58/doc.go +++ b/base58/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/base58/example_test.go b/base58/example_test.go index 8fadd6f..230a784 100644 --- a/base58/example_test.go +++ b/base58/example_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/base58/genalphabet.go b/base58/genalphabet.go index b5c77dd..010cbee 100644 --- a/base58/genalphabet.go +++ b/base58/genalphabet.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Conformal Systems LLC. +// Copyright (c) 2015 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. @@ -15,7 +15,7 @@ import ( ) var ( - start = []byte(`// Copyright (c) 2015 Conformal Systems LLC. + start = []byte(`// Copyright (c) 2015 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/block.go b/block.go index 0703033..bf84354 100644 --- a/block.go +++ b/block.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/block_test.go b/block_test.go index 5840234..d911d2a 100644 --- a/block_test.go +++ b/block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/bloom/example_test.go b/bloom/example_test.go index a101da4..a50c56e 100644 --- a/bloom/example_test.go +++ b/bloom/example_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/bloom/filter.go b/bloom/filter.go index d86caa3..a5f1aae 100644 --- a/bloom/filter.go +++ b/bloom/filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/bloom/filter_test.go b/bloom/filter_test.go index 3e4a9e5..ca66fe6 100644 --- a/bloom/filter_test.go +++ b/bloom/filter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013, 2014 Conformal Systems LLC. +// Copyright (c) 2013, 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/bloom/merkleblock.go b/bloom/merkleblock.go index 4186537..af99db0 100644 --- a/bloom/merkleblock.go +++ b/bloom/merkleblock.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013, 2014 Conformal Systems LLC. +// Copyright (c) 2013, 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/bloom/merkleblock_test.go b/bloom/merkleblock_test.go index 7000a33..c7e5623 100644 --- a/bloom/merkleblock_test.go +++ b/bloom/merkleblock_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013, 2014 Conformal Systems LLC. +// Copyright (c) 2013, 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/bloom/murmurhash3.go b/bloom/murmurhash3.go index 9274dbc..cc7f98f 100644 --- a/bloom/murmurhash3.go +++ b/bloom/murmurhash3.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013, 2014 Conformal Systems LLC. +// Copyright (c) 2013, 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/bloom/murmurhash3_test.go b/bloom/murmurhash3_test.go index 38362e4..a637b24 100644 --- a/bloom/murmurhash3_test.go +++ b/bloom/murmurhash3_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013, 2014 Conformal Systems LLC. +// Copyright (c) 2013, 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/certgen.go b/certgen.go index 59d2373..a3eee94 100644 --- a/certgen.go +++ b/certgen.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/certgen_test.go b/certgen_test.go index ba292fc..6771eef 100644 --- a/certgen_test.go +++ b/certgen_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/const.go b/const.go index e71f9b1..c739460 100644 --- a/const.go +++ b/const.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/doc.go b/doc.go index 26cb162..36cda1c 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/hash160.go b/hash160.go index db1b1b8..bc78841 100644 --- a/hash160.go +++ b/hash160.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/hdkeychain/bench_test.go b/hdkeychain/bench_test.go index 0cebdf5..ef14920 100644 --- a/hdkeychain/bench_test.go +++ b/hdkeychain/bench_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/hdkeychain/doc.go b/hdkeychain/doc.go index d9c83c2..652eb8c 100644 --- a/hdkeychain/doc.go +++ b/hdkeychain/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/hdkeychain/example_test.go b/hdkeychain/example_test.go index 6ecb573..aa04165 100644 --- a/hdkeychain/example_test.go +++ b/hdkeychain/example_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/hdkeychain/extendedkey.go b/hdkeychain/extendedkey.go index 7e8c6c1..e0de677 100644 --- a/hdkeychain/extendedkey.go +++ b/hdkeychain/extendedkey.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/hdkeychain/extendedkey_test.go b/hdkeychain/extendedkey_test.go index db68c22..ac60152 100644 --- a/hdkeychain/extendedkey_test.go +++ b/hdkeychain/extendedkey_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/internal_test.go b/internal_test.go index 30df56a..9f5e25e 100644 --- a/internal_test.go +++ b/internal_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/net.go b/net.go index 07d1606..bf11733 100644 --- a/net.go +++ b/net.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/net_noop.go b/net_noop.go index 3eeffda..b0b7c2e 100644 --- a/net_noop.go +++ b/net_noop.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/tx.go b/tx.go index 5b07aea..756fa79 100644 --- a/tx.go +++ b/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/tx_test.go b/tx_test.go index 377a1b9..5cd3a77 100644 --- a/tx_test.go +++ b/tx_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/wif.go b/wif.go index 28d57ec..457d96f 100644 --- a/wif.go +++ b/wif.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013, 2014 Conformal Systems LLC. +// Copyright (c) 2013, 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/wif_test.go b/wif_test.go index b9cdd8c..ac22842 100644 --- a/wif_test.go +++ b/wif_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013, 2014 Conformal Systems LLC. +// Copyright (c) 2013, 2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file.