From 73333cc15dd2b00d905b6bef4c5e6ca9e97ad754 Mon Sep 17 00:00:00 2001 From: tperkins Date: Tue, 21 Nov 2017 17:49:24 -0700 Subject: [PATCH] fixing pythong comment for copyright --- .pydevproject | 5 +++++ test/functional/abandonconflict.py | 2 +- test/functional/assumevalid.py | 2 +- test/functional/bip65-cltv-p2p.py | 2 +- test/functional/bip68-112-113-p2p.py | 2 +- test/functional/bip68-sequence.py | 2 +- test/functional/bip9-softforks.py | 2 +- test/functional/bipdersig-p2p.py | 2 +- test/functional/bitcoin_cli.py | 2 +- test/functional/blockchain.py | 2 +- test/functional/bumpfee.py | 2 +- test/functional/create_cache.py | 2 +- test/functional/dbcrash.py | 2 +- test/functional/decodescript.py | 2 +- test/functional/deprecated_rpc.py | 2 +- test/functional/disablewallet.py | 2 +- test/functional/disconnect_ban.py | 2 +- test/functional/example_test.py | 2 +- test/functional/fundrawtransaction.py | 2 +- test/functional/getblocktemplate_longpoll.py | 2 +- test/functional/getchaintips.py | 2 +- test/functional/httpbasics.py | 2 +- test/functional/import-rescan.py | 2 +- test/functional/importmulti.py | 2 +- test/functional/importprunedfunds.py | 2 +- test/functional/invalidateblock.py | 2 +- test/functional/invalidblockrequest.py | 2 +- test/functional/invalidtxrequest.py | 2 +- test/functional/keypool-topup.py | 2 +- test/functional/keypool.py | 2 +- test/functional/listsinceblock.py | 2 +- test/functional/listtransactions.py | 2 +- test/functional/maxuploadtarget.py | 2 +- test/functional/mempool_limit.py | 2 +- test/functional/mempool_packages.py | 2 +- test/functional/mempool_persist.py | 2 +- test/functional/mempool_reorg.py | 2 +- test/functional/mempool_resurrect_test.py | 2 +- test/functional/mempool_spendcoinbase.py | 2 +- test/functional/merkle_blocks.py | 2 +- test/functional/minchainwork.py | 2 +- test/functional/mining.py | 2 +- test/functional/multi_rpc.py | 2 +- test/functional/multiwallet.py | 2 +- test/functional/net.py | 2 +- test/functional/notifications.py | 2 +- test/functional/nulldummy.py | 2 +- test/functional/p2p-acceptblock.py | 2 +- test/functional/p2p-compactblocks.py | 2 +- test/functional/p2p-feefilter.py | 2 +- test/functional/p2p-fingerprint.py | 2 +- test/functional/p2p-fullblocktest.py | 2 +- test/functional/p2p-leaktests.py | 2 +- test/functional/p2p-mempool.py | 2 +- test/functional/p2p-segwit.py | 2 +- test/functional/p2p-timeouts.py | 2 +- test/functional/p2p-versionbits-warning.py | 2 +- test/functional/preciousblock.py | 2 +- test/functional/prioritise_transaction.py | 2 +- test/functional/proxy_test.py | 2 +- test/functional/pruning.py | 2 +- test/functional/rawtransactions.py | 2 +- test/functional/receivedby.py | 2 +- test/functional/reindex.py | 2 +- test/functional/replace-by-fee.py | 2 +- test/functional/resendwallettransactions.py | 2 +- test/functional/rest.py | 2 +- test/functional/rpcbind_test.py | 2 +- test/functional/rpcnamedargs.py | 2 +- test/functional/segwit.py | 2 +- test/functional/sendheaders.py | 2 +- test/functional/signmessages.py | 2 +- test/functional/signrawtransactions.py | 2 +- test/functional/smartfees.py | 2 +- test/functional/test_framework/address.py | 2 +- test/functional/test_framework/blockstore.py | 2 +- test/functional/test_framework/blocktools.py | 2 +- test/functional/test_framework/comptool.py | 2 +- test/functional/test_framework/coverage.py | 2 +- test/functional/test_framework/mininode.py | 2 +- test/functional/test_framework/netutil.py | 2 +- test/functional/test_framework/script.py | 2 +- test/functional/test_framework/siphash.py | 2 +- test/functional/test_framework/socks5.py | 2 +- test/functional/test_framework/test_framework.py | 2 +- test/functional/test_framework/test_node.py | 2 +- test/functional/test_framework/util.py | 2 +- test/functional/test_runner.py | 2 +- test/functional/txn_clone.py | 2 +- test/functional/txn_doublespend.py | 2 +- test/functional/uacomment.py | 2 +- test/functional/uptime.py | 2 +- test/functional/wallet-accounts.py | 2 +- test/functional/wallet-dump.py | 2 +- test/functional/wallet-encryption.py | 2 +- test/functional/wallet-hd.py | 2 +- test/functional/wallet.py | 2 +- test/functional/walletbackup.py | 2 +- test/functional/zapwallettxes.py | 2 +- test/functional/zmq_test.py | 2 +- test/util/raven-util-test.py | 2 +- 101 files changed, 105 insertions(+), 100 deletions(-) create mode 100644 .pydevproject diff --git a/.pydevproject b/.pydevproject new file mode 100644 index 0000000000..d001f0aea3 --- /dev/null +++ b/.pydevproject @@ -0,0 +1,5 @@ + + +Default +python interpreter + diff --git a/test/functional/abandonconflict.py b/test/functional/abandonconflict.py index b290e60191..55b6828374 100755 --- a/test/functional/abandonconflict.py +++ b/test/functional/abandonconflict.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the abandontransaction RPC. diff --git a/test/functional/assumevalid.py b/test/functional/assumevalid.py index f373e6d048..2e0d198ed3 100755 --- a/test/functional/assumevalid.py +++ b/test/functional/assumevalid.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test logic for skipping signature validation on old blocks. diff --git a/test/functional/bip65-cltv-p2p.py b/test/functional/bip65-cltv-p2p.py index c3a834b007..ec12b804a1 100755 --- a/test/functional/bip65-cltv-p2p.py +++ b/test/functional/bip65-cltv-p2p.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test BIP65 (CHECKLOCKTIMEVERIFY). diff --git a/test/functional/bip68-112-113-p2p.py b/test/functional/bip68-112-113-p2p.py index be5620c48d..00f65d7957 100755 --- a/test/functional/bip68-112-113-p2p.py +++ b/test/functional/bip68-112-113-p2p.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test activation of the first version bits soft fork. diff --git a/test/functional/bip68-sequence.py b/test/functional/bip68-sequence.py index 5b5f558fa3..61ad515a55 100755 --- a/test/functional/bip68-sequence.py +++ b/test/functional/bip68-sequence.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test BIP68 implementation.""" diff --git a/test/functional/bip9-softforks.py b/test/functional/bip9-softforks.py index 4f2e98c12c..9ff6a6c726 100755 --- a/test/functional/bip9-softforks.py +++ b/test/functional/bip9-softforks.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test BIP 9 soft forks. diff --git a/test/functional/bipdersig-p2p.py b/test/functional/bipdersig-p2p.py index 2753d6772d..9073732a0f 100755 --- a/test/functional/bipdersig-p2p.py +++ b/test/functional/bipdersig-p2p.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test BIP66 (DER SIG). diff --git a/test/functional/bitcoin_cli.py b/test/functional/bitcoin_cli.py index 67ca4aef27..834da4c7ff 100755 --- a/test/functional/bitcoin_cli.py +++ b/test/functional/bitcoin_cli.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test raven-cli""" diff --git a/test/functional/blockchain.py b/test/functional/blockchain.py index 6ab1d0974f..f38b38a7d4 100755 --- a/test/functional/blockchain.py +++ b/test/functional/blockchain.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test RPCs related to blockchainstate. diff --git a/test/functional/bumpfee.py b/test/functional/bumpfee.py index fcd66f6ef1..2ef045a1d4 100755 --- a/test/functional/bumpfee.py +++ b/test/functional/bumpfee.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the bumpfee RPC. diff --git a/test/functional/create_cache.py b/test/functional/create_cache.py index 5608b3105c..e1ac3d16c8 100755 --- a/test/functional/create_cache.py +++ b/test/functional/create_cache.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Create a blockchain cache. diff --git a/test/functional/dbcrash.py b/test/functional/dbcrash.py index 1af3b7fc4b..267316fd40 100755 --- a/test/functional/dbcrash.py +++ b/test/functional/dbcrash.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test recovery from a crash during chainstate writing. diff --git a/test/functional/decodescript.py b/test/functional/decodescript.py index e7ef1093d2..2e4e78bd26 100755 --- a/test/functional/decodescript.py +++ b/test/functional/decodescript.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test decoding scripts via decodescript RPC command.""" diff --git a/test/functional/deprecated_rpc.py b/test/functional/deprecated_rpc.py index 661df613ca..4f586eb367 100755 --- a/test/functional/deprecated_rpc.py +++ b/test/functional/deprecated_rpc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test deprecation of RPC calls.""" diff --git a/test/functional/disablewallet.py b/test/functional/disablewallet.py index 437c1fab26..9157a8cbd4 100755 --- a/test/functional/disablewallet.py +++ b/test/functional/disablewallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test a node with the -disablewallet option. diff --git a/test/functional/disconnect_ban.py b/test/functional/disconnect_ban.py index 9543f99e7a..56c25fc323 100755 --- a/test/functional/disconnect_ban.py +++ b/test/functional/disconnect_ban.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test node disconnect and ban behavior""" diff --git a/test/functional/example_test.py b/test/functional/example_test.py index 1c630fdcf1..134917e0e7 100755 --- a/test/functional/example_test.py +++ b/test/functional/example_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """An example functional test diff --git a/test/functional/fundrawtransaction.py b/test/functional/fundrawtransaction.py index 1f21f08c68..ec9510e18d 100755 --- a/test/functional/fundrawtransaction.py +++ b/test/functional/fundrawtransaction.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the fundrawtransaction RPC.""" diff --git a/test/functional/getblocktemplate_longpoll.py b/test/functional/getblocktemplate_longpoll.py index c75365e417..ce8056b7ba 100755 --- a/test/functional/getblocktemplate_longpoll.py +++ b/test/functional/getblocktemplate_longpoll.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test longpolling with getblocktemplate.""" diff --git a/test/functional/getchaintips.py b/test/functional/getchaintips.py index ac68385c98..e55cd9a595 100755 --- a/test/functional/getchaintips.py +++ b/test/functional/getchaintips.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the getchaintips RPC. diff --git a/test/functional/httpbasics.py b/test/functional/httpbasics.py index 20f6ad6edb..e8ad68f247 100755 --- a/test/functional/httpbasics.py +++ b/test/functional/httpbasics.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the RPC HTTP basics.""" diff --git a/test/functional/import-rescan.py b/test/functional/import-rescan.py index 8b483dac64..fe8424e6f0 100755 --- a/test/functional/import-rescan.py +++ b/test/functional/import-rescan.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test wallet import RPCs. diff --git a/test/functional/importmulti.py b/test/functional/importmulti.py index 361aaf5181..97df2f419a 100755 --- a/test/functional/importmulti.py +++ b/test/functional/importmulti.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the importmulti RPC.""" diff --git a/test/functional/importprunedfunds.py b/test/functional/importprunedfunds.py index 5e805bb01a..d8d759ac81 100755 --- a/test/functional/importprunedfunds.py +++ b/test/functional/importprunedfunds.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the importprunedfunds and removeprunedfunds RPCs.""" diff --git a/test/functional/invalidateblock.py b/test/functional/invalidateblock.py index a61aa6e4eb..b0f5a89476 100755 --- a/test/functional/invalidateblock.py +++ b/test/functional/invalidateblock.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the invalidateblock RPC.""" diff --git a/test/functional/invalidblockrequest.py b/test/functional/invalidblockrequest.py index 8a5109496d..52fac853d5 100755 --- a/test/functional/invalidblockrequest.py +++ b/test/functional/invalidblockrequest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test node responses to invalid blocks. diff --git a/test/functional/invalidtxrequest.py b/test/functional/invalidtxrequest.py index 4bdd4b6334..63143e8b6c 100755 --- a/test/functional/invalidtxrequest.py +++ b/test/functional/invalidtxrequest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test node responses to invalid transactions. diff --git a/test/functional/keypool-topup.py b/test/functional/keypool-topup.py index 28de3a3faf..85c470e408 100755 --- a/test/functional/keypool-topup.py +++ b/test/functional/keypool-topup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test HD Wallet keypool restore function. diff --git a/test/functional/keypool.py b/test/functional/keypool.py index 7ad77408c2..888173cdb2 100755 --- a/test/functional/keypool.py +++ b/test/functional/keypool.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the wallet keypool and interaction with wallet encryption/locking.""" diff --git a/test/functional/listsinceblock.py b/test/functional/listsinceblock.py index d26bdc1f9e..c8ebd57489 100755 --- a/test/functional/listsinceblock.py +++ b/test/functional/listsinceblock.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the listsincelast RPC.""" diff --git a/test/functional/listtransactions.py b/test/functional/listtransactions.py index 3ab053172f..41c14951e0 100755 --- a/test/functional/listtransactions.py +++ b/test/functional/listtransactions.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the listtransactions API.""" diff --git a/test/functional/maxuploadtarget.py b/test/functional/maxuploadtarget.py index aec60b1769..197d7b1308 100755 --- a/test/functional/maxuploadtarget.py +++ b/test/functional/maxuploadtarget.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test behavior of -maxuploadtarget. diff --git a/test/functional/mempool_limit.py b/test/functional/mempool_limit.py index 510923671a..32daef4436 100755 --- a/test/functional/mempool_limit.py +++ b/test/functional/mempool_limit.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test mempool limiting together/eviction with the wallet.""" diff --git a/test/functional/mempool_packages.py b/test/functional/mempool_packages.py index b0de050b48..e1d0727af5 100755 --- a/test/functional/mempool_packages.py +++ b/test/functional/mempool_packages.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test descendant package tracking code.""" diff --git a/test/functional/mempool_persist.py b/test/functional/mempool_persist.py index 1f42b16a84..25bd36708d 100755 --- a/test/functional/mempool_persist.py +++ b/test/functional/mempool_persist.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test mempool persistence. diff --git a/test/functional/mempool_reorg.py b/test/functional/mempool_reorg.py index 0197c561b0..c86b89bdc2 100755 --- a/test/functional/mempool_reorg.py +++ b/test/functional/mempool_reorg.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test mempool re-org scenarios. diff --git a/test/functional/mempool_resurrect_test.py b/test/functional/mempool_resurrect_test.py index d38dc65df6..3f089d12e0 100755 --- a/test/functional/mempool_resurrect_test.py +++ b/test/functional/mempool_resurrect_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test resurrection of mined transactions when the blockchain is re-organized.""" diff --git a/test/functional/mempool_spendcoinbase.py b/test/functional/mempool_spendcoinbase.py index df90b1ccdd..f6a157eff7 100755 --- a/test/functional/mempool_spendcoinbase.py +++ b/test/functional/mempool_spendcoinbase.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test spending coinbase transactions. diff --git a/test/functional/merkle_blocks.py b/test/functional/merkle_blocks.py index 19533b0557..684d4fb5e4 100755 --- a/test/functional/merkle_blocks.py +++ b/test/functional/merkle_blocks.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test gettxoutproof and verifytxoutproof RPCs.""" diff --git a/test/functional/minchainwork.py b/test/functional/minchainwork.py index 8f9db178eb..ac549e0e2b 100755 --- a/test/functional/minchainwork.py +++ b/test/functional/minchainwork.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test logic for setting nMinimumChainWork on command line. diff --git a/test/functional/mining.py b/test/functional/mining.py index 06e32c2ba1..c42d1a9ef6 100755 --- a/test/functional/mining.py +++ b/test/functional/mining.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test mining RPCs diff --git a/test/functional/multi_rpc.py b/test/functional/multi_rpc.py index 14955a631e..bb1762b8ff 100755 --- a/test/functional/multi_rpc.py +++ b/test/functional/multi_rpc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test multiple RPC users.""" diff --git a/test/functional/multiwallet.py b/test/functional/multiwallet.py index 28a31f8545..e826712036 100755 --- a/test/functional/multiwallet.py +++ b/test/functional/multiwallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test multiwallet. diff --git a/test/functional/net.py b/test/functional/net.py index b53b13bfd0..bcc6fd9593 100755 --- a/test/functional/net.py +++ b/test/functional/net.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test RPC calls related to net. diff --git a/test/functional/notifications.py b/test/functional/notifications.py index 99dd5f310f..1e43d21007 100755 --- a/test/functional/notifications.py +++ b/test/functional/notifications.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the -alertnotify, -blocknotify and -walletnotify options.""" diff --git a/test/functional/nulldummy.py b/test/functional/nulldummy.py index bfe6b4a514..189ff1fcc7 100755 --- a/test/functional/nulldummy.py +++ b/test/functional/nulldummy.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test NULLDUMMY softfork. diff --git a/test/functional/p2p-acceptblock.py b/test/functional/p2p-acceptblock.py index bc0d6c65d0..a81631aa3e 100755 --- a/test/functional/p2p-acceptblock.py +++ b/test/functional/p2p-acceptblock.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test processing of unrequested blocks. diff --git a/test/functional/p2p-compactblocks.py b/test/functional/p2p-compactblocks.py index df1e149964..3031a8815c 100755 --- a/test/functional/p2p-compactblocks.py +++ b/test/functional/p2p-compactblocks.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test compact blocks (BIP 152). diff --git a/test/functional/p2p-feefilter.py b/test/functional/p2p-feefilter.py index 904a40f6d8..f17cac2700 100755 --- a/test/functional/p2p-feefilter.py +++ b/test/functional/p2p-feefilter.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test processing of feefilter messages.""" diff --git a/test/functional/p2p-fingerprint.py b/test/functional/p2p-fingerprint.py index 764a3a78d8..011d680ba2 100755 --- a/test/functional/p2p-fingerprint.py +++ b/test/functional/p2p-fingerprint.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test various fingerprinting protections. diff --git a/test/functional/p2p-fullblocktest.py b/test/functional/p2p-fullblocktest.py index c3cdda7a53..744ed1f743 100755 --- a/test/functional/p2p-fullblocktest.py +++ b/test/functional/p2p-fullblocktest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test block processing. diff --git a/test/functional/p2p-leaktests.py b/test/functional/p2p-leaktests.py index 3ff896e5ea..c2e69bb077 100755 --- a/test/functional/p2p-leaktests.py +++ b/test/functional/p2p-leaktests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test message sending before handshake completion. diff --git a/test/functional/p2p-mempool.py b/test/functional/p2p-mempool.py index 2e1be9b46a..1da58bc7e6 100755 --- a/test/functional/p2p-mempool.py +++ b/test/functional/p2p-mempool.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test p2p mempool message. diff --git a/test/functional/p2p-segwit.py b/test/functional/p2p-segwit.py index c6f47cd30f..3344896cb4 100755 --- a/test/functional/p2p-segwit.py +++ b/test/functional/p2p-segwit.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test segwit transactions and blocks on P2P network.""" diff --git a/test/functional/p2p-timeouts.py b/test/functional/p2p-timeouts.py index e28a60322a..190b62a143 100755 --- a/test/functional/p2p-timeouts.py +++ b/test/functional/p2p-timeouts.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test various net timeouts. diff --git a/test/functional/p2p-versionbits-warning.py b/test/functional/p2p-versionbits-warning.py index eb0d62c2cf..2af61f0e67 100755 --- a/test/functional/p2p-versionbits-warning.py +++ b/test/functional/p2p-versionbits-warning.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test version bits warning system. diff --git a/test/functional/preciousblock.py b/test/functional/preciousblock.py index 43ab116f13..7b117ba616 100755 --- a/test/functional/preciousblock.py +++ b/test/functional/preciousblock.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the preciousblock RPC.""" diff --git a/test/functional/prioritise_transaction.py b/test/functional/prioritise_transaction.py index eb1bf20e8a..ea687a13b4 100755 --- a/test/functional/prioritise_transaction.py +++ b/test/functional/prioritise_transaction.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the prioritisetransaction mining RPC.""" diff --git a/test/functional/proxy_test.py b/test/functional/proxy_test.py index 0fc00375fd..e6e236e150 100755 --- a/test/functional/proxy_test.py +++ b/test/functional/proxy_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test ravend with different proxy configuration. diff --git a/test/functional/pruning.py b/test/functional/pruning.py index d960712757..5fd89d5184 100755 --- a/test/functional/pruning.py +++ b/test/functional/pruning.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the pruning code. diff --git a/test/functional/rawtransactions.py b/test/functional/rawtransactions.py index 426c8222cf..e8981ea816 100755 --- a/test/functional/rawtransactions.py +++ b/test/functional/rawtransactions.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the rawtransaction RPCs. diff --git a/test/functional/receivedby.py b/test/functional/receivedby.py index 7ad1dbc97b..4017217a17 100755 --- a/test/functional/receivedby.py +++ b/test/functional/receivedby.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the listreceivedbyaddress RPC.""" diff --git a/test/functional/reindex.py b/test/functional/reindex.py index f6bf541ab2..72f525effc 100755 --- a/test/functional/reindex.py +++ b/test/functional/reindex.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test running ravend with -reindex and -reindex-chainstate options. diff --git a/test/functional/replace-by-fee.py b/test/functional/replace-by-fee.py index 43a46c25a8..330f972e8d 100755 --- a/test/functional/replace-by-fee.py +++ b/test/functional/replace-by-fee.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the RBF code.""" diff --git a/test/functional/resendwallettransactions.py b/test/functional/resendwallettransactions.py index cabba6eb16..7a189e76b9 100755 --- a/test/functional/resendwallettransactions.py +++ b/test/functional/resendwallettransactions.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test resendwallettransactions RPC.""" diff --git a/test/functional/rest.py b/test/functional/rest.py index 92333d274a..f629cbb4b3 100755 --- a/test/functional/rest.py +++ b/test/functional/rest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the REST API.""" diff --git a/test/functional/rpcbind_test.py b/test/functional/rpcbind_test.py index 4fc381066c..725ab2e5a8 100755 --- a/test/functional/rpcbind_test.py +++ b/test/functional/rpcbind_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test running ravend with the -rpcbind and -rpcallowip options.""" diff --git a/test/functional/rpcnamedargs.py b/test/functional/rpcnamedargs.py index 37b1594092..f223fa9874 100755 --- a/test/functional/rpcnamedargs.py +++ b/test/functional/rpcnamedargs.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test using named arguments for RPCs.""" diff --git a/test/functional/segwit.py b/test/functional/segwit.py index 1e3b3906f2..91346ba6d9 100755 --- a/test/functional/segwit.py +++ b/test/functional/segwit.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the SegWit changeover logic.""" diff --git a/test/functional/sendheaders.py b/test/functional/sendheaders.py index 3a92f43406..f1733ea441 100755 --- a/test/functional/sendheaders.py +++ b/test/functional/sendheaders.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test behavior of headers messages to announce blocks. diff --git a/test/functional/signmessages.py b/test/functional/signmessages.py index f0cbee53f2..8f96212a05 100755 --- a/test/functional/signmessages.py +++ b/test/functional/signmessages.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test RPC commands for signing and verifying messages.""" diff --git a/test/functional/signrawtransactions.py b/test/functional/signrawtransactions.py index 75f6e6c5fe..3f217032ef 100755 --- a/test/functional/signrawtransactions.py +++ b/test/functional/signrawtransactions.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test transaction signing using the signrawtransaction RPC.""" diff --git a/test/functional/smartfees.py b/test/functional/smartfees.py index d6fbff5e3b..6fd99ce6cf 100755 --- a/test/functional/smartfees.py +++ b/test/functional/smartfees.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test fee estimation code.""" diff --git a/test/functional/test_framework/address.py b/test/functional/test_framework/address.py index f4800ca451..86833bdc3d 100644 --- a/test/functional/test_framework/address.py +++ b/test/functional/test_framework/address.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Encode and decode BASE58, P2PKH and P2SH addresses.""" diff --git a/test/functional/test_framework/blockstore.py b/test/functional/test_framework/blockstore.py index c5729802d2..9cdfae02e8 100644 --- a/test/functional/test_framework/blockstore.py +++ b/test/functional/test_framework/blockstore.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """BlockStore and TxStore helper classes.""" diff --git a/test/functional/test_framework/blocktools.py b/test/functional/test_framework/blocktools.py index dfc00c365e..eb1da76fc3 100644 --- a/test/functional/test_framework/blocktools.py +++ b/test/functional/test_framework/blocktools.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Utilities for manipulating blocks and transactions.""" diff --git a/test/functional/test_framework/comptool.py b/test/functional/test_framework/comptool.py index 8d22aa9d31..1544b9567e 100755 --- a/test/functional/test_framework/comptool.py +++ b/test/functional/test_framework/comptool.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Compare two or more ravends to each other. diff --git a/test/functional/test_framework/coverage.py b/test/functional/test_framework/coverage.py index 5e666809c3..66dee64ce2 100644 --- a/test/functional/test_framework/coverage.py +++ b/test/functional/test_framework/coverage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Utilities for doing coverage analysis on the RPC interface. diff --git a/test/functional/test_framework/mininode.py b/test/functional/test_framework/mininode.py index eebceae1cb..4310b8ff2c 100755 --- a/test/functional/test_framework/mininode.py +++ b/test/functional/test_framework/mininode.py @@ -2,7 +2,7 @@ # Copyright (c) 2010 ArtForz -- public domain half-a-node # Copyright (c) 2012 Jeff Garzik # Copyright (c) 2010-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Raven P2P network half-a-node. diff --git a/test/functional/test_framework/netutil.py b/test/functional/test_framework/netutil.py index 0e8e457b15..f15fb20e7e 100644 --- a/test/functional/test_framework/netutil.py +++ b/test/functional/test_framework/netutil.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Linux network utilities. diff --git a/test/functional/test_framework/script.py b/test/functional/test_framework/script.py index 2192ef0b69..f30aa116e7 100644 --- a/test/functional/test_framework/script.py +++ b/test/functional/test_framework/script.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Functionality to build scripts, as well as SignatureHash(). diff --git a/test/functional/test_framework/siphash.py b/test/functional/test_framework/siphash.py index 1ab2e0bce4..8d1321bbc9 100644 --- a/test/functional/test_framework/siphash.py +++ b/test/functional/test_framework/siphash.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Specialized SipHash-2-4 implementations. diff --git a/test/functional/test_framework/socks5.py b/test/functional/test_framework/socks5.py index 5a6cab14e6..ed9ee6cec1 100644 --- a/test/functional/test_framework/socks5.py +++ b/test/functional/test_framework/socks5.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Dummy Socks5 server for testing.""" diff --git a/test/functional/test_framework/test_framework.py b/test/functional/test_framework/test_framework.py index 04a8cb9d30..997e37bdad 100755 --- a/test/functional/test_framework/test_framework.py +++ b/test/functional/test_framework/test_framework.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Base class for RPC testing.""" diff --git a/test/functional/test_framework/test_node.py b/test/functional/test_framework/test_node.py index 256906d9ba..2e1d6c4087 100755 --- a/test/functional/test_framework/test_node.py +++ b/test/functional/test_framework/test_node.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Class for ravend node under test""" diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py index 35996f89bf..0710d24a40 100644 --- a/test/functional/test_framework/util.py +++ b/test/functional/test_framework/util.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Helpful routines for regression testing.""" diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index c075c17d92..22d8d6b930 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Run regression test suite. diff --git a/test/functional/txn_clone.py b/test/functional/txn_clone.py index a7399fca1b..dafbb8a94b 100755 --- a/test/functional/txn_clone.py +++ b/test/functional/txn_clone.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the wallet accounts properly when there are cloned transactions with malleated scriptsigs.""" diff --git a/test/functional/txn_doublespend.py b/test/functional/txn_doublespend.py index 51f40a0836..a714235a8e 100755 --- a/test/functional/txn_doublespend.py +++ b/test/functional/txn_doublespend.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the wallet accounts properly when there is a double-spend conflict.""" diff --git a/test/functional/uacomment.py b/test/functional/uacomment.py index 507c3bb364..d5f886fb2f 100755 --- a/test/functional/uacomment.py +++ b/test/functional/uacomment.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the -uacomment option.""" diff --git a/test/functional/uptime.py b/test/functional/uptime.py index d7374c934b..472a8581f2 100755 --- a/test/functional/uptime.py +++ b/test/functional/uptime.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the RPC call related to the uptime command. diff --git a/test/functional/wallet-accounts.py b/test/functional/wallet-accounts.py index de799457f6..9a950802ef 100755 --- a/test/functional/wallet-accounts.py +++ b/test/functional/wallet-accounts.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test account RPCs. diff --git a/test/functional/wallet-dump.py b/test/functional/wallet-dump.py index cd1885e951..3ca01ff2c0 100755 --- a/test/functional/wallet-dump.py +++ b/test/functional/wallet-dump.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the dumpwallet RPC.""" diff --git a/test/functional/wallet-encryption.py b/test/functional/wallet-encryption.py index 42357949c1..1405934271 100755 --- a/test/functional/wallet-encryption.py +++ b/test/functional/wallet-encryption.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test Wallet encryption""" diff --git a/test/functional/wallet-hd.py b/test/functional/wallet-hd.py index 7c5890468c..722f7f0c47 100755 --- a/test/functional/wallet-hd.py +++ b/test/functional/wallet-hd.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test Hierarchical Deterministic wallet function.""" diff --git a/test/functional/wallet.py b/test/functional/wallet.py index 1a77da55f6..2601467602 100755 --- a/test/functional/wallet.py +++ b/test/functional/wallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the wallet.""" diff --git a/test/functional/walletbackup.py b/test/functional/walletbackup.py index 98c3e51163..2e7f63e1e7 100755 --- a/test/functional/walletbackup.py +++ b/test/functional/walletbackup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the wallet backup features. diff --git a/test/functional/zapwallettxes.py b/test/functional/zapwallettxes.py index b91083916a..d54969aae2 100755 --- a/test/functional/zapwallettxes.py +++ b/test/functional/zapwallettxes.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the zapwallettxes functionality. diff --git a/test/functional/zmq_test.py b/test/functional/zmq_test.py index 8ca2b1bb60..2b4ddf83f9 100755 --- a/test/functional/zmq_test.py +++ b/test/functional/zmq_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the ZMQ notification interface.""" diff --git a/test/util/raven-util-test.py b/test/util/raven-util-test.py index b69260bf83..48aa860e93 100755 --- a/test/util/raven-util-test.py +++ b/test/util/raven-util-test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Copyright 2014 BitPay Inc. # Copyright 2016-2017 The Bitcoin Core developers -// Copyright (c) 2017 The Raven Core developers +# Copyright (c) 2017 The Raven Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test framework for raven utils.