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