diff --git a/README.md b/README.md index e1b8bd210..145cdb612 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 b8c75bc12..ed6c724be 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 5a5cc474b..5ee2a6af2 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 23e53bbb5..f515ff0e1 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 b6ab04310..7879dcdf8 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 cc9f31118..766fd10b4 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 d07d9d664..dff62d446 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 8d0e66b53..6bb39fef1 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 bfa9d795a..bb940e382 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 1d31ce9e8..eb259b8b5 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 f226e7593..2ab8fcade 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 063fa261e..7cdafeeec 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 3217175b1..21087cf91 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 51e31b3cf..9a2c0e6e3 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 8fadd6f2d..230a78496 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 b5c77dd1f..010cbee39 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 07030332d..bf84354e3 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 584023441..d911d2a96 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 a101da492..a50c56ea3 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 d86caa3dc..a5f1aae77 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 3e4a9e505..ca66fe649 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 418653727..af99db012 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 7000a333b..c7e5623d4 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 9274dbc19..cc7f98f90 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 38362e4d4..a637b24fd 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 59d2373fe..a3eee94bb 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 ba292fce1..6771eefd7 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 e71f9b19c..c73946056 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 26cb16271..36cda1c78 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 db1b1b8e6..bc788418b 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 0cebdf59d..ef1492063 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 d9c83c268..652eb8ca0 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 6ecb573c3..aa041650a 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 7e8c6c17d..e0de6776c 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 db68c2285..ac60152db 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 30df56a45..9f5e25e33 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 07d160686..bf11733c6 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 3eeffda14..b0b7c2e40 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 5b07aea74..756fa7925 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 377a1b926..5cd3a775d 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 28d57ecf0..457d96f48 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 b9cdd8c3f..ac2284249 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.