zcashd/src
Kris Nuttycombe 3cec519ce4 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-
2023-01-23 11:31:54 -07:00
..
bench scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
compat scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
config Be consistent about what path to include bitcoin-config.h with 2018-01-23 07:44:05 +01:00
consensus scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
crc32c Import crc32c using subtree merge as as 'src/crc32c' 2022-07-16 11:50:42 +01:00
crypto scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
fuzzing Added libfuzzer support. 2020-08-12 21:41:30 +01:00
gtest scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
leveldb Update to leveldb upstream using subtree merge 2022-07-16 11:47:36 +01:00
obj Bump version numbers for 0.6.1rc1 2012-04-27 10:14:33 -04:00
policy scripted-diff: Move util files to separate directory. 2022-07-01 17:50:09 -06:00
pow/tromp Migrate BLAKE2b Rust FFI to `cxx` 2022-05-27 20:15:05 +00:00
primitives scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
rpc scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
rust scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
script scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
secp256k1 Update `libsecp256k1` to match the rev that `secp256k1 0.21` expects 2022-09-27 22:21:51 +00:00
support scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
test scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
univalue scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
util scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
wallet scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
zcash scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
zmq scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
.clang-format clang-format: Delete ForEachMacros 2020-11-23 23:07:15 +00:00
Makefile.am Factor out memo parsing from asyncrpcoperation_sendmany 2022-12-06 15:23:55 -07:00
Makefile.bench.include build: Reorder link targets to properly build on Nix 2022-07-29 15:30:58 -04:00
Makefile.crc32c.include build: CRC32C build system integration 2022-07-16 11:47:21 +00:00
Makefile.gtest.include build: Reorder link targets to properly build on Nix 2022-07-29 15:30:58 -04:00
Makefile.leveldb.include build: CRC32C build system integration 2022-07-16 11:47:21 +00:00
Makefile.test.include build: Reorder link targets to properly build on Nix 2022-07-29 15:30:58 -04:00
addrdb.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
addrdb.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
addressindex.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
addrman.cpp Switch FastRandomContext to ChaCha20 2021-02-17 15:43:43 -07:00
addrman.h scripted-diff: Move util files to separate directory. 2022-07-01 17:50:09 -06:00
alert.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
alert.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
alertkeys.h Fixes to integrate sendalert.cpp. 2016-07-15 19:57:55 -07:00
amount.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
amount.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
arith_uint256.cpp scripted-diff: Move util files to separate directory. 2022-07-01 17:50:09 -06:00
arith_uint256.h Replace http with https: in links to the MIT license. 2019-07-18 15:26:01 +01:00
asyncrpcoperation.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
asyncrpcoperation.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
asyncrpcqueue.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
asyncrpcqueue.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
base58.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
base58.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
bech32.cpp Replace http with https: in links to the MIT license. 2019-07-18 15:26:01 +01:00
bech32.h Replace http with https: in links to the MIT license. 2019-07-18 15:26:01 +01:00
bitcoin-cli-res.rc Replace http with https: in links to the MIT license. 2019-07-18 15:26:01 +01:00
bitcoin-cli.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
bitcoin-tx-res.rc Replace http with https: in links to the MIT license. 2019-07-18 15:26:01 +01:00
bitcoin-tx.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
bitcoind-res.rc Replace http with https: in links to the MIT license. 2019-07-18 15:26:01 +01:00
bitcoind.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
bloom.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
bloom.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
chain.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
chain.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
chainparams.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
chainparams.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
chainparamsbase.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
chainparamsbase.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
chainparamsseeds.h Remove Bitcoin mainnet seeds. 2016-05-27 11:37:41 -07:00
checkpoints.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
checkpoints.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
checkqueue.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
clientversion.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
clientversion.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
coincontrol.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
coins.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
coins.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
compat.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
compressor.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
compressor.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
core_io.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
core_memusage.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
core_read.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
core_write.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
cuckoocache.h Fix typos 2022-11-25 23:09:48 +02:00
dbwrapper.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
dbwrapper.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
deprecation.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
deprecation.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
experimental_features.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
experimental_features.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
fs.cpp Remove unused Boost includes 2020-10-22 01:11:37 +01:00
fs.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
hash.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
hash.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
httprpc.cpp Eliminate indirection for debug log 2022-08-17 09:02:40 -06:00
httprpc.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
httpserver.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
httpserver.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
init.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
init.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
key.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
key.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
key_constants.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
key_io.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
key_io.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
keystore.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
keystore.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
limitedmap.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
logging.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
logging.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
main.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
main.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
mempool_limit.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
mempool_limit.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
memusage.h Track transaction packages in CTxMemPoolEntry 2022-12-19 05:38:43 +00:00
merkleblock.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
merkleblock.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
metrics.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
metrics.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
miner.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
miner.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
net.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
net.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
netbase.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
netbase.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
noui.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
noui.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
pow.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
pow.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
prevector.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
proof_verifier.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
proof_verifier.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
protocol.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
protocol.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
pubkey.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
pubkey.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
random.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
random.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
rest.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
reverse_iterator.h Introduce src/reverse_iterator.hpp and include it... 2020-11-23 23:07:15 +00:00
reverselock.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
scheduler.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
scheduler.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
sendalert.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
serialize.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
spentindex.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
streams.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
sync.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
sync.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
threadsafety.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
timedata.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
timedata.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
timestampindex.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
tinyformat.h Update links 2020-12-13 11:24:44 +02:00
torcontrol.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
torcontrol.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
transaction_builder.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
transaction_builder.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
txdb.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
txdb.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
txmempool.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
txmempool.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
ui_interface.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
uint252.h lint: Fix missing or inconsistent include guards 2020-11-09 23:06:21 +00:00
uint256.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
uint256.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
undo.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
validationinterface.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
validationinterface.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
version.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
warnings.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
warnings.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
zcbenchmarks.cpp Replace manual mangement of the Sapling proving context with cxx 2022-08-25 22:07:23 -06:00
zcbenchmarks.h bench: Add `ConnectBlock` benchmark using block 1723244 2022-07-04 17:32:42 +00:00