From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18687 invoked by alias); 15 Jan 2004 18:50:26 -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 18675 invoked from network); 15 Jan 2004 18:50:24 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 15 Jan 2004 18:50:24 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 4969B1A440D; Thu, 15 Jan 2004 13:48:39 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16390.57479.221036.93602@localhost.redhat.com> Date: Thu, 15 Jan 2004 18:50:00 -0000 To: mec.gnu@mindspring.com (Michael Elizabeth Chastain) Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa/testsuite/copyright] setvar.exp: add copyright years In-Reply-To: <20040110001406.26D484ACDA@berman.michael-chastain.com> References: <20040110001406.26D484ACDA@berman.michael-chastain.com> X-SW-Source: 2004-01/txt/msg00390.txt.bz2 Michael Elizabeth Chastain writes: > This patch adds several copyright years to gdb.base/setvar.exp. > I got these years from ChangeLog entry. > > The first ChangeLog entry, on 1993-02-24, says: "Use runto function > where appropriate, rather than doing it by hand." So the file might be > older than that. > > Tested on native i686-pc-linux-gnu, gcc 3.3.2, dwarf-2. > > Okay to commit? > sure elena > Michael C > > 2004-01-09 Michael Chastain > > * gdb.base/setvar.exp: Add copyright years. > > Index: gdb.base/setvar.exp > =================================================================== > RCS file: /cvs/src/src/gdb/testsuite/gdb.base/setvar.exp,v > retrieving revision 1.5 > diff -c -3 -p -r1.5 setvar.exp > *** gdb.base/setvar.exp 19 Dec 2001 06:29:45 -0000 1.5 > --- gdb.base/setvar.exp 10 Jan 2004 00:06:57 -0000 > *************** > *** 1,4 **** > ! # Copyright 1997, 1999, 2000 Free Software Foundation, Inc. > > # This program is free software; you can redistribute it and/or modify > # it under the terms of the GNU General Public License as published by > --- 1,5 ---- > ! # Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001 > ! # Free Software Foundation, Inc. > > # This program is free software; you can redistribute it and/or modify > # it under the terms of the GNU General Public License as published by