From e1102f7294b11d3eeeed20c2b7a9f4ef8bffea11 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 7 Feb 2012 12:52:31 +0000 Subject: [PATCH] Document copyright year ranges for ports. --- ChangeLog | 4 ++++ README | 9 +++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0558e9b166..378cf268d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-07 Joseph Myers + + * README: Document use of ranges in copyright notices. + 2011-11-29 Joseph Myers * bare, sysdeps/am29k, sysdeps/i860, sysdeps/i960, sysdeps/m88k, diff --git a/README b/README index f395a05c35..3ad8078542 100644 --- a/README +++ b/README @@ -39,5 +39,10 @@ into a single add-on without interfering with each other. Like all glibc add-ons, this must be used by specifying the directory in the --enable-add-ons option when running glibc's configure script. - -$Id$ +The GNU C Library is free software. See the file COPYING.LIB in the +libc repository for copying conditions, and LICENSES for notices about +a few contributions that require these additional notices to be +distributed. License copyright years may be listed using range +notation, e.g., 2000-2011, indicating that every year in the range, +inclusive, is a copyrightable year that would otherwise be listed +individually. -- 2.11.4.GIT