From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25906 invoked by alias); 4 Jul 2009 11:30:57 -0000 Received: (qmail 25893 invoked by uid 22791); 4 Jul 2009 11:30:57 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_92,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from wf-out-1314.google.com (HELO wf-out-1314.google.com) (209.85.200.168) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Jul 2009 11:30:52 +0000 Received: by wf-out-1314.google.com with SMTP id 23so1193989wfg.24 for ; Sat, 04 Jul 2009 04:30:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.211.7 with SMTP id j7mr744296wfg.168.1246707050946; Sat, 04 Jul 2009 04:30:50 -0700 (PDT) In-Reply-To: <4A4E45F0.5090707@vmware.com> References: <20090702082402.8141.qmail@sourceware.org> <4A4E45F0.5090707@vmware.com> Date: Sat, 04 Jul 2009 11:30:00 -0000 Message-ID: Subject: Re: src ChangeLog configure configure.ac From: Hui Zhu To: Michael Snyder Cc: "gdb@sourceware.org" , Tristan Gingold Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00022.txt.bz2 On Sat, Jul 4, 2009 at 01:54, Michael Snyder wrote: > Hui Zhu wrote: >> >> On Fri, Jul 3, 2009 at 15:29, Tristan Gingold wrote: >>> >>> On Jul 3, 2009, at 8:57 AM, Hui Zhu wrote: >>> >>>> Hi Tristan, >>>> >>>> Sorry to disturb you. >>>> >>>> -# Copyright (C) 2003, 2008 Free Software Foundation, Inc. >>>> +# Copyright (C) 2003 Free Software Foundation, Inc. >>>> >>>> I am not very clear about copyright. =A0Why it doesn't need to set to >>>> "2003,2008,2009"? >>> >>> This file is generated by autoconf so I don't control the copyright >>> dates. >>> Feel free to ask on the list, I don't really know what to do. >>> >> >> >> Could some people can help us about this? >> Thanks a lot. > > Hui, > > "configure" is a generated file. =A0Don't edit it. > Just edit "configure.ac", and then run autoconf > to generate "configure". > > And don't worry about the copyright date, in this case > it probably only applies to autoconf itself (not to the > configure files). > I got it. Thanks Michael. Hui