From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13494 invoked by alias); 10 Jan 2004 00:14:04 -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 13487 invoked from network); 10 Jan 2004 00:14:04 -0000 Received: from unknown (HELO tisch.mail.mindspring.net) (207.69.200.157) by sources.redhat.com with SMTP; 10 Jan 2004 00:14:04 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Af6lQ-0007Z6-00 for gdb-patches@sources.redhat.com; Fri, 09 Jan 2004 19:14:04 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 26D484ACDA; Fri, 9 Jan 2004 19:14:06 -0500 (EST) To: gdb-patches@sources.redhat.com Subject: [rfa/testsuite/copyright] setvar.exp: add copyright years Message-Id: <20040110001406.26D484ACDA@berman.michael-chastain.com> Date: Sat, 10 Jan 2004 00:14:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-01/txt/msg00257.txt.bz2 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? 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