From: Joseph Myers Date: Mon, 16 Jul 2012 14:01:34 +0000 (+0100) Subject: * README: Document use of ranges of years in copyright notices. X-Git-Tag: releases/gcc-4.8.0~4461 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d8b8153de753c4edd12bd8863f75ccefbe7a8e7;p=thirdparty%2Fgcc.git * README: Document use of ranges of years in copyright notices. From-SVN: r189537 --- diff --git a/ChangeLog b/ChangeLog index b76b281ce47f..e5361bd10bde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-07-16 Joseph Myers + + * README: Document use of ranges of years in copyright notices. + 2012-07-06 Richard Guenther * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC) diff --git a/README b/README index 7b1097f55c18..be15bc2b44ee 100644 --- a/README +++ b/README @@ -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.