diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-01-01 17:11:32 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-01-01 17:11:32 +0200 |
commit | 2558b37b5e6fd437c93c9f1be5661512d2f1a629 (patch) | |
tree | 88f4cc1fa95e33dccff1bd93a68513cd968b8e91 /admin/notes | |
parent | 58b0ada20b60c4600a036fdb27e1aae738c32cc2 (diff) | |
download | emacs-2558b37b5e6fd437c93c9f1be5661512d2f1a629.tar.gz emacs-2558b37b5e6fd437c93c9f1be5661512d2f1a629.tar.bz2 emacs-2558b37b5e6fd437c93c9f1be5661512d2f1a629.zip |
; * admin/notes/years: Mention known problems with 'update-copyright'.
Diffstat (limited to 'admin/notes')
-rw-r--r-- | admin/notes/years | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/admin/notes/years b/admin/notes/years index 4f1d29ef022..e9376f5d5a7 100644 --- a/admin/notes/years +++ b/admin/notes/years @@ -7,6 +7,18 @@ checkout, redirecting its output to a file, so that you could later examine the files that don't have copyright notices. Inspect the results for plausibility, then commit them. +A few known problems with the build-aux/update-copyright script: + + . it doesn't update config.bat and etc/tutorials/TUTORIAL.he because + the "Copyright" statement begins in these two files after a prefix + that is more than 5 characters long + . it doesn't update the second Copyright notice, the one that gets + output into PDF and PS, in etc/refcards/ru-refcard.tex + . it doesn't update etc/refcards/gnus-refcard.tex because its + Copyright statement has a non-standard format + +These files need to be updated by hand. + You should also run the etags test suite in test/manual/etags/. It will most probably fail because the contents of the test files changes due to copyright years update, so you need to move each ETAGS and |