diff options
author | Glenn Morris <rgm@gnu.org> | 2011-01-24 20:03:31 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-01-24 20:03:31 -0800 |
commit | 0b5c5d8291f82556c149013f10372234b0df9bc2 (patch) | |
tree | a80c5c967c2471d71fb378756a6590c5279f1b9b | |
parent | 4004ef46616e81d969392861ac23e7d9947d33d4 (diff) | |
download | emacs-0b5c5d8291f82556c149013f10372234b0df9bc2.tar.gz |
* README: Add a note about ranges in copyright years.
(See current maintain.info.)
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | README | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0293a562481..f23fb3e890a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-01-25 Glenn Morris <rgm@gnu.org> + * README: Add a note about ranges in copyright years. + * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23). 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change) @@ -90,6 +90,14 @@ of the standard distribution of the OS. The platform-specific README files and installation instructions should list the required tools. +NOTE ON COPYRIGHT YEARS + +In copyright notices where the copyright holder is the Free Software +Foundation, then where a range of years appears, this is an inclusive +range that applies to every year in the range. For example: 2005-2008 +represents the years 2005, 2006, 2007, and 2008. + + This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify |