From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18095 invoked by alias); 27 Aug 2004 12:34:03 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18085 invoked from network); 27 Aug 2004 12:34:02 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 27 Aug 2004 12:34:02 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i7RCY2S2025567 for ; Fri, 27 Aug 2004 08:34:02 -0400 Received: from localhost (mail@vpnuser7.surrey.redhat.com [172.16.9.7]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i7RCY1316467; Fri, 27 Aug 2004 08:34:01 -0400 Received: from rsandifo by localhost with local (Exim 3.35 #1) id 1C0fvc-00010y-00; Fri, 27 Aug 2004 13:34:00 +0100 To: Michael Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: [committed] Regenerate sim/frv from cpu/frv.cpu References: <87hdqooqqw.fsf@redhat.com> <412F15BB.nailK1Z1V9NHP@mindspring.com> From: Richard Sandiford Date: Fri, 27 Aug 2004 12:34:00 -0000 In-Reply-To: <412F15BB.nailK1Z1V9NHP@mindspring.com> (Michael Chastain's message of "Fri, 27 Aug 2004 07:06:35 -0400") Message-ID: <87zn4gn4jr.fsf@redhat.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-08/txt/msg00728.txt.bz2 Michael Chastain writes: >> -Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. >> +Copyright 1996-2004 Free Software Foundation, Inc. > > Hi Richard, > > The Gnu standard for copyright notices is to spell out each year > without using ranges: > > Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 > Free Software Foundation, Inc. Yes, I thought so too. Don't blame me though ;) This is all automatically- generated from cgen. I'm just making sure that the files in CVS are the files you get if you build with --enable-cgen-maint. Richard