zcashd/src/support
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
..
allocators scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
cleanse.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
cleanse.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
events.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
lockedpool.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
lockedpool.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00