From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29602 invoked by alias); 9 Aug 2004 22:18:22 -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 29529 invoked from network); 9 Aug 2004 22:18:18 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sourceware.org with SMTP; 9 Aug 2004 22:18:18 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BuIT9-0000iJ-00; Mon, 09 Aug 2004 18:18:15 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id BE6CF4B102; Mon, 9 Aug 2004 18:18:19 -0400 (EDT) Date: Mon, 09 Aug 2004 22:18:00 -0000 From: Michael Chastain To: cagney@redhat.com, ezannoni@redhat.com Subject: [patch/testsuite/mi/copyright] gdb.mi/mi2-*.exp: update copyright years Cc: gdb-patches@sources.redhat.com Message-ID: <4117F82B.nail1N111PN0T@mindspring.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00341.txt.bz2 This is tedious copyright patch #2 of 2 for gdb.mi/*.exp. Date sources: gdb/testsuite/ChangeLog gdb/testsuite/gdb.mi/ChangeLog-1999-2003 cvs history the dates in the base files gdb.mi/mi*-exp. Tested on native i686-pc-linux-gnu just in case the tcl comment character mutated while I wasn't looking. This patch was pre-approved by Andrew Cagney, so I am committing it now. Michael C 2004-08-09 Michael Chastain * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp, gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp, gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Update copyright years. Index: gdb.mi/mi2-basics.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-basics.exp,v retrieving revision 1.2 diff -c -3 -p -r1.2 mi2-basics.exp *** gdb.mi/mi2-basics.exp 13 Jan 2004 00:25:28 -0000 1.2 --- gdb.mi/mi2-basics.exp 9 Aug 2004 17:54:03 -0000 *************** *** 1,4 **** ! # Copyright 1999, 2000, 2004 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 1999, 2000, 2001, 2002, 2003, 2004 ! # 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 Index: gdb.mi/mi2-break.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-break.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-break.exp *** gdb.mi/mi2-break.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-break.exp 9 Aug 2004 17:54:03 -0000 *************** *** 1,4 **** ! # Copyright 1999 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,4 ---- ! # Copyright 1999, 2001, 2003 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 Index: gdb.mi/mi2-console.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-console.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-console.exp *** gdb.mi/mi2-console.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-console.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 1999, 2000, 2001, 2002 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 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 Index: gdb.mi/mi2-disassemble.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-disassemble.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-disassemble.exp *** gdb.mi/mi2-disassemble.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-disassemble.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 1999, 2000, 2002 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 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 Index: gdb.mi/mi2-eval.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-eval.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-eval.exp *** gdb.mi/mi2-eval.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-eval.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 1999, 2000, 2002 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 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 Index: gdb.mi/mi2-file.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-file.exp,v retrieving revision 1.3 diff -c -3 -p -r1.3 mi2-file.exp *** gdb.mi/mi2-file.exp 8 Jul 2004 01:57:51 -0000 1.3 --- gdb.mi/mi2-file.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 1999, 2004 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,4 ---- ! # Copyright 1999, 2003, 2004 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 Index: gdb.mi/mi2-hack-cli.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-hack-cli.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-hack-cli.exp *** gdb.mi/mi2-hack-cli.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-hack-cli.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 1999 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,4 ---- ! # Copyright 1999, 2001, 2003 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 Index: gdb.mi/mi2-read-memory.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-read-memory.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-read-memory.exp *** gdb.mi/mi2-read-memory.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-read-memory.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 1999, 2000, 2002 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 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 Index: gdb.mi/mi2-regs.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-regs.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-regs.exp *** gdb.mi/mi2-regs.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-regs.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 1999, 2000, 2002 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 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 Index: gdb.mi/mi2-return.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-return.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-return.exp *** gdb.mi/mi2-return.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-return.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 1999, 2000, 2002 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 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 Index: gdb.mi/mi2-simplerun.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-simplerun.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-simplerun.exp *** gdb.mi/mi2-simplerun.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-simplerun.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 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 Index: gdb.mi/mi2-stack.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-stack.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-stack.exp *** gdb.mi/mi2-stack.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-stack.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 2000, 2002 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,4 ---- ! # Copyright 2000, 2001, 2002, 2003 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 Index: gdb.mi/mi2-stepi.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-stepi.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-stepi.exp *** gdb.mi/mi2-stepi.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-stepi.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 1999, 2000, 2002 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 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 Index: gdb.mi/mi2-until.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-until.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-until.exp *** gdb.mi/mi2-until.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-until.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 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,4 ---- ! # Copyright 1999, 2000, 2001, 2003 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 Index: gdb.mi/mi2-var-block.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-var-block.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-var-block.exp *** gdb.mi/mi2-var-block.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-var-block.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright (C) 1999, 2000, 2002 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 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 Index: gdb.mi/mi2-var-child.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-var-child.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-var-child.exp *** gdb.mi/mi2-var-child.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-var-child.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright (C) 1999, 2000, 2002 Free Software Foundation # 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation # 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 Index: gdb.mi/mi2-var-cmd.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-var-cmd.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-var-cmd.exp *** gdb.mi/mi2-var-cmd.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-var-cmd.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright (C) 1999, 2000, 2002 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 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 Index: gdb.mi/mi2-var-display.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-var-display.exp,v retrieving revision 1.2 diff -c -3 -p -r1.2 mi2-var-display.exp *** gdb.mi/mi2-var-display.exp 17 Aug 2003 17:23:13 -0000 1.2 --- gdb.mi/mi2-var-display.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright (C) 1999, 2000, 2002 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 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 Index: gdb.mi/mi2-watch.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-watch.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 mi2-watch.exp *** gdb.mi/mi2-watch.exp 7 Aug 2003 17:47:42 -0000 1.1 --- gdb.mi/mi2-watch.exp 9 Aug 2004 17:54:04 -0000 *************** *** 1,4 **** ! # Copyright 1999, 2000, 2002 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,4 ---- ! # Copyright 1999, 2000, 2001, 2002, 2003 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