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 f82672a05..671b93e10 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 5e7067783..813313a80 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 c4b6fcd9c..c2d03a507 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 7e1d2384b..a6d2fb921 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 528dfe9b9..0f1de09ff 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 6e107879f..e50e923cf 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 05f5fc2d1..73b6f0f3c 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 bb6fd1882..05609ec9f 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 5d1143cf5..b3ebbd15d 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 d9a2910e8..e891ad6fd 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 d2b3ec161..98dc054e4 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 e151756a1..d4774d80a 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 16e66153b..d7c515114 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 f78725692..a680feca1 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 cf7d160fe..7c9019bc7 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 bfc93472e..a602f1ecf 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 6a48c36de..12af89a5d 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 fbea66db5..d5840f118 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 9044fdb94..8a557570c 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 b0f5f195c..0a0455717 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 083d1d311..58fa7f855 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 69953ad5d..244175414 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 f96956aaf..0db8bddca 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 aeb3d76ae..640f504c9 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 e667bb350..046043dcb 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 563c7de1e..87a9ba812 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 bd3b62156..c80e4d9eb 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 f44d8257a..ac0689e28 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 7040017d9..44d3105a2 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 11edfc5fd..2dc00018a 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 4f64dbb36..633be110e 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 4521d4edd..57e97dd21 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 54fcdbd2e..b161dd038 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 8d215dcd0..619feed40 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 ef9115e97..ebfea08f4 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 e9142d0a5..0c0e26a4b 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 361ccbd6a..516fe4fd0 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 85f5757e3..ca1b4afbd 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 8f367bfaa..689f0d259 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 3572d4aef..991826bd2 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 46a9c3308..2589f1ca9 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 4aed37085..d3bd60875 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 112caaadd..a32742320 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 3443e079c..1470907e7 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 5be9c6207..ccdac1442 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 44c94b7c3..98d7b1432 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 34bd9bc59..3a3599c36 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 76ac47237..fa8346ab0 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 3b0991dc4..cf68e42fb 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 043d2c524..6e1d176a0 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 14bb738cd..39d0ad32d 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 d0b321648..d4a9c1b83 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 4c56b9c8c..1928702da 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 b10c9d812..8e3b50b54 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 c9b50e0c1..034cd5533 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 aeee17cbd..438323e65 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 898119d17..6fd787e26 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 cf0da6664..950c88594 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 ea8d8b160..a499655d5 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 b15707d10..5e7bffe4d 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 6f41717f1..126f8944b 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 16cdb316e..739a0fba1 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 525a30b87..2a2f1f160 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 a0e194c6b..9f95a319b 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 89fb478ac..8c0c74abb 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 0757e1028..9cbc273a6 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 5057d4b54..e478a0889 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 427fa7098..2ad0105a2 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 b2f864b83..def489349 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 2f025a843..02c3c6397 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 54658856f..e6e72cfd6 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 7409d0d16..cc1b458cf 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 425a72577..0c862ba94 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 f567817cc..30f3c95c6 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 9d8adbe2a..cf76c01ce 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 84799a21c..6fe4f9f7c 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 cab0c81c7..d2b14774c 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 c48d06bb5..6e21b9461 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 83a823bf9..2f8fa1fb9 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 6370fd75e..165b9ef91 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 6b22e9197..3d72329f9 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 227210038..8eb93c759 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 5e058d6de..527252c7f 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 971a2b4ad..e0246fc22 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 02fecac8f..113960fd5 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 0a731623a..265e0c2c6 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 a3d66a109..4b7d399f4 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 60ab5cdd8..7bcaf4bcc 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 59ae3e1e2..e99d9f426 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 061d462df..7a5d75618 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 8ed3bad7b..16a024161 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 4986c937e..5de001c91 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 bce32b373..34c971243 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 a9a7d1d63..2b9774047 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 6df5a6737..ed551da87 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 0025ccae5..80390c888 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 e90dc2fd1..e1e60fbea 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 e2f235756..17144b6ea 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 fc58070b0..26dc15089 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 883246df8..661d322bc 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 c61aaab06..467eac80d 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 ffdaaa0f6..396c83926 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 f949a8ab0..af51e1fe7 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 3a99befcc..4586903c7 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 ada6d0288..fd9000e9a 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 9241e6fff..2dbc2269e 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 87fd071b1..cdb45a933 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 83fad3013..f47178ec7 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 45f73d69c..a6c37f82c 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 aa2d6fc71..cff8a8bf8 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 d62b86223..dca1041e5 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 906d23773..2cb1a5ae3 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 97a4e3366..d7ef81e64 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 06bf8dcce..959b264a3 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 4b14ef426..0b5d92489 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 5923e05a3..0ff7968f8 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 a46ff4ccf..81a7188df 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 a149cf389..3b900365e 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 2486a3fc3..e17510de2 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 0f5e4a232..ac238b9c0 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 ec3890163..4e702d303 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 92a66156b..a0e5f534b 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 ef89dfacd..e44eb765a 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 5533f69a9..1079420d7 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 70f904c3b..f09d2bc28 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 dff5445b0..63b9d3581 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 39b2cd87c..7bf6ab920 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 06b702dff..ea635b911 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 c0a954bd8..a4242c21d 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 05ee7cb3f..44d240051 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 5fa3f159a..6767dc579 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 72041b320..b0f5586fd 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 b390bc401..f9bed06c4 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 67f240bd2..a2a28543c 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 fc9c03b33..30d654cdc 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 56c59dac7..98deab295 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 f1d72bb35..68f556ddd 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 5ba8fbb58..be03fc963 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 672556ae2..2117c45d3 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 c4815d797..f8705c36a 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 16d34d2be..5a36a5c98 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 50cfadfa9..9c4699d6c 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 29a779148..7ebf86678 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 ece0bb875..62655d739 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 6ab447c02..f73d73f6d 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 596673753..1b0a51b6c 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 b75d54880..a291c9c24 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 7af39cbd0..178cae3f5 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 0d20b0771..dba371a58 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 d16442da1..f9a199072 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 c9b83e510..ff4944d44 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 0f9e94597..16047daaa 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 c81c19f46..2d4f5253b 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 8d8ea4310..3596cfd9f 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 03325aba9..459743137 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 f95030b88..976c09e7d 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 2207c88c6..5d2fa7951 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 844a0909c..cb4212bc1 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 ac8e7589c..0c527b276 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 1cca8c4e5..70c986c82 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 7c06fc9b0..bc1849098 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 eeeebe83c..36d795397 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 dfd1f2f2f..2f2b1ec69 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 a8ef2a057..aa62cc167 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 ea782a8e2..37d67f1ce 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 af947dabc..346a418e4 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 7234d816c..bb3f6ac97 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 af1757567..bdc8eb6c8 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 60d869264..f63da7288 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 15f369c13..851f9372f 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 4f42a059d..ffecbf596 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 a35585941..0c31fc0b1 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 db88c38be..eeb73bbeb 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 1f5db122d..7457050d4 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 d75f1ce2b..bbf47599b 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 3149b8d79..c32304cc9 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 296a13428..2e099f053 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 1c7ff44d9..df8afeb37 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 a391693ea..ccd044dbf 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 a8ad05a0f..35cde562f 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 269f36052..293413b47 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 f6f83ca6e..4140f41c2 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 a58fde120..38cc366b2 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 94b5be116..9bdd2b873 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 01b29538c..ffae564c9 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 240f4868d..145ab452a 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 c7ed3b808..dfbcb1a8b 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 48251e2f9..b988c3df2 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 fc549950d..3d9557057 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 2e20ad78e..8ae4e361a 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 99a194a49..755c2db49 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 a28b29965..b85367183 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 f64e4f833..a3ed4d6dd 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 806790a23..77811f96c 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 9b7b0e3cb..e3fec6950 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 7df74dac6..cf7def24f 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 3982390b1..da3fddd91 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 f9d03375b..aaf803dd5 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 8bb24c1bf..e913dd106 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 f0faedcdb..268890109 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 fae1ad41f..e92b2f1c9 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 ec906e19f..2f9d2ed8d 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 deecd27bc..e850d926a 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 4f2c71c18..0d20569e1 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 11774684c..7fe0cd757 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 84162efa5..0db84555e 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 6b501c57e..c45573060 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 37da436fe..b82d6b85c 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 73740f98a..edd210c67 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 7523834d3..d1c1cc338 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 ca3575c6e..97503a44d 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 70589fe2d..0a4bf57ad 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 d49928acb..15c68bd79 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 3dbecf5d3..cc070d03b 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 50234c20c..69806477d 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 661d32349..1da61d88b 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 e8d388150..d7b290972 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 4b407072c..8275de4ec 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 3747aa9d0..a87fa4ed9 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 603d94ee0..efdb46d72 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 afbcf6fb3..ee80ac42a 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 4dca9dd7c..66af52a72 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 f7bec092c..de50933af 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 74945f42e..f6b08c2e4 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 cf2659a29..5a08ec79b 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 a9086b629..268a89ca6 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 e2bde90b5..482a1c4a4 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 fc1cd6fcb..5193d6205 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 e6311b9c5..3a71cd811 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 33814a2da..c9e3f646b 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 f7087dd28..ae2ab214c 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 1795feb9d..4c89acc83 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 8b9a8e6f5..aac46fc48 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 a9c68b965..f1ad73a88 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 8b7a400c6..5645f97f4 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 6ec51056a..73a6fa478 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 78e7fed07..2e4e20301 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 952143524..6d89e61aa 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 b6dee4602..3f02898f1 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 0f94395b1..7b6dbdc1a 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 3507f1e2a..ee701ec9e 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 ad6abbf2d..cf5a79560 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 b7e8775eb..a03c586f1 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 ad4e67be4..ef434e166 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 8d0672386..cc79f041f 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 41ca3f667..2444dccdd 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 2e646b741..908bfc4e4 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.