diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-16 14:01:34 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-16 14:01:34 +0000 |
commit | 9f47255d4e2034e831789c37bff4fc8f5d526e02 (patch) | |
tree | 83f6bd6bde83adf5bd9fd575d87242a5072f0b06 | |
parent | 4be5aafb4d9a2f6371994bad1c88beffb867b94a (diff) | |
download | gcc-9f47255d4e2034e831789c37bff4fc8f5d526e02.tar.gz |
* README: Document use of ranges of years in copyright notices.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189537 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b76b281ce47..e5361bd10bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-07-16 Joseph Myers <joseph@codesourcery.com> + + * README: Document use of ranges of years in copyright notices. + 2012-07-06 Richard Guenther <rguenther@suse.de> * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC) @@ -15,3 +15,8 @@ includes) for usage and porting information. An online readable version of the manual is in the files gcc/doc/gcc.info*. See http://gcc.gnu.org/bugs/ for how to report bugs usefully. + +Copyright years on GCC source files may be listed using range +notation, e.g., 1987-2012, indicating that every year in the range, +inclusive, is a copyrightable year that could otherwise be listed +individually. |