]> git.mxchange.org Git - jprojects-scripts.git/blobdiff - update-year-jprojects.sh
updated copyright years
[jprojects-scripts.git] / update-year-jprojects.sh
index e43cf52a42a0d70d1518f0d9ce8d23bb4844db26..9672a3259a4f0a63275e3dee16934c13e7d05e58 100755 (executable)
@@ -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)