diff --git a/src/batchedlogger.cpp b/src/batchedlogger.cpp index 0199ae4227ee39..8af506fb06bb41 100644 --- a/src/batchedlogger.cpp +++ b/src/batchedlogger.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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/batchedlogger.h b/src/batchedlogger.h index 09e72d36251af6..031e55ad393102 100644 --- a/src/batchedlogger.h +++ b/src/batchedlogger.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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/bench/bls.cpp b/src/bench/bls.cpp index e55ef7df4be46a..b9fd3ac163f17c 100644 --- a/src/bench/bls.cpp +++ b/src/bench/bls.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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/bls_dkg.cpp b/src/bench/bls_dkg.cpp index a0bc685175f7ef..3c11aea6ec8526 100644 --- a/src/bench/bls_dkg.cpp +++ b/src/bench/bls_dkg.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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/ecdsa.cpp b/src/bench/ecdsa.cpp index 7a835a268f6868..e71fc4a3ee3373 100644 --- a/src/bench/ecdsa.cpp +++ b/src/bench/ecdsa.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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 85aa2808364acc..b99d5b2aa08673 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-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/bitcoind.cpp b/src/bitcoind.cpp index d56eb01afaf090..640833195583b9 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2020 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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.cpp b/src/bls/bls.cpp index 48ea4a7bf2fef9..a268ffd34266cd 100644 --- a/src/bls/bls.cpp +++ b/src/bls/bls.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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 1f84bda1122ff5..5c21d99042f48f 100644 --- a/src/bls/bls.h +++ b/src/bls/bls.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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_batchverifier.h b/src/bls/bls_batchverifier.h index c897d1567c8c2c..282c2f869f6180 100644 --- a/src/bls/bls_batchverifier.h +++ b/src/bls/bls_batchverifier.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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/bls/bls_ies.cpp b/src/bls/bls_ies.cpp index b57dfdb2edd649..c4cf6f0ca151ef 100644 --- a/src/bls/bls_ies.cpp +++ b/src/bls/bls_ies.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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_worker.cpp b/src/bls/bls_worker.cpp index 77986a288c9036..0785c5f130e85b 100644 --- a/src/bls/bls_worker.cpp +++ b/src/bls/bls_worker.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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/bls/bls_worker.h b/src/bls/bls_worker.h index 6ed2e456e7d1b7..ba93d571fa475d 100644 --- a/src/bls/bls_worker.h +++ b/src/bls/bls_worker.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 The Dash Core developers +// Copyright (c) 2018-2023 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/cachemap.h b/src/cachemap.h index 011e28824c424a..c99ad917983cc7 100644 --- a/src/cachemap.h +++ b/src/cachemap.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/cachemultimap.h b/src/cachemultimap.h index ab61b5806c24c7..94fc261ccc6ac7 100644 --- a/src/cachemultimap.h +++ b/src/cachemultimap.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/chainparams.cpp b/src/chainparams.cpp index 10a67d73cdf0dc..080845407f7938 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.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/coinjoin/client.cpp b/src/coinjoin/client.cpp index 8e18612a86c024..430dcb154bbd88 100644 --- a/src/coinjoin/client.cpp +++ b/src/coinjoin/client.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/client.h b/src/coinjoin/client.h index b3a12db68d9d3d..0cde7ae0430ef4 100644 --- a/src/coinjoin/client.h +++ b/src/coinjoin/client.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/coinjoin.cpp b/src/coinjoin/coinjoin.cpp index 3a9c59f2ab4dbb..8a19fa87f6c675 100644 --- a/src/coinjoin/coinjoin.cpp +++ b/src/coinjoin/coinjoin.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/coinjoin.h b/src/coinjoin/coinjoin.h index 747997258cc695..7d35454d44a9a0 100644 --- a/src/coinjoin/coinjoin.h +++ b/src/coinjoin/coinjoin.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/common.cpp b/src/coinjoin/common.cpp index c772be1bef6a39..8f1d29893eb95b 100644 --- a/src/coinjoin/common.cpp +++ b/src/coinjoin/common.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/common.h b/src/coinjoin/common.h index 9ff0f734ae4f4d..165664c3d19f21 100644 --- a/src/coinjoin/common.h +++ b/src/coinjoin/common.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/context.cpp b/src/coinjoin/context.cpp index b0ffe893ac78f2..d5c3473525c2cf 100644 --- a/src/coinjoin/context.cpp +++ b/src/coinjoin/context.cpp @@ -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/coinjoin/context.h b/src/coinjoin/context.h index 0a0c9d908e0093..b59dd42696ad35 100644 --- a/src/coinjoin/context.h +++ b/src/coinjoin/context.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/coinjoin/options.cpp b/src/coinjoin/options.cpp index 988b2b8fe4338b..7f21e440b6d0d0 100644 --- a/src/coinjoin/options.cpp +++ b/src/coinjoin/options.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021 The Dash Core developers +// Copyright (c) 2021-2023 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/options.h b/src/coinjoin/options.h index 124ed71dcebdc3..5c48a84a6e7191 100644 --- a/src/coinjoin/options.h +++ b/src/coinjoin/options.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021 The Dash Core developers +// Copyright (c) 2021-2023 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/server.cpp b/src/coinjoin/server.cpp index 0322eee4eff14b..b8ee5fa83fb1a3 100644 --- a/src/coinjoin/server.cpp +++ b/src/coinjoin/server.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.cpp b/src/coinjoin/util.cpp index cf4c8759ae6cec..e14b0100350e1f 100644 --- a/src/coinjoin/util.cpp +++ b/src/coinjoin/util.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 26c17b5a22152a..d595236facfbd1 100644 --- a/src/coinjoin/util.h +++ b/src/coinjoin/util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 6570cdf0befdb7..11b25b35b7b463 100644 --- a/src/context.h +++ b/src/context.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 The Dash Core developers +// Copyright (c) 2022-2023 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/dsnotificationinterface.cpp b/src/dsnotificationinterface.cpp index f821607c9af1ec..62106dd441ba0f 100644 --- a/src/dsnotificationinterface.cpp +++ b/src/dsnotificationinterface.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/evo/assetlocktx.cpp b/src/evo/assetlocktx.cpp index 748b7e48309d46..37a41ece982bdc 100644 --- a/src/evo/assetlocktx.cpp +++ b/src/evo/assetlocktx.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/evo/cbtx.cpp b/src/evo/cbtx.cpp index b67d8439b7ade9..285563b4a68453 100644 --- a/src/evo/cbtx.cpp +++ b/src/evo/cbtx.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 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/cbtx.h b/src/evo/cbtx.h index fd6d8c4011ac6e..adbc5faf2cfefe 100644 --- a/src/evo/cbtx.h +++ b/src/evo/cbtx.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 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/creditpool.cpp b/src/evo/creditpool.cpp index 75ffc2cd792c8c..43e04a930d2b4d 100644 --- a/src/evo/creditpool.cpp +++ b/src/evo/creditpool.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/evo/deterministicmns.cpp b/src/evo/deterministicmns.cpp index 9c4a93f8dbf690..54b6d9730a405a 100644 --- a/src/evo/deterministicmns.cpp +++ b/src/evo/deterministicmns.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/deterministicmns.h b/src/evo/deterministicmns.h index 95bf68432f29bf..311943b6559dcb 100644 --- a/src/evo/deterministicmns.h +++ b/src/evo/deterministicmns.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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 54f4aa7f7950a3..db94abe81c5afc 100644 --- a/src/evo/dmnstate.cpp +++ b/src/evo/dmnstate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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 3e2f8651b3a9d2..a6e0032480b498 100644 --- a/src/evo/evodb.cpp +++ b/src/evo/evodb.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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 dd81047627dd74..5debd14430e5c5 100644 --- a/src/evo/evodb.h +++ b/src/evo/evodb.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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 595eb75b8c257c..dfbb865af964b2 100644 --- a/src/evo/mnauth.h +++ b/src/evo/mnauth.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 The Dash Core developers +// Copyright (c) 2019-2023 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.cpp b/src/evo/mnhftx.cpp index 14a940274cd98c..a42456772ef8f0 100644 --- a/src/evo/mnhftx.cpp +++ b/src/evo/mnhftx.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 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/mnhftx.h b/src/evo/mnhftx.h index 73983a5540456e..cc84815a6e3838 100644 --- a/src/evo/mnhftx.h +++ b/src/evo/mnhftx.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Dash Core developers +// Copyright (c) 2021-2023 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 89c1e7af42800c..65415a703d2c6e 100644 --- a/src/evo/providertx.cpp +++ b/src/evo/providertx.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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 dab5c3330a15e4..9fbe3af9c6cf6d 100644 --- a/src/evo/providertx.h +++ b/src/evo/providertx.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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.cpp b/src/evo/simplifiedmns.cpp index 4d8c1b385201c7..351b209f54af4c 100644 --- a/src/evo/simplifiedmns.cpp +++ b/src/evo/simplifiedmns.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 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/simplifiedmns.h b/src/evo/simplifiedmns.h index 4abde7c39d7bc0..6e9a9d9fd8c2ca 100644 --- a/src/evo/simplifiedmns.h +++ b/src/evo/simplifiedmns.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Dash Core developers +// Copyright (c) 2017-2023 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/specialtx.cpp b/src/evo/specialtx.cpp index 6a1820dd9e21e9..77aae4d1bd2c9b 100644 --- a/src/evo/specialtx.cpp +++ b/src/evo/specialtx.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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/specialtx.h b/src/evo/specialtx.h index ab407aafd4df0d..49c3d647705944 100644 --- a/src/evo/specialtx.h +++ b/src/evo/specialtx.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/specialtxman.cpp b/src/evo/specialtxman.cpp index d6265441358eb0..84a4f6afef38fa 100644 --- a/src/evo/specialtxman.cpp +++ b/src/evo/specialtxman.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/specialtxman.h b/src/evo/specialtxman.h index 18a20381dcf152..d6a67fd56f29a9 100644 --- a/src/evo/specialtxman.h +++ b/src/evo/specialtxman.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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 c08c42a5e3991b..4d2745f92b2bef 100644 --- a/src/flat-database.h +++ b/src/flat-database.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 6ee0c2b7f7c9d6..0e9817ec87b07e 100644 --- a/src/governance/classes.cpp +++ b/src/governance/classes.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 d29788282cf535..583c3c36e9674e 100644 --- a/src/governance/classes.h +++ b/src/governance/classes.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/exceptions.h b/src/governance/exceptions.h index 19ceecb153f766..646a8b2b55a530 100644 --- a/src/governance/exceptions.h +++ b/src/governance/exceptions.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2021 The Dash Core developers +// Copyright (c) 2014-2023 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/governance.cpp b/src/governance/governance.cpp index f172218333dfa3..0b32abbc92a54f 100644 --- a/src/governance/governance.cpp +++ b/src/governance/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/governance/governance.h b/src/governance/governance.h index 249bc120ab7bd1..e649d9b21fa204 100644 --- a/src/governance/governance.h +++ b/src/governance/governance.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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.cpp b/src/governance/object.cpp index 7439f3ac42a371..b9b4cb28c31dca 100644 --- a/src/governance/object.cpp +++ b/src/governance/object.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/object.h b/src/governance/object.h index 58cabc9d9b5209..b8ccded3df66f6 100644 --- a/src/governance/object.h +++ b/src/governance/object.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2021 The Dash Core developers +// Copyright (c) 2014-2023 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/validators.cpp b/src/governance/validators.cpp index aaeaf9d5502f3c..6b5cc640582d0a 100644 --- a/src/governance/validators.cpp +++ b/src/governance/validators.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/validators.h b/src/governance/validators.h index ac7c82638e01b8..b7daafe52c9f03 100644 --- a/src/governance/validators.h +++ b/src/governance/validators.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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.cpp b/src/governance/vote.cpp index 1c16d0930b3d50..bf448c63f7313c 100644 --- a/src/governance/vote.cpp +++ b/src/governance/vote.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/vote.h b/src/governance/vote.h index 4901aa4a92abb8..49bf3337a20fc7 100644 --- a/src/governance/vote.h +++ b/src/governance/vote.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 151d79ea286084..41199e555740bb 100644 --- a/src/governance/votedb.h +++ b/src/governance/votedb.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2021 The Dash Core developers +// Copyright (c) 2014-2023 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 ce48d77bda5d1d..e82a345b842034 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/hdchain.cpp b/src/hdchain.cpp index 811d8d2f7382d5..5a5910accb520c 100644 --- a/src/hdchain.cpp +++ b/src/hdchain.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 The Dash Core developers // Distributed under the MIT software license, see the accompanying #include diff --git a/src/hdchain.h b/src/hdchain.h index 5625d702e3f12d..4c096960c73534 100644 --- a/src/hdchain.h +++ b/src/hdchain.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 The Dash Core developers // Distributed under the MIT software license, see the accompanying #ifndef BITCOIN_HDCHAIN_H #define BITCOIN_HDCHAIN_H diff --git a/src/init.cpp b/src/init.cpp index 8671b1f4460ae6..d546fbef1823b0 100644 --- a/src/init.cpp +++ b/src/init.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/llmq/blockprocessor.cpp b/src/llmq/blockprocessor.cpp index 524e80c48946e3..1e8fafac470547 100644 --- a/src/llmq/blockprocessor.cpp +++ b/src/llmq/blockprocessor.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/X11 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 8df1ba55ce2548..9849d3262f5cd2 100644 --- a/src/llmq/blockprocessor.h +++ b/src/llmq/blockprocessor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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.cpp b/src/llmq/chainlocks.cpp index 16fcfe7da6a71b..022b1f13719f7a 100644 --- a/src/llmq/chainlocks.cpp +++ b/src/llmq/chainlocks.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/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/llmq/commitment.cpp b/src/llmq/commitment.cpp index c637a117dedf23..d805d06bfc9329 100644 --- a/src/llmq/commitment.cpp +++ b/src/llmq/commitment.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/commitment.h b/src/llmq/commitment.h index 2355fc6619809c..72fd0ce76ce6cb 100644 --- a/src/llmq/commitment.h +++ b/src/llmq/commitment.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/context.cpp b/src/llmq/context.cpp index 6d96d77208321f..5607078038a147 100644 --- a/src/llmq/context.cpp +++ b/src/llmq/context.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/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 10747651dd85e4..75116dea6344e2 100644 --- a/src/llmq/context.h +++ b/src/llmq/context.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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.cpp b/src/llmq/debug.cpp index d6b272bd41c7c9..07b64038575013 100644 --- a/src/llmq/debug.cpp +++ b/src/llmq/debug.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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 6788bc7c60c671..0560e217c2ff02 100644 --- a/src/llmq/debug.h +++ b/src/llmq/debug.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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/dkgsession.cpp b/src/llmq/dkgsession.cpp index e84ec8c705ec83..53896d2f869e02 100644 --- a/src/llmq/dkgsession.cpp +++ b/src/llmq/dkgsession.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/dkgsession.h b/src/llmq/dkgsession.h index 12fa48831d5d7d..601274ed508259 100644 --- a/src/llmq/dkgsession.h +++ b/src/llmq/dkgsession.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/dkgsessionhandler.cpp b/src/llmq/dkgsessionhandler.cpp index e28fbf954c5d33..f9a900bacd8136 100644 --- a/src/llmq/dkgsessionhandler.cpp +++ b/src/llmq/dkgsessionhandler.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/dkgsessionhandler.h b/src/llmq/dkgsessionhandler.h index c8b0ae91691385..7990786f628d7e 100644 --- a/src/llmq/dkgsessionhandler.h +++ b/src/llmq/dkgsessionhandler.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/dkgsessionmgr.cpp b/src/llmq/dkgsessionmgr.cpp index 098887359a9016..7b81f8c09210f9 100644 --- a/src/llmq/dkgsessionmgr.cpp +++ b/src/llmq/dkgsessionmgr.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/dkgsessionmgr.h b/src/llmq/dkgsessionmgr.h index 48b7e85f78cfbb..d1f9ea04567b2d 100644 --- a/src/llmq/dkgsessionmgr.h +++ b/src/llmq/dkgsessionmgr.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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.cpp b/src/llmq/ehf_signals.cpp index 7539ec2c3d7460..bca6213301db96 100644 --- a/src/llmq/ehf_signals.cpp +++ b/src/llmq/ehf_signals.cpp @@ -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/instantsend.cpp b/src/llmq/instantsend.cpp index e2cbcfb35edcf8..904dac53e26946 100644 --- a/src/llmq/instantsend.cpp +++ b/src/llmq/instantsend.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/llmq/instantsend.h b/src/llmq/instantsend.h index c19af732d62dfe..70c764a7a3cb68 100644 --- a/src/llmq/instantsend.h +++ b/src/llmq/instantsend.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/llmq/options.cpp b/src/llmq/options.cpp index 34d9067c8bb11f..2baba7260501c9 100644 --- a/src/llmq/options.cpp +++ b/src/llmq/options.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/llmq/options.h b/src/llmq/options.h index db207a99cbb95c..4c230f94d5ca8e 100644 --- a/src/llmq/options.h +++ b/src/llmq/options.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/llmq/params.h b/src/llmq/params.h index 69fddfac0220f8..aa176853e746c6 100644 --- a/src/llmq/params.h +++ b/src/llmq/params.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 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/llmq/quorums.cpp b/src/llmq/quorums.cpp index d602791c604634..d66d58d4a7c545 100644 --- a/src/llmq/quorums.cpp +++ b/src/llmq/quorums.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/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/llmq/quorums.h b/src/llmq/quorums.h index fbb72a5c103f84..e0ad4d33e3cf10 100644 --- a/src/llmq/quorums.h +++ b/src/llmq/quorums.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/signing.cpp b/src/llmq/signing.cpp index ba7d40808756db..f6f721fee16e3e 100644 --- a/src/llmq/signing.cpp +++ b/src/llmq/signing.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/signing.h b/src/llmq/signing.h index 8656edcd9442d0..1d4c0bd459dfb1 100644 --- a/src/llmq/signing.h +++ b/src/llmq/signing.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/signing_shares.cpp b/src/llmq/signing_shares.cpp index 0af6c792831392..1a194b6ac5c525 100644 --- a/src/llmq/signing_shares.cpp +++ b/src/llmq/signing_shares.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/signing_shares.h b/src/llmq/signing_shares.h index eed1b3ea8d470a..2c97ffd25b148e 100644 --- a/src/llmq/signing_shares.h +++ b/src/llmq/signing_shares.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/snapshot.cpp b/src/llmq/snapshot.cpp index d460d27496163f..5e4a90baa3185d 100644 --- a/src/llmq/snapshot.cpp +++ b/src/llmq/snapshot.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 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/llmq/snapshot.h b/src/llmq/snapshot.h index 234ab766b71207..49ae6729e00004 100644 --- a/src/llmq/snapshot.h +++ b/src/llmq/snapshot.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Dash Core developers +// Copyright (c) 2021-2023 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/utils.cpp b/src/llmq/utils.cpp index 5f170221d8a4e6..1da1dadf0c4e4b 100644 --- a/src/llmq/utils.cpp +++ b/src/llmq/utils.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/llmq/utils.h b/src/llmq/utils.h index 08db78467c4b80..61afeb5c413a57 100644 --- a/src/llmq/utils.h +++ b/src/llmq/utils.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/masternode/meta.cpp b/src/masternode/meta.cpp index 44b94a80f9be6a..2d01e47bab35f2 100644 --- a/src/masternode/meta.cpp +++ b/src/masternode/meta.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 c723113b63236b..68550cbe49b565 100644 --- a/src/masternode/meta.h +++ b/src/masternode/meta.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 055fa0430c374e..222d17549958f4 100644 --- a/src/masternode/node.cpp +++ b/src/masternode/node.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 2d05caa343f7dd..d546e77fb74fa4 100644 --- a/src/masternode/node.h +++ b/src/masternode/node.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 b5c4a9bbcbfca2..4f0fb060c0ac68 100644 --- a/src/masternode/sync.cpp +++ b/src/masternode/sync.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 6e3f18bf387a54..c35e847050585f 100644 --- a/src/masternode/sync.h +++ b/src/masternode/sync.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/messagesigner.cpp b/src/messagesigner.cpp index 1cb8a99a276fdc..ec6b5d91e8dd5b 100644 --- a/src/messagesigner.cpp +++ b/src/messagesigner.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/messagesigner.h b/src/messagesigner.h index 6b063936c385e4..bdc1efd5b6740b 100644 --- a/src/messagesigner.h +++ b/src/messagesigner.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/miner.cpp b/src/miner.cpp index 0fc247d29d96e8..a4d934063844d5 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2020 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/net.cpp b/src/net.cpp index 73ce7a69d82f70..925be572a77a3d 100644 --- a/src/net.cpp +++ b/src/net.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/netfulfilledman.cpp b/src/netfulfilledman.cpp index f7e897d290d132..43d9e5e18232e9 100644 --- a/src/netfulfilledman.cpp +++ b/src/netfulfilledman.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 6dfb5fbb3541c8..c927b8823bb14d 100644 --- a/src/netfulfilledman.h +++ b/src/netfulfilledman.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/addresstablemodel.cpp b/src/qt/addresstablemodel.cpp index d6f7f9f9f8f5a2..15cc63cc5a24a6 100644 --- a/src/qt/addresstablemodel.cpp +++ b/src/qt/addresstablemodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/appearancewidget.cpp b/src/qt/appearancewidget.cpp index ba1872e2875188..d52c03971a9b01 100644 --- a/src/qt/appearancewidget.cpp +++ b/src/qt/appearancewidget.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Dash Core developers +// Copyright (c) 2020-2023 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/appearancewidget.h b/src/qt/appearancewidget.h index 85bfaccc6510ed..a1cd06e49b6b65 100644 --- a/src/qt/appearancewidget.h +++ b/src/qt/appearancewidget.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Dash Core developers +// Copyright (c) 2020-2023 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/askpassphrasedialog.cpp b/src/qt/askpassphrasedialog.cpp index c89002b20a95f2..c942602316c10d 100644 --- a/src/qt/askpassphrasedialog.cpp +++ b/src/qt/askpassphrasedialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2019 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/bitcoin.cpp b/src/qt/bitcoin.cpp index 1af3970b1ac7fa..c79b44b6aa6a5e 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 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/bitcoinaddressvalidator.cpp b/src/qt/bitcoinaddressvalidator.cpp index e09c61ae35fea1..003f1d100578bf 100644 --- a/src/qt/bitcoinaddressvalidator.cpp +++ b/src/qt/bitcoinaddressvalidator.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 8852a0b5a873ac..8d3cb5574372a9 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 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/bitcoinunits.h b/src/qt/bitcoinunits.h index 55bd934a57115d..6db69edc0458cd 100644 --- a/src/qt/bitcoinunits.h +++ b/src/qt/bitcoinunits.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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.cpp b/src/qt/clientmodel.cpp index 5fde728735ff8b..143440bb3f0219 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-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 5b8c1d77da0870..7257a958dec470 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2019 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/coincontroldialog.cpp b/src/qt/coincontroldialog.cpp index 5f83ab2aab5dc2..a57adde7b99227 100644 --- a/src/qt/coincontroldialog.cpp +++ b/src/qt/coincontroldialog.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/editaddressdialog.cpp b/src/qt/editaddressdialog.cpp index ec1ffa695ce377..eb2c1924fa8ec6 100644 --- a/src/qt/editaddressdialog.cpp +++ b/src/qt/editaddressdialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 f196bfd3325dd9..c91b16cf58eb49 100644 --- a/src/qt/governancelist.cpp +++ b/src/qt/governancelist.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Dash Core developers +// Copyright (c) 2021-2023 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 5f407528bf064d..a9744a767df248 100644 --- a/src/qt/governancelist.h +++ b/src/qt/governancelist.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Dash Core developers +// Copyright (c) 2021-2023 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/guiconstants.h b/src/qt/guiconstants.h index 25c3f76b95ca41..87f47b023fe415 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 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/guiutil.cpp b/src/qt/guiutil.cpp index dc116bd038bb7d..21223b998319c0 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-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/intro.cpp b/src/qt/intro.cpp index 1a678b930f1529..b41da8f45a4c6f 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 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/masternodelist.cpp b/src/qt/masternodelist.cpp index 36ca8ae1de4862..99d4d3b1b1c00f 100644 --- a/src/qt/masternodelist.cpp +++ b/src/qt/masternodelist.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Dash Core developers +// Copyright (c) 2016-2023 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.h b/src/qt/masternodelist.h index 9f191baa48aac2..34a5c97193813c 100644 --- a/src/qt/masternodelist.h +++ b/src/qt/masternodelist.h @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 The Dash Core developers +// Copyright (c) 2016-2023 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/networkstyle.cpp b/src/qt/networkstyle.cpp index fabd3834f0a2ac..790c3e6d5a50f1 100644 --- a/src/qt/networkstyle.cpp +++ b/src/qt/networkstyle.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014-2019 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/networkstyle.h b/src/qt/networkstyle.h index 27690bbda52f40..05d1b9bb688aaf 100644 --- a/src/qt/networkstyle.h +++ b/src/qt/networkstyle.h @@ -1,5 +1,5 @@ // Copyright (c) 2014-2019 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/optionsmodel.cpp b/src/qt/optionsmodel.cpp index 6eeed875b5a7aa..8274ad9fd62423 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 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/overviewpage.cpp b/src/qt/overviewpage.cpp index c417d8adaa45e3..dad8cc686c81fc 100644 --- a/src/qt/overviewpage.cpp +++ b/src/qt/overviewpage.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2019 The Bitcoin Core developers -// Copyright (c) 2014-2021 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/paymentserver.cpp b/src/qt/paymentserver.cpp index 5a4646001f8962..d8c08e317b1ac8 100644 --- a/src/qt/paymentserver.cpp +++ b/src/qt/paymentserver.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/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 72c08e9ced6e64..d3a99707a92384 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-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 ef624b17ed54c2..6c350a797f4178 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-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/signverifymessagedialog.cpp b/src/qt/signverifymessagedialog.cpp index 462f2386247c49..febc713bbceb9e 100644 --- a/src/qt/signverifymessagedialog.cpp +++ b/src/qt/signverifymessagedialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/splashscreen.cpp b/src/qt/splashscreen.cpp index 3bc76648c16a7d..dbe7aa7e653d2d 100644 --- a/src/qt/splashscreen.cpp +++ b/src/qt/splashscreen.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 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/test/test_main.cpp b/src/qt/test/test_main.cpp index 68386d8ab52666..c4924b4eba5047 100644 --- a/src/qt/test/test_main.cpp +++ b/src/qt/test/test_main.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-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/test/trafficgraphdatatests.cpp b/src/qt/test/trafficgraphdatatests.cpp index a9eb38f22357ad..b6fd0bddf43e08 100644 --- a/src/qt/test/trafficgraphdatatests.cpp +++ b/src/qt/test/trafficgraphdatatests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2020 The Dash Core developers +// Copyright (c) 2017-2023 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/test/trafficgraphdatatests.h b/src/qt/test/trafficgraphdatatests.h index 0df234998328ef..e3486b3ed83360 100644 --- a/src/qt/test/trafficgraphdatatests.h +++ b/src/qt/test/trafficgraphdatatests.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2018 The Dash Core developers +// Copyright (c) 2017-2023 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/trafficgraphdata.cpp b/src/qt/trafficgraphdata.cpp index 5474b2fc9f492c..7561336d6a1032 100644 --- a/src/qt/trafficgraphdata.cpp +++ b/src/qt/trafficgraphdata.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2020 The Dash Core developers +// Copyright (c) 2017-2023 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/trafficgraphdata.h b/src/qt/trafficgraphdata.h index 5a3a0764d902bf..1847bd5b4def6d 100644 --- a/src/qt/trafficgraphdata.h +++ b/src/qt/trafficgraphdata.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2020 The Dash Core developers +// Copyright (c) 2017-2023 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 d725ddf36137e6..a348bec27a2143 100644 --- a/src/qt/transactionrecord.cpp +++ b/src/qt/transactionrecord.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2019 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/utilitydialog.cpp b/src/qt/utilitydialog.cpp index f7b0eded494f0c..9f0dfbc15cdd49 100644 --- a/src/qt/utilitydialog.cpp +++ b/src/qt/utilitydialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 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/walletmodel.cpp b/src/qt/walletmodel.cpp index 1a65521ecd0bee..08e783ad919dcc 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2020 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/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 9cc68c2e591734..d3a6f64152b94b 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2020 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/rpc/client.cpp b/src/rpc/client.cpp index 52eb7bb4d06a85..a8863ac4e39ceb 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2020 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/rpc/coinjoin.cpp b/src/rpc/coinjoin.cpp index b584a7853587dc..4c01badab6852b 100644 --- a/src/rpc/coinjoin.cpp +++ b/src/rpc/coinjoin.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 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/rpc/evo.cpp b/src/rpc/evo.cpp index 53652490075157..3a392fb3766818 100644 --- a/src/rpc/evo.cpp +++ b/src/rpc/evo.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/rpc/mining.cpp b/src/rpc/mining.cpp index 85cb624041d426..b2d399e74a6800 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.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/misc.cpp b/src/rpc/misc.cpp index 046061929ba832..07a430cb042374 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.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/net.cpp b/src/rpc/net.cpp index 79c7954f98eee1..034353e224ff74 100644 --- a/src/rpc/net.cpp +++ b/src/rpc/net.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2020 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/rpc/quorums.cpp b/src/rpc/quorums.cpp index 84136c529beae1..88c3be3b813bdc 100644 --- a/src/rpc/quorums.cpp +++ b/src/rpc/quorums.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 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/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp index 506a700d881a10..8f79f512a45fc3 100644 --- a/src/rpc/rawtransaction.cpp +++ b/src/rpc/rawtransaction.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2020 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/rpc/request.cpp b/src/rpc/request.cpp index 6877b7e28986f6..47ad238fa2f6c4 100644 --- a/src/rpc/request.cpp +++ b/src/rpc/request.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2019 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 4dfce58aa0c360..69fc1e33606554 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-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/saltedhasher.cpp b/src/saltedhasher.cpp index 93ec9a6d695e45..31e933098f565c 100644 --- a/src/saltedhasher.cpp +++ b/src/saltedhasher.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 The Dash Core developers +// Copyright (c) 2019-2023 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/saltedhasher.h b/src/saltedhasher.h index 917642a0528fb8..aa246c301e8c33 100644 --- a/src/saltedhasher.h +++ b/src/saltedhasher.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 The Dash Core developers +// Copyright (c) 2019-2023 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 37ee3efa64865a..86bf217d43bb1b 100644 --- a/src/spork.cpp +++ b/src/spork.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 6950e7050cb68a..6155f406c3ccb1 100644 --- a/src/spork.h +++ b/src/spork.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 0daa7b50d08db1..3ffcb23f3852b3 100644 --- a/src/stacktraces.cpp +++ b/src/stacktraces.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/statsd_client.h b/src/statsd_client.h index ed331ccd5836ae..738d6102804180 100644 --- a/src/statsd_client.h +++ b/src/statsd_client.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Dash Core developers +// Copyright (c) 2020-2023 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/support/allocators/mt_pooled_secure.h b/src/support/allocators/mt_pooled_secure.h index c479cb0edfd2ac..c97c22d36cf131 100644 --- a/src/support/allocators/mt_pooled_secure.h +++ b/src/support/allocators/mt_pooled_secure.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/support/allocators/pooled_secure.h b/src/support/allocators/pooled_secure.h index 289cd9c187fe98..3e8252a23065b6 100644 --- a/src/support/allocators/pooled_secure.h +++ b/src/support/allocators/pooled_secure.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/bip39_tests.cpp b/src/test/bip39_tests.cpp index c35b00c4eafff8..34796df99b75ec 100644 --- a/src/test/bip39_tests.cpp +++ b/src/test/bip39_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 3563a2d1aae15c..ec7608a9d5b342 100644 --- a/src/test/block_reward_reallocation_tests.cpp +++ b/src/test/block_reward_reallocation_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Dash Core developers +// Copyright (c) 2021-2023 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/bls_tests.cpp b/src/test/bls_tests.cpp index e6458060547009..3d055d6e5920c4 100644 --- a/src/test/bls_tests.cpp +++ b/src/test/bls_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 The Dash Core developers +// Copyright (c) 2019-2023 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/cachemap_tests.cpp b/src/test/cachemap_tests.cpp index 5585ba30cc623c..d61dfa63537f52 100644 --- a/src/test/cachemap_tests.cpp +++ b/src/test/cachemap_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 The Dash Core developers #include #include diff --git a/src/test/cachemultimap_tests.cpp b/src/test/cachemultimap_tests.cpp index a0190d6126556c..0bbf45311b2575 100644 --- a/src/test/cachemultimap_tests.cpp +++ b/src/test/cachemultimap_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 The Dash Core developers #include #include diff --git a/src/test/checkdatasig_tests.cpp b/src/test/checkdatasig_tests.cpp index b2f2e32082aabc..de61b16a436ffd 100644 --- a/src/test/checkdatasig_tests.cpp +++ b/src/test/checkdatasig_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021 The Dash Core developers +// Copyright (c) 2021-2023 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/dip0020opcodes_tests.cpp b/src/test/dip0020opcodes_tests.cpp index 29975db0addd42..425d3971181609 100644 --- a/src/test/dip0020opcodes_tests.cpp +++ b/src/test/dip0020opcodes_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2019 The Dash Core developers +// Copyright (c) 2018-2023 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 e002229c370687..961af91b4c95ba 100644 --- a/src/test/dynamic_activation_thresholds_tests.cpp +++ b/src/test/dynamic_activation_thresholds_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Dash Core developers +// Copyright (c) 2021-2023 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_assetlocks_tests.cpp b/src/test/evo_assetlocks_tests.cpp index 855d16ed0a7304..97d354acf3ca7c 100644 --- a/src/test/evo_assetlocks_tests.cpp +++ b/src/test/evo_assetlocks_tests.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/test/evo_deterministicmns_tests.cpp b/src/test/evo_deterministicmns_tests.cpp index 9c8fc9dc8896b1..703e8004670463 100644 --- a/src/test/evo_deterministicmns_tests.cpp +++ b/src/test/evo_deterministicmns_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 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/evo_mnhf_tests.cpp b/src/test/evo_mnhf_tests.cpp index 031f2078149b46..2be08a48047095 100644 --- a/src/test/evo_mnhf_tests.cpp +++ b/src/test/evo_mnhf_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 3f632d2824f1c2..15474a5bbcd81c 100644 --- a/src/test/evo_simplifiedmns_tests.cpp +++ b/src/test/evo_simplifiedmns_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Dash Core developers +// Copyright (c) 2018-2023 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_trivialvalidation.cpp b/src/test/evo_trivialvalidation.cpp index 7cb2bde84e0bce..7a899ebcee4f32 100644 --- a/src/test/evo_trivialvalidation.cpp +++ b/src/test/evo_trivialvalidation.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 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_utils_tests.cpp b/src/test/evo_utils_tests.cpp index ce5de7a3fca940..4d555492469b46 100644 --- a/src/test/evo_utils_tests.cpp +++ b/src/test/evo_utils_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 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/test/governance_validators_tests.cpp b/src/test/governance_validators_tests.cpp index c1f93ee3bdea0b..f288388f7b276f 100644 --- a/src/test/governance_validators_tests.cpp +++ b/src/test/governance_validators_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 The Dash Core developers #include #include diff --git a/src/test/lcg.h b/src/test/lcg.h index 6536bc210107b8..3d08a6dca45f75 100644 --- a/src/test/lcg.h +++ b/src/test/lcg.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021 The Dash Core developers +// Copyright (c) 2021-2023 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/llmq_dkg_tests.cpp b/src/test/llmq_dkg_tests.cpp index 797a3c28353e82..15b3242eea8b28 100644 --- a/src/test/llmq_dkg_tests.cpp +++ b/src/test/llmq_dkg_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 The Dash Core developers +// Copyright (c) 2022-2023 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 2e76f2d24c4c7b..c304acaf48c612 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-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/subsidy_tests.cpp b/src/test/subsidy_tests.cpp index b49c0227b0f12d..ed33c6372543fa 100644 --- a/src/test/subsidy_tests.cpp +++ b/src/test/subsidy_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/util/setup_common.h b/src/test/util/setup_common.h index eb4f5daff1d8de..d96a4458fe3354 100644 --- a/src/test/util/setup_common.h +++ b/src/test/util/setup_common.h @@ -1,5 +1,5 @@ // Copyright (c) 2015-2020 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/uint256.h b/src/uint256.h index 7c8d045e497b13..b8a0646ce5600f 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2019 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/unordered_lru_cache.h b/src/unordered_lru_cache.h index 7208737dde7095..036c955d67a690 100644 --- a/src/unordered_lru_cache.h +++ b/src/unordered_lru_cache.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 The Dash Core developers +// Copyright (c) 2019-2023 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 ef23ed965e03e2..bc826ebe2b11d6 100644 --- a/src/util/enumerate.h +++ b/src/util/enumerate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 The Dash Core developers +// Copyright (c) 2022-2023 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 027669eda54787..76bb56c62823a4 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-2022 The Dash Core developers +// Copyright (c) 2014-2023 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 610c1cff45a317..f00ff20031fd4e 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-2022 The Dash Core developers +// Copyright (c) 2014-2023 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/validation.cpp b/src/validation.cpp index b56b4e055c156f..dd483d6f101f8d 100644 --- a/src/validation.cpp +++ b/src/validation.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/validation.h b/src/validation.h index 35bb2bd8e283c5..f66326f0b6eec7 100644 --- a/src/validation.h +++ b/src/validation.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2020 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/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index fa316093de2a48..18e5c66d7199ae 100644 --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -1,5 +1,5 @@ // 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/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 37e2d044f85230..73ddbaab3e4e70 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.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/wallet/test/coinjoin_tests.cpp b/src/wallet/test/coinjoin_tests.cpp index 39482bd687d4cc..0ec0d53329fa64 100644 --- a/src/wallet/test/coinjoin_tests.cpp +++ b/src/wallet/test/coinjoin_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 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/wallet/wallet.cpp b/src/wallet/wallet.cpp index 114b7dadc2d99f..833d6ec924b71f 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.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/wallet/wallet.h b/src/wallet/wallet.h index 427c22983facd9..d5f34ebb3cb68c 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.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/wallet/walletdb.cpp b/src/wallet/walletdb.cpp index 6038cef7d22681..6a5e8c2822e0d3 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-2022 The Dash Core developers +// Copyright (c) 2014-2023 The Dash Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php.