diff options
| author | Stefan Kangas | 2024-09-14 17:34:09 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-09-14 17:38:34 +0200 |
| commit | 3822a5e5d12781fb1cd6d075fc5fa3ae1b103f1e (patch) | |
| tree | 27ab01689d74cec54b92a7c0d46c4008e839037e /admin | |
| parent | 43b678d3d26b62d112fde286d0bf077954b28afa (diff) | |
| download | emacs-3822a5e5d12781fb1cd6d075fc5fa3ae1b103f1e.tar.gz emacs-3822a5e5d12781fb1cd6d075fc5fa3ae1b103f1e.zip | |
* admin/update-copyright: Print reminder to do manual updates.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/update-copyright | 4 |
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 | ||
| 79 | build-aux/update-copyright $updatable_files | 79 | build-aux/update-copyright $updatable_files |
| 80 | |||
| 81 | printf ">>> Please remember to search for and manually update any\n" | ||
| 82 | printf ">>> copyright years that were not updated by this script.\n" | ||
| 83 | printf ">>> See the file 'admin/notes/years' for details.\n" | ||