From eb6ed39202c099b7121c79fe2ec538aabc7aa53d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 23 Sep 2022 14:52:40 +0200 Subject: [PATCH] updated copyright years MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- update-year-jprojects.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/update-year-jprojects.sh b/update-year-jprojects.sh index e43cf52..9672a32 100755 --- a/update-year-jprojects.sh +++ b/update-year-jprojects.sh @@ -19,10 +19,8 @@ for project in ${LIST}; do 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) -- 2.39.5