Signed-off-by: Roland Häder <roland@mxchange.org>
echo "$0: Updating (c) year in '${project}' ..."
# Update both years when a new year has reached
- find */ -type f -print0 | xargs -0 sed -i 's/2016, 2020/2016 - 2020/g'
- find */ -type f -print0 | xargs -0 sed -i 's/2017, 2020/2017 - 2020/g'
- find */ -type f -print0 | xargs -0 sed -i 's/2017 Free Software/2020 Free Software/g'
- find */ -type f -print0 | xargs -0 sed -i 's/2017 Roland Häder/2020 Free Software Foundation/g'
+ find */ -type f -print0 | xargs -0 sed -i 's/2020, 2022/2020 - 2022/g'
+ find */ -type f -print0 | xargs -0 sed -i 's/2020 Free Software/2022 Free Software/g'
DIFF=$(git diff)