diff --git a/.github/workflows/handle_potential_conflicts.py b/.github/workflows/handle_potential_conflicts.py index 0524f75c34d0..ffdae440d85b 100755 --- a/.github/workflows/handle_potential_conflicts.py +++ b/.github/workflows/handle_potential_conflicts.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2022-2023 The Dash Core developers +# Copyright (c) 2022-2024 The Dash 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/ci/dash/matrix.sh b/ci/dash/matrix.sh index 70d0a57abefb..82a9233df17b 100755 --- a/ci/dash/matrix.sh +++ b/ci/dash/matrix.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2019-2023 The Dash Core developers +# Copyright (c) 2019-2024 The Dash 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/contrib/devtools/copyright_header.py b/contrib/devtools/copyright_header.py index 2b222e8ac715..2c79975e9935 100755 --- a/contrib/devtools/copyright_header.py +++ b/contrib/devtools/copyright_header.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (c) 2016-2020 The Bitcoin Core developers -# Copyright (c) 2019-2023 The Dash Core developers +# Copyright (c) 2019-2024 The Dash Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -20,15 +20,16 @@ 'src/qt/dashstrings.cpp', 'src/chainparamsseeds.h', # other external copyrights: - 'src/bip39.cpp', - 'src/bip39.h', - 'src/bip39_english.h', + 'src/bench/nanobench.h', 'src/crypto/*', 'src/ctpl_stl.h', 'src/reverse_iterator.h', 'src/test/fuzz/FuzzedDataProvider.h', 'src/tinyformat.h', - 'src/bench/nanobench.h', + 'src/util/expected.h', + 'src/wallet/bip39.cpp', + 'src/wallet/bip39.h', + 'src/wallet/bip39_english.h', 'test/functional/test_framework/bignum.py', # python init: '*__init__.py', @@ -37,13 +38,14 @@ EXCLUDE_DIRS = [ # git subtrees + "src/crc32c/", "src/crypto/ctaes/", "src/dashbls/", + "src/gsl/", "src/immer/", "src/leveldb/", "src/secp256k1/", "src/univalue/", - "src/crc32c/", ] INCLUDE = ['*.h', '*.cpp', '*.cc', '*.c', '*.mm', '*.py', '*.sh', '*.bash-completion'] @@ -113,6 +115,8 @@ def compile_copyright_regex(copyright_style, year_style, name): r"Intel Corporation ?", r"The Zcash developers", r"Jeremy Rubin", + r"Statoshi Developers", + r"Vincent Thiery", ] DOMINANT_STYLE_COMPILED = {} diff --git a/src/addressindex.cpp b/src/addressindex.cpp index e9eee7850f8c..4cefedaf752f 100644 --- a/src/addressindex.cpp +++ b/src/addressindex.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2016 BitPay, Inc. -// Copyright (c) 2023 The Dash Core developers +// Copyright (c) 2016 BitPay Inc. +// Copyright (c) 2023-2024 The Dash 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/addressindex.h b/src/addressindex.h index e2dc67a7d88c..b5cbcefc1f14 100644 --- a/src/addressindex.h +++ b/src/addressindex.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2016 BitPay, Inc. -// Copyright (c) 2023 The Dash Core developers +// Copyright (c) 2016 BitPay Inc. +// Copyright (c) 2023-2024 The Dash 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/bench/string_cast.cpp b/src/bench/string_cast.cpp index bc59d79dbc21..d358e2a7ced8 100644 --- a/src/bench/string_cast.cpp +++ b/src/bench/string_cast.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash 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/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index 97c0509e0616..99a58d67d070 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/bls/bls.h b/src/bls/bls.h index eb55cea70164..e029b70ae5ea 100644 --- a/src/bls/bls.h +++ b/src/bls/bls.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash 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/bls/bls_ies.h b/src/bls/bls_ies.h index 0a43437550f6..002d41a86bdf 100644 --- a/src/bls/bls_ies.h +++ b/src/bls/bls_ies.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 The Dash Core developers +// Copyright (c) 2018-2024 The Dash 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/coinjoin/server.h b/src/coinjoin/server.h index 5f528a2bfbfc..91df29995d3c 100644 --- a/src/coinjoin/server.h +++ b/src/coinjoin/server.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/coinjoin/util.cpp b/src/coinjoin/util.cpp index f337473c6062..d936baf35466 100644 --- a/src/coinjoin/util.cpp +++ b/src/coinjoin/util.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/coinjoin/util.h b/src/coinjoin/util.h index 16bece0df54c..672d27432a1b 100644 --- a/src/coinjoin/util.h +++ b/src/coinjoin/util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/context.h b/src/context.h index d19694930630..d792df294435 100644 --- a/src/context.h +++ b/src/context.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 The Dash Core developers +// Copyright (c) 2022-2024 The Dash 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/evo/assetlocktx.h b/src/evo/assetlocktx.h index b55902fea42a..1e9a666d5066 100644 --- a/src/evo/assetlocktx.h +++ b/src/evo/assetlocktx.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 The Dash Core developers +// Copyright (c) 2023-2024 The Dash 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/evo/creditpool.h b/src/evo/creditpool.h index 9f3034cbcf96..14df187bfcda 100644 --- a/src/evo/creditpool.h +++ b/src/evo/creditpool.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 The Dash Core developers +// Copyright (c) 2023-2024 The Dash 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/evo/deterministicmns.h b/src/evo/deterministicmns.h index 3dcbdd33a48d..c8a30202835d 100644 --- a/src/evo/deterministicmns.h +++ b/src/evo/deterministicmns.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash 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/evo/dmn_types.h b/src/evo/dmn_types.h index 0ef4f5bfbe94..edc36187dda6 100644 --- a/src/evo/dmn_types.h +++ b/src/evo/dmn_types.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 The Dash Core developers +// Copyright (c) 2023-2024 The Dash 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/evo/dmnstate.cpp b/src/evo/dmnstate.cpp index 27f2ae60f00c..1c389cc7db4f 100644 --- a/src/evo/dmnstate.cpp +++ b/src/evo/dmnstate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash 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/evo/evodb.cpp b/src/evo/evodb.cpp index 062ce9d2cc04..b1396e9ef423 100644 --- a/src/evo/evodb.cpp +++ b/src/evo/evodb.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash 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/evo/evodb.h b/src/evo/evodb.h index a0d640760610..594ced2cc5fb 100644 --- a/src/evo/evodb.h +++ b/src/evo/evodb.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash 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/evo/mnauth.cpp b/src/evo/mnauth.cpp index c44d0ec748ba..63a9cd32043d 100644 --- a/src/evo/mnauth.cpp +++ b/src/evo/mnauth.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 The Dash Core developers +// Copyright (c) 2019-2024 The Dash 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/evo/mnauth.h b/src/evo/mnauth.h index 514503c39fa5..6de79a8bcff2 100644 --- a/src/evo/mnauth.h +++ b/src/evo/mnauth.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 The Dash Core developers +// Copyright (c) 2019-2024 The Dash 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/evo/mnhftx.h b/src/evo/mnhftx.h index 732b8049762b..2f759c57248f 100644 --- a/src/evo/mnhftx.h +++ b/src/evo/mnhftx.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2023 The Dash Core developers +// Copyright (c) 2021-2024 The Dash 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/evo/providertx.cpp b/src/evo/providertx.cpp index b18d384985b6..69193fe3c07a 100644 --- a/src/evo/providertx.cpp +++ b/src/evo/providertx.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash 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/evo/providertx.h b/src/evo/providertx.h index 7421fd0e5e33..86f78e79a6f2 100644 --- a/src/evo/providertx.h +++ b/src/evo/providertx.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash 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/evo/simplifiedmns.h b/src/evo/simplifiedmns.h index ed894f9ff227..9999a5f35205 100644 --- a/src/evo/simplifiedmns.h +++ b/src/evo/simplifiedmns.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2023 The Dash Core developers +// Copyright (c) 2017-2024 The Dash 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/evo/specialtxman.h b/src/evo/specialtxman.h index 537abda90bf1..2a21d948cd81 100644 --- a/src/evo/specialtxman.h +++ b/src/evo/specialtxman.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash 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/flat-database.h b/src/flat-database.h index 8ad452c55425..31938eee2464 100644 --- a/src/flat-database.h +++ b/src/flat-database.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/governance/classes.cpp b/src/governance/classes.cpp index 7d410a790f5d..43270d509a91 100644 --- a/src/governance/classes.cpp +++ b/src/governance/classes.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/governance/classes.h b/src/governance/classes.h index 7ff8eff2e4f8..3d5d9ed38865 100644 --- a/src/governance/classes.h +++ b/src/governance/classes.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_GOVERNANCE_CLASSES_H diff --git a/src/governance/governance.h b/src/governance/governance.h index 1417344551ae..c10fd10fbfd1 100644 --- a/src/governance/governance.h +++ b/src/governance/governance.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/governance/object.h b/src/governance/object.h index 826823a33bed..e58da6a8a1be 100644 --- a/src/governance/object.h +++ b/src/governance/object.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/governance/vote.h b/src/governance/vote.h index 7844017ccc41..dca602356a67 100644 --- a/src/governance/vote.h +++ b/src/governance/vote.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/governance/votedb.cpp b/src/governance/votedb.cpp index deaf48c67c0d..6ffc8eeffffd 100644 --- a/src/governance/votedb.cpp +++ b/src/governance/votedb.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2021 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/governance/votedb.h b/src/governance/votedb.h index 14664429410c..646544c3de77 100644 --- a/src/governance/votedb.h +++ b/src/governance/votedb.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/hash.h b/src/hash.h index f207744f0d62..a829d00c6ecc 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/llmq/blockprocessor.h b/src/llmq/blockprocessor.h index e6cb2740dd37..0e0aec4b903c 100644 --- a/src/llmq/blockprocessor.h +++ b/src/llmq/blockprocessor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/llmq/chainlocks.h b/src/llmq/chainlocks.h index 2c44fb1ec685..9ad681d002b4 100644 --- a/src/llmq/chainlocks.h +++ b/src/llmq/chainlocks.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 The Dash Core developers +// Copyright (c) 2019-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/llmq/context.h b/src/llmq/context.h index 7d41111c4a3d..515e1e83cf06 100644 --- a/src/llmq/context.h +++ b/src/llmq/context.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/llmq/debug.h b/src/llmq/debug.h index 9de338c8412b..7498a281ab6d 100644 --- a/src/llmq/debug.h +++ b/src/llmq/debug.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/llmq/ehf_signals.h b/src/llmq/ehf_signals.h index 41f888d48de8..30445ce4a6de 100644 --- a/src/llmq/ehf_signals.h +++ b/src/llmq/ehf_signals.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 The Dash Core developers +// Copyright (c) 2023-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/llmq/snapshot.h b/src/llmq/snapshot.h index 4113e255cc22..b9ca9ac985dd 100644 --- a/src/llmq/snapshot.h +++ b/src/llmq/snapshot.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2023 The Dash Core developers +// Copyright (c) 2021-2024 The Dash 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/masternode/meta.cpp b/src/masternode/meta.cpp index 3160e280ad66..a6308fea6077 100644 --- a/src/masternode/meta.cpp +++ b/src/masternode/meta.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode/meta.h b/src/masternode/meta.h index d6177a8ca1a8..0388905c4462 100644 --- a/src/masternode/meta.h +++ b/src/masternode/meta.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode/node.cpp b/src/masternode/node.cpp index 61d42c4d3149..aa0a5de2f27e 100644 --- a/src/masternode/node.cpp +++ b/src/masternode/node.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/masternode/node.h b/src/masternode/node.h index 738b6a7ac911..49f8c970d44e 100644 --- a/src/masternode/node.h +++ b/src/masternode/node.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode/payments.cpp b/src/masternode/payments.cpp index cdb5f4c56c7e..73d641bf8644 100644 --- a/src/masternode/payments.cpp +++ b/src/masternode/payments.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode/payments.h b/src/masternode/payments.h index ad88c08581ec..660899927c68 100644 --- a/src/masternode/payments.h +++ b/src/masternode/payments.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode/sync.cpp b/src/masternode/sync.cpp index d4cf62a735e0..8c7643e133dd 100644 --- a/src/masternode/sync.cpp +++ b/src/masternode/sync.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode/sync.h b/src/masternode/sync.h index d61ef070ba91..29c9b6806a05 100644 --- a/src/masternode/sync.h +++ b/src/masternode/sync.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_MASTERNODE_SYNC_H diff --git a/src/masternode/utils.cpp b/src/masternode/utils.cpp index 27a5d0d10e7f..5dc707f4bf2a 100644 --- a/src/masternode/utils.cpp +++ b/src/masternode/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode/utils.h b/src/masternode/utils.h index 3bb56edca942..eb50990985c1 100644 --- a/src/masternode/utils.h +++ b/src/masternode/utils.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/netfulfilledman.cpp b/src/netfulfilledman.cpp index e7303a422df0..73295d0a7d62 100644 --- a/src/netfulfilledman.cpp +++ b/src/netfulfilledman.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/netfulfilledman.h b/src/netfulfilledman.h index 5c2c4ac956cf..1a4471f3ccee 100644 --- a/src/netfulfilledman.h +++ b/src/netfulfilledman.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp index 5e3a4cd9ce46..ea1df1ac6b0e 100644 --- a/src/qt/clientmodel.cpp +++ b/src/qt/clientmodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/qt/clientmodel.h b/src/qt/clientmodel.h index e5933ab9f84f..3414e7934c16 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/qt/governancelist.cpp b/src/qt/governancelist.cpp index 807157d8b676..2439486b1860 100644 --- a/src/qt/governancelist.cpp +++ b/src/qt/governancelist.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2023 The Dash Core developers +// Copyright (c) 2021-2024 The Dash 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/qt/governancelist.h b/src/qt/governancelist.h index e9161e662630..04c65acdb653 100644 --- a/src/qt/governancelist.h +++ b/src/qt/governancelist.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2023 The Dash Core developers +// Copyright (c) 2021-2024 The Dash 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/qt/guiutil.cpp b/src/qt/guiutil.cpp index cc261965b8a1..14bcc39eed21 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/qt/masternodelist.cpp b/src/qt/masternodelist.cpp index 36c99c0a2958..6bf6816e4beb 100644 --- a/src/qt/masternodelist.cpp +++ b/src/qt/masternodelist.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 The Dash Core developers +// Copyright (c) 2016-2024 The Dash 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/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index b9c68c9c434b..b76b05bced0f 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/qt/sendcoinsdialog.cpp b/src/qt/sendcoinsdialog.cpp index 3079c6616fb7..1319d1d83684 100644 --- a/src/qt/sendcoinsdialog.cpp +++ b/src/qt/sendcoinsdialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/qt/transactiondesc.cpp b/src/qt/transactiondesc.cpp index 2f90ca679fae..9587e0fac20e 100644 --- a/src/qt/transactiondesc.cpp +++ b/src/qt/transactiondesc.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2019 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/qt/transactionrecord.cpp b/src/qt/transactionrecord.cpp index 949a4ad19a8d..46a5ffb6e815 100644 --- a/src/qt/transactionrecord.cpp +++ b/src/qt/transactionrecord.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/rpc/governance.cpp b/src/rpc/governance.cpp index 45a7ea26c49c..8c6ab302d6f9 100644 --- a/src/rpc/governance.cpp +++ b/src/rpc/governance.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/index_util.cpp b/src/rpc/index_util.cpp index 113071cb8af9..abe691286878 100644 --- a/src/rpc/index_util.cpp +++ b/src/rpc/index_util.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016 BitPay, Inc. +// Copyright (c) 2016 BitPay Inc. // Copyright (c) 2024 The Dash 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/rpc/index_util.h b/src/rpc/index_util.h index 3155bf2263ca..577e496f58c4 100644 --- a/src/rpc/index_util.h +++ b/src/rpc/index_util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2016 BitPay, Inc. +// Copyright (c) 2016 BitPay Inc. // Copyright (c) 2024 The Dash 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/rpc/masternode.cpp b/src/rpc/masternode.cpp index 88819f5dbd5f..c303a5a347d5 100644 --- a/src/rpc/masternode.cpp +++ b/src/rpc/masternode.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/request.cpp b/src/rpc/request.cpp index 773323fc97db..a4bb66a41ef5 100644 --- a/src/rpc/request.cpp +++ b/src/rpc/request.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/rpc/server.cpp b/src/rpc/server.cpp index f6b88d42eb11..17a83402a857 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/spentindex.h b/src/spentindex.h index 626762fc5f40..eea95e9eb4a3 100644 --- a/src/spentindex.h +++ b/src/spentindex.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2016 BitPay, Inc. -// Copyright (c) 2023 The Dash Core developers +// Copyright (c) 2016 BitPay Inc. +// Copyright (c) 2023-2024 The Dash 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/spork.cpp b/src/spork.cpp index 2640989efcd2..3bf9c5302b7a 100644 --- a/src/spork.cpp +++ b/src/spork.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/spork.h b/src/spork.h index d30afe3bba61..e8d5d81d719a 100644 --- a/src/spork.h +++ b/src/spork.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/stacktraces.cpp b/src/stacktraces.cpp index c1493ce293e2..0bb9c5e4b18d 100644 --- a/src/stacktraces.cpp +++ b/src/stacktraces.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/stats/client.h b/src/stats/client.h index 0fa8538260ee..ce464129a6f3 100644 --- a/src/stats/client.h +++ b/src/stats/client.h @@ -1,6 +1,6 @@ // Copyright (c) 2014-2017 Statoshi Developers // Copyright (c) 2017-2023 Vincent Thiery -// Copyright (c) 2020-2023 The Dash Core developers +// Copyright (c) 2020-2024 The Dash 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/test/block_reward_reallocation_tests.cpp b/src/test/block_reward_reallocation_tests.cpp index d42f9d3bce61..e4747613ca49 100644 --- a/src/test/block_reward_reallocation_tests.cpp +++ b/src/test/block_reward_reallocation_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2023 The Dash Core developers +// Copyright (c) 2021-2024 The Dash 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/test/dynamic_activation_thresholds_tests.cpp b/src/test/dynamic_activation_thresholds_tests.cpp index b3ba1b854ef1..d48c3d186023 100644 --- a/src/test/dynamic_activation_thresholds_tests.cpp +++ b/src/test/dynamic_activation_thresholds_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2023 The Dash Core developers +// Copyright (c) 2021-2024 The Dash 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/test/evo_simplifiedmns_tests.cpp b/src/test/evo_simplifiedmns_tests.cpp index a7fe5dbd887a..5a5c8a5cda4e 100644 --- a/src/test/evo_simplifiedmns_tests.cpp +++ b/src/test/evo_simplifiedmns_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2023 The Dash Core developers +// Copyright (c) 2018-2024 The Dash 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/test/netbase_tests.cpp b/src/test/netbase_tests.cpp index f70b5c55e0b1..d9fe06d7599e 100644 --- a/src/test/netbase_tests.cpp +++ b/src/test/netbase_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/timestampindex.h b/src/timestampindex.h index 42c34ee55e1c..36f62acb3026 100644 --- a/src/timestampindex.h +++ b/src/timestampindex.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2016 BitPay, Inc. -// Copyright (c) 2023 The Dash Core developers +// Copyright (c) 2016 BitPay Inc. +// Copyright (c) 2023-2024 The Dash 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/uint256.h b/src/uint256.h index ceb9e088b723..eb0e9836d6a6 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/util/enumerate.h b/src/util/enumerate.h index 0a6d5e68f287..1a7a12909ec1 100644 --- a/src/util/enumerate.h +++ b/src/util/enumerate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 The Dash Core developers +// Copyright (c) 2022-2024 The Dash 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/util/ranges_set.cpp b/src/util/ranges_set.cpp index f4ff5a2ca544..6ad79b76fead 100644 --- a/src/util/ranges_set.cpp +++ b/src/util/ranges_set.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 The Dash Core developers +// Copyright (c) 2023-2024 The Dash 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/util/system.cpp b/src/util/system.cpp index a65ed64966c3..b0af7eb30b6b 100644 --- a/src/util/system.cpp +++ b/src/util/system.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/util/system.h b/src/util/system.h index 85c46eaa509b..1ae230d4f80e 100644 --- a/src/util/system.h +++ b/src/util/system.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/version.h b/src/version.h index 45f8fce916de..88367edae590 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/wallet/hdchain.cpp b/src/wallet/hdchain.cpp index 516b8c38ba56..0f3b2dd49848 100644 --- a/src/wallet/hdchain.cpp +++ b/src/wallet/hdchain.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT software license, see the accompanying #include diff --git a/src/wallet/hdchain.h b/src/wallet/hdchain.h index 6d2b6cccfe50..87af09871a97 100644 --- a/src/wallet/hdchain.h +++ b/src/wallet/hdchain.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash Core developers // Distributed under the MIT software license, see the accompanying #ifndef BITCOIN_WALLET_HDCHAIN_H #define BITCOIN_WALLET_HDCHAIN_H diff --git a/src/wallet/test/bip39_tests.cpp b/src/wallet/test/bip39_tests.cpp index 2eb63d66e77c..7ea5e5c988f2 100644 --- a/src/wallet/test/bip39_tests.cpp +++ b/src/wallet/test/bip39_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/wallet/walletdb.cpp b/src/wallet/walletdb.cpp index af8b041ad23d..5992579d857f 100644 --- a/src/wallet/walletdb.cpp +++ b/src/wallet/walletdb.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2020 The Bitcoin Core developers -// Copyright (c) 2014-2023 The Dash Core developers +// Copyright (c) 2014-2024 The Dash 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/test/functional/feature_dip0020_activation.py b/test/functional/feature_dip0020_activation.py index b091a30ddbaa..f15f0042ae01 100755 --- a/test/functional/feature_dip0020_activation.py +++ b/test/functional/feature_dip0020_activation.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2015-2023 The Dash Core developers +# Copyright (c) 2015-2024 The Dash Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. from test_framework.blocktools import create_block, create_coinbase diff --git a/test/functional/feature_governance_objects.py b/test/functional/feature_governance_objects.py index 612123c6e37b..1fe5a9c58539 100755 --- a/test/functional/feature_governance_objects.py +++ b/test/functional/feature_governance_objects.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018-2020 The Dash Core developers +# Copyright (c) 2018-2024 The Dash Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Tests around dash governance objects.""" diff --git a/test/functional/feature_llmq_connections.py b/test/functional/feature_llmq_connections.py index 29a335378a62..626bcf4d5b5d 100755 --- a/test/functional/feature_llmq_connections.py +++ b/test/functional/feature_llmq_connections.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2015-2023 The Dash Core developers +# Copyright (c) 2015-2024 The Dash 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/test/functional/feature_llmq_dkgerrors.py b/test/functional/feature_llmq_dkgerrors.py index 380474544efa..bc026c512505 100755 --- a/test/functional/feature_llmq_dkgerrors.py +++ b/test/functional/feature_llmq_dkgerrors.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2015-2023 The Dash Core developers +# Copyright (c) 2015-2024 The Dash 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/test/functional/feature_llmq_is_retroactive.py b/test/functional/feature_llmq_is_retroactive.py index 78ca8737c3c3..ea603e90dd43 100755 --- a/test/functional/feature_llmq_is_retroactive.py +++ b/test/functional/feature_llmq_is_retroactive.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2015-2023 The Dash Core developers +# Copyright (c) 2015-2024 The Dash 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/test/functional/feature_mnehf.py b/test/functional/feature_mnehf.py index 9578da676727..025c7ad632e2 100755 --- a/test/functional/feature_mnehf.py +++ b/test/functional/feature_mnehf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2023 The Dash Core developers +# Copyright (c) 2023-2024 The Dash 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/test/functional/feature_new_quorum_type_activation.py b/test/functional/feature_new_quorum_type_activation.py index 9e7dc08b8c2b..678d3bab66ab 100755 --- a/test/functional/feature_new_quorum_type_activation.py +++ b/test/functional/feature_new_quorum_type_activation.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2020-2023 The Dash Core developers +# Copyright (c) 2020-2024 The Dash Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. from test_framework.test_framework import BitcoinTestFramework diff --git a/test/functional/feature_sporks.py b/test/functional/feature_sporks.py index 4843c2d7503b..46e96c81e552 100755 --- a/test/functional/feature_sporks.py +++ b/test/functional/feature_sporks.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2018-2023 The Dash Core developers +# Copyright (c) 2018-2024 The Dash 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/test/functional/rpc_deprecated_platform_filter.py b/test/functional/rpc_deprecated_platform_filter.py index fab38c4dcc63..934051318a1f 100755 --- a/test/functional/rpc_deprecated_platform_filter.py +++ b/test/functional/rpc_deprecated_platform_filter.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2020-2023 The Dash Core developers +# Copyright (c) 2020-2024 The Dash Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test that commands submitted by the platform user are filtered.""" diff --git a/test/functional/rpc_masternode.py b/test/functional/rpc_masternode.py index 297b9a37ecd4..d194da8bbc61 100755 --- a/test/functional/rpc_masternode.py +++ b/test/functional/rpc_masternode.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2020-2023 The Dash Core developers +# Copyright (c) 2020-2024 The Dash Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. from test_framework.test_framework import DashTestFramework diff --git a/test/functional/rpc_quorum.py b/test/functional/rpc_quorum.py index e97b65c14392..0923bb37fb53 100755 --- a/test/functional/rpc_quorum.py +++ b/test/functional/rpc_quorum.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2022-2023 The Dash Core developers +# Copyright (c) 2022-2024 The Dash Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. from test_framework.test_framework import DashTestFramework diff --git a/test/functional/rpc_verifychainlock.py b/test/functional/rpc_verifychainlock.py index 31f8a85dd96d..43d9a5565f7f 100755 --- a/test/functional/rpc_verifychainlock.py +++ b/test/functional/rpc_verifychainlock.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2021-2023 The Dash Core developers +# Copyright (c) 2021-2024 The Dash 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/test/functional/rpc_verifyislock.py b/test/functional/rpc_verifyislock.py index 917ecafe7acb..93e9228dcfa3 100755 --- a/test/functional/rpc_verifyislock.py +++ b/test/functional/rpc_verifyislock.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2020-2023 The Dash Core developers +# Copyright (c) 2020-2024 The Dash 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/test/functional/rpc_wipewallettxes.py b/test/functional/rpc_wipewallettxes.py index 856a15f4acf1..5a6560bde07b 100755 --- a/test/functional/rpc_wipewallettxes.py +++ b/test/functional/rpc_wipewallettxes.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2023 The Dash Core developers +# Copyright (c) 2023-2024 The Dash Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test transaction wiping using the wipewallettxes RPC.""" diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py index 791861c94751..5618940bb80e 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-2020 The Bitcoin Core developers -# Copyright (c) 2014-2023 The Dash Core developers +# Copyright (c) 2014-2024 The Dash 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."""