From 6e402deb3519b814d0f50a7299f5a33669eb7353 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 1 May 2015 01:28:01 -0500 Subject: [PATCH] Relicense to the btcsuite developers. This commit relicenses all code in this repository to the btcsuite developers. --- LICENSE | 2 +- README.md | 4 ++-- addrmgr/addrmanager.go | 2 +- addrmgr/addrmanager_test.go | 2 +- addrmgr/doc.go | 2 +- addrmgr/internal_test.go | 2 +- addrmgr/knownaddress.go | 2 +- addrmgr/knownaddress_test.go | 2 +- addrmgr/log.go | 2 +- addrmgr/network.go | 2 +- addrmgr/network_test.go | 2 +- blockchain/README.md | 4 ++-- blockchain/accept.go | 2 +- blockchain/bench_test.go | 2 +- blockchain/blocklocator.go | 2 +- blockchain/chain.go | 2 +- blockchain/chain_test.go | 2 +- blockchain/checkpoints.go | 2 +- blockchain/common_test.go | 2 +- blockchain/difficulty.go | 2 +- blockchain/difficulty_test.go | 2 +- blockchain/doc.go | 2 +- blockchain/error.go | 2 +- blockchain/error_test.go | 2 +- blockchain/example_test.go | 2 +- blockchain/internal_test.go | 2 +- blockchain/log.go | 2 +- blockchain/mediantime.go | 2 +- blockchain/mediantime_test.go | 2 +- blockchain/merkle.go | 2 +- blockchain/merkle_test.go | 2 +- blockchain/notifications.go | 2 +- blockchain/process.go | 2 +- blockchain/reorganization_test.go | 2 +- blockchain/scriptval.go | 2 +- blockchain/scriptval_test.go | 2 +- blockchain/timesorter.go | 2 +- blockchain/timesorter_test.go | 2 +- blockchain/txlookup.go | 2 +- blockchain/validate.go | 2 +- blockchain/validate_test.go | 2 +- blockmanager.go | 2 +- btcd.go | 2 +- btcec/README.md | 8 ++++---- btcec/bench_test.go | 4 ++-- btcec/btcec.go | 4 ++-- btcec/btcec_test.go | 4 ++-- btcec/doc.go | 2 +- btcec/example_test.go | 2 +- btcec/field.go | 2 +- btcec/field_test.go | 2 +- btcec/genprecomps.go | 6 +++--- btcec/gensecp256k1.go | 2 +- btcec/internal_test.go | 2 +- btcec/precompute.go | 4 ++-- btcec/privkey.go | 2 +- btcec/privkey_test.go | 2 +- btcec/pubkey.go | 2 +- btcec/pubkey_test.go | 2 +- btcec/secp256k1.go | 2 +- btcec/signature.go | 2 +- btcec/signature_test.go | 2 +- btcjson/README.md | 4 ++-- btcjson/btcdextcmds.go | 2 +- btcjson/btcdextcmds_test.go | 2 +- btcjson/btcwalletextcmds.go | 2 +- btcjson/btcwalletextcmds_test.go | 2 +- btcjson/chainsvrcmds.go | 2 +- btcjson/chainsvrcmds_test.go | 2 +- btcjson/chainsvrresults.go | 2 +- btcjson/chainsvrresults_test.go | 2 +- btcjson/chainsvrwscmds.go | 2 +- btcjson/chainsvrwscmds_test.go | 2 +- btcjson/chainsvrwsntfns.go | 2 +- btcjson/chainsvrwsntfns_test.go | 2 +- btcjson/cmdinfo.go | 2 +- btcjson/cmdinfo_test.go | 2 +- btcjson/cmdparse.go | 2 +- btcjson/cmdparse_test.go | 2 +- btcjson/doc.go | 2 +- btcjson/error.go | 2 +- btcjson/error_test.go | 2 +- btcjson/example_test.go | 2 +- btcjson/export_test.go | 2 +- btcjson/help.go | 2 +- btcjson/help_test.go | 2 +- btcjson/helpers.go | 2 +- btcjson/helpers_test.go | 2 +- btcjson/jsonrpc.go | 2 +- btcjson/jsonrpc_test.go | 2 +- btcjson/jsonrpcerr.go | 2 +- btcjson/register.go | 2 +- btcjson/register_test.go | 2 +- btcjson/walletsvrcmds.go | 2 +- btcjson/walletsvrcmds_test.go | 2 +- btcjson/walletsvrresults.go | 2 +- btcjson/walletsvrwscmds.go | 2 +- btcjson/walletsvrwscmds_test.go | 2 +- btcjson/walletsvrwsntfns.go | 2 +- btcjson/walletsvrwsntfns_test.go | 2 +- chaincfg/README.md | 4 ++-- chaincfg/genesis.go | 2 +- chaincfg/genesis_test.go | 2 +- chaincfg/params.go | 2 +- chainindexer.go | 2 +- cmd/addblock/addblock.go | 2 +- cmd/addblock/config.go | 2 +- cmd/addblock/import.go | 2 +- cmd/btcctl/config.go | 2 +- cmd/btcctl/version.go | 2 +- cmd/dropafter/dropafter.go | 2 +- cmd/findcheckpoint/config.go | 2 +- cmd/findcheckpoint/findcheckpoint.go | 2 +- cmd/gencerts/gencerts.go | 2 +- config.go | 2 +- cpuminer.go | 2 +- database/README.md | 4 ++-- database/common_test.go | 2 +- database/db.go | 2 +- database/db_test.go | 2 +- database/doc.go | 2 +- database/example_test.go | 2 +- database/interface_test.go | 2 +- database/ldb/block.go | 2 +- database/ldb/boundary_test.go | 2 +- database/ldb/doc.go | 2 +- database/ldb/dup_test.go | 2 +- database/ldb/insertremove_test.go | 2 +- database/ldb/internal_test.go | 2 +- database/ldb/leveldb.go | 2 +- database/ldb/operational_test.go | 2 +- database/ldb/tx.go | 2 +- database/log.go | 2 +- database/memdb/doc.go | 2 +- database/memdb/driver.go | 2 +- database/memdb/memdb.go | 2 +- database/memdb/memdb_test.go | 2 +- database/reorg_test.go | 2 +- discovery.go | 2 +- doc.go | 2 +- docs/README.md | 4 ++-- limits/limits_plan9.go | 2 +- limits/limits_unix.go | 2 +- limits/limits_windows.go | 2 +- log.go | 2 +- mempool.go | 2 +- mempoolerror.go | 2 +- mining.go | 2 +- mruinvmap.go | 2 +- mruinvmap_test.go | 2 +- params.go | 2 +- peer.go | 2 +- rpcserver.go | 2 +- rpcserverhelp.go | 2 +- rpcserverhelp_test.go | 2 +- rpcwebsocket.go | 2 +- server.go | 2 +- service_windows.go | 2 +- signal.go | 2 +- txscript/README.md | 4 ++-- txscript/address.go | 2 +- txscript/address_test.go | 2 +- txscript/doc.go | 2 +- txscript/engine.go | 2 +- txscript/engine_test.go | 2 +- txscript/error.go | 2 +- txscript/example_test.go | 2 +- txscript/internal_test.go | 2 +- txscript/log.go | 2 +- txscript/log_test.go | 2 +- txscript/opcode.go | 2 +- txscript/opcode_test.go | 2 +- txscript/reference_test.go | 2 +- txscript/script.go | 2 +- txscript/script_test.go | 2 +- txscript/scriptbuilder.go | 2 +- txscript/scriptbuilder_test.go | 2 +- txscript/sign.go | 2 +- txscript/sign_test.go | 2 +- txscript/stack.go | 2 +- txscript/stack_test.go | 2 +- upgrade.go | 2 +- version.go | 2 +- wire/README.md | 4 ++-- wire/bench_test.go | 2 +- wire/blockheader.go | 2 +- wire/blockheader_test.go | 2 +- wire/common.go | 2 +- wire/common_test.go | 2 +- wire/doc.go | 2 +- wire/error.go | 2 +- wire/fakeconn_test.go | 2 +- wire/fakemessage_test.go | 2 +- wire/fixedIO_test.go | 2 +- wire/internal_test.go | 2 +- wire/invvect.go | 2 +- wire/invvect_test.go | 2 +- wire/message.go | 2 +- wire/message_test.go | 2 +- wire/msgaddr.go | 2 +- wire/msgaddr_test.go | 2 +- wire/msgalert.go | 2 +- wire/msgalert_test.go | 2 +- wire/msgblock.go | 2 +- wire/msgblock_test.go | 2 +- wire/msgfilteradd.go | 2 +- wire/msgfilteradd_test.go | 2 +- wire/msgfilterclear.go | 2 +- wire/msgfilterclear_test.go | 2 +- wire/msgfilterload.go | 2 +- wire/msgfilterload_test.go | 2 +- wire/msggetaddr.go | 2 +- wire/msggetaddr_test.go | 2 +- wire/msggetblocks.go | 2 +- wire/msggetblocks_test.go | 2 +- wire/msggetdata.go | 2 +- wire/msggetdata_test.go | 2 +- wire/msggetheaders.go | 2 +- wire/msggetheaders_test.go | 2 +- wire/msgheaders.go | 2 +- wire/msgheaders_test.go | 2 +- wire/msginv.go | 2 +- wire/msginv_test.go | 2 +- wire/msgmempool.go | 2 +- wire/msgmempool_test.go | 2 +- wire/msgmerkleblock.go | 2 +- wire/msgmerkleblock_test.go | 2 +- wire/msgnotfound.go | 2 +- wire/msgnotfound_test.go | 2 +- wire/msgping.go | 2 +- wire/msgping_test.go | 2 +- wire/msgpong.go | 2 +- wire/msgpong_test.go | 2 +- wire/msgreject.go | 2 +- wire/msgreject_test.go | 2 +- wire/msgtx.go | 2 +- wire/msgtx_test.go | 2 +- wire/msgverack.go | 2 +- wire/msgverack_test.go | 2 +- wire/msgversion.go | 2 +- wire/msgversion_test.go | 2 +- wire/netaddress.go | 2 +- wire/netaddress_test.go | 2 +- wire/protocol.go | 2 +- wire/protocol_test.go | 2 +- wire/shahash.go | 2 +- wire/shahash_test.go | 2 +- 247 files changed, 264 insertions(+), 264 deletions(-) diff --git a/LICENSE b/LICENSE index f82672a0..671b93e1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2015 Conformal Systems LLC. +Copyright (c) 2013-2015 The btcsuite developers Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/README.md b/README.md index 5e706778..813313a8 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,8 @@ The documentation is a work-in-progress. It is located in the [docs](https://gi ## 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/addrmgr/addrmanager.go b/addrmgr/addrmanager.go index c4b6fcd9..c2d03a50 100644 --- a/addrmgr/addrmanager.go +++ b/addrmgr/addrmanager.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/addrmgr/addrmanager_test.go b/addrmgr/addrmanager_test.go index 7e1d2384..a6d2fb92 100644 --- a/addrmgr/addrmanager_test.go +++ b/addrmgr/addrmanager_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/addrmgr/doc.go b/addrmgr/doc.go index 528dfe9b..0f1de09f 100644 --- a/addrmgr/doc.go +++ b/addrmgr/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/addrmgr/internal_test.go b/addrmgr/internal_test.go index 6e107879..e50e923c 100644 --- a/addrmgr/internal_test.go +++ b/addrmgr/internal_test.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/addrmgr/knownaddress.go b/addrmgr/knownaddress.go index 05f5fc2d..73b6f0f3 100644 --- a/addrmgr/knownaddress.go +++ b/addrmgr/knownaddress.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/addrmgr/knownaddress_test.go b/addrmgr/knownaddress_test.go index bb6fd188..05609ec9 100644 --- a/addrmgr/knownaddress_test.go +++ b/addrmgr/knownaddress_test.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/addrmgr/log.go b/addrmgr/log.go index 5d1143cf..b3ebbd15 100644 --- a/addrmgr/log.go +++ b/addrmgr/log.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/addrmgr/network.go b/addrmgr/network.go index d9a2910e..e891ad6f 100644 --- a/addrmgr/network.go +++ b/addrmgr/network.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/addrmgr/network_test.go b/addrmgr/network_test.go index d2b3ec16..98dc054e 100644 --- a/addrmgr/network_test.go +++ b/addrmgr/network_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/blockchain/README.md b/blockchain/README.md index e151756a..d4774d80 100644 --- a/blockchain/README.md +++ b/blockchain/README.md @@ -95,8 +95,8 @@ is by no means exhaustive: ## 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/blockchain/accept.go b/blockchain/accept.go index 16e66153..d7c51511 100644 --- a/blockchain/accept.go +++ b/blockchain/accept.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/blockchain/bench_test.go b/blockchain/bench_test.go index f7872569..a680feca 100644 --- a/blockchain/bench_test.go +++ b/blockchain/bench_test.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/blockchain/blocklocator.go b/blockchain/blocklocator.go index cf7d160f..7c9019bc 100644 --- a/blockchain/blocklocator.go +++ b/blockchain/blocklocator.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/blockchain/chain.go b/blockchain/chain.go index bfc93472..a602f1ec 100644 --- a/blockchain/chain.go +++ b/blockchain/chain.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/blockchain/chain_test.go b/blockchain/chain_test.go index 6a48c36d..12af89a5 100644 --- a/blockchain/chain_test.go +++ b/blockchain/chain_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/blockchain/checkpoints.go b/blockchain/checkpoints.go index fbea66db..d5840f11 100644 --- a/blockchain/checkpoints.go +++ b/blockchain/checkpoints.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/blockchain/common_test.go b/blockchain/common_test.go index 9044fdb9..8a557570 100644 --- a/blockchain/common_test.go +++ b/blockchain/common_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/blockchain/difficulty.go b/blockchain/difficulty.go index b0f5f195..0a045571 100644 --- a/blockchain/difficulty.go +++ b/blockchain/difficulty.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/blockchain/difficulty_test.go b/blockchain/difficulty_test.go index 083d1d31..58fa7f85 100644 --- a/blockchain/difficulty_test.go +++ b/blockchain/difficulty_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/blockchain/doc.go b/blockchain/doc.go index 69953ad5..24417541 100644 --- a/blockchain/doc.go +++ b/blockchain/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/blockchain/error.go b/blockchain/error.go index f96956aa..0db8bddc 100644 --- a/blockchain/error.go +++ b/blockchain/error.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/blockchain/error_test.go b/blockchain/error_test.go index aeb3d76a..640f504c 100644 --- a/blockchain/error_test.go +++ b/blockchain/error_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/blockchain/example_test.go b/blockchain/example_test.go index e667bb35..046043dc 100644 --- a/blockchain/example_test.go +++ b/blockchain/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/blockchain/internal_test.go b/blockchain/internal_test.go index 563c7de1..87a9ba81 100644 --- a/blockchain/internal_test.go +++ b/blockchain/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/blockchain/log.go b/blockchain/log.go index bd3b6215..c80e4d9e 100644 --- a/blockchain/log.go +++ b/blockchain/log.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/blockchain/mediantime.go b/blockchain/mediantime.go index f44d8257..ac0689e2 100644 --- a/blockchain/mediantime.go +++ b/blockchain/mediantime.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/blockchain/mediantime_test.go b/blockchain/mediantime_test.go index 7040017d..44d3105a 100644 --- a/blockchain/mediantime_test.go +++ b/blockchain/mediantime_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/blockchain/merkle.go b/blockchain/merkle.go index 11edfc5f..2dc00018 100644 --- a/blockchain/merkle.go +++ b/blockchain/merkle.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/blockchain/merkle_test.go b/blockchain/merkle_test.go index 4f64dbb3..633be110 100644 --- a/blockchain/merkle_test.go +++ b/blockchain/merkle_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/blockchain/notifications.go b/blockchain/notifications.go index 4521d4ed..57e97dd2 100644 --- a/blockchain/notifications.go +++ b/blockchain/notifications.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/blockchain/process.go b/blockchain/process.go index 54fcdbd2..b161dd03 100644 --- a/blockchain/process.go +++ b/blockchain/process.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/blockchain/reorganization_test.go b/blockchain/reorganization_test.go index 8d215dcd..619feed4 100644 --- a/blockchain/reorganization_test.go +++ b/blockchain/reorganization_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/blockchain/scriptval.go b/blockchain/scriptval.go index ef9115e9..ebfea08f 100644 --- a/blockchain/scriptval.go +++ b/blockchain/scriptval.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/blockchain/scriptval_test.go b/blockchain/scriptval_test.go index e9142d0a..0c0e26a4 100644 --- a/blockchain/scriptval_test.go +++ b/blockchain/scriptval_test.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/blockchain/timesorter.go b/blockchain/timesorter.go index 361ccbd6..516fe4fd 100644 --- a/blockchain/timesorter.go +++ b/blockchain/timesorter.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/blockchain/timesorter_test.go b/blockchain/timesorter_test.go index 85f5757e..ca1b4afb 100644 --- a/blockchain/timesorter_test.go +++ b/blockchain/timesorter_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/blockchain/txlookup.go b/blockchain/txlookup.go index 8f367bfa..689f0d25 100644 --- a/blockchain/txlookup.go +++ b/blockchain/txlookup.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/blockchain/validate.go b/blockchain/validate.go index 3572d4ae..991826bd 100644 --- a/blockchain/validate.go +++ b/blockchain/validate.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/blockchain/validate_test.go b/blockchain/validate_test.go index 46a9c330..2589f1ca 100644 --- a/blockchain/validate_test.go +++ b/blockchain/validate_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/blockmanager.go b/blockmanager.go index 4aed3708..d3bd6087 100644 --- a/blockmanager.go +++ b/blockmanager.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/btcd.go b/btcd.go index 112caaad..a3274232 100644 --- a/btcd.go +++ b/btcd.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/btcec/README.md b/btcec/README.md index 3443e079..1470907e 100644 --- a/btcec/README.md +++ b/btcec/README.md @@ -9,8 +9,8 @@ Bitcoin (secp256k1 only for now). It is designed so that it may be used with the standard crypto/ecdsa packages provided with go. A comprehensive suite of test is provided to ensure proper functionality. Package btcec was originally based on work from ThePiachu which is licensed under the same terms as Go, but it has -signficantly diverged since then. The Conformal original is licensed under the -liberal ISC license. +signficantly diverged since then. The btcsuite developers original is licensed +under the liberal ISC license. Although this package was primarily written for btcd, it has intentionally been designed so it can be used as a standalone package for any projects needing to @@ -50,8 +50,8 @@ $ go get github.com/btcsuite/btcd/btcec ## 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/btcec/bench_test.go b/btcec/bench_test.go index 5be9c620..ccdac144 100644 --- a/btcec/bench_test.go +++ b/btcec/bench_test.go @@ -1,5 +1,5 @@ -// Copyright 2013-2014 Conformal Systems LLC. All rights reserved. -// Use of this source code is governed by a BSD-style +// Copyright 2013-2014 The btcsuite developers +// Use of this source code is governed by an ISC // license that can be found in the LICENSE file. package btcec diff --git a/btcec/btcec.go b/btcec/btcec.go index 44c94b7c..98d7b143 100644 --- a/btcec/btcec.go +++ b/btcec/btcec.go @@ -1,7 +1,7 @@ // Copyright 2010 The Go Authors. All rights reserved. // Copyright 2011 ThePiachu. All rights reserved. -// Copyright 2013-2014 Conformal Systems LLC. All rights reserved. -// Use of this source code is governed by a BSD-style +// Copyright 2013-2014 The btcsuite developers +// Use of this source code is governed by an ISC // license that can be found in the LICENSE file. package btcec diff --git a/btcec/btcec_test.go b/btcec/btcec_test.go index 34bd9bc5..3a3599c3 100644 --- a/btcec/btcec_test.go +++ b/btcec/btcec_test.go @@ -1,7 +1,7 @@ // Copyright 2011 The Go Authors. All rights reserved. // Copyright 2011 ThePiachu. All rights reserved. -// Copyright 2013-2014 Conformal Systems LLC. All rights reserved. -// Use of this source code is governed by a BSD-style +// Copyright 2013-2014 The btcsuite developers +// Use of this source code is governed by an ISC // license that can be found in the LICENSE file. package btcec_test diff --git a/btcec/doc.go b/btcec/doc.go index 76ac4723..fa8346ab 100644 --- a/btcec/doc.go +++ b/btcec/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/btcec/example_test.go b/btcec/example_test.go index 3b0991dc..cf68e42f 100644 --- a/btcec/example_test.go +++ b/btcec/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/btcec/field.go b/btcec/field.go index 043d2c52..6e1d176a 100644 --- a/btcec/field.go +++ b/btcec/field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Copyright (c) 2013-2014 Dave Collins // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/btcec/field_test.go b/btcec/field_test.go index 14bb738c..39d0ad32 100644 --- a/btcec/field_test.go +++ b/btcec/field_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2014 Conformal Systems LLC. +// Copyright (c) 2013-2014 The btcsuite developers // Copyright (c) 2013-2014 Dave Collins // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/btcec/genprecomps.go b/btcec/genprecomps.go index d0b32164..d4a9c1b8 100644 --- a/btcec/genprecomps.go +++ b/btcec/genprecomps.go @@ -1,5 +1,5 @@ -// Copyright 2015 Conformal Systems LLC. All rights reserved. -// Use of this source code is governed by a BSD-style +// Copyright 2015 The btcsuite developers +// Use of this source code is governed by an ISC // license that can be found in the LICENSE file. // This file is ignored during the regular build due to the following build tag. @@ -41,7 +41,7 @@ func main() { encoded := make([]byte, base64.StdEncoding.EncodedLen(compressed.Len())) base64.StdEncoding.Encode(encoded, compressed.Bytes()) - fmt.Fprintln(fi, "// Copyright (c) 2015 Conformal Systems LLC.") + fmt.Fprintln(fi, "// Copyright (c) 2015 The btcsuite developers") fmt.Fprintln(fi, "// Use of this source code is governed by an ISC") fmt.Fprintln(fi, "// license that can be found in the LICENSE file.") fmt.Fprintln(fi) diff --git a/btcec/gensecp256k1.go b/btcec/gensecp256k1.go index 4c56b9c8..1928702d 100644 --- a/btcec/gensecp256k1.go +++ b/btcec/gensecp256k1.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 Conformal Systems LLC. +// Copyright (c) 2014-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/btcec/internal_test.go b/btcec/internal_test.go index b10c9d81..8e3b50b5 100644 --- a/btcec/internal_test.go +++ b/btcec/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/btcec/precompute.go b/btcec/precompute.go index c9b50e0c..034cd553 100644 --- a/btcec/precompute.go +++ b/btcec/precompute.go @@ -1,5 +1,5 @@ -// Copyright 2015 Conformal Systems LLC. All rights reserved. -// Use of this source code is governed by a BSD-style +// Copyright 2015 The btcsuite developers +// Use of this source code is governed by an ISC // license that can be found in the LICENSE file. package btcec diff --git a/btcec/privkey.go b/btcec/privkey.go index aeee17cb..438323e6 100644 --- a/btcec/privkey.go +++ b/btcec/privkey.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/btcec/privkey_test.go b/btcec/privkey_test.go index 898119d1..6fd787e2 100644 --- a/btcec/privkey_test.go +++ b/btcec/privkey_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/btcec/pubkey.go b/btcec/pubkey.go index cf0da666..950c8859 100644 --- a/btcec/pubkey.go +++ b/btcec/pubkey.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/btcec/pubkey_test.go b/btcec/pubkey_test.go index ea8d8b16..a499655d 100644 --- a/btcec/pubkey_test.go +++ b/btcec/pubkey_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/btcec/secp256k1.go b/btcec/secp256k1.go index b15707d1..5e7bffe4 100644 --- a/btcec/secp256k1.go +++ b/btcec/secp256k1.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/btcec/signature.go b/btcec/signature.go index 6f41717f..126f8944 100644 --- a/btcec/signature.go +++ b/btcec/signature.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/btcec/signature_test.go b/btcec/signature_test.go index 16cdb316..739a0fba 100644 --- a/btcec/signature_test.go +++ b/btcec/signature_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/btcjson/README.md b/btcjson/README.md index 525a30b8..2a2f1f16 100644 --- a/btcjson/README.md +++ b/btcjson/README.md @@ -64,8 +64,8 @@ $ go get github.com/btcsuite/btcd/btcjson ## 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/btcjson/btcdextcmds.go b/btcjson/btcdextcmds.go index a0e194c6..9f95a319 100644 --- a/btcjson/btcdextcmds.go +++ b/btcjson/btcdextcmds.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/btcjson/btcdextcmds_test.go b/btcjson/btcdextcmds_test.go index 89fb478a..8c0c74ab 100644 --- a/btcjson/btcdextcmds_test.go +++ b/btcjson/btcdextcmds_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/btcjson/btcwalletextcmds.go b/btcjson/btcwalletextcmds.go index 0757e102..9cbc273a 100644 --- a/btcjson/btcwalletextcmds.go +++ b/btcjson/btcwalletextcmds.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/btcjson/btcwalletextcmds_test.go b/btcjson/btcwalletextcmds_test.go index 5057d4b5..e478a088 100644 --- a/btcjson/btcwalletextcmds_test.go +++ b/btcjson/btcwalletextcmds_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/btcjson/chainsvrcmds.go b/btcjson/chainsvrcmds.go index 427fa709..2ad0105a 100644 --- a/btcjson/chainsvrcmds.go +++ b/btcjson/chainsvrcmds.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/btcjson/chainsvrcmds_test.go b/btcjson/chainsvrcmds_test.go index b2f864b8..def48934 100644 --- a/btcjson/chainsvrcmds_test.go +++ b/btcjson/chainsvrcmds_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/btcjson/chainsvrresults.go b/btcjson/chainsvrresults.go index 2f025a84..02c3c639 100644 --- a/btcjson/chainsvrresults.go +++ b/btcjson/chainsvrresults.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/btcjson/chainsvrresults_test.go b/btcjson/chainsvrresults_test.go index 54658856..e6e72cfd 100644 --- a/btcjson/chainsvrresults_test.go +++ b/btcjson/chainsvrresults_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/btcjson/chainsvrwscmds.go b/btcjson/chainsvrwscmds.go index 7409d0d1..cc1b458c 100644 --- a/btcjson/chainsvrwscmds.go +++ b/btcjson/chainsvrwscmds.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/btcjson/chainsvrwscmds_test.go b/btcjson/chainsvrwscmds_test.go index 425a7257..0c862ba9 100644 --- a/btcjson/chainsvrwscmds_test.go +++ b/btcjson/chainsvrwscmds_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/btcjson/chainsvrwsntfns.go b/btcjson/chainsvrwsntfns.go index f567817c..30f3c95c 100644 --- a/btcjson/chainsvrwsntfns.go +++ b/btcjson/chainsvrwsntfns.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/btcjson/chainsvrwsntfns_test.go b/btcjson/chainsvrwsntfns_test.go index 9d8adbe2..cf76c01c 100644 --- a/btcjson/chainsvrwsntfns_test.go +++ b/btcjson/chainsvrwsntfns_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/btcjson/cmdinfo.go b/btcjson/cmdinfo.go index 84799a21..6fe4f9f7 100644 --- a/btcjson/cmdinfo.go +++ b/btcjson/cmdinfo.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/btcjson/cmdinfo_test.go b/btcjson/cmdinfo_test.go index cab0c81c..d2b14774 100644 --- a/btcjson/cmdinfo_test.go +++ b/btcjson/cmdinfo_test.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/btcjson/cmdparse.go b/btcjson/cmdparse.go index c48d06bb..6e21b946 100644 --- a/btcjson/cmdparse.go +++ b/btcjson/cmdparse.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/btcjson/cmdparse_test.go b/btcjson/cmdparse_test.go index 83a823bf..2f8fa1fb 100644 --- a/btcjson/cmdparse_test.go +++ b/btcjson/cmdparse_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/btcjson/doc.go b/btcjson/doc.go index 6370fd75..165b9ef9 100644 --- a/btcjson/doc.go +++ b/btcjson/doc.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/btcjson/error.go b/btcjson/error.go index 6b22e919..3d72329f 100644 --- a/btcjson/error.go +++ b/btcjson/error.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/btcjson/error_test.go b/btcjson/error_test.go index 22721003..8eb93c75 100644 --- a/btcjson/error_test.go +++ b/btcjson/error_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/btcjson/example_test.go b/btcjson/example_test.go index 5e058d6d..527252c7 100644 --- a/btcjson/example_test.go +++ b/btcjson/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/btcjson/export_test.go b/btcjson/export_test.go index 971a2b4a..e0246fc2 100644 --- a/btcjson/export_test.go +++ b/btcjson/export_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/btcjson/help.go b/btcjson/help.go index 02fecac8..113960fd 100644 --- a/btcjson/help.go +++ b/btcjson/help.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/btcjson/help_test.go b/btcjson/help_test.go index 0a731623..265e0c2c 100644 --- a/btcjson/help_test.go +++ b/btcjson/help_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/btcjson/helpers.go b/btcjson/helpers.go index a3d66a10..4b7d399f 100644 --- a/btcjson/helpers.go +++ b/btcjson/helpers.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/btcjson/helpers_test.go b/btcjson/helpers_test.go index 60ab5cdd..7bcaf4bc 100644 --- a/btcjson/helpers_test.go +++ b/btcjson/helpers_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/btcjson/jsonrpc.go b/btcjson/jsonrpc.go index 59ae3e1e..e99d9f42 100644 --- a/btcjson/jsonrpc.go +++ b/btcjson/jsonrpc.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/btcjson/jsonrpc_test.go b/btcjson/jsonrpc_test.go index 061d462d..7a5d7561 100644 --- a/btcjson/jsonrpc_test.go +++ b/btcjson/jsonrpc_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/btcjson/jsonrpcerr.go b/btcjson/jsonrpcerr.go index 8ed3bad7..16a02416 100644 --- a/btcjson/jsonrpcerr.go +++ b/btcjson/jsonrpcerr.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/btcjson/register.go b/btcjson/register.go index 4986c937..5de001c9 100644 --- a/btcjson/register.go +++ b/btcjson/register.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/btcjson/register_test.go b/btcjson/register_test.go index bce32b37..34c97124 100644 --- a/btcjson/register_test.go +++ b/btcjson/register_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/btcjson/walletsvrcmds.go b/btcjson/walletsvrcmds.go index a9a7d1d6..2b977404 100644 --- a/btcjson/walletsvrcmds.go +++ b/btcjson/walletsvrcmds.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/btcjson/walletsvrcmds_test.go b/btcjson/walletsvrcmds_test.go index 6df5a673..ed551da8 100644 --- a/btcjson/walletsvrcmds_test.go +++ b/btcjson/walletsvrcmds_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/btcjson/walletsvrresults.go b/btcjson/walletsvrresults.go index 0025ccae..80390c88 100644 --- a/btcjson/walletsvrresults.go +++ b/btcjson/walletsvrresults.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/btcjson/walletsvrwscmds.go b/btcjson/walletsvrwscmds.go index e90dc2fd..e1e60fbe 100644 --- a/btcjson/walletsvrwscmds.go +++ b/btcjson/walletsvrwscmds.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/btcjson/walletsvrwscmds_test.go b/btcjson/walletsvrwscmds_test.go index e2f23575..17144b6e 100644 --- a/btcjson/walletsvrwscmds_test.go +++ b/btcjson/walletsvrwscmds_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/btcjson/walletsvrwsntfns.go b/btcjson/walletsvrwsntfns.go index fc58070b..26dc1508 100644 --- a/btcjson/walletsvrwsntfns.go +++ b/btcjson/walletsvrwsntfns.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/btcjson/walletsvrwsntfns_test.go b/btcjson/walletsvrwsntfns_test.go index 883246df..661d322b 100644 --- a/btcjson/walletsvrwsntfns_test.go +++ b/btcjson/walletsvrwsntfns_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/chaincfg/README.md b/chaincfg/README.md index c61aaab0..467eac80 100644 --- a/chaincfg/README.md +++ b/chaincfg/README.md @@ -75,8 +75,8 @@ $ go get github.com/btcsuite/btcd/chaincfg ## 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/chaincfg/genesis.go b/chaincfg/genesis.go index ffdaaa0f..396c8392 100644 --- a/chaincfg/genesis.go +++ b/chaincfg/genesis.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/chaincfg/genesis_test.go b/chaincfg/genesis_test.go index f949a8ab..af51e1fe 100644 --- a/chaincfg/genesis_test.go +++ b/chaincfg/genesis_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/chaincfg/params.go b/chaincfg/params.go index 3a99befc..4586903c 100644 --- a/chaincfg/params.go +++ b/chaincfg/params.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/chainindexer.go b/chainindexer.go index ada6d028..fd9000e9 100644 --- a/chainindexer.go +++ b/chainindexer.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/cmd/addblock/addblock.go b/cmd/addblock/addblock.go index 9241e6ff..2dbc2269 100644 --- a/cmd/addblock/addblock.go +++ b/cmd/addblock/addblock.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/cmd/addblock/config.go b/cmd/addblock/config.go index 87fd071b..cdb45a93 100644 --- a/cmd/addblock/config.go +++ b/cmd/addblock/config.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/cmd/addblock/import.go b/cmd/addblock/import.go index 83fad301..f47178ec 100644 --- a/cmd/addblock/import.go +++ b/cmd/addblock/import.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/cmd/btcctl/config.go b/cmd/btcctl/config.go index 45f73d69..a6c37f82 100644 --- a/cmd/btcctl/config.go +++ b/cmd/btcctl/config.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/cmd/btcctl/version.go b/cmd/btcctl/version.go index aa2d6fc7..cff8a8bf 100644 --- a/cmd/btcctl/version.go +++ b/cmd/btcctl/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013 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/cmd/dropafter/dropafter.go b/cmd/dropafter/dropafter.go index d62b8622..dca1041e 100644 --- a/cmd/dropafter/dropafter.go +++ b/cmd/dropafter/dropafter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013 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/cmd/findcheckpoint/config.go b/cmd/findcheckpoint/config.go index 906d2377..2cb1a5ae 100644 --- a/cmd/findcheckpoint/config.go +++ b/cmd/findcheckpoint/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013 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/cmd/findcheckpoint/findcheckpoint.go b/cmd/findcheckpoint/findcheckpoint.go index 97a4e336..d7ef81e6 100644 --- a/cmd/findcheckpoint/findcheckpoint.go +++ b/cmd/findcheckpoint/findcheckpoint.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013 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/cmd/gencerts/gencerts.go b/cmd/gencerts/gencerts.go index 06bf8dcc..959b264a 100644 --- a/cmd/gencerts/gencerts.go +++ b/cmd/gencerts/gencerts.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/config.go b/config.go index 4b14ef42..0b5d9248 100644 --- a/config.go +++ b/config.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/cpuminer.go b/cpuminer.go index 5923e05a..0ff7968f 100644 --- a/cpuminer.go +++ b/cpuminer.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/database/README.md b/database/README.md index a46ff4cc..81a7188d 100644 --- a/database/README.md +++ b/database/README.md @@ -54,8 +54,8 @@ $ go get github.com/btcsuite/btcd/database ## 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/database/common_test.go b/database/common_test.go index a149cf38..3b900365 100644 --- a/database/common_test.go +++ b/database/common_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/database/db.go b/database/db.go index 2486a3fc..e17510de 100644 --- a/database/db.go +++ b/database/db.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/database/db_test.go b/database/db_test.go index 0f5e4a23..ac238b9c 100644 --- a/database/db_test.go +++ b/database/db_test.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/database/doc.go b/database/doc.go index ec389016..4e702d30 100644 --- a/database/doc.go +++ b/database/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/database/example_test.go b/database/example_test.go index 92a66156..a0e5f534 100644 --- a/database/example_test.go +++ b/database/example_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/database/interface_test.go b/database/interface_test.go index ef89dfac..e44eb765 100644 --- a/database/interface_test.go +++ b/database/interface_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/database/ldb/block.go b/database/ldb/block.go index 5533f69a..1079420d 100644 --- a/database/ldb/block.go +++ b/database/ldb/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/database/ldb/boundary_test.go b/database/ldb/boundary_test.go index 70f904c3..f09d2bc2 100644 --- a/database/ldb/boundary_test.go +++ b/database/ldb/boundary_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/database/ldb/doc.go b/database/ldb/doc.go index dff5445b..63b9d358 100644 --- a/database/ldb/doc.go +++ b/database/ldb/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/database/ldb/dup_test.go b/database/ldb/dup_test.go index 39b2cd87..7bf6ab92 100644 --- a/database/ldb/dup_test.go +++ b/database/ldb/dup_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/database/ldb/insertremove_test.go b/database/ldb/insertremove_test.go index 06b702df..ea635b91 100644 --- a/database/ldb/insertremove_test.go +++ b/database/ldb/insertremove_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/database/ldb/internal_test.go b/database/ldb/internal_test.go index c0a954bd..a4242c21 100644 --- a/database/ldb/internal_test.go +++ b/database/ldb/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/database/ldb/leveldb.go b/database/ldb/leveldb.go index 05ee7cb3..44d24005 100644 --- a/database/ldb/leveldb.go +++ b/database/ldb/leveldb.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/database/ldb/operational_test.go b/database/ldb/operational_test.go index 5fa3f159..6767dc57 100644 --- a/database/ldb/operational_test.go +++ b/database/ldb/operational_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/database/ldb/tx.go b/database/ldb/tx.go index 72041b32..b0f5586f 100644 --- a/database/ldb/tx.go +++ b/database/ldb/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/database/log.go b/database/log.go index b390bc40..f9bed06c 100644 --- a/database/log.go +++ b/database/log.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/database/memdb/doc.go b/database/memdb/doc.go index 67f240bd..a2a28543 100644 --- a/database/memdb/doc.go +++ b/database/memdb/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/database/memdb/driver.go b/database/memdb/driver.go index fc9c03b3..30d654cd 100644 --- a/database/memdb/driver.go +++ b/database/memdb/driver.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/database/memdb/memdb.go b/database/memdb/memdb.go index 56c59dac..98deab29 100644 --- a/database/memdb/memdb.go +++ b/database/memdb/memdb.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/database/memdb/memdb_test.go b/database/memdb/memdb_test.go index f1d72bb3..68f556dd 100644 --- a/database/memdb/memdb_test.go +++ b/database/memdb/memdb_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/database/reorg_test.go b/database/reorg_test.go index 5ba8fbb5..be03fc96 100644 --- a/database/reorg_test.go +++ b/database/reorg_test.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/discovery.go b/discovery.go index 672556ae..2117c45d 100644 --- a/discovery.go +++ b/discovery.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 c4815d79..f8705c36 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/docs/README.md b/docs/README.md index 16d34d2b..5a36a5c9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,7 +18,7 @@ 5. [Developer Resources](#DeveloperResources) 1. [Code Contribution Guidelines](#ContributionGuidelines) 2. [JSON-RPC Reference](#JSONRPCReference) - 3. [Conformal Bitcoin-related Go Packages](#GoPackages) + 3. [The btcsuite Bitcoin-related Go Packages](#GoPackages) ### 1. About @@ -196,7 +196,7 @@ information. * [JSON-RPC Reference](https://github.com/btcsuite/btcd/tree/master/docs/json_rpc_api.md) * [RPC Examples](https://github.com/btcsuite/btcd/tree/master/docs/json_rpc_api.md#ExampleCode) -* Conformal Bitcoin-related Go Packages: +* The btcsuite Bitcoin-related Go Packages: * [btcrpcclient](https://github.com/btcsuite/btcrpcclient) - Implements a robust and easy to use Websocket-enabled Bitcoin JSON-RPC client * [btcjson](https://github.com/btcsuite/btcjson) - Provides an extensive API diff --git a/limits/limits_plan9.go b/limits/limits_plan9.go index 50cfadfa..9c4699d6 100644 --- a/limits/limits_plan9.go +++ b/limits/limits_plan9.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/limits/limits_unix.go b/limits/limits_unix.go index 29a77914..7ebf8667 100644 --- a/limits/limits_unix.go +++ b/limits/limits_unix.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/limits/limits_windows.go b/limits/limits_windows.go index ece0bb87..62655d73 100644 --- a/limits/limits_windows.go +++ b/limits/limits_windows.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/log.go b/log.go index 6ab447c0..f73d73f6 100644 --- a/log.go +++ b/log.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/mempool.go b/mempool.go index 59667375..1b0a51b6 100644 --- a/mempool.go +++ b/mempool.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/mempoolerror.go b/mempoolerror.go index b75d5488..a291c9c2 100644 --- a/mempoolerror.go +++ b/mempoolerror.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/mining.go b/mining.go index 7af39cbd..178cae3f 100644 --- a/mining.go +++ b/mining.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/mruinvmap.go b/mruinvmap.go index 0d20b077..dba371a5 100644 --- a/mruinvmap.go +++ b/mruinvmap.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/mruinvmap_test.go b/mruinvmap_test.go index d16442da..f9a19907 100644 --- a/mruinvmap_test.go +++ b/mruinvmap_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/params.go b/params.go index c9b83e51..ff4944d4 100644 --- a/params.go +++ b/params.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/peer.go b/peer.go index 0f9e9459..16047daa 100644 --- a/peer.go +++ b/peer.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/rpcserver.go b/rpcserver.go index c81c19f4..2d4f5253 100644 --- a/rpcserver.go +++ b/rpcserver.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/rpcserverhelp.go b/rpcserverhelp.go index 8d8ea431..3596cfd9 100644 --- a/rpcserverhelp.go +++ b/rpcserverhelp.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/rpcserverhelp_test.go b/rpcserverhelp_test.go index 03325aba..45974313 100644 --- a/rpcserverhelp_test.go +++ b/rpcserverhelp_test.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/rpcwebsocket.go b/rpcwebsocket.go index f95030b8..976c09e7 100644 --- a/rpcwebsocket.go +++ b/rpcwebsocket.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/server.go b/server.go index 2207c88c..5d2fa795 100644 --- a/server.go +++ b/server.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/service_windows.go b/service_windows.go index 844a0909..cb4212bc 100644 --- a/service_windows.go +++ b/service_windows.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/signal.go b/signal.go index ac8e7589..0c527b27 100644 --- a/signal.go +++ b/signal.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/txscript/README.md b/txscript/README.md index 1cca8c4e..70c986c8 100644 --- a/txscript/README.md +++ b/txscript/README.md @@ -56,8 +56,8 @@ $ go get github.com/btcsuite/btcd/txscript ## 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/txscript/address.go b/txscript/address.go index 7c06fc9b..bc184909 100644 --- a/txscript/address.go +++ b/txscript/address.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/txscript/address_test.go b/txscript/address_test.go index eeeebe83..36d79539 100644 --- a/txscript/address_test.go +++ b/txscript/address_test.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. package txscript_test diff --git a/txscript/doc.go b/txscript/doc.go index dfd1f2f2..2f2b1ec6 100644 --- a/txscript/doc.go +++ b/txscript/doc.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/txscript/engine.go b/txscript/engine.go index a8ef2a05..aa62cc16 100644 --- a/txscript/engine.go +++ b/txscript/engine.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/txscript/engine_test.go b/txscript/engine_test.go index ea782a8e..37d67f1c 100644 --- a/txscript/engine_test.go +++ b/txscript/engine_test.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/txscript/error.go b/txscript/error.go index af947dab..346a418e 100644 --- a/txscript/error.go +++ b/txscript/error.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/txscript/example_test.go b/txscript/example_test.go index 7234d816..bb3f6ac9 100644 --- a/txscript/example_test.go +++ b/txscript/example_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 Conformal Systems LLC. +// Copyright (c) 2014-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/txscript/internal_test.go b/txscript/internal_test.go index af175756..bdc8eb6c 100644 --- a/txscript/internal_test.go +++ b/txscript/internal_test.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/txscript/log.go b/txscript/log.go index 60d86926..f63da728 100644 --- a/txscript/log.go +++ b/txscript/log.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/txscript/log_test.go b/txscript/log_test.go index 15f369c1..851f9372 100644 --- a/txscript/log_test.go +++ b/txscript/log_test.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/txscript/opcode.go b/txscript/opcode.go index 4f42a059..ffecbf59 100644 --- a/txscript/opcode.go +++ b/txscript/opcode.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/txscript/opcode_test.go b/txscript/opcode_test.go index a3558594..0c31fc0b 100644 --- a/txscript/opcode_test.go +++ b/txscript/opcode_test.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/txscript/reference_test.go b/txscript/reference_test.go index db88c38b..eeb73bbe 100644 --- a/txscript/reference_test.go +++ b/txscript/reference_test.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/txscript/script.go b/txscript/script.go index 1f5db122..7457050d 100644 --- a/txscript/script.go +++ b/txscript/script.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/txscript/script_test.go b/txscript/script_test.go index d75f1ce2..bbf47599 100644 --- a/txscript/script_test.go +++ b/txscript/script_test.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/txscript/scriptbuilder.go b/txscript/scriptbuilder.go index 3149b8d7..c32304cc 100644 --- a/txscript/scriptbuilder.go +++ b/txscript/scriptbuilder.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/txscript/scriptbuilder_test.go b/txscript/scriptbuilder_test.go index 296a1342..2e099f05 100644 --- a/txscript/scriptbuilder_test.go +++ b/txscript/scriptbuilder_test.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/txscript/sign.go b/txscript/sign.go index 1c7ff44d..df8afeb3 100644 --- a/txscript/sign.go +++ b/txscript/sign.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/txscript/sign_test.go b/txscript/sign_test.go index a391693e..ccd044db 100644 --- a/txscript/sign_test.go +++ b/txscript/sign_test.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/txscript/stack.go b/txscript/stack.go index a8ad05a0..35cde562 100644 --- a/txscript/stack.go +++ b/txscript/stack.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/txscript/stack_test.go b/txscript/stack_test.go index 269f3605..293413b4 100644 --- a/txscript/stack_test.go +++ b/txscript/stack_test.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/upgrade.go b/upgrade.go index f6f83ca6..4140f41c 100644 --- a/upgrade.go +++ b/upgrade.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/version.go b/version.go index a58fde12..38cc366b 100644 --- a/version.go +++ b/version.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/wire/README.md b/wire/README.md index 94b5be11..9bdd2b87 100644 --- a/wire/README.md +++ b/wire/README.md @@ -102,8 +102,8 @@ from a remote peer is: ## 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/wire/bench_test.go b/wire/bench_test.go index 01b29538..ffae564c 100644 --- a/wire/bench_test.go +++ b/wire/bench_test.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/wire/blockheader.go b/wire/blockheader.go index 240f4868..145ab452 100644 --- a/wire/blockheader.go +++ b/wire/blockheader.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/wire/blockheader_test.go b/wire/blockheader_test.go index c7ed3b80..dfbcb1a8 100644 --- a/wire/blockheader_test.go +++ b/wire/blockheader_test.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/wire/common.go b/wire/common.go index 48251e2f..b988c3df 100644 --- a/wire/common.go +++ b/wire/common.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/wire/common_test.go b/wire/common_test.go index fc549950..3d955705 100644 --- a/wire/common_test.go +++ b/wire/common_test.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/wire/doc.go b/wire/doc.go index 2e20ad78..8ae4e361 100644 --- a/wire/doc.go +++ b/wire/doc.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/wire/error.go b/wire/error.go index 99a194a4..755c2db4 100644 --- a/wire/error.go +++ b/wire/error.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/wire/fakeconn_test.go b/wire/fakeconn_test.go index a28b2996..b8536718 100644 --- a/wire/fakeconn_test.go +++ b/wire/fakeconn_test.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/wire/fakemessage_test.go b/wire/fakemessage_test.go index f64e4f83..a3ed4d6d 100644 --- a/wire/fakemessage_test.go +++ b/wire/fakemessage_test.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/wire/fixedIO_test.go b/wire/fixedIO_test.go index 806790a2..77811f96 100644 --- a/wire/fixedIO_test.go +++ b/wire/fixedIO_test.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/wire/internal_test.go b/wire/internal_test.go index 9b7b0e3c..e3fec695 100644 --- a/wire/internal_test.go +++ b/wire/internal_test.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/wire/invvect.go b/wire/invvect.go index 7df74dac..cf7def24 100644 --- a/wire/invvect.go +++ b/wire/invvect.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/wire/invvect_test.go b/wire/invvect_test.go index 3982390b..da3fddd9 100644 --- a/wire/invvect_test.go +++ b/wire/invvect_test.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/wire/message.go b/wire/message.go index f9d03375..aaf803dd 100644 --- a/wire/message.go +++ b/wire/message.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/wire/message_test.go b/wire/message_test.go index 8bb24c1b..e913dd10 100644 --- a/wire/message_test.go +++ b/wire/message_test.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/wire/msgaddr.go b/wire/msgaddr.go index f0faedcd..26889010 100644 --- a/wire/msgaddr.go +++ b/wire/msgaddr.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/wire/msgaddr_test.go b/wire/msgaddr_test.go index fae1ad41..e92b2f1c 100644 --- a/wire/msgaddr_test.go +++ b/wire/msgaddr_test.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/wire/msgalert.go b/wire/msgalert.go index ec906e19..2f9d2ed8 100644 --- a/wire/msgalert.go +++ b/wire/msgalert.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/wire/msgalert_test.go b/wire/msgalert_test.go index deecd27b..e850d926 100644 --- a/wire/msgalert_test.go +++ b/wire/msgalert_test.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/wire/msgblock.go b/wire/msgblock.go index 4f2c71c1..0d20569e 100644 --- a/wire/msgblock.go +++ b/wire/msgblock.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/wire/msgblock_test.go b/wire/msgblock_test.go index 11774684..7fe0cd75 100644 --- a/wire/msgblock_test.go +++ b/wire/msgblock_test.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/wire/msgfilteradd.go b/wire/msgfilteradd.go index 84162efa..0db84555 100644 --- a/wire/msgfilteradd.go +++ b/wire/msgfilteradd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 Conformal Systems LLC. +// Copyright (c) 2014-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/wire/msgfilteradd_test.go b/wire/msgfilteradd_test.go index 6b501c57..c4557306 100644 --- a/wire/msgfilteradd_test.go +++ b/wire/msgfilteradd_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 Conformal Systems LLC. +// Copyright (c) 2014-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/wire/msgfilterclear.go b/wire/msgfilterclear.go index 37da436f..b82d6b85 100644 --- a/wire/msgfilterclear.go +++ b/wire/msgfilterclear.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 Conformal Systems LLC. +// Copyright (c) 2014-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/wire/msgfilterclear_test.go b/wire/msgfilterclear_test.go index 73740f98..edd210c6 100644 --- a/wire/msgfilterclear_test.go +++ b/wire/msgfilterclear_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 Conformal Systems LLC. +// Copyright (c) 2014-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/wire/msgfilterload.go b/wire/msgfilterload.go index 7523834d..d1c1cc33 100644 --- a/wire/msgfilterload.go +++ b/wire/msgfilterload.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 Conformal Systems LLC. +// Copyright (c) 2014-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/wire/msgfilterload_test.go b/wire/msgfilterload_test.go index ca3575c6..97503a44 100644 --- a/wire/msgfilterload_test.go +++ b/wire/msgfilterload_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/wire/msggetaddr.go b/wire/msggetaddr.go index 70589fe2..0a4bf57a 100644 --- a/wire/msggetaddr.go +++ b/wire/msggetaddr.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/wire/msggetaddr_test.go b/wire/msggetaddr_test.go index d49928ac..15c68bd7 100644 --- a/wire/msggetaddr_test.go +++ b/wire/msggetaddr_test.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/wire/msggetblocks.go b/wire/msggetblocks.go index 3dbecf5d..cc070d03 100644 --- a/wire/msggetblocks.go +++ b/wire/msggetblocks.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/wire/msggetblocks_test.go b/wire/msggetblocks_test.go index 50234c20..69806477 100644 --- a/wire/msggetblocks_test.go +++ b/wire/msggetblocks_test.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/wire/msggetdata.go b/wire/msggetdata.go index 661d3234..1da61d88 100644 --- a/wire/msggetdata.go +++ b/wire/msggetdata.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/wire/msggetdata_test.go b/wire/msggetdata_test.go index e8d38815..d7b29097 100644 --- a/wire/msggetdata_test.go +++ b/wire/msggetdata_test.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/wire/msggetheaders.go b/wire/msggetheaders.go index 4b407072..8275de4e 100644 --- a/wire/msggetheaders.go +++ b/wire/msggetheaders.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/wire/msggetheaders_test.go b/wire/msggetheaders_test.go index 3747aa9d..a87fa4ed 100644 --- a/wire/msggetheaders_test.go +++ b/wire/msggetheaders_test.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/wire/msgheaders.go b/wire/msgheaders.go index 603d94ee..efdb46d7 100644 --- a/wire/msgheaders.go +++ b/wire/msgheaders.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/wire/msgheaders_test.go b/wire/msgheaders_test.go index afbcf6fb..ee80ac42 100644 --- a/wire/msgheaders_test.go +++ b/wire/msgheaders_test.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/wire/msginv.go b/wire/msginv.go index 4dca9dd7..66af52a7 100644 --- a/wire/msginv.go +++ b/wire/msginv.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/wire/msginv_test.go b/wire/msginv_test.go index f7bec092..de50933a 100644 --- a/wire/msginv_test.go +++ b/wire/msginv_test.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/wire/msgmempool.go b/wire/msgmempool.go index 74945f42..f6b08c2e 100644 --- a/wire/msgmempool.go +++ b/wire/msgmempool.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/wire/msgmempool_test.go b/wire/msgmempool_test.go index cf2659a2..5a08ec79 100644 --- a/wire/msgmempool_test.go +++ b/wire/msgmempool_test.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/wire/msgmerkleblock.go b/wire/msgmerkleblock.go index a9086b62..268a89ca 100644 --- a/wire/msgmerkleblock.go +++ b/wire/msgmerkleblock.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 Conformal Systems LLC. +// Copyright (c) 2014-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/wire/msgmerkleblock_test.go b/wire/msgmerkleblock_test.go index e2bde90b..482a1c4a 100644 --- a/wire/msgmerkleblock_test.go +++ b/wire/msgmerkleblock_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 Conformal Systems LLC. +// Copyright (c) 2014-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/wire/msgnotfound.go b/wire/msgnotfound.go index fc1cd6fc..5193d620 100644 --- a/wire/msgnotfound.go +++ b/wire/msgnotfound.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/wire/msgnotfound_test.go b/wire/msgnotfound_test.go index e6311b9c..3a71cd81 100644 --- a/wire/msgnotfound_test.go +++ b/wire/msgnotfound_test.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/wire/msgping.go b/wire/msgping.go index 33814a2d..c9e3f646 100644 --- a/wire/msgping.go +++ b/wire/msgping.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/wire/msgping_test.go b/wire/msgping_test.go index f7087dd2..ae2ab214 100644 --- a/wire/msgping_test.go +++ b/wire/msgping_test.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/wire/msgpong.go b/wire/msgpong.go index 1795feb9..4c89acc8 100644 --- a/wire/msgpong.go +++ b/wire/msgpong.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/wire/msgpong_test.go b/wire/msgpong_test.go index 8b9a8e6f..aac46fc4 100644 --- a/wire/msgpong_test.go +++ b/wire/msgpong_test.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/wire/msgreject.go b/wire/msgreject.go index a9c68b96..f1ad73a8 100644 --- a/wire/msgreject.go +++ b/wire/msgreject.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 Conformal Systems LLC. +// Copyright (c) 2014-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/wire/msgreject_test.go b/wire/msgreject_test.go index 8b7a400c..5645f97f 100644 --- a/wire/msgreject_test.go +++ b/wire/msgreject_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 Conformal Systems LLC. +// Copyright (c) 2014-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/wire/msgtx.go b/wire/msgtx.go index 6ec51056..73a6fa47 100644 --- a/wire/msgtx.go +++ b/wire/msgtx.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/wire/msgtx_test.go b/wire/msgtx_test.go index 78e7fed0..2e4e2030 100644 --- a/wire/msgtx_test.go +++ b/wire/msgtx_test.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/wire/msgverack.go b/wire/msgverack.go index 95214352..6d89e61a 100644 --- a/wire/msgverack.go +++ b/wire/msgverack.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/wire/msgverack_test.go b/wire/msgverack_test.go index b6dee460..3f02898f 100644 --- a/wire/msgverack_test.go +++ b/wire/msgverack_test.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/wire/msgversion.go b/wire/msgversion.go index 0f94395b..7b6dbdc1 100644 --- a/wire/msgversion.go +++ b/wire/msgversion.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/wire/msgversion_test.go b/wire/msgversion_test.go index 3507f1e2..ee701ec9 100644 --- a/wire/msgversion_test.go +++ b/wire/msgversion_test.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/wire/netaddress.go b/wire/netaddress.go index ad6abbf2..cf5a7956 100644 --- a/wire/netaddress.go +++ b/wire/netaddress.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/wire/netaddress_test.go b/wire/netaddress_test.go index b7e8775e..a03c586f 100644 --- a/wire/netaddress_test.go +++ b/wire/netaddress_test.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/wire/protocol.go b/wire/protocol.go index ad4e67be..ef434e16 100644 --- a/wire/protocol.go +++ b/wire/protocol.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/wire/protocol_test.go b/wire/protocol_test.go index 8d067238..cc79f041 100644 --- a/wire/protocol_test.go +++ b/wire/protocol_test.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/wire/shahash.go b/wire/shahash.go index 41ca3f66..2444dccd 100644 --- a/wire/shahash.go +++ b/wire/shahash.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/wire/shahash_test.go b/wire/shahash_test.go index 2e646b74..908bfc4e 100644 --- a/wire/shahash_test.go +++ b/wire/shahash_test.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.