diff --git a/contrib/devtools/lint-clang-format.py b/contrib/devtools/lint-clang-format.py index c64c2e1069..79285bc99e 100755 --- a/contrib/devtools/lint-clang-format.py +++ b/contrib/devtools/lint-clang-format.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/better-enums/enum_set.h b/src/better-enums/enum_set.h index dbf4c9e0d0..b5103f7956 100644 --- a/src/better-enums/enum_set.h +++ b/src/better-enums/enum_set.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/blockchain/blockchain_genesis.h b/src/blockchain/blockchain_genesis.h index 510ab31d63..ab0ebcb5fb 100644 --- a/src/blockchain/blockchain_genesis.h +++ b/src/blockchain/blockchain_genesis.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/blockchain/blockchain_interfaces.h b/src/blockchain/blockchain_interfaces.h index 4faa46920f..9c06907fd9 100644 --- a/src/blockchain/blockchain_interfaces.h +++ b/src/blockchain/blockchain_interfaces.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/dependency_injector.h b/src/dependency_injector.h index 98eb76d800..60fc7d72b1 100644 --- a/src/dependency_injector.h +++ b/src/dependency_injector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/esperanza/admincommand.cpp b/src/esperanza/admincommand.cpp index 7a7c27fc81..1b75f60a6e 100644 --- a/src/esperanza/admincommand.cpp +++ b/src/esperanza/admincommand.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/esperanza/admincommand.h b/src/esperanza/admincommand.h index 484ef54e25..815a6dd71c 100644 --- a/src/esperanza/admincommand.h +++ b/src/esperanza/admincommand.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/esperanza/adminparams.h b/src/esperanza/adminparams.h index 23bc5f0672..311f097bf5 100644 --- a/src/esperanza/adminparams.h +++ b/src/esperanza/adminparams.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/esperanza/checkpoint.cpp b/src/esperanza/checkpoint.cpp index 9b2d9bf4b0..ae32748f90 100644 --- a/src/esperanza/checkpoint.cpp +++ b/src/esperanza/checkpoint.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/esperanza/checkpoint.h b/src/esperanza/checkpoint.h index 1ce019e9f8..6656faaa66 100644 --- a/src/esperanza/checkpoint.h +++ b/src/esperanza/checkpoint.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/esperanza/checks.h b/src/esperanza/checks.h index 235be93cc6..86d587c9f5 100644 --- a/src/esperanza/checks.h +++ b/src/esperanza/checks.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Copyright (c) 2017 The Particl Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/esperanza/init.cpp b/src/esperanza/init.cpp index 235051a6d5..1571fb43ff 100644 --- a/src/esperanza/init.cpp +++ b/src/esperanza/init.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/esperanza/validator.cpp b/src/esperanza/validator.cpp index 651c6322f8..cc02e1df26 100644 --- a/src/esperanza/validator.cpp +++ b/src/esperanza/validator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/esperanza/validator.h b/src/esperanza/validator.h index 1f52258085..600a2a7d0f 100644 --- a/src/esperanza/validator.h +++ b/src/esperanza/validator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/esperanza/validatorstate.h b/src/esperanza/validatorstate.h index b930d524d3..2337ec2248 100644 --- a/src/esperanza/validatorstate.h +++ b/src/esperanza/validatorstate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/esperanza/vote.cpp b/src/esperanza/vote.cpp index 283c6f0b4e..ed9ab63776 100644 --- a/src/esperanza/vote.cpp +++ b/src/esperanza/vote.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/esperanza/vote.h b/src/esperanza/vote.h index 07bd88d4e6..f59243e37c 100644 --- a/src/esperanza/vote.h +++ b/src/esperanza/vote.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/finalization/vote_recorder.cpp b/src/finalization/vote_recorder.cpp index 2c0c7eee77..de7f125b2a 100644 --- a/src/finalization/vote_recorder.cpp +++ b/src/finalization/vote_recorder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/finalization/vote_recorder.h b/src/finalization/vote_recorder.h index 972aae09d3..6ed853ead2 100644 --- a/src/finalization/vote_recorder.h +++ b/src/finalization/vote_recorder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/proposer/proposer_state.h b/src/proposer/proposer_state.h index 5782adb85d..307c9ed02f 100644 --- a/src/proposer/proposer_state.h +++ b/src/proposer/proposer_state.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/proposer/waiter.cpp b/src/proposer/waiter.cpp index b65bcf5f95..b0d7af2bf5 100644 --- a/src/proposer/waiter.cpp +++ b/src/proposer/waiter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/proposer/waiter.h b/src/proposer/waiter.h index 7c4740d660..1217563aee 100644 --- a/src/proposer/waiter.h +++ b/src/proposer/waiter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/finalization.cpp b/src/rpc/finalization.cpp index 06c911fcc7..92167a544c 100644 --- a/src/rpc/finalization.cpp +++ b/src/rpc/finalization.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/proposing.h b/src/rpc/proposing.h index fc6df53351..79580e05e4 100644 --- a/src/rpc/proposing.h +++ b/src/rpc/proposing.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/settings.cpp b/src/settings.cpp index 44fb16e9e1..f6d1453af1 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/snapshot/chainstate_iterator.cpp b/src/snapshot/chainstate_iterator.cpp index acb5e326cc..8a658e981b 100644 --- a/src/snapshot/chainstate_iterator.cpp +++ b/src/snapshot/chainstate_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/snapshot/chainstate_iterator.h b/src/snapshot/chainstate_iterator.h index dbf518724a..d94beb9400 100644 --- a/src/snapshot/chainstate_iterator.h +++ b/src/snapshot/chainstate_iterator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/snapshot/creator.h b/src/snapshot/creator.h index 1e5f81fc93..d7fed357da 100644 --- a/src/snapshot/creator.h +++ b/src/snapshot/creator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/snapshot/snapshot_index.cpp b/src/snapshot/snapshot_index.cpp index 405ed81af0..91dc18c934 100644 --- a/src/snapshot/snapshot_index.cpp +++ b/src/snapshot/snapshot_index.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/better_enum_set_tests.cpp b/src/test/better_enum_set_tests.cpp index 1dee4b47bf..4ff622239b 100644 --- a/src/test/better_enum_set_tests.cpp +++ b/src/test/better_enum_set_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/dependency_injector_tests.cpp b/src/test/dependency_injector_tests.cpp index 1007aaf651..f2a6861b5b 100644 --- a/src/test/dependency_injector_tests.cpp +++ b/src/test/dependency_injector_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/esperanza/adminstate_tests.cpp b/src/test/esperanza/adminstate_tests.cpp index e7d62036b6..ded1b97c22 100644 --- a/src/test/esperanza/adminstate_tests.cpp +++ b/src/test/esperanza/adminstate_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/esperanza/finalization_utils.cpp b/src/test/esperanza/finalization_utils.cpp index 19b607caf6..7359a9f8e9 100644 --- a/src/test/esperanza/finalization_utils.cpp +++ b/src/test/esperanza/finalization_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/esperanza/finalization_utils.h b/src/test/esperanza/finalization_utils.h index 756c5f9391..eec10f408c 100644 --- a/src/test/esperanza/finalization_utils.h +++ b/src/test/esperanza/finalization_utils.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/esperanza/finalizationstate_utils.cpp b/src/test/esperanza/finalizationstate_utils.cpp index 67bcafc895..36f277c9ff 100644 --- a/src/test/esperanza/finalizationstate_utils.cpp +++ b/src/test/esperanza/finalizationstate_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/esperanza/finalizationstate_utils.h b/src/test/esperanza/finalizationstate_utils.h index 9ac4da50dd..429fe058ca 100644 --- a/src/test/esperanza/finalizationstate_utils.h +++ b/src/test/esperanza/finalizationstate_utils.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/finalization/vote_recorder_tests.cpp b/src/test/finalization/vote_recorder_tests.cpp index 0905efd768..0cdf400021 100644 --- a/src/test/finalization/vote_recorder_tests.cpp +++ b/src/test/finalization/vote_recorder_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/interpreter_tests.cpp b/src/test/interpreter_tests.cpp index 381e021cb5..99c5b17a81 100644 --- a/src/test/interpreter_tests.cpp +++ b/src/test/interpreter_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/sign_tests.cpp b/src/test/sign_tests.cpp index d10ddf68a3..b50a14636c 100644 --- a/src/test/sign_tests.cpp +++ b/src/test/sign_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/snapshot/chainstate_iterator_tests.cpp b/src/test/snapshot/chainstate_iterator_tests.cpp index f7e1587561..540cfe811e 100644 --- a/src/test/snapshot/chainstate_iterator_tests.cpp +++ b/src/test/snapshot/chainstate_iterator_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/snapshot/creator_tests.cpp b/src/test/snapshot/creator_tests.cpp index 7f2254c0fb..e490c53348 100644 --- a/src/test/snapshot/creator_tests.cpp +++ b/src/test/snapshot/creator_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include diff --git a/src/test/staking/stake_validator_tests.cpp b/src/test/staking/stake_validator_tests.cpp index 8a22b0c66c..4a396fe0be 100644 --- a/src/test/staking/stake_validator_tests.cpp +++ b/src/test/staking/stake_validator_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/ufp64_tests.cpp b/src/test/ufp64_tests.cpp index 55a2d15723..9214b871b6 100644 --- a/src/test/ufp64_tests.cpp +++ b/src/test/ufp64_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/rpcaddressbook.cpp b/src/wallet/rpcaddressbook.cpp index 89e185bae1..6612eafb11 100644 --- a/src/wallet/rpcaddressbook.cpp +++ b/src/wallet/rpcaddressbook.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/rpcadmin.cpp b/src/wallet/rpcadmin.cpp index d71832d1e0..2da967367b 100644 --- a/src/wallet/rpcadmin.cpp +++ b/src/wallet/rpcadmin.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/test/rpcvalidator_tests.cpp b/src/wallet/test/rpcvalidator_tests.cpp index 70ace7a8d3..13b97e5b43 100644 --- a/src/wallet/test/rpcvalidator_tests.cpp +++ b/src/wallet/test/rpcvalidator_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018 The Unit-e developers +// Copyright (c) 2018-2019 The Unit-e developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/test/functional/feature_graphene_passive.py b/test/functional/feature_graphene_passive.py index 0deca28498..e39e4c835c 100755 --- a/test/functional/feature_graphene_passive.py +++ b/test/functional/feature_graphene_passive.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/test/functional/feature_spend_genesis.py b/test/functional/feature_spend_genesis.py index e60e5e9c1d..bc5b45f3b1 100755 --- a/test/functional/feature_spend_genesis.py +++ b/test/functional/feature_spend_genesis.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/test/functional/finalization_finalizationstate.py b/test/functional/finalization_finalizationstate.py index 577a844711..f466ef6596 100755 --- a/test/functional/finalization_finalizationstate.py +++ b/test/functional/finalization_finalizationstate.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/test/functional/p2p_embargoman_star.py b/test/functional/p2p_embargoman_star.py index 0e1fd88589..7128f6799e 100755 --- a/test/functional/p2p_embargoman_star.py +++ b/test/functional/p2p_embargoman_star.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e developers # Distributed under the MIT software license, see the accompanying # file COPYING or http: // www.opensource.org/licenses/mit-license.php. """ diff --git a/test/functional/proposer_balance.py b/test/functional/proposer_balance.py index 85b17256d0..5a526d9010 100755 --- a/test/functional/proposer_balance.py +++ b/test/functional/proposer_balance.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test Blockchain's rewards & UTXOs balance consistency""" diff --git a/test/functional/proposer_multiwallet.py b/test/functional/proposer_multiwallet.py index e0390c43ba..51c1e697d1 100755 --- a/test/functional/proposer_multiwallet.py +++ b/test/functional/proposer_multiwallet.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. from test_framework.util import assert_equal, wait_until diff --git a/test/functional/proposer_settings.py b/test/functional/proposer_settings.py index 23f48242c4..6f66cf6cd1 100755 --- a/test/functional/proposer_settings.py +++ b/test/functional/proposer_settings.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. from test_framework.util import * diff --git a/test/functional/proposer_stakeable_balance.py b/test/functional/proposer_stakeable_balance.py index d94456af72..da025d36f7 100755 --- a/test/functional/proposer_stakeable_balance.py +++ b/test/functional/proposer_stakeable_balance.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. from test_framework.util import * diff --git a/test/functional/rpc_runstringcommand.py b/test/functional/rpc_runstringcommand.py index 346521cd84..4cabeb42e9 100755 --- a/test/functional/rpc_runstringcommand.py +++ b/test/functional/rpc_runstringcommand.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e 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 runstringcommand command. diff --git a/test/functional/rpc_sendtypeto.py b/test/functional/rpc_sendtypeto.py index 7585b4e770..73f6d8ce43 100755 --- a/test/functional/rpc_sendtypeto.py +++ b/test/functional/rpc_sendtypeto.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/test/functional/test_framework/regtest_mnemonics.py b/test/functional/test_framework/regtest_mnemonics.py index 86e7e61557..91afb1c8c6 100644 --- a/test/functional/test_framework/regtest_mnemonics.py +++ b/test/functional/test_framework/regtest_mnemonics.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/test/functional/wallet_importmasterkey.py b/test/functional/wallet_importmasterkey.py index 1df1ad4e19..88bec6cbc9 100755 --- a/test/functional/wallet_importmasterkey.py +++ b/test/functional/wallet_importmasterkey.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018 The Unit-e developers +# Copyright (c) 2018-2019 The Unit-e developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test importing a HD masterkey from a seed value (BIP39)."""