From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27662 invoked by alias); 3 Jan 2012 09:48:37 -0000 Received: (qmail 27654 invoked by uid 22791); 3 Jan 2012 09:48:37 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Jan 2012 09:48:24 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1Ri0yl-0006ng-3Z from Yao_Qi@mentor.com ; Tue, 03 Jan 2012 01:48:23 -0800 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 3 Jan 2012 01:47:58 -0800 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Tue, 3 Jan 2012 01:48:21 -0800 Message-ID: <4F02CEE3.6080909@codesourcery.com> Date: Tue, 03 Jan 2012 09:48:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20111220 Thunderbird/9.0 MIME-Version: 1.0 To: Joel Brobecker CC: Subject: Re: RFA: Using year ranges in copyright notices... References: <20120103042431.GI2730@adacore.com> <20120103085234.GK2730@adacore.com> In-Reply-To: <20120103085234.GK2730@adacore.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00086.txt.bz2 On 01/03/2012 04:52 PM, Joel Brobecker wrote: > +To reduce the length of copyright notices, consecutive years in the > +copyright notice can be combined into a single range. For instance, > +the following list of copyright years... > + > + 1986, 1988, 1989, 1991-1993, 1999, 2000, 2007, 2008, 2009, 2010, 2011 Joel, I guess 2012 is missed here... :) > + > +... is abbreviated into: > + > + 1986, 1988-1989, 1991-1993, 1999-2000, 2007-2012 ^^^^ ... or, we replace 2012 with 2011. -- Yao (齐尧)