diff options
Diffstat (limited to 'admin/notes')
| -rw-r--r-- | admin/notes/years | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/notes/years b/admin/notes/years index 19c72c39184..4f1d29ef022 100644 --- a/admin/notes/years +++ b/admin/notes/years | |||
| @@ -3,7 +3,9 @@ HOW TO MAINTAIN COPYRIGHT YEARS FOR GNU EMACS | |||
| 3 | Maintaining copyright years is now very simple: every time a new year | 3 | Maintaining copyright years is now very simple: every time a new year |
| 4 | rolls around, add that year to every FSF (and AIST) copyright notice. | 4 | rolls around, add that year to every FSF (and AIST) copyright notice. |
| 5 | Do this by running the 'admin/update-copyright' script on a fresh repo | 5 | Do this by running the 'admin/update-copyright' script on a fresh repo |
| 6 | checkout. Inspect the results for plausibility, then commit them. | 6 | checkout, redirecting its output to a file, so that you could later |
| 7 | examine the files that don't have copyright notices. Inspect the | ||
| 8 | results for plausibility, then commit them. | ||
| 7 | 9 | ||
| 8 | You should also run the etags test suite in test/manual/etags/. It | 10 | You should also run the etags test suite in test/manual/etags/. It |
| 9 | will most probably fail because the contents of the test files changes | 11 | will most probably fail because the contents of the test files changes |