]> git.mxchange.org Git - jprojects-scripts.git/blobdiff - update-year-jprojects.sh
Continued:
[jprojects-scripts.git] / update-year-jprojects.sh
index 9672a3259a4f0a63275e3dee16934c13e7d05e58..b17436439adaade054345d65bd3935b4e4d3d1cf 100755 (executable)
@@ -19,8 +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/2020, 2022/2020 - 2022/g'
-       find */ -type f -print0 | xargs -0 sed -i 's/2020 Free Software/2022 Free Software/g'
+       find */ -type f -print0 | xargs -0 sed -i 's/2020, 2022/2020 - 2023/g'
+       find */ -type f -print0 | xargs -0 sed -i 's/2022 Free Software/2023 Free Software/g'
 
        DIFF=$(git diff)