* admin/update-copyright: Print reminder to do manual updates.
authorStefan Kangas <stefankangas@gmail.com>
Sat, 14 Sep 2024 15:34:09 +0000 (17:34 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 14 Sep 2024 15:38:34 +0000 (17:38 +0200)
admin/update-copyright

index b9007100b35b4316ffe33ad5bbeb42c064bb1e36..56fdfb862659bf89dc69a8fdec83c153352d9a25 100755 (executable)
@@ -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"