This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Copyright year ranges
- From: "Ryan S. Arnold" <ryan dot arnold at gmail dot com>
- To: "Carlos O'Donell" <carlos at systemhalted dot org>
- Cc: Roland McGrath <roland at hack dot frob dot com>, "Joseph S. Myers" <joseph at codesourcery dot com>, Marek Polacek <polacek at redhat dot com>, GNU C Library <libc-alpha at sourceware dot org>
- Date: Mon, 20 Feb 2012 13:53:38 -0600
- Subject: Re: Copyright year ranges
- Authentication-results: mr.google.com; spf=pass (google.com: domain of ryan.arnold@gmail.com designates 10.204.152.88 as permitted sender) smtp.mail=ryan.arnold@gmail.com; dkim=pass header.i=ryan.arnold@gmail.com
- References: <4F2327F2.9060402@redhat.com><CADZpyiy8_xfw07_2WXc1PVDcC=bE5gZ_LTKXGZAOFWTD0Hi03w@mail.gmail.com><Pine.LNX.4.64.1201291348440.925@digraph.polyomino.org.uk><CADZpyiyO2Nf++oyaCc8XnjsYLCyrFGX0yQ6WeQrXVYdbggY1xA@mail.gmail.com><Pine.LNX.4.64.1202070051570.1343@digraph.polyomino.org.uk><20120207174341.E718A2C060@topped-with-meat.com><CADZpyiz7Tdtexz8h2x5-8nCcht9FCGTpNDS1Vjvxd5ZQkWbpJw@mail.gmail.com>
On Mon, Feb 20, 2012 at 1:10 PM, Carlos O'Donell
<carlos@systemhalted.org> wrote:
> On Tue, Feb 7, 2012 at 12:43 PM, Roland McGrath <roland@hack.frob.com> wrote:
>> There were releases in 1991 too.
>
> What do we think of adding something like this to the glibc/README?
>
> diff --git a/README b/README
> index 728e7d7..8b43708 100644
> --- a/README
> +++ b/README
> @@ -97,4 +97,9 @@ 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.
> +individually. License copyright years may be rewritten using range notation,
> +e.g., 1991-2012, as long as a release (public or beta) was made in the
> +intermediate year, or there was public version control in that year. The
> +GNU C Library has been making releases since 1991, therefore you may collapse
> +any range of years before 1991 into a range notation using the previously
> +described process.
Do you mean "any range of years after 1991"?
Ryan