aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/update-copyright4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/update-copyright b/admin/update-copyright
index b9007100b35..56fdfb86265 100755
--- a/admin/update-copyright
+++ b/admin/update-copyright
@@ -77,3 +77,7 @@ updatable_files=$(find $repo_files \
77 -print) && 77 -print) &&
78 78
79build-aux/update-copyright $updatable_files 79build-aux/update-copyright $updatable_files
80
81printf ">>> Please remember to search for and manually update any\n"
82printf ">>> copyright years that were not updated by this script.\n"
83printf ">>> See the file 'admin/notes/years' for details.\n"