zcashd/src/compat
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
..
byteswap.h Replace http with https: in links to the MIT license. 2019-07-18 15:26:01 +01:00
endian.h Default to defining endian-conversion DECLs in compat w/o config 2020-12-20 22:42:22 +00:00
glibc_compat.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
glibc_sanity.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
glibcxx_sanity.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
sanity.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
strnlen.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00