From: Stefan Kangas Date: Sat, 14 Sep 2024 15:34:09 +0000 (+0200) Subject: * admin/update-copyright: Print reminder to do manual updates. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~408 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3822a5e5d12781fb1cd6d075fc5fa3ae1b103f1e;p=emacs.git * admin/update-copyright: Print reminder to do manual updates. --- 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 \ -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"