diff --git a/README.md b/README.md index b191990..7059a46 100644 --- a/README.md +++ b/README.md @@ -149,8 +149,8 @@ is used for this project. ## 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/btcwallet.go b/btcwallet.go index f3f0515..daee36c 100644 --- a/btcwallet.go +++ b/btcwallet.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Conformal Systems LLC + * Copyright (c) 2013, 2014 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/chain/chain.go b/chain/chain.go index d79035c..19c61f0 100644 --- a/chain/chain.go +++ b/chain/chain.go @@ -1,5 +1,5 @@ /* - * 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/chain/log.go b/chain/log.go index 71f9bc7..aa154d6 100644 --- a/chain/log.go +++ b/chain/log.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Conformal Systems LLC + * Copyright (c) 2013, 2014 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/cmd/dropwtxmgr/main.go b/cmd/dropwtxmgr/main.go index 842258e..458a856 100644 --- a/cmd/dropwtxmgr/main.go +++ b/cmd/dropwtxmgr/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Conformal Systems LLC +// Copyright (c) 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/config.go b/config.go index d86de7d..e035a13 100644 --- a/config.go +++ b/config.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Conformal Systems LLC + * Copyright (c) 2013, 2014 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/internal/rpchelp/genrpcserverhelp.go b/internal/rpchelp/genrpcserverhelp.go index 695ce8a..d1894bb 100644 --- a/internal/rpchelp/genrpcserverhelp.go +++ b/internal/rpchelp/genrpcserverhelp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Conformal Systems LLC +// Copyright (c) 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/internal/rpchelp/helpdescs_en_US.go b/internal/rpchelp/helpdescs_en_US.go index 4dc3629..e2bfda6 100644 --- a/internal/rpchelp/helpdescs_en_US.go +++ b/internal/rpchelp/helpdescs_en_US.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Conformal Systems LLC +// Copyright (c) 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/internal/rpchelp/methods.go b/internal/rpchelp/methods.go index 5acc10b..964d7a9 100644 --- a/internal/rpchelp/methods.go +++ b/internal/rpchelp/methods.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Conformal Systems LLC +// Copyright (c) 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/internal/zero/benchmark_test.go b/internal/zero/benchmark_test.go index e7828a2..90bb88b 100644 --- a/internal/zero/benchmark_test.go +++ b/internal/zero/benchmark_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Conformal Systems LLC +// Copyright (c) 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/internal/zero/zero.go b/internal/zero/zero.go index 398ee10..293b028 100644 --- a/internal/zero/zero.go +++ b/internal/zero/zero.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Conformal Systems LLC +// Copyright (c) 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/internal/zero/zero_test.go b/internal/zero/zero_test.go index 479f100..5ba5f87 100644 --- a/internal/zero/zero_test.go +++ b/internal/zero/zero_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Conformal Systems LLC +// Copyright (c) 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/legacy/keystore/keystore.go b/legacy/keystore/keystore.go index ec90d22..7853d09 100644 --- a/legacy/keystore/keystore.go +++ b/legacy/keystore/keystore.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Conformal Systems LLC + * Copyright (c) 2013, 2014 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/legacy/keystore/keystore_test.go b/legacy/keystore/keystore_test.go index f4ef4a4..bfb186b 100644 --- a/legacy/keystore/keystore_test.go +++ b/legacy/keystore/keystore_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Conformal Systems LLC + * Copyright (c) 2013, 2014 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/legacy/rename/rename_unix.go b/legacy/rename/rename_unix.go index c882a20..faeddac 100644 --- a/legacy/rename/rename_unix.go +++ b/legacy/rename/rename_unix.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013, 2014 Conformal Systems LLC +// Copyright (c) 2013, 2014 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/log.go b/log.go index c6b4095..2757259 100644 --- a/log.go +++ b/log.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Conformal Systems LLC + * Copyright (c) 2013, 2014 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/params.go b/params.go index 01e84ef..449f490 100644 --- a/params.go +++ b/params.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Conformal Systems LLC + * Copyright (c) 2013, 2014 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/rpchelp_test.go b/rpchelp_test.go index 370bad4..697f52d 100644 --- a/rpchelp_test.go +++ b/rpchelp_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Conformal Systems LLC +// Copyright (c) 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/rpcserver.go b/rpcserver.go index 8d5bfd5..d53ee14 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -1,5 +1,5 @@ /* - * 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/rpcserver_test.go b/rpcserver_test.go index 5a86fee..033bbf1 100644 --- a/rpcserver_test.go +++ b/rpcserver_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Conformal Systems LLC + * Copyright (c) 2013, 2014 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/signal.go b/signal.go index 4ed8183..3953166 100644 --- a/signal.go +++ b/signal.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Conformal Systems LLC + * Copyright (c) 2013, 2014 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/version.go b/version.go index fb6a7ec..b44f0ab 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Conformal Systems LLC + * Copyright (c) 2013, 2014 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/votingpool/common_test.go b/votingpool/common_test.go index c37ea2b..010a733 100644 --- a/votingpool/common_test.go +++ b/votingpool/common_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/votingpool/db.go b/votingpool/db.go index d9a2a9d..60ee14e 100644 --- a/votingpool/db.go +++ b/votingpool/db.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/votingpool/db_wb_test.go b/votingpool/db_wb_test.go index 7fda088..961c17c 100644 --- a/votingpool/db_wb_test.go +++ b/votingpool/db_wb_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/votingpool/doc.go b/votingpool/doc.go index 894aa53..8d4b340 100644 --- a/votingpool/doc.go +++ b/votingpool/doc.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/votingpool/error.go b/votingpool/error.go index 8ac5ce9..c2e9e1a 100644 --- a/votingpool/error.go +++ b/votingpool/error.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/votingpool/error_test.go b/votingpool/error_test.go index 99e9ccf..0c5e68e 100644 --- a/votingpool/error_test.go +++ b/votingpool/error_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/votingpool/example_test.go b/votingpool/example_test.go index 202f6fe..a44b4f9 100644 --- a/votingpool/example_test.go +++ b/votingpool/example_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/votingpool/factory_test.go b/votingpool/factory_test.go index 56f324e..9f3e16e 100644 --- a/votingpool/factory_test.go +++ b/votingpool/factory_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/votingpool/input_selection.go b/votingpool/input_selection.go index 33206ef..403cdf3 100644 --- a/votingpool/input_selection.go +++ b/votingpool/input_selection.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/votingpool/input_selection_wb_test.go b/votingpool/input_selection_wb_test.go index 7593924..3235db1 100644 --- a/votingpool/input_selection_wb_test.go +++ b/votingpool/input_selection_wb_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/votingpool/internal_test.go b/votingpool/internal_test.go index bef0915..6bfecd4 100644 --- a/votingpool/internal_test.go +++ b/votingpool/internal_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/votingpool/log.go b/votingpool/log.go index 80fa0c7..37e2a72 100644 --- a/votingpool/log.go +++ b/votingpool/log.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/votingpool/pool.go b/votingpool/pool.go index a543568..b57927d 100644 --- a/votingpool/pool.go +++ b/votingpool/pool.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/votingpool/pool_test.go b/votingpool/pool_test.go index 4830dfd..04443ff 100644 --- a/votingpool/pool_test.go +++ b/votingpool/pool_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/votingpool/pool_wb_test.go b/votingpool/pool_wb_test.go index 8d0df03..96155e7 100644 --- a/votingpool/pool_wb_test.go +++ b/votingpool/pool_wb_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/votingpool/test_data_test.go b/votingpool/test_data_test.go index 7ecf25d..ac3520e 100644 --- a/votingpool/test_data_test.go +++ b/votingpool/test_data_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/votingpool/withdrawal.go b/votingpool/withdrawal.go index e21bd80..f47abde 100644 --- a/votingpool/withdrawal.go +++ b/votingpool/withdrawal.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/votingpool/withdrawal_test.go b/votingpool/withdrawal_test.go index 991864d..51bb654 100644 --- a/votingpool/withdrawal_test.go +++ b/votingpool/withdrawal_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/votingpool/withdrawal_wb_test.go b/votingpool/withdrawal_wb_test.go index 213c133..43aca65 100644 --- a/votingpool/withdrawal_wb_test.go +++ b/votingpool/withdrawal_wb_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/waddrmgr/address.go b/waddrmgr/address.go index badc087..ae1ae89 100644 --- a/waddrmgr/address.go +++ b/waddrmgr/address.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/waddrmgr/common_test.go b/waddrmgr/common_test.go index 4c6dd81..977991c 100644 --- a/waddrmgr/common_test.go +++ b/waddrmgr/common_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/waddrmgr/db.go b/waddrmgr/db.go index fbebce9..41db9bd 100644 --- a/waddrmgr/db.go +++ b/waddrmgr/db.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/waddrmgr/doc.go b/waddrmgr/doc.go index 073cb57..57ec734 100644 --- a/waddrmgr/doc.go +++ b/waddrmgr/doc.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/waddrmgr/error.go b/waddrmgr/error.go index fc03895..22dd588 100644 --- a/waddrmgr/error.go +++ b/waddrmgr/error.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/waddrmgr/error_test.go b/waddrmgr/error_test.go index 7763270..39143b5 100644 --- a/waddrmgr/error_test.go +++ b/waddrmgr/error_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/waddrmgr/internal_test.go b/waddrmgr/internal_test.go index b4c0c97..fc83cc2 100644 --- a/waddrmgr/internal_test.go +++ b/waddrmgr/internal_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/waddrmgr/manager.go b/waddrmgr/manager.go index 32b9035..d79f13e 100644 --- a/waddrmgr/manager.go +++ b/waddrmgr/manager.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/waddrmgr/manager_test.go b/waddrmgr/manager_test.go index 9e8ad96..6f0feee 100644 --- a/waddrmgr/manager_test.go +++ b/waddrmgr/manager_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/waddrmgr/sync.go b/waddrmgr/sync.go index 5dc7981..d4fb68d 100644 --- a/waddrmgr/sync.go +++ b/waddrmgr/sync.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/wallet/chainntfns.go b/wallet/chainntfns.go index 0d72b22..c6c1599 100644 --- a/wallet/chainntfns.go +++ b/wallet/chainntfns.go @@ -1,5 +1,5 @@ /* - * 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/wallet/config.go b/wallet/config.go index 95e4070..b47f127 100644 --- a/wallet/config.go +++ b/wallet/config.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/wallet/createtx.go b/wallet/createtx.go index 4bc4fb1..81851a5 100644 --- a/wallet/createtx.go +++ b/wallet/createtx.go @@ -1,5 +1,5 @@ /* - * 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/wallet/disksync.go b/wallet/disksync.go index 87da801..fbe33ef 100644 --- a/wallet/disksync.go +++ b/wallet/disksync.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/wallet/doc.go b/wallet/doc.go index 198a33b..cb2b5a5 100644 --- a/wallet/doc.go +++ b/wallet/doc.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/wallet/log.go b/wallet/log.go index cd3dd95..660cb2d 100644 --- a/wallet/log.go +++ b/wallet/log.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/wallet/rescan.go b/wallet/rescan.go index 876f53e..78aa0af 100644 --- a/wallet/rescan.go +++ b/wallet/rescan.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Conformal Systems LLC + * Copyright (c) 2013, 2014 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/wallet/wallet.go b/wallet/wallet.go index 4c7762a..fd3950e 100644 --- a/wallet/wallet.go +++ b/wallet/wallet.go @@ -1,5 +1,5 @@ /* - * 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/walletdb/bdb/db.go b/walletdb/bdb/db.go index 4e5a8bb..ba75e93 100644 --- a/walletdb/bdb/db.go +++ b/walletdb/bdb/db.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/walletdb/bdb/doc.go b/walletdb/bdb/doc.go index 2fc4a59..2eee328 100644 --- a/walletdb/bdb/doc.go +++ b/walletdb/bdb/doc.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/walletdb/bdb/driver.go b/walletdb/bdb/driver.go index 15bbe4c..561a896 100644 --- a/walletdb/bdb/driver.go +++ b/walletdb/bdb/driver.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/walletdb/bdb/driver_test.go b/walletdb/bdb/driver_test.go index 138e8f0..2233d84 100644 --- a/walletdb/bdb/driver_test.go +++ b/walletdb/bdb/driver_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/walletdb/bdb/interface_test.go b/walletdb/bdb/interface_test.go index edc5316..8e63f7e 100644 --- a/walletdb/bdb/interface_test.go +++ b/walletdb/bdb/interface_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/walletdb/db_test.go b/walletdb/db_test.go index 8593a10..35c8549 100644 --- a/walletdb/db_test.go +++ b/walletdb/db_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/walletdb/doc.go b/walletdb/doc.go index f6712c5..6830773 100644 --- a/walletdb/doc.go +++ b/walletdb/doc.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/walletdb/error.go b/walletdb/error.go index 1e28a73..db36ae3 100644 --- a/walletdb/error.go +++ b/walletdb/error.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/walletdb/example_test.go b/walletdb/example_test.go index 3db22cf..a360447 100644 --- a/walletdb/example_test.go +++ b/walletdb/example_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/walletdb/interface.go b/walletdb/interface.go index 87cfe7c..791a510 100644 --- a/walletdb/interface.go +++ b/walletdb/interface.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/walletdb/interface_test.go b/walletdb/interface_test.go index 7e6c9b4..d6031c6 100644 --- a/walletdb/interface_test.go +++ b/walletdb/interface_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Conformal Systems LLC + * Copyright (c) 2014 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/walletsetup.go b/walletsetup.go index a5d034d..916275a 100644 --- a/walletsetup.go +++ b/walletsetup.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 Conformal Systems LLC + * Copyright (c) 2014-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/wtxmgr/db.go b/wtxmgr/db.go index 2809501..4b60b36 100644 --- a/wtxmgr/db.go +++ b/wtxmgr/db.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/wtxmgr/doc.go b/wtxmgr/doc.go index 9e90138..97cd241 100644 --- a/wtxmgr/doc.go +++ b/wtxmgr/doc.go @@ -1,5 +1,5 @@ /* - * 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/wtxmgr/error.go b/wtxmgr/error.go index 5c6ed12..66a2e80 100644 --- a/wtxmgr/error.go +++ b/wtxmgr/error.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/wtxmgr/example_test.go b/wtxmgr/example_test.go index 42edb88..f437b0d 100644 --- a/wtxmgr/example_test.go +++ b/wtxmgr/example_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Conformal Systems LLC +// Copyright (c) 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/wtxmgr/log.go b/wtxmgr/log.go index 9d9b4c3..fa3d2eb 100644 --- a/wtxmgr/log.go +++ b/wtxmgr/log.go @@ -1,5 +1,5 @@ /* - * 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/wtxmgr/query.go b/wtxmgr/query.go index ba1e03d..3abb734 100644 --- a/wtxmgr/query.go +++ b/wtxmgr/query.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Conformal Systems LLC + * Copyright (c) 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/wtxmgr/query_test.go b/wtxmgr/query_test.go index f35420d..d3bb2be 100644 --- a/wtxmgr/query_test.go +++ b/wtxmgr/query_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Conformal Systems LLC +// Copyright (c) 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/wtxmgr/tx.go b/wtxmgr/tx.go index 7c9ad9c..4883826 100644 --- a/wtxmgr/tx.go +++ b/wtxmgr/tx.go @@ -1,5 +1,5 @@ /* - * 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/wtxmgr/tx_test.go b/wtxmgr/tx_test.go index 78f228c..5af8dc6 100644 --- a/wtxmgr/tx_test.go +++ b/wtxmgr/tx_test.go @@ -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/wtxmgr/unconfirmed.go b/wtxmgr/unconfirmed.go index c14b3d2..058b27d 100644 --- a/wtxmgr/unconfirmed.go +++ b/wtxmgr/unconfirmed.go @@ -1,5 +1,5 @@ /* - * 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