diff options
| author | Glenn Morris | 2011-01-24 20:03:31 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-24 20:03:31 -0800 |
| commit | 0b5c5d8291f82556c149013f10372234b0df9bc2 (patch) | |
| tree | a80c5c967c2471d71fb378756a6590c5279f1b9b | |
| parent | 4004ef46616e81d969392861ac23e7d9947d33d4 (diff) | |
| download | emacs-0b5c5d8291f82556c149013f10372234b0df9bc2.tar.gz emacs-0b5c5d8291f82556c149013f10372234b0df9bc2.zip | |
* 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
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-01-25 Glenn Morris <rgm@gnu.org> | 1 | 2011-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 | ||
| 5 | 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change) | 7 | 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 | |||
| 90 | files and installation instructions should list the required tools. | 90 | files and installation instructions should list the required tools. |
| 91 | 91 | ||
| 92 | 92 | ||
| 93 | NOTE ON COPYRIGHT YEARS | ||
| 94 | |||
| 95 | In copyright notices where the copyright holder is the Free Software | ||
| 96 | Foundation, then where a range of years appears, this is an inclusive | ||
| 97 | range that applies to every year in the range. For example: 2005-2008 | ||
| 98 | represents the years 2005, 2006, 2007, and 2008. | ||
| 99 | |||
| 100 | |||
| 93 | This file is part of GNU Emacs. | 101 | This file is part of GNU Emacs. |
| 94 | 102 | ||
| 95 | GNU Emacs is free software: you can redistribute it and/or modify | 103 | GNU Emacs is free software: you can redistribute it and/or modify |