aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-01-24 20:03:31 -0800
committerGlenn Morris2011-01-24 20:03:31 -0800
commit0b5c5d8291f82556c149013f10372234b0df9bc2 (patch)
treea80c5c967c2471d71fb378756a6590c5279f1b9b
parent4004ef46616e81d969392861ac23e7d9947d33d4 (diff)
downloademacs-0b5c5d8291f82556c149013f10372234b0df9bc2.tar.gz
emacs-0b5c5d8291f82556c149013f10372234b0df9bc2.zip
* README: Add a note about ranges in copyright years.
(See current maintain.info.)
-rw-r--r--ChangeLog2
-rw-r--r--README8
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 @@
12011-01-25 Glenn Morris <rgm@gnu.org> 12011-01-25 Glenn Morris <rgm@gnu.org>
2 2
3 * README: Add a note about ranges in copyright years.
4
3 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23). 5 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
4 6
52011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change) 72011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
diff --git a/README b/README
index 2dc879cd63a..159bc5b3614 100644
--- a/README
+++ b/README
@@ -90,6 +90,14 @@ of the standard distribution of the OS. The platform-specific README
90files and installation instructions should list the required tools. 90files and installation instructions should list the required tools.
91 91
92 92
93NOTE ON COPYRIGHT YEARS
94
95In copyright notices where the copyright holder is the Free Software
96Foundation, then where a range of years appears, this is an inclusive
97range that applies to every year in the range. For example: 2005-2008
98represents the years 2005, 2006, 2007, and 2008.
99
100
93This file is part of GNU Emacs. 101This file is part of GNU Emacs.
94 102
95GNU Emacs is free software: you can redistribute it and/or modify 103GNU Emacs is free software: you can redistribute it and/or modify