From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14395 invoked by alias); 3 Jul 2009 17:57:49 -0000 Received: (qmail 14383 invoked by uid 22791); 3 Jul 2009 17:57:49 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_92 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Jul 2009 17:57:42 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id C1E6B28005; Fri, 3 Jul 2009 10:57:39 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost2.vmware.com (Postfix) with ESMTP id A57D38EAC4; Fri, 3 Jul 2009 10:57:39 -0700 (PDT) Message-ID: <4A4E45F0.5090707@vmware.com> Date: Fri, 03 Jul 2009 17:57:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Hui Zhu CC: "gdb@sourceware.org" , Tristan Gingold Subject: Re: src ChangeLog configure configure.ac References: <20090702082402.8141.qmail@sourceware.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00017.txt.bz2 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. Why 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. Don'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). Michael