projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43b678d
)
* admin/update-copyright: Print reminder to do manual updates.
author
Stefan Kangas
<stefankangas@gmail.com>
Sat, 14 Sep 2024 15:34:09 +0000
(17:34 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 14 Sep 2024 15:38:34 +0000
(17:38 +0200)
admin/update-copyright
patch
|
blob
|
history
diff --git
a/admin/update-copyright
b/admin/update-copyright
index b9007100b35b4316ffe33ad5bbeb42c064bb1e36..56fdfb862659bf89dc69a8fdec83c153352d9a25 100755
(executable)
--- 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"