From 3cec519ce498133e4bc88d59a9b704a3dc3b1977 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 23 Jan 2023 11:31:54 -0700 Subject: [PATCH] scripted-diff: Update Zcash copyrights to 2023 -BEGIN VERIFY SCRIPT- for party in "The Zcash developers" "The Bitcoin Core developers" "Bitcoin Developers"; do sed -i"" -e "s#Copyright (c) \([0-9]\{4\}\)\(-[0-9]\{4\}\)\? $party#Copyright (c) \1-2023 $party#" COPYING sed -i"" -e "s#\(.*\)\([0-9]\{4\}\)\(-[0-9]\{4\}\)\, $party#\1\2-2023, $party#" contrib/debian/copyright done sed -i"" -e "s/define(_COPYRIGHT_YEAR, [0-9]\{4\})/define(_COPYRIGHT_YEAR, 2023)/" configure.ac sed -i"" -e "s/#define COPYRIGHT_YEAR [0-9]\{4\}/#define COPYRIGHT_YEAR 2023/" src/clientversion.h git grep "^// Copyright (c) .* The Zcash developers" \ | awk -F ':' '{print $1}' \ | xargs -I {} sed -i"" -e "s#// Copyright (c) \([0-9]\{4\}\)\(-[0-9]\{4\}\)\? The Zcash developers#// Copyright (c) \1-2023 The Zcash developers#" {} -END VERIFY SCRIPT- --- COPYING | 6 +++--- configure.ac | 2 +- contrib/debian/copyright | 6 +++--- src/addrdb.cpp | 2 +- src/addrdb.h | 2 +- src/addressindex.h | 2 +- src/alert.cpp | 2 +- src/alert.h | 2 +- src/amount.cpp | 2 +- src/amount.h | 2 +- src/asyncrpcoperation.cpp | 2 +- src/asyncrpcoperation.h | 2 +- src/asyncrpcqueue.cpp | 2 +- src/asyncrpcqueue.h | 2 +- src/base58.cpp | 2 +- src/base58.h | 2 +- src/bench/Examples.cpp | 2 +- src/bench/bench.cpp | 2 +- src/bench/bench.h | 2 +- src/bench/bench_bitcoin.cpp | 2 +- src/bench/checkqueue.cpp | 2 +- src/bench/crypto_hash.cpp | 2 +- src/bench/lockedpool.cpp | 2 +- src/bench/perf.cpp | 2 +- src/bench/perf.h | 2 +- src/bench/prevector_destructor.cpp | 2 +- src/bench/rollingbloom.cpp | 2 +- src/bench/verification.cpp | 2 +- src/bitcoin-cli.cpp | 2 +- src/bitcoin-tx.cpp | 2 +- src/bitcoind.cpp | 2 +- src/bloom.cpp | 2 +- src/bloom.h | 2 +- src/chain.cpp | 2 +- src/chain.h | 2 +- src/chainparams.cpp | 2 +- src/chainparams.h | 2 +- src/chainparamsbase.cpp | 2 +- src/chainparamsbase.h | 2 +- src/checkpoints.cpp | 2 +- src/checkpoints.h | 2 +- src/checkqueue.h | 2 +- src/clientversion.cpp | 2 +- src/clientversion.h | 4 ++-- src/coincontrol.h | 2 +- src/coins.cpp | 2 +- src/coins.h | 2 +- src/compat.h | 2 +- src/compat/glibc_compat.cpp | 2 +- src/compat/glibc_sanity.cpp | 2 +- src/compat/glibcxx_sanity.cpp | 2 +- src/compat/sanity.h | 2 +- src/compat/strnlen.cpp | 2 +- src/compressor.cpp | 2 +- src/compressor.h | 2 +- src/consensus/consensus.h | 2 +- src/consensus/funding.cpp | 2 +- src/consensus/funding.h | 2 +- src/consensus/params.cpp | 2 +- src/consensus/params.h | 2 +- src/consensus/upgrades.cpp | 2 +- src/consensus/upgrades.h | 2 +- src/consensus/validation.h | 2 +- src/core_io.h | 2 +- src/core_memusage.h | 2 +- src/core_read.cpp | 2 +- src/core_write.cpp | 2 +- src/crypto/aes.cpp | 2 +- src/crypto/aes.h | 2 +- src/crypto/chacha20.cpp | 2 +- src/crypto/chacha20.h | 2 +- src/crypto/common.h | 2 +- src/crypto/equihash.cpp | 2 +- src/crypto/equihash.h | 2 +- src/crypto/equihash.tcc | 2 +- src/crypto/hmac_sha256.cpp | 2 +- src/crypto/hmac_sha256.h | 2 +- src/crypto/hmac_sha512.cpp | 2 +- src/crypto/hmac_sha512.h | 2 +- src/crypto/ripemd160.cpp | 2 +- src/crypto/ripemd160.h | 2 +- src/crypto/sha1.cpp | 2 +- src/crypto/sha1.h | 2 +- src/crypto/sha256.cpp | 2 +- src/crypto/sha256.h | 2 +- src/crypto/sha512.cpp | 2 +- src/crypto/sha512.h | 2 +- src/dbwrapper.cpp | 2 +- src/dbwrapper.h | 2 +- src/deprecation.cpp | 2 +- src/deprecation.h | 2 +- src/experimental_features.cpp | 2 +- src/experimental_features.h | 2 +- src/fs.h | 2 +- src/gtest/test_coins.cpp | 2 +- src/gtest/test_dynamicusage.cpp | 2 +- src/gtest/test_mempoollimit.cpp | 2 +- src/gtest/test_timedata.cpp | 2 +- src/gtest/test_transaction_builder.h | 2 +- src/hash.cpp | 2 +- src/hash.h | 2 +- src/httprpc.h | 2 +- src/httpserver.cpp | 2 +- src/httpserver.h | 2 +- src/init.cpp | 2 +- src/init.h | 2 +- src/key.cpp | 2 +- src/key.h | 2 +- src/key_constants.h | 2 +- src/key_io.cpp | 2 +- src/key_io.h | 2 +- src/keystore.cpp | 2 +- src/keystore.h | 2 +- src/limitedmap.h | 2 +- src/logging.cpp | 2 +- src/logging.h | 2 +- src/main.cpp | 2 +- src/main.h | 2 +- src/mempool_limit.cpp | 2 +- src/mempool_limit.h | 2 +- src/merkleblock.cpp | 2 +- src/merkleblock.h | 2 +- src/metrics.cpp | 2 +- src/metrics.h | 2 +- src/miner.cpp | 2 +- src/miner.h | 2 +- src/net.cpp | 2 +- src/net.h | 2 +- src/netbase.cpp | 2 +- src/netbase.h | 2 +- src/noui.cpp | 2 +- src/noui.h | 2 +- src/pow.cpp | 2 +- src/pow.h | 2 +- src/prevector.h | 2 +- src/primitives/block.cpp | 2 +- src/primitives/block.h | 2 +- src/primitives/orchard.h | 2 +- src/primitives/transaction.cpp | 2 +- src/primitives/transaction.h | 2 +- src/primitives/tx_version_info.cpp | 2 +- src/proof_verifier.cpp | 2 +- src/proof_verifier.h | 2 +- src/protocol.cpp | 2 +- src/protocol.h | 2 +- src/pubkey.cpp | 2 +- src/pubkey.h | 2 +- src/random.cpp | 2 +- src/random.h | 2 +- src/rest.cpp | 2 +- src/reverselock.h | 2 +- src/rpc/blockchain.cpp | 2 +- src/rpc/client.cpp | 2 +- src/rpc/client.h | 2 +- src/rpc/mining.cpp | 2 +- src/rpc/misc.cpp | 2 +- src/rpc/net.cpp | 2 +- src/rpc/protocol.cpp | 2 +- src/rpc/protocol.h | 2 +- src/rpc/rawtransaction.cpp | 2 +- src/rpc/register.h | 2 +- src/rpc/server.cpp | 2 +- src/rpc/server.h | 2 +- src/rust/include/rust/address.h | 2 +- src/rust/include/rust/builder.h | 2 +- src/rust/include/rust/constants.h | 2 +- src/rust/include/rust/ed25519.h | 2 +- src/rust/include/rust/ed25519/types.h | 2 +- src/rust/include/rust/history.h | 2 +- src/rust/include/rust/init.h | 2 +- src/rust/include/rust/metrics.h | 2 +- src/rust/include/rust/orchard.h | 2 +- src/rust/include/rust/orchard/incremental_merkle_tree.h | 2 +- src/rust/include/rust/orchard/keys.h | 2 +- src/rust/include/rust/orchard/wallet.h | 2 +- src/rust/include/rust/streams.h | 2 +- src/rust/include/rust/test_harness.h | 2 +- src/rust/include/rust/transaction.h | 2 +- src/rust/include/rust/types.h | 2 +- src/rust/include/rust/unified_keys.h | 2 +- src/rust/include/tracing.h | 2 +- src/rust/src/blake2b.rs | 2 +- src/rust/src/ed25519.rs | 2 +- src/rust/src/sapling.rs | 2 +- src/scheduler.cpp | 2 +- src/scheduler.h | 2 +- src/script/interpreter.cpp | 2 +- src/script/interpreter.h | 2 +- src/script/ismine.cpp | 2 +- src/script/script.cpp | 2 +- src/script/script.h | 2 +- src/script/script_error.cpp | 2 +- src/script/script_error.h | 2 +- src/script/sigcache.cpp | 2 +- src/script/sigcache.h | 2 +- src/script/sign.cpp | 2 +- src/script/sign.h | 2 +- src/script/standard.cpp | 2 +- src/script/standard.h | 2 +- src/script/zcash_script.cpp | 2 +- src/script/zcash_script.h | 2 +- src/sendalert.cpp | 2 +- src/serialize.h | 2 +- src/spentindex.h | 2 +- src/streams.h | 2 +- src/support/allocators/secure.h | 2 +- src/support/allocators/zeroafterfree.h | 2 +- src/support/cleanse.cpp | 2 +- src/support/cleanse.h | 2 +- src/support/events.h | 2 +- src/support/lockedpool.cpp | 2 +- src/support/lockedpool.h | 2 +- src/sync.cpp | 2 +- src/sync.h | 2 +- src/test/Checkpoints_tests.cpp | 2 +- src/test/DoS_tests.cpp | 2 +- src/test/addrman_tests.cpp | 2 +- src/test/alert_tests.cpp | 2 +- src/test/allocator_tests.cpp | 2 +- src/test/arith_uint256_tests.cpp | 2 +- src/test/base32_tests.cpp | 2 +- src/test/base58_tests.cpp | 2 +- src/test/base64_tests.cpp | 2 +- src/test/bip32_tests.cpp | 2 +- src/test/bloom_tests.cpp | 2 +- src/test/checkblock_tests.cpp | 2 +- src/test/checkqueue_tests.cpp | 2 +- src/test/coins_tests.cpp | 2 +- src/test/compress_tests.cpp | 2 +- src/test/convertbits_tests.cpp | 2 +- src/test/crypto_tests.cpp | 2 +- src/test/dbwrapper_tests.cpp | 2 +- src/test/equihash_tests.cpp | 2 +- src/test/getarg_tests.cpp | 2 +- src/test/hash_tests.cpp | 2 +- src/test/key_tests.cpp | 2 +- src/test/limitedmap_tests.cpp | 2 +- src/test/main_tests.cpp | 2 +- src/test/mempool_tests.cpp | 2 +- src/test/miner_tests.cpp | 2 +- src/test/multisig_tests.cpp | 2 +- src/test/net_tests.cpp | 2 +- src/test/netbase_tests.cpp | 2 +- src/test/pmt_tests.cpp | 2 +- src/test/policyestimator_tests.cpp | 2 +- src/test/pow_tests.cpp | 2 +- src/test/prevector_tests.cpp | 2 +- src/test/raii_event_tests.cpp | 2 +- src/test/random_tests.cpp | 2 +- src/test/reverselock_tests.cpp | 2 +- src/test/rpc_tests.cpp | 2 +- src/test/sanity_tests.cpp | 2 +- src/test/scheduler_tests.cpp | 2 +- src/test/script_P2PKH_tests.cpp | 2 +- src/test/script_P2SH_tests.cpp | 2 +- src/test/script_standard_tests.cpp | 2 +- src/test/script_tests.cpp | 2 +- src/test/scriptnum10.h | 2 +- src/test/scriptnum_tests.cpp | 2 +- src/test/serialize_tests.cpp | 2 +- src/test/sighash_tests.cpp | 2 +- src/test/sigopcount_tests.cpp | 2 +- src/test/skiplist_tests.cpp | 2 +- src/test/streams_tests.cpp | 2 +- src/test/test_bitcoin.cpp | 2 +- src/test/torcontrol_tests.cpp | 2 +- src/test/transaction_tests.cpp | 2 +- src/test/txvalidationcache_tests.cpp | 2 +- src/test/uint256_tests.cpp | 2 +- src/test/util_tests.cpp | 2 +- src/threadsafety.h | 2 +- src/timedata.cpp | 2 +- src/timedata.h | 2 +- src/timestampindex.h | 2 +- src/torcontrol.cpp | 2 +- src/torcontrol.h | 2 +- src/transaction_builder.cpp | 2 +- src/transaction_builder.h | 2 +- src/txdb.cpp | 2 +- src/txdb.h | 2 +- src/txmempool.cpp | 2 +- src/txmempool.h | 2 +- src/ui_interface.h | 2 +- src/uint256.cpp | 2 +- src/uint256.h | 2 +- src/undo.h | 2 +- src/univalue/test/object.cpp | 2 +- src/util/match.h | 2 +- src/util/moneystr.cpp | 2 +- src/util/moneystr.h | 2 +- src/util/strencodings.cpp | 2 +- src/util/strencodings.h | 2 +- src/util/system.cpp | 2 +- src/util/system.h | 2 +- src/util/test.cpp | 2 +- src/util/test.h | 2 +- src/util/time.cpp | 2 +- src/util/time.h | 2 +- src/validationinterface.cpp | 2 +- src/validationinterface.h | 2 +- src/version.h | 2 +- src/wallet/asyncrpcoperation_common.h | 2 +- src/wallet/asyncrpcoperation_mergetoaddress.cpp | 2 +- src/wallet/asyncrpcoperation_mergetoaddress.h | 2 +- src/wallet/asyncrpcoperation_sendmany.cpp | 2 +- src/wallet/asyncrpcoperation_sendmany.h | 2 +- src/wallet/asyncrpcoperation_shieldcoinbase.cpp | 2 +- src/wallet/asyncrpcoperation_shieldcoinbase.h | 2 +- src/wallet/crypter.cpp | 2 +- src/wallet/crypter.h | 2 +- src/wallet/db.cpp | 2 +- src/wallet/db.h | 2 +- src/wallet/gtest/test_orchard_zkeys.cpp | 2 +- src/wallet/memo.h | 2 +- src/wallet/orchard.cpp | 2 +- src/wallet/orchard.h | 2 +- src/wallet/paymentdisclosure.cpp | 2 +- src/wallet/paymentdisclosure.h | 2 +- src/wallet/paymentdisclosuredb.cpp | 2 +- src/wallet/paymentdisclosuredb.h | 2 +- src/wallet/rpcdisclosure.cpp | 2 +- src/wallet/rpcdump.cpp | 2 +- src/wallet/rpcwallet.cpp | 2 +- src/wallet/rpcwallet.h | 2 +- src/wallet/test/crypto_tests.cpp | 2 +- src/wallet/test/rpc_wallet_tests.cpp | 2 +- src/wallet/test/wallet_test_fixture.h | 2 +- src/wallet/test/wallet_tests.cpp | 2 +- src/wallet/wallet.cpp | 2 +- src/wallet/wallet.h | 2 +- src/wallet/wallet_tx_builder.h | 2 +- src/wallet/walletdb.cpp | 2 +- src/wallet/walletdb.h | 2 +- src/warnings.cpp | 2 +- src/warnings.h | 2 +- src/zcash/address/mnemonic.cpp | 2 +- src/zcash/address/mnemonic.h | 2 +- src/zcash/address/orchard.cpp | 2 +- src/zcash/address/orchard.hpp | 2 +- src/zcash/address/sapling.cpp | 2 +- src/zcash/address/sapling.hpp | 2 +- src/zcash/address/sprout.cpp | 2 +- src/zcash/address/sprout.hpp | 2 +- src/zcash/address/transparent.cpp | 2 +- src/zcash/address/transparent.h | 2 +- src/zcash/address/unified.cpp | 2 +- src/zcash/address/unified.h | 2 +- src/zcash/address/zip32.cpp | 2 +- src/zcash/address/zip32.h | 2 +- src/zcash/cache.cpp | 2 +- src/zcash/cache.h | 2 +- src/zmq/zmqabstractnotifier.cpp | 2 +- src/zmq/zmqabstractnotifier.h | 2 +- src/zmq/zmqconfig.h | 2 +- src/zmq/zmqnotificationinterface.cpp | 2 +- src/zmq/zmqnotificationinterface.h | 2 +- src/zmq/zmqpublishnotifier.cpp | 2 +- src/zmq/zmqpublishnotifier.h | 2 +- 358 files changed, 363 insertions(+), 363 deletions(-) diff --git a/COPYING b/COPYING index 8af0bedb5..37c45176c 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ -Copyright (c) 2016-2022 The Zcash developers -Copyright (c) 2009-2022 The Bitcoin Core developers -Copyright (c) 2009-2022 Bitcoin Developers +Copyright (c) 2016-2023 The Zcash developers +Copyright (c) 2009-2023 The Bitcoin Core developers +Copyright (c) 2009-2023 Bitcoin Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/configure.ac b/configure.ac index 9853baed1..da7ee9f3a 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ define(_CLIENT_VERSION_BUILD, 50) define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50))) define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1))) define(_CLIENT_VERSION_IS_RELEASE, true) -define(_COPYRIGHT_YEAR, 2022) +define(_COPYRIGHT_YEAR, 2023) AC_INIT([Zcash],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_SUFFIX(_ZC_BUILD_VAL)],[https://github.com/zcash/zcash/issues],[zcash]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADERS([src/config/bitcoin-config.h]) diff --git a/contrib/debian/copyright b/contrib/debian/copyright index f37c18473..5d7ccc974 100644 --- a/contrib/debian/copyright +++ b/contrib/debian/copyright @@ -4,9 +4,9 @@ Upstream-Contact: Electric Coin Company Source: https://github.com/zcash/zcash Files: * -Copyright: 2016-2022, The Zcash developers - 2009-2022, The Bitcoin Core developers - 2009-2022, Bitcoin Developers +Copyright: 2016-2023, The Zcash developers + 2009-2023, The Bitcoin Core developers + 2009-2023, Bitcoin Developers License: Expat Comment: The Bitcoin Core developers encompasses the current developers listed on bitcoin.org, as well as the numerous contributors to the project. diff --git a/src/addrdb.cpp b/src/addrdb.cpp index 763a62693..b8c518e84 100644 --- a/src/addrdb.cpp +++ b/src/addrdb.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash 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/addrdb.h b/src/addrdb.h index 06e485eaa..bb72edaa8 100644 --- a/src/addrdb.h +++ b/src/addrdb.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash 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 e9cd9dd1b..e2bb4f300 100644 --- a/src/addressindex.h +++ b/src/addressindex.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/alert.cpp b/src/alert.cpp index 781fb819b..724de90a5 100644 --- a/src/alert.cpp +++ b/src/alert.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/alert.h b/src/alert.h index e9755ca02..e52de0132 100644 --- a/src/alert.h +++ b/src/alert.h @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/amount.cpp b/src/amount.cpp index 79db19795..11468eca2 100644 --- a/src/amount.cpp +++ b/src/amount.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/amount.h b/src/amount.h index 2b9e02ab1..bd9316dbf 100644 --- a/src/amount.h +++ b/src/amount.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/asyncrpcoperation.cpp b/src/asyncrpcoperation.cpp index 7b1d98a1c..b73139f52 100644 --- a/src/asyncrpcoperation.cpp +++ b/src/asyncrpcoperation.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/asyncrpcoperation.h b/src/asyncrpcoperation.h index 23b10f834..9b9a3fcbd 100644 --- a/src/asyncrpcoperation.h +++ b/src/asyncrpcoperation.h @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/asyncrpcqueue.cpp b/src/asyncrpcqueue.cpp index 776dc7fed..1fca73d56 100644 --- a/src/asyncrpcqueue.cpp +++ b/src/asyncrpcqueue.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/asyncrpcqueue.h b/src/asyncrpcqueue.h index 3c1178cf1..ad37d9523 100644 --- a/src/asyncrpcqueue.h +++ b/src/asyncrpcqueue.h @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/base58.cpp b/src/base58.cpp index 2843eaea5..b957e1957 100644 --- a/src/base58.cpp +++ b/src/base58.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/base58.h b/src/base58.h index 834b8f229..48ed0ac8a 100644 --- a/src/base58.h +++ b/src/base58.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bench/Examples.cpp b/src/bench/Examples.cpp index 802847020..095c86cca 100644 --- a/src/bench/Examples.cpp +++ b/src/bench/Examples.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bench/bench.cpp b/src/bench/bench.cpp index 9de154157..b7b9e3201 100644 --- a/src/bench/bench.cpp +++ b/src/bench/bench.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bench/bench.h b/src/bench/bench.h index 9798ea42d..e4ffdf4b6 100644 --- a/src/bench/bench.h +++ b/src/bench/bench.h @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bench/bench_bitcoin.cpp b/src/bench/bench_bitcoin.cpp index a5811edbc..39a983edc 100644 --- a/src/bench/bench_bitcoin.cpp +++ b/src/bench/bench_bitcoin.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bench/checkqueue.cpp b/src/bench/checkqueue.cpp index ba42692c7..8055cbb69 100644 --- a/src/bench/checkqueue.cpp +++ b/src/bench/checkqueue.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bench/crypto_hash.cpp b/src/bench/crypto_hash.cpp index 3400ed9ab..5e2906b87 100644 --- a/src/bench/crypto_hash.cpp +++ b/src/bench/crypto_hash.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bench/lockedpool.cpp b/src/bench/lockedpool.cpp index d00cc1ffa..976cd9e4c 100644 --- a/src/bench/lockedpool.cpp +++ b/src/bench/lockedpool.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bench/perf.cpp b/src/bench/perf.cpp index febfada3b..5d158da01 100644 --- a/src/bench/perf.cpp +++ b/src/bench/perf.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bench/perf.h b/src/bench/perf.h index d6f34dfd4..a04185492 100644 --- a/src/bench/perf.h +++ b/src/bench/perf.h @@ -1,5 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bench/prevector_destructor.cpp b/src/bench/prevector_destructor.cpp index 706e6e2ec..641970550 100644 --- a/src/bench/prevector_destructor.cpp +++ b/src/bench/prevector_destructor.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015-2017 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bench/rollingbloom.cpp b/src/bench/rollingbloom.cpp index 665def600..fca1f7466 100644 --- a/src/bench/rollingbloom.cpp +++ b/src/bench/rollingbloom.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bench/verification.cpp b/src/bench/verification.cpp index 59709b3e1..7441639be 100644 --- a/src/bench/verification.cpp +++ b/src/bench/verification.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index 797d3fa22..4ef57104f 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp index acf004533..b44826a17 100644 --- a/src/bitcoin-tx.cpp +++ b/src/bitcoin-tx.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 9f3fe47fc..2c9c0e14a 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bloom.cpp b/src/bloom.cpp index 8f0729e71..c97bfd61b 100644 --- a/src/bloom.cpp +++ b/src/bloom.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/bloom.h b/src/bloom.h index 9a75658f9..f1cecceb0 100644 --- a/src/bloom.h +++ b/src/bloom.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/chain.cpp b/src/chain.cpp index d49d2d733..94e1097d3 100644 --- a/src/chain.cpp +++ b/src/chain.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/chain.h b/src/chain.h index 22de203d0..0c14f402b 100644 --- a/src/chain.h +++ b/src/chain.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/chainparams.cpp b/src/chainparams.cpp index ec75507ad..693b57c70 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2015-2022 The Zcash developers +// Copyright (c) 2015-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/chainparams.h b/src/chainparams.h index 957d704fd..74a1323fb 100644 --- a/src/chainparams.h +++ b/src/chainparams.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/chainparamsbase.cpp b/src/chainparamsbase.cpp index b3281a773..2dd05620f 100644 --- a/src/chainparamsbase.cpp +++ b/src/chainparamsbase.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/chainparamsbase.h b/src/chainparamsbase.h index edba9c331..6a699cd5c 100644 --- a/src/chainparamsbase.h +++ b/src/chainparamsbase.h @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 0ed663106..36dfa71e2 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/checkpoints.h b/src/checkpoints.h index 5d5c08154..5db1ee3c2 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/checkqueue.h b/src/checkqueue.h index 491a4446b..af667523d 100644 --- a/src/checkqueue.h +++ b/src/checkqueue.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/clientversion.cpp b/src/clientversion.cpp index 9b3750140..1db789939 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/clientversion.h b/src/clientversion.h index be677a81f..450cece54 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . @@ -27,7 +27,7 @@ * Copyright year (2009-this) * Todo: update this when changing our copyright comments in the source */ -#define COPYRIGHT_YEAR 2022 +#define COPYRIGHT_YEAR 2023 #endif //HAVE_CONFIG_H diff --git a/src/coincontrol.h b/src/coincontrol.h index 6f1d3d655..8c21e5798 100644 --- a/src/coincontrol.h +++ b/src/coincontrol.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2013 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/coins.cpp b/src/coins.cpp index 1c949d36e..3d639747d 100644 --- a/src/coins.cpp +++ b/src/coins.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/coins.h b/src/coins.h index 73762c55c..60e0b7d2b 100644 --- a/src/coins.h +++ b/src/coins.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/compat.h b/src/compat.h index 6d2207e83..b80021089 100644 --- a/src/compat.h +++ b/src/compat.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/compat/glibc_compat.cpp b/src/compat/glibc_compat.cpp index 97cfee500..65140ccca 100644 --- a/src/compat/glibc_compat.cpp +++ b/src/compat/glibc_compat.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/compat/glibc_sanity.cpp b/src/compat/glibc_sanity.cpp index 65af3e3da..09b990856 100644 --- a/src/compat/glibc_sanity.cpp +++ b/src/compat/glibc_sanity.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/compat/glibcxx_sanity.cpp b/src/compat/glibcxx_sanity.cpp index 15c461664..6bd42e01c 100644 --- a/src/compat/glibcxx_sanity.cpp +++ b/src/compat/glibcxx_sanity.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/compat/sanity.h b/src/compat/sanity.h index 29f5d2542..36337378d 100644 --- a/src/compat/sanity.h +++ b/src/compat/sanity.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/compat/strnlen.cpp b/src/compat/strnlen.cpp index 8c0c40cf5..d61e0867c 100644 --- a/src/compat/strnlen.cpp +++ b/src/compat/strnlen.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/compressor.cpp b/src/compressor.cpp index d76f06f2f..1d9cd73f7 100644 --- a/src/compressor.cpp +++ b/src/compressor.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/compressor.h b/src/compressor.h index 0ff62801c..7680b1c51 100644 --- a/src/compressor.h +++ b/src/compressor.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/consensus/consensus.h b/src/consensus/consensus.h index abbd34b13..d5d7573ac 100644 --- a/src/consensus/consensus.h +++ b/src/consensus/consensus.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/consensus/funding.cpp b/src/consensus/funding.cpp index 918e1b36e..7727a6530 100644 --- a/src/consensus/funding.cpp +++ b/src/consensus/funding.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/consensus/funding.h b/src/consensus/funding.h index 802378998..cd29ef70d 100644 --- a/src/consensus/funding.h +++ b/src/consensus/funding.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/consensus/params.cpp b/src/consensus/params.cpp index 9aed34ac8..34e94f48e 100644 --- a/src/consensus/params.cpp +++ b/src/consensus/params.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/consensus/params.h b/src/consensus/params.h index 6c9351ebb..4540eed08 100644 --- a/src/consensus/params.h +++ b/src/consensus/params.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/consensus/upgrades.cpp b/src/consensus/upgrades.cpp index e6bcd6975..7d2612d54 100644 --- a/src/consensus/upgrades.cpp +++ b/src/consensus/upgrades.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/consensus/upgrades.h b/src/consensus/upgrades.h index 7f2df3463..ed2a8d32a 100644 --- a/src/consensus/upgrades.h +++ b/src/consensus/upgrades.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/consensus/validation.h b/src/consensus/validation.h index 8efd41470..e913aaf23 100644 --- a/src/consensus/validation.h +++ b/src/consensus/validation.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/core_io.h b/src/core_io.h index 2a21674c0..7ff2b6359 100644 --- a/src/core_io.h +++ b/src/core_io.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/core_memusage.h b/src/core_memusage.h index 7b6d9c42e..f4bd1ca3b 100644 --- a/src/core_memusage.h +++ b/src/core_memusage.h @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/core_read.cpp b/src/core_read.cpp index 41d811329..6a3de600b 100644 --- a/src/core_read.cpp +++ b/src/core_read.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/core_write.cpp b/src/core_write.cpp index c0d8a070c..eb426d18c 100644 --- a/src/core_write.cpp +++ b/src/core_write.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/aes.cpp b/src/crypto/aes.cpp index d04da5994..f757b299d 100644 --- a/src/crypto/aes.cpp +++ b/src/crypto/aes.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash 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/crypto/aes.h b/src/crypto/aes.h index c7b75c510..f53ecbcae 100644 --- a/src/crypto/aes.h +++ b/src/crypto/aes.h @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash 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/crypto/chacha20.cpp b/src/crypto/chacha20.cpp index 078d3fcbb..c9d88fb7f 100644 --- a/src/crypto/chacha20.cpp +++ b/src/crypto/chacha20.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash 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/crypto/chacha20.h b/src/crypto/chacha20.h index b3d60fe62..e8f8f6875 100644 --- a/src/crypto/chacha20.h +++ b/src/crypto/chacha20.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash 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/crypto/common.h b/src/crypto/common.h index 2eaad7220..e76770cf0 100644 --- a/src/crypto/common.h +++ b/src/crypto/common.h @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/equihash.cpp b/src/crypto/equihash.cpp index 0f5ce6162..5f3c324ac 100644 --- a/src/crypto/equihash.cpp +++ b/src/crypto/equihash.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2016 Jack Grigg -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/equihash.h b/src/crypto/equihash.h index cce37de24..a57bc0f83 100644 --- a/src/crypto/equihash.h +++ b/src/crypto/equihash.h @@ -1,5 +1,5 @@ // Copyright (c) 2016 Jack Grigg -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/equihash.tcc b/src/crypto/equihash.tcc index a6b847a16..118642cb5 100644 --- a/src/crypto/equihash.tcc +++ b/src/crypto/equihash.tcc @@ -1,5 +1,5 @@ // Copyright (c) 2016 Jack Grigg -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/hmac_sha256.cpp b/src/crypto/hmac_sha256.cpp index 4724a8875..94fd63fdd 100644 --- a/src/crypto/hmac_sha256.cpp +++ b/src/crypto/hmac_sha256.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/hmac_sha256.h b/src/crypto/hmac_sha256.h index 333c59d80..1bc35991f 100644 --- a/src/crypto/hmac_sha256.h +++ b/src/crypto/hmac_sha256.h @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/hmac_sha512.cpp b/src/crypto/hmac_sha512.cpp index 15b878cdc..c398538b4 100644 --- a/src/crypto/hmac_sha512.cpp +++ b/src/crypto/hmac_sha512.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/hmac_sha512.h b/src/crypto/hmac_sha512.h index 3ed3e2fc0..1ad3917b8 100644 --- a/src/crypto/hmac_sha512.h +++ b/src/crypto/hmac_sha512.h @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/ripemd160.cpp b/src/crypto/ripemd160.cpp index dd23eaaf0..5c3cda08d 100644 --- a/src/crypto/ripemd160.cpp +++ b/src/crypto/ripemd160.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/ripemd160.h b/src/crypto/ripemd160.h index dd84258fd..73d86a6ec 100644 --- a/src/crypto/ripemd160.h +++ b/src/crypto/ripemd160.h @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/sha1.cpp b/src/crypto/sha1.cpp index 0f853fa6d..397e4769b 100644 --- a/src/crypto/sha1.cpp +++ b/src/crypto/sha1.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/sha1.h b/src/crypto/sha1.h index fd465ce16..1b4f4b877 100644 --- a/src/crypto/sha1.h +++ b/src/crypto/sha1.h @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/sha256.cpp b/src/crypto/sha256.cpp index bb43a2f51..08fc4c3bb 100644 --- a/src/crypto/sha256.cpp +++ b/src/crypto/sha256.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/sha256.h b/src/crypto/sha256.h index ab543fef0..238cb59e2 100644 --- a/src/crypto/sha256.h +++ b/src/crypto/sha256.h @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/sha512.cpp b/src/crypto/sha512.cpp index 5715c3ba1..90f3b9190 100644 --- a/src/crypto/sha512.cpp +++ b/src/crypto/sha512.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/crypto/sha512.h b/src/crypto/sha512.h index 1f437e43e..f71ce617d 100644 --- a/src/crypto/sha512.h +++ b/src/crypto/sha512.h @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/dbwrapper.cpp b/src/dbwrapper.cpp index 8375fc4bc..e559cad5b 100644 --- a/src/dbwrapper.cpp +++ b/src/dbwrapper.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/dbwrapper.h b/src/dbwrapper.h index d6911ce58..7d9ef9d9c 100644 --- a/src/dbwrapper.h +++ b/src/dbwrapper.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/deprecation.cpp b/src/deprecation.cpp index cf1246a06..47569752c 100644 --- a/src/deprecation.cpp +++ b/src/deprecation.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/deprecation.h b/src/deprecation.h index 718d2007a..cff7419e4 100644 --- a/src/deprecation.h +++ b/src/deprecation.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/experimental_features.cpp b/src/experimental_features.cpp index d434d6a47..c8603c4e6 100644 --- a/src/experimental_features.cpp +++ b/src/experimental_features.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/experimental_features.h b/src/experimental_features.h index 7176476e6..fdeb81ca8 100644 --- a/src/experimental_features.h +++ b/src/experimental_features.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/fs.h b/src/fs.h index 87e4fa7b6..a98dbc414 100644 --- a/src/fs.h +++ b/src/fs.h @@ -1,5 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/gtest/test_coins.cpp b/src/gtest/test_coins.cpp index 0fd9c23fc..ae3b00d6c 100644 --- a/src/gtest/test_coins.cpp +++ b/src/gtest/test_coins.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2022-2022 The Zcash developers +// Copyright (c) 2022-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/gtest/test_dynamicusage.cpp b/src/gtest/test_dynamicusage.cpp index fd74a08df..4235f5edf 100644 --- a/src/gtest/test_dynamicusage.cpp +++ b/src/gtest/test_dynamicusage.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/gtest/test_mempoollimit.cpp b/src/gtest/test_mempoollimit.cpp index 1d03ab155..f13047759 100644 --- a/src/gtest/test_mempoollimit.cpp +++ b/src/gtest/test_mempoollimit.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/gtest/test_timedata.cpp b/src/gtest/test_timedata.cpp index cc16d5b57..f25de0a88 100644 --- a/src/gtest/test_timedata.cpp +++ b/src/gtest/test_timedata.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/gtest/test_transaction_builder.h b/src/gtest/test_transaction_builder.h index bf39949a8..0c000b2c2 100644 --- a/src/gtest/test_transaction_builder.h +++ b/src/gtest/test_transaction_builder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2022 The Zcash developers +// Copyright (c) 2022-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/hash.cpp b/src/hash.cpp index 99d9c1512..e55441e4a 100644 --- a/src/hash.cpp +++ b/src/hash.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2013-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/hash.h b/src/hash.h index 84f52dced..3b689bae2 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/httprpc.h b/src/httprpc.h index 28fbe08b6..95da42714 100644 --- a/src/httprpc.h +++ b/src/httprpc.h @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/httpserver.cpp b/src/httpserver.cpp index fefc28685..5953bf1dd 100644 --- a/src/httpserver.cpp +++ b/src/httpserver.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/httpserver.h b/src/httpserver.h index 720ea7ea6..7eca50a1a 100644 --- a/src/httpserver.h +++ b/src/httpserver.h @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/init.cpp b/src/init.cpp index 27571df8f..23ac44fae 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/init.h b/src/init.h index 22245b74f..66342fee7 100644 --- a/src/init.h +++ b/src/init.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/key.cpp b/src/key.cpp index fadee3736..19de17e43 100644 --- a/src/key.cpp +++ b/src/key.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/key.h b/src/key.h index 521bbf159..1a2e82b73 100644 --- a/src/key.h +++ b/src/key.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/key_constants.h b/src/key_constants.h index d6d58ba75..567c27d68 100644 --- a/src/key_constants.h +++ b/src/key_constants.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/key_io.cpp b/src/key_io.cpp index 707c81c2d..33fa6a710 100644 --- a/src/key_io.cpp +++ b/src/key_io.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/key_io.h b/src/key_io.h index 1312dfe9e..eb4e084a2 100644 --- a/src/key_io.h +++ b/src/key_io.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/keystore.cpp b/src/keystore.cpp index a80226956..b7fe70c52 100644 --- a/src/keystore.cpp +++ b/src/keystore.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/keystore.h b/src/keystore.h index b41860b7c..cf2321703 100644 --- a/src/keystore.h +++ b/src/keystore.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/limitedmap.h b/src/limitedmap.h index 3a554bdcc..5531c3223 100644 --- a/src/limitedmap.h +++ b/src/limitedmap.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/logging.cpp b/src/logging.cpp index 3ffa50ed1..d8394b2ed 100644 --- a/src/logging.cpp +++ b/src/logging.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/logging.h b/src/logging.h index 98abd5b83..f9de4c1db 100644 --- a/src/logging.h +++ b/src/logging.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/main.cpp b/src/main.cpp index 284d6d6b7..6f0501964 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2015-2022 The Zcash developers +// Copyright (c) 2015-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/main.h b/src/main.h index 0d027bce5..6cc4df786 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/mempool_limit.cpp b/src/mempool_limit.cpp index 5e079f65b..97c679956 100644 --- a/src/mempool_limit.cpp +++ b/src/mempool_limit.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/mempool_limit.h b/src/mempool_limit.h index b0ef847af..0075ce803 100644 --- a/src/mempool_limit.h +++ b/src/mempool_limit.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/merkleblock.cpp b/src/merkleblock.cpp index 9ff9d19b2..6b639c4c0 100644 --- a/src/merkleblock.cpp +++ b/src/merkleblock.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/merkleblock.h b/src/merkleblock.h index 83869a46d..5043246a4 100644 --- a/src/merkleblock.h +++ b/src/merkleblock.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/metrics.cpp b/src/metrics.cpp index ce644a21e..c0933e49b 100644 --- a/src/metrics.cpp +++ b/src/metrics.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/metrics.h b/src/metrics.h index 3655dace3..769240b44 100644 --- a/src/metrics.h +++ b/src/metrics.h @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/miner.cpp b/src/miner.cpp index 621e0284a..cf35c3bc8 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/miner.h b/src/miner.h index 7942b05a7..742e1b47c 100644 --- a/src/miner.h +++ b/src/miner.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/net.cpp b/src/net.cpp index aea34c857..4086cc98b 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/net.h b/src/net.h index 874c10fa6..cc2b9f35e 100644 --- a/src/net.h +++ b/src/net.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/netbase.cpp b/src/netbase.cpp index 41e74716a..3939cffcd 100644 --- a/src/netbase.cpp +++ b/src/netbase.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/netbase.h b/src/netbase.h index 083ff67a5..b2c83dda4 100644 --- a/src/netbase.h +++ b/src/netbase.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/noui.cpp b/src/noui.cpp index 277ba7db9..ed287ee20 100644 --- a/src/noui.cpp +++ b/src/noui.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/noui.h b/src/noui.h index 4b6272519..a3625c8a0 100644 --- a/src/noui.h +++ b/src/noui.h @@ -1,5 +1,5 @@ // Copyright (c) 2013 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/pow.cpp b/src/pow.cpp index d2bf46fd1..07dc530db 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/pow.h b/src/pow.h index ded62a604..48048d880 100644 --- a/src/pow.h +++ b/src/pow.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/prevector.h b/src/prevector.h index f099ab47b..0011e0f7e 100644 --- a/src/prevector.h +++ b/src/prevector.h @@ -1,5 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/primitives/block.cpp b/src/primitives/block.cpp index 95bdb5a48..1715afba5 100644 --- a/src/primitives/block.cpp +++ b/src/primitives/block.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/primitives/block.h b/src/primitives/block.h index 5ea2ad974..091ca3346 100644 --- a/src/primitives/block.h +++ b/src/primitives/block.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/primitives/orchard.h b/src/primitives/orchard.h index 90bfb4cc4..644915e5a 100644 --- a/src/primitives/orchard.h +++ b/src/primitives/orchard.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/primitives/transaction.cpp b/src/primitives/transaction.cpp index 56ea2d6f2..11190ab04 100644 --- a/src/primitives/transaction.cpp +++ b/src/primitives/transaction.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index 906dd0dd7..49a4fa90f 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/primitives/tx_version_info.cpp b/src/primitives/tx_version_info.cpp index 729279d67..201fcac8f 100644 --- a/src/primitives/tx_version_info.cpp +++ b/src/primitives/tx_version_info.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/proof_verifier.cpp b/src/proof_verifier.cpp index 9e77246f2..b3ed8d5e3 100644 --- a/src/proof_verifier.cpp +++ b/src/proof_verifier.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/proof_verifier.h b/src/proof_verifier.h index d3a83e11c..0ecc68e1a 100644 --- a/src/proof_verifier.h +++ b/src/proof_verifier.h @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/protocol.cpp b/src/protocol.cpp index 920205345..c7568470b 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/protocol.h b/src/protocol.h index 68ea80f95..63c286b71 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/pubkey.cpp b/src/pubkey.cpp index 81c952986..dc3e67421 100644 --- a/src/pubkey.cpp +++ b/src/pubkey.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/pubkey.h b/src/pubkey.h index 21630f14f..3f99095d9 100644 --- a/src/pubkey.h +++ b/src/pubkey.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/random.cpp b/src/random.cpp index 340f50f32..f92d39279 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/random.h b/src/random.h index 1783ba18c..171f0be41 100644 --- a/src/random.h +++ b/src/random.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rest.cpp b/src/rest.cpp index 83d0313ee..9df1b22f4 100644 --- a/src/rest.cpp +++ b/src/rest.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/reverselock.h b/src/reverselock.h index af87992db..3e4a38422 100644 --- a/src/reverselock.h +++ b/src/reverselock.h @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index feac2b0fd..575b1654f 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index a708ef9a9..998f11a2c 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rpc/client.h b/src/rpc/client.h index 6df963cf7..11a4dac3d 100644 --- a/src/rpc/client.h +++ b/src/rpc/client.h @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index 09546373d..e1a3c06a4 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index dfdb17206..330b60716 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp index e00e15493..d6b9c9b01 100644 --- a/src/rpc/net.cpp +++ b/src/rpc/net.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rpc/protocol.cpp b/src/rpc/protocol.cpp index dfd0626fd..7d1a514a0 100644 --- a/src/rpc/protocol.cpp +++ b/src/rpc/protocol.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rpc/protocol.h b/src/rpc/protocol.h index d4ed20de9..07c076e88 100644 --- a/src/rpc/protocol.h +++ b/src/rpc/protocol.h @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp index bf1361863..cf2479420 100644 --- a/src/rpc/rawtransaction.cpp +++ b/src/rpc/rawtransaction.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rpc/register.h b/src/rpc/register.h index a3975f3af..61911cd9b 100644 --- a/src/rpc/register.h +++ b/src/rpc/register.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index 1671a90a6..6a1834b07 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rpc/server.h b/src/rpc/server.h index c06610c79..63c43ec18 100644 --- a/src/rpc/server.h +++ b/src/rpc/server.h @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/address.h b/src/rust/include/rust/address.h index f43458c23..1f4c5ec34 100644 --- a/src/rust/include/rust/address.h +++ b/src/rust/include/rust/address.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/builder.h b/src/rust/include/rust/builder.h index 1f4a29716..4ec3608c7 100644 --- a/src/rust/include/rust/builder.h +++ b/src/rust/include/rust/builder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2022 The Zcash developers +// Copyright (c) 2022-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/constants.h b/src/rust/include/rust/constants.h index 8570da280..e6af7b765 100644 --- a/src/rust/include/rust/constants.h +++ b/src/rust/include/rust/constants.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 The Zcash developers +// Copyright (c) 2022-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/ed25519.h b/src/rust/include/rust/ed25519.h index e87d69223..c9b17eb56 100644 --- a/src/rust/include/rust/ed25519.h +++ b/src/rust/include/rust/ed25519.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/ed25519/types.h b/src/rust/include/rust/ed25519/types.h index e7b423193..a717e4714 100644 --- a/src/rust/include/rust/ed25519/types.h +++ b/src/rust/include/rust/ed25519/types.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/history.h b/src/rust/include/rust/history.h index d452ff135..75c87eea6 100644 --- a/src/rust/include/rust/history.h +++ b/src/rust/include/rust/history.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/init.h b/src/rust/include/rust/init.h index 7eae676b3..866952dd7 100644 --- a/src/rust/include/rust/init.h +++ b/src/rust/include/rust/init.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 The Zcash developers +// Copyright (c) 2022-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/metrics.h b/src/rust/include/rust/metrics.h index 2fe86ad5c..5be364e56 100644 --- a/src/rust/include/rust/metrics.h +++ b/src/rust/include/rust/metrics.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/orchard.h b/src/rust/include/rust/orchard.h index 9e5786abc..b397c2980 100644 --- a/src/rust/include/rust/orchard.h +++ b/src/rust/include/rust/orchard.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/orchard/incremental_merkle_tree.h b/src/rust/include/rust/orchard/incremental_merkle_tree.h index 506659601..9ef667963 100644 --- a/src/rust/include/rust/orchard/incremental_merkle_tree.h +++ b/src/rust/include/rust/orchard/incremental_merkle_tree.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/orchard/keys.h b/src/rust/include/rust/orchard/keys.h index fd7d09c04..3105c156d 100644 --- a/src/rust/include/rust/orchard/keys.h +++ b/src/rust/include/rust/orchard/keys.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/orchard/wallet.h b/src/rust/include/rust/orchard/wallet.h index b7363c0f2..43dfa17c0 100644 --- a/src/rust/include/rust/orchard/wallet.h +++ b/src/rust/include/rust/orchard/wallet.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/streams.h b/src/rust/include/rust/streams.h index ab1115664..6baee6630 100644 --- a/src/rust/include/rust/streams.h +++ b/src/rust/include/rust/streams.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/test_harness.h b/src/rust/include/rust/test_harness.h index 4e85c97a9..a7f586ee4 100644 --- a/src/rust/include/rust/test_harness.h +++ b/src/rust/include/rust/test_harness.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/transaction.h b/src/rust/include/rust/transaction.h index 7fb33480b..2b0022a59 100644 --- a/src/rust/include/rust/transaction.h +++ b/src/rust/include/rust/transaction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/types.h b/src/rust/include/rust/types.h index 6edbfe963..4b70fd352 100644 --- a/src/rust/include/rust/types.h +++ b/src/rust/include/rust/types.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/rust/unified_keys.h b/src/rust/include/rust/unified_keys.h index 884a826ea..b55f6dac2 100644 --- a/src/rust/include/rust/unified_keys.h +++ b/src/rust/include/rust/unified_keys.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/include/tracing.h b/src/rust/include/tracing.h index c760be4c3..87dfd7d65 100644 --- a/src/rust/include/tracing.h +++ b/src/rust/include/tracing.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/src/blake2b.rs b/src/rust/src/blake2b.rs index 655d895eb..64e17335d 100644 --- a/src/rust/src/blake2b.rs +++ b/src/rust/src/blake2b.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/src/ed25519.rs b/src/rust/src/ed25519.rs index d2c077d7b..fc81bf1dd 100644 --- a/src/rust/src/ed25519.rs +++ b/src/rust/src/ed25519.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/rust/src/sapling.rs b/src/rust/src/sapling.rs index d23f00c19..59536d060 100644 --- a/src/rust/src/sapling.rs +++ b/src/rust/src/sapling.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/scheduler.cpp b/src/scheduler.cpp index cfa1bb106..1cc1efffa 100644 --- a/src/scheduler.cpp +++ b/src/scheduler.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/scheduler.h b/src/scheduler.h index 3adb3bbd9..47e7205f8 100644 --- a/src/scheduler.h +++ b/src/scheduler.h @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/interpreter.cpp b/src/script/interpreter.cpp index 5ccf73579..a954726b5 100644 --- a/src/script/interpreter.cpp +++ b/src/script/interpreter.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/interpreter.h b/src/script/interpreter.h index 92bf21a8f..4c2743f8c 100644 --- a/src/script/interpreter.h +++ b/src/script/interpreter.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/ismine.cpp b/src/script/ismine.cpp index b891de53e..65d10e7c6 100644 --- a/src/script/ismine.cpp +++ b/src/script/ismine.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/script.cpp b/src/script/script.cpp index a030e0c72..fdfa5f66a 100644 --- a/src/script/script.cpp +++ b/src/script/script.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/script.h b/src/script/script.h index c1320269b..f5d84cc8e 100644 --- a/src/script/script.h +++ b/src/script/script.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/script_error.cpp b/src/script/script_error.cpp index b45101883..1d27d6a30 100644 --- a/src/script/script_error.cpp +++ b/src/script/script_error.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/script_error.h b/src/script/script_error.h index 9ed07bee5..2951906ac 100644 --- a/src/script/script_error.h +++ b/src/script/script_error.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/sigcache.cpp b/src/script/sigcache.cpp index a87bd585f..7559a56ac 100644 --- a/src/script/sigcache.cpp +++ b/src/script/sigcache.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/sigcache.h b/src/script/sigcache.h index ab8b76018..a03879793 100644 --- a/src/script/sigcache.h +++ b/src/script/sigcache.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/sign.cpp b/src/script/sign.cpp index 4080f5d7d..757f378ce 100644 --- a/src/script/sign.cpp +++ b/src/script/sign.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/sign.h b/src/script/sign.h index 26dad7be7..701d7854a 100644 --- a/src/script/sign.h +++ b/src/script/sign.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/standard.cpp b/src/script/standard.cpp index 7ab966065..86dedeffb 100644 --- a/src/script/standard.cpp +++ b/src/script/standard.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/standard.h b/src/script/standard.h index 0a2eabd5e..f92b07089 100644 --- a/src/script/standard.h +++ b/src/script/standard.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/zcash_script.cpp b/src/script/zcash_script.cpp index 82783b205..e34d24549 100644 --- a/src/script/zcash_script.cpp +++ b/src/script/zcash_script.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/script/zcash_script.h b/src/script/zcash_script.h index 51a37ecbc..c12ca78f1 100644 --- a/src/script/zcash_script.h +++ b/src/script/zcash_script.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/sendalert.cpp b/src/sendalert.cpp index 8c5286c1b..f2bb3aac5 100644 --- a/src/sendalert.cpp +++ b/src/sendalert.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Original code from: https://gist.github.com/laanwj/0e689cfa37b52bcbbb44 /* diff --git a/src/serialize.h b/src/serialize.h index dcd522d74..e8010d7f4 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/spentindex.h b/src/spentindex.h index d91c29d67..b8616caec 100644 --- a/src/spentindex.h +++ b/src/spentindex.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/streams.h b/src/streams.h index 112d3cf91..99956126b 100644 --- a/src/streams.h +++ b/src/streams.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/support/allocators/secure.h b/src/support/allocators/secure.h index 48ba38b0d..feb147e90 100644 --- a/src/support/allocators/secure.h +++ b/src/support/allocators/secure.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/support/allocators/zeroafterfree.h b/src/support/allocators/zeroafterfree.h index a6cba017b..d84db77a5 100644 --- a/src/support/allocators/zeroafterfree.h +++ b/src/support/allocators/zeroafterfree.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/support/cleanse.cpp b/src/support/cleanse.cpp index cb6bbc38d..b7cf3b05c 100644 --- a/src/support/cleanse.cpp +++ b/src/support/cleanse.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/support/cleanse.h b/src/support/cleanse.h index ae43df225..fa6693a4e 100644 --- a/src/support/cleanse.h +++ b/src/support/cleanse.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/support/events.h b/src/support/events.h index 2aee9f506..03ff6a537 100644 --- a/src/support/events.h +++ b/src/support/events.h @@ -1,5 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/support/lockedpool.cpp b/src/support/lockedpool.cpp index 3235d3593..9e5204604 100644 --- a/src/support/lockedpool.cpp +++ b/src/support/lockedpool.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/support/lockedpool.h b/src/support/lockedpool.h index d07a65368..fc5235670 100644 --- a/src/support/lockedpool.h +++ b/src/support/lockedpool.h @@ -1,5 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/sync.cpp b/src/sync.cpp index a0019e3c8..6446672c7 100644 --- a/src/sync.cpp +++ b/src/sync.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2012 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/sync.h b/src/sync.h index 3913d2713..862c6780d 100644 --- a/src/sync.h +++ b/src/sync.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/Checkpoints_tests.cpp b/src/test/Checkpoints_tests.cpp index 2f1a49396..5b01b1a2a 100644 --- a/src/test/Checkpoints_tests.cpp +++ b/src/test/Checkpoints_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/DoS_tests.cpp b/src/test/DoS_tests.cpp index d242d8b26..e72cea8cd 100644 --- a/src/test/DoS_tests.cpp +++ b/src/test/DoS_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/addrman_tests.cpp b/src/test/addrman_tests.cpp index 9c36f8adb..ae96d4f2e 100644 --- a/src/test/addrman_tests.cpp +++ b/src/test/addrman_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . #include "addrman.h" diff --git a/src/test/alert_tests.cpp b/src/test/alert_tests.cpp index 40ddc476d..92c0b40b6 100644 --- a/src/test/alert_tests.cpp +++ b/src/test/alert_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/allocator_tests.cpp b/src/test/allocator_tests.cpp index 0a60c151a..8d583ce41 100644 --- a/src/test/allocator_tests.cpp +++ b/src/test/allocator_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/arith_uint256_tests.cpp b/src/test/arith_uint256_tests.cpp index 9fc7418cb..302beed7c 100644 --- a/src/test/arith_uint256_tests.cpp +++ b/src/test/arith_uint256_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2013 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/base32_tests.cpp b/src/test/base32_tests.cpp index 06920efa7..ab668356d 100644 --- a/src/test/base32_tests.cpp +++ b/src/test/base32_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/base58_tests.cpp b/src/test/base58_tests.cpp index 0fc8e93bb..d3cf1e5e7 100644 --- a/src/test/base58_tests.cpp +++ b/src/test/base58_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/base64_tests.cpp b/src/test/base64_tests.cpp index 179e3ea2d..464067deb 100644 --- a/src/test/base64_tests.cpp +++ b/src/test/base64_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2013 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/bip32_tests.cpp b/src/test/bip32_tests.cpp index 4019c6e31..d9d2adaa0 100644 --- a/src/test/bip32_tests.cpp +++ b/src/test/bip32_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2013 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/bloom_tests.cpp b/src/test/bloom_tests.cpp index ab80d3dc3..ae375a1e7 100644 --- a/src/test/bloom_tests.cpp +++ b/src/test/bloom_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/checkblock_tests.cpp b/src/test/checkblock_tests.cpp index 1c7972503..8f5b96a75 100644 --- a/src/test/checkblock_tests.cpp +++ b/src/test/checkblock_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2013-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/checkqueue_tests.cpp b/src/test/checkqueue_tests.cpp index 10e786927..7819146e7 100644 --- a/src/test/checkqueue_tests.cpp +++ b/src/test/checkqueue_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2017 The Bitcoin Core developers -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash 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/coins_tests.cpp b/src/test/coins_tests.cpp index f4b17894f..42e98308d 100644 --- a/src/test/coins_tests.cpp +++ b/src/test/coins_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/compress_tests.cpp b/src/test/compress_tests.cpp index b1b9c40b1..887953aba 100644 --- a/src/test/compress_tests.cpp +++ b/src/test/compress_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/convertbits_tests.cpp b/src/test/convertbits_tests.cpp index 3b8511d87..92ef7d233 100644 --- a/src/test/convertbits_tests.cpp +++ b/src/test/convertbits_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/crypto_tests.cpp b/src/test/crypto_tests.cpp index 0b27f7a0b..1fd5f5ca0 100644 --- a/src/test/crypto_tests.cpp +++ b/src/test/crypto_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/dbwrapper_tests.cpp b/src/test/dbwrapper_tests.cpp index 8b65548c3..4407758b3 100644 --- a/src/test/dbwrapper_tests.cpp +++ b/src/test/dbwrapper_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Copyright (c) 2012-2017 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/equihash_tests.cpp b/src/test/equihash_tests.cpp index 2330ec49f..8e2b91f32 100644 --- a/src/test/equihash_tests.cpp +++ b/src/test/equihash_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2016 Jack Grigg -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/getarg_tests.cpp b/src/test/getarg_tests.cpp index 809f1c045..4505ac11f 100644 --- a/src/test/getarg_tests.cpp +++ b/src/test/getarg_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/hash_tests.cpp b/src/test/hash_tests.cpp index 64c6094aa..33992416b 100644 --- a/src/test/hash_tests.cpp +++ b/src/test/hash_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2013 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/key_tests.cpp b/src/test/key_tests.cpp index 5100e4980..4f4143371 100644 --- a/src/test/key_tests.cpp +++ b/src/test/key_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/limitedmap_tests.cpp b/src/test/limitedmap_tests.cpp index f50522806..ebbcfe0ee 100644 --- a/src/test/limitedmap_tests.cpp +++ b/src/test/limitedmap_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2015 The Bitcoin Core developers -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash 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/main_tests.cpp b/src/test/main_tests.cpp index 65e68e8cd..95dd3bcfb 100644 --- a/src/test/main_tests.cpp +++ b/src/test/main_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/mempool_tests.cpp b/src/test/mempool_tests.cpp index 236819c97..e38a34ddb 100644 --- a/src/test/mempool_tests.cpp +++ b/src/test/mempool_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/miner_tests.cpp b/src/test/miner_tests.cpp index 334f487cf..9b028d42b 100644 --- a/src/test/miner_tests.cpp +++ b/src/test/miner_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/multisig_tests.cpp b/src/test/multisig_tests.cpp index d33b76cc3..e7fef19a6 100644 --- a/src/test/multisig_tests.cpp +++ b/src/test/multisig_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2013 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/net_tests.cpp b/src/test/net_tests.cpp index 4d4bc0f5f..72c7a29d7 100644 --- a/src/test/net_tests.cpp +++ b/src/test/net_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "addrman.h" diff --git a/src/test/netbase_tests.cpp b/src/test/netbase_tests.cpp index 45804f67e..f147a95ff 100644 --- a/src/test/netbase_tests.cpp +++ b/src/test/netbase_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/pmt_tests.cpp b/src/test/pmt_tests.cpp index 75868ef53..a37c20c91 100644 --- a/src/test/pmt_tests.cpp +++ b/src/test/pmt_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/policyestimator_tests.cpp b/src/test/policyestimator_tests.cpp index f1f1b21a5..8b833c24e 100644 --- a/src/test/policyestimator_tests.cpp +++ b/src/test/policyestimator_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/pow_tests.cpp b/src/test/pow_tests.cpp index e2f723d64..ef8fce7fe 100644 --- a/src/test/pow_tests.cpp +++ b/src/test/pow_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/prevector_tests.cpp b/src/test/prevector_tests.cpp index da57da414..b7e7d29e8 100644 --- a/src/test/prevector_tests.cpp +++ b/src/test/prevector_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/raii_event_tests.cpp b/src/test/raii_event_tests.cpp index 1b35e4155..ce6613934 100644 --- a/src/test/raii_event_tests.cpp +++ b/src/test/raii_event_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/random_tests.cpp b/src/test/random_tests.cpp index 6759d5f11..72cd60ad0 100644 --- a/src/test/random_tests.cpp +++ b/src/test/random_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash 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/reverselock_tests.cpp b/src/test/reverselock_tests.cpp index d68221af0..d390c3f24 100644 --- a/src/test/reverselock_tests.cpp +++ b/src/test/reverselock_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/rpc_tests.cpp b/src/test/rpc_tests.cpp index aa02c078d..81d9ccc0b 100644 --- a/src/test/rpc_tests.cpp +++ b/src/test/rpc_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/sanity_tests.cpp b/src/test/sanity_tests.cpp index c69a8c470..cb4c0e1a0 100644 --- a/src/test/sanity_tests.cpp +++ b/src/test/sanity_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/scheduler_tests.cpp b/src/test/scheduler_tests.cpp index 1fbd0d8af..bbaeadcae 100644 --- a/src/test/scheduler_tests.cpp +++ b/src/test/scheduler_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/script_P2PKH_tests.cpp b/src/test/script_P2PKH_tests.cpp index acb1ae886..141a2401f 100644 --- a/src/test/script_P2PKH_tests.cpp +++ b/src/test/script_P2PKH_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2015 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/script_P2SH_tests.cpp b/src/test/script_P2SH_tests.cpp index 1943e817e..0a884eca0 100644 --- a/src/test/script_P2SH_tests.cpp +++ b/src/test/script_P2SH_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/script_standard_tests.cpp b/src/test/script_standard_tests.cpp index 7356b28bd..62abb37d4 100644 --- a/src/test/script_standard_tests.cpp +++ b/src/test/script_standard_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash 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/script_tests.cpp b/src/test/script_tests.cpp index 281ce1d37..f42ea9b34 100644 --- a/src/test/script_tests.cpp +++ b/src/test/script_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/scriptnum10.h b/src/test/scriptnum10.h index 4ca0a9c73..3984f3fd4 100644 --- a/src/test/scriptnum10.h +++ b/src/test/scriptnum10.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/scriptnum_tests.cpp b/src/test/scriptnum_tests.cpp index 410aedddc..cf76fa563 100644 --- a/src/test/scriptnum_tests.cpp +++ b/src/test/scriptnum_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/serialize_tests.cpp b/src/test/serialize_tests.cpp index e4aef9697..63fc49fc3 100644 --- a/src/test/serialize_tests.cpp +++ b/src/test/serialize_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/sighash_tests.cpp b/src/test/sighash_tests.cpp index 69798ceb9..0455ffa78 100644 --- a/src/test/sighash_tests.cpp +++ b/src/test/sighash_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/sigopcount_tests.cpp b/src/test/sigopcount_tests.cpp index 80d2d4195..46604ffa2 100644 --- a/src/test/sigopcount_tests.cpp +++ b/src/test/sigopcount_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2013 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/skiplist_tests.cpp b/src/test/skiplist_tests.cpp index 72f2c9daa..e02262851 100644 --- a/src/test/skiplist_tests.cpp +++ b/src/test/skiplist_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/streams_tests.cpp b/src/test/streams_tests.cpp index ece1b6656..cebec450d 100644 --- a/src/test/streams_tests.cpp +++ b/src/test/streams_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index c2c8b62c5..010b05c44 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/torcontrol_tests.cpp b/src/test/torcontrol_tests.cpp index 367a0ac61..6ad59707e 100644 --- a/src/test/torcontrol_tests.cpp +++ b/src/test/torcontrol_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . // diff --git a/src/test/transaction_tests.cpp b/src/test/transaction_tests.cpp index 4441d902c..fafff1310 100644 --- a/src/test/transaction_tests.cpp +++ b/src/test/transaction_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/txvalidationcache_tests.cpp b/src/test/txvalidationcache_tests.cpp index 9cee12b2f..3f4b5e183 100644 --- a/src/test/txvalidationcache_tests.cpp +++ b/src/test/txvalidationcache_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/test/uint256_tests.cpp b/src/test/uint256_tests.cpp index 98ce023c9..48b0b167c 100644 --- a/src/test/uint256_tests.cpp +++ b/src/test/uint256_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2013 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . #include "arith_uint256.h" diff --git a/src/test/util_tests.cpp b/src/test/util_tests.cpp index ff4824286..706104ad9 100644 --- a/src/test/util_tests.cpp +++ b/src/test/util_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/threadsafety.h b/src/threadsafety.h index 4ca6e9958..c3dafe1b5 100644 --- a/src/threadsafety.h +++ b/src/threadsafety.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/timedata.cpp b/src/timedata.cpp index b3159babe..8c042130e 100644 --- a/src/timedata.cpp +++ b/src/timedata.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/timedata.h b/src/timedata.h index 860ac76a3..54cbca6f5 100644 --- a/src/timedata.h +++ b/src/timedata.h @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/timestampindex.h b/src/timestampindex.h index 719ff0044..87f690255 100644 --- a/src/timestampindex.h +++ b/src/timestampindex.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/torcontrol.cpp b/src/torcontrol.cpp index b2addf099..cd7420cf5 100644 --- a/src/torcontrol.cpp +++ b/src/torcontrol.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015-2017 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/torcontrol.h b/src/torcontrol.h index 3d42a654b..ba0a9e17e 100644 --- a/src/torcontrol.h +++ b/src/torcontrol.h @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/transaction_builder.cpp b/src/transaction_builder.cpp index 58d3dafc4..0d8cba327 100644 --- a/src/transaction_builder.cpp +++ b/src/transaction_builder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/transaction_builder.h b/src/transaction_builder.h index f88014943..c38842c4a 100644 --- a/src/transaction_builder.h +++ b/src/transaction_builder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/txdb.cpp b/src/txdb.cpp index 5b3e83a4c..3b062e1a2 100644 --- a/src/txdb.cpp +++ b/src/txdb.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/txdb.h b/src/txdb.h index 46bc694f8..cc1cf9870 100644 --- a/src/txdb.h +++ b/src/txdb.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/txmempool.cpp b/src/txmempool.cpp index 1e5975c91..e68fc2cd0 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/txmempool.h b/src/txmempool.h index 34b64f102..e596022c5 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/ui_interface.h b/src/ui_interface.h index ba47bf0c0..7778469e4 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2012 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/uint256.cpp b/src/uint256.cpp index 3c99c1d5f..dc0bce976 100644 --- a/src/uint256.cpp +++ b/src/uint256.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/uint256.h b/src/uint256.h index c16b5ba78..264ce53c1 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/undo.h b/src/undo.h index 982dd7962..3c62b220a 100644 --- a/src/undo.h +++ b/src/undo.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/univalue/test/object.cpp b/src/univalue/test/object.cpp index 28f66e00f..87b075d3b 100644 --- a/src/univalue/test/object.cpp +++ b/src/univalue/test/object.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2014 BitPay Inc. // Copyright (c) 2014-2016 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://opensource.org/licenses/mit-license.php. diff --git a/src/util/match.h b/src/util/match.h index 2ab22c2ec..79aa972b8 100644 --- a/src/util/match.h +++ b/src/util/match.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/util/moneystr.cpp b/src/util/moneystr.cpp index 98a4461bf..87e94fd6a 100644 --- a/src/util/moneystr.cpp +++ b/src/util/moneystr.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/util/moneystr.h b/src/util/moneystr.h index e071134ec..2287528e1 100644 --- a/src/util/moneystr.h +++ b/src/util/moneystr.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/util/strencodings.cpp b/src/util/strencodings.cpp index e4131478b..95059b8ac 100644 --- a/src/util/strencodings.cpp +++ b/src/util/strencodings.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/util/strencodings.h b/src/util/strencodings.h index af565c91c..e14141de1 100644 --- a/src/util/strencodings.h +++ b/src/util/strencodings.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/util/system.cpp b/src/util/system.cpp index 6ad615736..38f307b82 100644 --- a/src/util/system.cpp +++ b/src/util/system.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2015-2022 The Zcash developers +// Copyright (c) 2015-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/util/system.h b/src/util/system.h index 410dfbfd8..8d923290d 100644 --- a/src/util/system.h +++ b/src/util/system.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/util/test.cpp b/src/util/test.cpp index 2e1dc9d65..9d14748b5 100644 --- a/src/util/test.cpp +++ b/src/util/test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/util/test.h b/src/util/test.h index cb5fc47f8..171b98039 100644 --- a/src/util/test.h +++ b/src/util/test.h @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/util/time.cpp b/src/util/time.cpp index 983d99d68..5ddeb997d 100644 --- a/src/util/time.cpp +++ b/src/util/time.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/util/time.h b/src/util/time.h index 564d772ed..16749401b 100644 --- a/src/util/time.h +++ b/src/util/time.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/validationinterface.cpp b/src/validationinterface.cpp index 0dc5292e7..476dab819 100644 --- a/src/validationinterface.cpp +++ b/src/validationinterface.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/validationinterface.h b/src/validationinterface.h index 691e0f14b..ff9d59fde 100644 --- a/src/validationinterface.h +++ b/src/validationinterface.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/version.h b/src/version.h index eebea91ab..b561874e0 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/asyncrpcoperation_common.h b/src/wallet/asyncrpcoperation_common.h index 43baf6db9..4105d5dc7 100644 --- a/src/wallet/asyncrpcoperation_common.h +++ b/src/wallet/asyncrpcoperation_common.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/asyncrpcoperation_mergetoaddress.cpp b/src/wallet/asyncrpcoperation_mergetoaddress.cpp index cf3ae3a62..666ee0f6d 100644 --- a/src/wallet/asyncrpcoperation_mergetoaddress.cpp +++ b/src/wallet/asyncrpcoperation_mergetoaddress.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/asyncrpcoperation_mergetoaddress.h b/src/wallet/asyncrpcoperation_mergetoaddress.h index 0b1bbd8ef..042197dd7 100644 --- a/src/wallet/asyncrpcoperation_mergetoaddress.h +++ b/src/wallet/asyncrpcoperation_mergetoaddress.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/asyncrpcoperation_sendmany.cpp b/src/wallet/asyncrpcoperation_sendmany.cpp index b661e4eb3..735cb2f6d 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/asyncrpcoperation_sendmany.h b/src/wallet/asyncrpcoperation_sendmany.h index 56a47b4bc..e17cebdaa 100644 --- a/src/wallet/asyncrpcoperation_sendmany.h +++ b/src/wallet/asyncrpcoperation_sendmany.h @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/asyncrpcoperation_shieldcoinbase.cpp b/src/wallet/asyncrpcoperation_shieldcoinbase.cpp index 7fee0b8f9..db255ccec 100644 --- a/src/wallet/asyncrpcoperation_shieldcoinbase.cpp +++ b/src/wallet/asyncrpcoperation_shieldcoinbase.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/asyncrpcoperation_shieldcoinbase.h b/src/wallet/asyncrpcoperation_shieldcoinbase.h index 083fb145e..23ad851ee 100644 --- a/src/wallet/asyncrpcoperation_shieldcoinbase.h +++ b/src/wallet/asyncrpcoperation_shieldcoinbase.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/crypter.cpp b/src/wallet/crypter.cpp index e67573956..fe702790e 100644 --- a/src/wallet/crypter.cpp +++ b/src/wallet/crypter.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/crypter.h b/src/wallet/crypter.h index de4596683..802c8c192 100644 --- a/src/wallet/crypter.h +++ b/src/wallet/crypter.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/db.cpp b/src/wallet/db.cpp index 6fb160074..22447678b 100644 --- a/src/wallet/db.cpp +++ b/src/wallet/db.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/db.h b/src/wallet/db.h index 7d12672ad..e70f952bd 100644 --- a/src/wallet/db.h +++ b/src/wallet/db.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/gtest/test_orchard_zkeys.cpp b/src/wallet/gtest/test_orchard_zkeys.cpp index f69e1b2cf..d8b417636 100644 --- a/src/wallet/gtest/test_orchard_zkeys.cpp +++ b/src/wallet/gtest/test_orchard_zkeys.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/memo.h b/src/wallet/memo.h index a8f182a34..e4ee6c083 100644 --- a/src/wallet/memo.h +++ b/src/wallet/memo.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 The Zcash developers +// Copyright (c) 2022-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/orchard.cpp b/src/wallet/orchard.cpp index a07e7e548..65b70226f 100644 --- a/src/wallet/orchard.cpp +++ b/src/wallet/orchard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2022 The Zcash developers +// Copyright (c) 2022-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/orchard.h b/src/wallet/orchard.h index 34817edb9..517acdf10 100644 --- a/src/wallet/orchard.h +++ b/src/wallet/orchard.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/paymentdisclosure.cpp b/src/wallet/paymentdisclosure.cpp index cc2603acc..f6c03ef39 100644 --- a/src/wallet/paymentdisclosure.cpp +++ b/src/wallet/paymentdisclosure.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/paymentdisclosure.h b/src/wallet/paymentdisclosure.h index a2e2366ab..4e682b858 100644 --- a/src/wallet/paymentdisclosure.h +++ b/src/wallet/paymentdisclosure.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/paymentdisclosuredb.cpp b/src/wallet/paymentdisclosuredb.cpp index 05c0d6276..51627b05d 100644 --- a/src/wallet/paymentdisclosuredb.cpp +++ b/src/wallet/paymentdisclosuredb.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/paymentdisclosuredb.h b/src/wallet/paymentdisclosuredb.h index afa77d387..496047ad4 100644 --- a/src/wallet/paymentdisclosuredb.h +++ b/src/wallet/paymentdisclosuredb.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/rpcdisclosure.cpp b/src/wallet/rpcdisclosure.cpp index a70dc5901..4bc0570d3 100644 --- a/src/wallet/rpcdisclosure.cpp +++ b/src/wallet/rpcdisclosure.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index fd18559e8..5355a7305 100644 --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index e458bcb24..51943f7ce 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/rpcwallet.h b/src/wallet/rpcwallet.h index c71d98f68..44c9d69ea 100644 --- a/src/wallet/rpcwallet.h +++ b/src/wallet/rpcwallet.h @@ -1,5 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/test/crypto_tests.cpp b/src/wallet/test/crypto_tests.cpp index 54b117e7b..7a2818ed7 100644 --- a/src/wallet/test/crypto_tests.cpp +++ b/src/wallet/test/crypto_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/test/rpc_wallet_tests.cpp b/src/wallet/test/rpc_wallet_tests.cpp index c05794e00..d467f6033 100644 --- a/src/wallet/test/rpc_wallet_tests.cpp +++ b/src/wallet/test/rpc_wallet_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2013-2014 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/test/wallet_test_fixture.h b/src/wallet/test/wallet_test_fixture.h index 0ee51f337..b87bd57bb 100644 --- a/src/wallet/test/wallet_test_fixture.h +++ b/src/wallet/test/wallet_test_fixture.h @@ -1,5 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/test/wallet_tests.cpp b/src/wallet/test/wallet_tests.cpp index 1101a6c89..23008e505 100644 --- a/src/wallet/test/wallet_tests.cpp +++ b/src/wallet/test/wallet_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2019-2022 The Zcash developers +// Copyright (c) 2019-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 2e7876fdf..e32210d2a 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 0380cadf0..71e9195d1 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/wallet_tx_builder.h b/src/wallet/wallet_tx_builder.h index 75bb38a27..9e543403f 100644 --- a/src/wallet/wallet_tx_builder.h +++ b/src/wallet/wallet_tx_builder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 The Zcash developers +// Copyright (c) 2022-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/walletdb.cpp b/src/wallet/walletdb.cpp index 30eef0cac..e2d09d38d 100644 --- a/src/wallet/walletdb.cpp +++ b/src/wallet/walletdb.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h index 47bafab5c..096ff6d3c 100644 --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/warnings.cpp b/src/warnings.cpp index 618359669..0d3e4bdf1 100644 --- a/src/warnings.cpp +++ b/src/warnings.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/warnings.h b/src/warnings.h index e4b7a8074..a1a291fe8 100644 --- a/src/warnings.h +++ b/src/warnings.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers -// Copyright (c) 2020-2022 The Zcash developers +// Copyright (c) 2020-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/mnemonic.cpp b/src/zcash/address/mnemonic.cpp index 909a28fbb..ab0ac5cb0 100644 --- a/src/zcash/address/mnemonic.cpp +++ b/src/zcash/address/mnemonic.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/mnemonic.h b/src/zcash/address/mnemonic.h index 6ecf25b18..a75c9abf1 100644 --- a/src/zcash/address/mnemonic.h +++ b/src/zcash/address/mnemonic.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/orchard.cpp b/src/zcash/address/orchard.cpp index c5a000aeb..2d3a3c419 100644 --- a/src/zcash/address/orchard.cpp +++ b/src/zcash/address/orchard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/orchard.hpp b/src/zcash/address/orchard.hpp index d5b0535e0..9817d5d73 100644 --- a/src/zcash/address/orchard.hpp +++ b/src/zcash/address/orchard.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/sapling.cpp b/src/zcash/address/sapling.cpp index d7ed06450..adf2c8911 100644 --- a/src/zcash/address/sapling.cpp +++ b/src/zcash/address/sapling.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/sapling.hpp b/src/zcash/address/sapling.hpp index dcc3e509a..a79dac04a 100644 --- a/src/zcash/address/sapling.hpp +++ b/src/zcash/address/sapling.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/sprout.cpp b/src/zcash/address/sprout.cpp index e72d09162..2538d781d 100644 --- a/src/zcash/address/sprout.cpp +++ b/src/zcash/address/sprout.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/sprout.hpp b/src/zcash/address/sprout.hpp index fc41ae868..4af21228a 100644 --- a/src/zcash/address/sprout.hpp +++ b/src/zcash/address/sprout.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 The Zcash developers +// Copyright (c) 2016-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/transparent.cpp b/src/zcash/address/transparent.cpp index fa1d3d6dc..a24b7f791 100644 --- a/src/zcash/address/transparent.cpp +++ b/src/zcash/address/transparent.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/transparent.h b/src/zcash/address/transparent.h index 59c0cffb5..fc2109ea8 100644 --- a/src/zcash/address/transparent.h +++ b/src/zcash/address/transparent.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/unified.cpp b/src/zcash/address/unified.cpp index b5dbc22b8..aaa9fc3cc 100644 --- a/src/zcash/address/unified.cpp +++ b/src/zcash/address/unified.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/unified.h b/src/zcash/address/unified.h index 27ee7f877..e3a89b0ba 100644 --- a/src/zcash/address/unified.h +++ b/src/zcash/address/unified.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2022 The Zcash developers +// Copyright (c) 2021-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/zip32.cpp b/src/zcash/address/zip32.cpp index 2d9b9d7a0..ddd6a6344 100644 --- a/src/zcash/address/zip32.cpp +++ b/src/zcash/address/zip32.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/address/zip32.h b/src/zcash/address/zip32.h index 10380ede2..c200e52a2 100644 --- a/src/zcash/address/zip32.h +++ b/src/zcash/address/zip32.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022 The Zcash developers +// Copyright (c) 2018-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zcash/cache.cpp b/src/zcash/cache.cpp index 7caab223d..c5cd6b173 100644 --- a/src/zcash/cache.cpp +++ b/src/zcash/cache.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2022 The Zcash developers +// Copyright (c) 2022-2023 The Zcash 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/zcash/cache.h b/src/zcash/cache.h index 098ccf888..9bef1e43b 100644 --- a/src/zcash/cache.h +++ b/src/zcash/cache.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 The Zcash developers +// Copyright (c) 2022-2023 The Zcash 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/zmq/zmqabstractnotifier.cpp b/src/zmq/zmqabstractnotifier.cpp index f345131ce..f3593240d 100644 --- a/src/zmq/zmqabstractnotifier.cpp +++ b/src/zmq/zmqabstractnotifier.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zmq/zmqabstractnotifier.h b/src/zmq/zmqabstractnotifier.h index 10b1dd868..f74c36c03 100644 --- a/src/zmq/zmqabstractnotifier.h +++ b/src/zmq/zmqabstractnotifier.h @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zmq/zmqconfig.h b/src/zmq/zmqconfig.h index fd84eb897..870d15d85 100644 --- a/src/zmq/zmqconfig.h +++ b/src/zmq/zmqconfig.h @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zmq/zmqnotificationinterface.cpp b/src/zmq/zmqnotificationinterface.cpp index 953e8b478..bd830ca9f 100644 --- a/src/zmq/zmqnotificationinterface.cpp +++ b/src/zmq/zmqnotificationinterface.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zmq/zmqnotificationinterface.h b/src/zmq/zmqnotificationinterface.h index 6e15bda8a..6396553a7 100644 --- a/src/zmq/zmqnotificationinterface.h +++ b/src/zmq/zmqnotificationinterface.h @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zmq/zmqpublishnotifier.cpp b/src/zmq/zmqpublishnotifier.cpp index 7b2dd8248..328837eac 100644 --- a/src/zmq/zmqpublishnotifier.cpp +++ b/src/zmq/zmqpublishnotifier.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php . diff --git a/src/zmq/zmqpublishnotifier.h b/src/zmq/zmqpublishnotifier.h index 7a9213904..d60845190 100644 --- a/src/zmq/zmqpublishnotifier.h +++ b/src/zmq/zmqpublishnotifier.h @@ -1,5 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers -// Copyright (c) 2017-2022 The Zcash developers +// Copyright (c) 2017-2023 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php .