From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8153 invoked by alias); 8 Aug 2004 22:15:47 -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 8130 invoked from network); 8 Aug 2004 22:15:43 -0000 Received: from unknown (HELO hall.mail.mindspring.net) (207.69.200.60) by sourceware.org with SMTP; 8 Aug 2004 22:15:43 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Btvx6-0003P5-00; Sun, 08 Aug 2004 18:15:40 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 3886D4B359; Sun, 8 Aug 2004 18:15:40 -0400 (EDT) To: cagney@redhat.com, ezannoni@redhat.com Subject: [rfa/testsuite/mi/copyright] gdb.mi/*.exp: update copyright years, 1 of 2 Cc: gdb-patches@sources.redhat.com Message-Id: <20040808221540.3886D4B359@berman.michael-chastain.com> Date: Sun, 08 Aug 2004 22:15:00 -0000 From: mec.gnu@mindspring.com (Michael Chastain) X-SW-Source: 2004-08/txt/msg00279.txt.bz2 Here is a tedious copyright patch. I started adding gdb_get_line_number to gdb.mi/*.exp and I ran into many files with incomplete copyright years. So before adding gdb_get_line_number, I want to update the copyright years. This is patch #1 of 2, covering gdb.mi/gdb*.exp and gdb.mi/mi-*.exp. I will do gdb.mi/mi2-*.exp in a second pass because all those files need to clone dates from gdb.mi/mi-*.exp. Date sources: gdb/testsuite/ChangeLog gdb/testsuite/gdb.mi/ChangeLog-1999-2003 cvs history Tested on native i686-pc-linux-gnu just in case my editor ate an '#' or something. Okay to commit? Michael C 2004-08-08 Michael Chastain * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp, gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp: Update copyright years. Index: gdb.mi/gdb792.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/gdb792.exp,v retrieving revision 1.3 diff -c -3 -p -r1.3 gdb792.exp *** gdb.mi/gdb792.exp 8 Apr 2003 21:48:40 -0000 1.3 --- gdb.mi/gdb792.exp 8 Aug 2004 22:06:31 -0000 *************** *** 1,4 **** ! # Copyright 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 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/mi-basics.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-basics.exp,v retrieving revision 1.8 diff -c -3 -p -r1.8 mi-basics.exp *** gdb.mi/mi-basics.exp 7 Aug 2003 17:55:41 -0000 1.8 --- gdb.mi/mi-basics.exp 8 Aug 2004 22:06:31 -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/mi-break.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-break.exp,v retrieving revision 1.5 diff -c -3 -p -r1.5 mi-break.exp *** gdb.mi/mi-break.exp 27 Jun 2001 17:27:07 -0000 1.5 --- gdb.mi/mi-break.exp 8 Aug 2004 22:06:31 -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 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/mi-console.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-console.exp,v retrieving revision 1.11 diff -c -3 -p -r1.11 mi-console.exp *** gdb.mi/mi-console.exp 13 Jan 2003 23:24:43 -0000 1.11 --- gdb.mi/mi-console.exp 8 Aug 2004 22:06:31 -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/mi-disassemble.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-disassemble.exp,v retrieving revision 1.11 diff -c -3 -p -r1.11 mi-disassemble.exp *** gdb.mi/mi-disassemble.exp 5 Nov 2002 15:43:18 -0000 1.11 --- gdb.mi/mi-disassemble.exp 8 Aug 2004 22:06:31 -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 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/mi-eval.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-eval.exp,v retrieving revision 1.7 diff -c -3 -p -r1.7 mi-eval.exp *** gdb.mi/mi-eval.exp 5 Nov 2002 15:43:18 -0000 1.7 --- gdb.mi/mi-eval.exp 8 Aug 2004 22:06:31 -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 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/mi-file.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-file.exp,v retrieving revision 1.2 diff -c -3 -p -r1.2 mi-file.exp *** gdb.mi/mi-file.exp 8 Jul 2004 01:57:51 -0000 1.2 --- gdb.mi/mi-file.exp 8 Aug 2004 22:06:31 -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/mi-hack-cli.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-hack-cli.exp,v retrieving revision 1.5 diff -c -3 -p -r1.5 mi-hack-cli.exp *** gdb.mi/mi-hack-cli.exp 28 Oct 2001 00:29:50 -0000 1.5 --- gdb.mi/mi-hack-cli.exp 8 Aug 2004 22:06:31 -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 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/mi-read-memory.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-read-memory.exp,v retrieving revision 1.8 diff -c -3 -p -r1.8 mi-read-memory.exp *** gdb.mi/mi-read-memory.exp 5 Nov 2002 15:43:18 -0000 1.8 --- gdb.mi/mi-read-memory.exp 8 Aug 2004 22:06:31 -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 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/mi-regs.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-regs.exp,v retrieving revision 1.11 diff -c -3 -p -r1.11 mi-regs.exp *** gdb.mi/mi-regs.exp 5 Nov 2002 15:43:18 -0000 1.11 --- gdb.mi/mi-regs.exp 8 Aug 2004 22:06:31 -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 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/mi-return.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-return.exp,v retrieving revision 1.9 diff -c -3 -p -r1.9 mi-return.exp *** gdb.mi/mi-return.exp 5 Nov 2002 15:43:18 -0000 1.9 --- gdb.mi/mi-return.exp 8 Aug 2004 22:06:31 -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 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/mi-simplerun.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-simplerun.exp,v retrieving revision 1.10 diff -c -3 -p -r1.10 mi-simplerun.exp *** gdb.mi/mi-simplerun.exp 10 Sep 2002 22:28:44 -0000 1.10 --- gdb.mi/mi-simplerun.exp 8 Aug 2004 22:06:31 -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 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/mi-stack.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-stack.exp,v retrieving revision 1.12 diff -c -3 -p -r1.12 mi-stack.exp *** gdb.mi/mi-stack.exp 24 Jan 2004 04:22:51 -0000 1.12 --- gdb.mi/mi-stack.exp 8 Aug 2004 22:06:32 -0000 *************** *** 1,4 **** ! # Copyright 2000, 2002, 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 2000, 2001, 2002, 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/mi-stepi.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-stepi.exp,v retrieving revision 1.8 diff -c -3 -p -r1.8 mi-stepi.exp *** gdb.mi/mi-stepi.exp 5 Nov 2002 15:43:18 -0000 1.8 --- gdb.mi/mi-stepi.exp 8 Aug 2004 22:06:32 -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 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/mi-until.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-until.exp,v retrieving revision 1.7 diff -c -3 -p -r1.7 mi-until.exp *** gdb.mi/mi-until.exp 19 Aug 2001 01:23:43 -0000 1.7 --- gdb.mi/mi-until.exp 8 Aug 2004 22:06:32 -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 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/mi-var-block.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-var-block.exp,v retrieving revision 1.9 diff -c -3 -p -r1.9 mi-var-block.exp *** gdb.mi/mi-var-block.exp 5 Nov 2002 15:43:18 -0000 1.9 --- gdb.mi/mi-var-block.exp 8 Aug 2004 22:06:32 -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 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/mi-var-child.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-var-child.exp,v retrieving revision 1.15 diff -c -3 -p -r1.15 mi-var-child.exp *** gdb.mi/mi-var-child.exp 23 Jan 2004 22:46:13 -0000 1.15 --- gdb.mi/mi-var-child.exp 8 Aug 2004 22:06:32 -0000 *************** *** 1,4 **** ! # Copyright (C) 1999, 2000, 2002, 2004 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, 2004 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/mi-var-cmd.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-var-cmd.exp,v retrieving revision 1.15 diff -c -3 -p -r1.15 mi-var-cmd.exp *** gdb.mi/mi-var-cmd.exp 5 Nov 2002 15:43:18 -0000 1.15 --- gdb.mi/mi-var-cmd.exp 8 Aug 2004 22:06:32 -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 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/mi-var-display.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-var-display.exp,v retrieving revision 1.10 diff -c -3 -p -r1.10 mi-var-display.exp *** gdb.mi/mi-var-display.exp 17 Aug 2003 17:23:13 -0000 1.10 --- gdb.mi/mi-var-display.exp 8 Aug 2004 22:06:32 -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/mi-watch.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-watch.exp,v retrieving revision 1.9 diff -c -3 -p -r1.9 mi-watch.exp *** gdb.mi/mi-watch.exp 5 Nov 2002 15:43:18 -0000 1.9 --- gdb.mi/mi-watch.exp 8 Aug 2004 22:06:32 -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 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