* admin/update-copyright: Print reminder to do manual updates.

This commit is contained in:
Stefan Kangas 2024-09-14 17:34:09 +02:00
parent 43b678d3d2
commit 3822a5e5d1

View file

@ -77,3 +77,7 @@ updatable_files=$(find $repo_files \
-print) &&
build-aux/update-copyright $updatable_files
printf ">>> Please remember to search for and manually update any\n"
printf ">>> copyright years that were not updated by this script.\n"
printf ">>> See the file 'admin/notes/years' for details.\n"