zcashd/src/crypto
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
..
ctaes Partial revert of "Update links". See #4904 2020-12-17 01:42:03 +00:00
aes.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
aes.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
chacha20.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
chacha20.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
common.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
equihash.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
equihash.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
equihash.tcc scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
hmac_sha256.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
hmac_sha256.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
hmac_sha512.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
hmac_sha512.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
ripemd160.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
ripemd160.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
sha1.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
sha1.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
sha256.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
sha256.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
sha256_avx2.cpp Use immintrin.h everywhere for intrinsics 2022-07-16 10:13:26 +00:00
sha256_shani.cpp Minor fixes to documentation 2022-07-21 09:37:03 +01:00
sha256_sse4.cpp Minor fixes to documentation 2022-07-21 09:37:03 +01:00
sha256_sse41.cpp Use immintrin.h everywhere for intrinsics 2022-07-16 10:13:26 +00:00
sha512.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
sha512.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00