* [rfa/testsuite/mi/copyright] gdb.mi/*.exp: update copyright years, 1 of 2
@ 2004-08-08 22:15 Michael Chastain
2004-08-09 14:04 ` Andrew Cagney
0 siblings, 1 reply; 4+ messages in thread
From: Michael Chastain @ 2004-08-08 22:15 UTC (permalink / raw)
To: cagney, ezannoni; +Cc: gdb-patches
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 <mec.gnu@mindspring.com>
* 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [rfa/testsuite/mi/copyright] gdb.mi/*.exp: update copyright years, 1 of 2
2004-08-08 22:15 [rfa/testsuite/mi/copyright] gdb.mi/*.exp: update copyright years, 1 of 2 Michael Chastain
@ 2004-08-09 14:04 ` Andrew Cagney
2004-08-09 16:34 ` Michael Chastain
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2004-08-09 14:04 UTC (permalink / raw)
To: Michael Chastain; +Cc: cagney, ezannoni, gdb-patches
[oops, hit reply instead of reply-all]
Ok (and thanks!)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [rfa/testsuite/mi/copyright] gdb.mi/*.exp: update copyright years, 1 of 2
2004-08-09 14:04 ` Andrew Cagney
@ 2004-08-09 16:34 ` Michael Chastain
2004-08-09 16:38 ` Andrew Cagney
0 siblings, 1 reply; 4+ messages in thread
From: Michael Chastain @ 2004-08-09 16:34 UTC (permalink / raw)
To: cagney; +Cc: gdb-patches, ezannoni
Committed.
#2 of 2 coming later today, or early tomorrow. And then I can start
migrating to gdb_get_line_number.
Michael C
===
2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
* 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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-08-09 16:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-08 22:15 [rfa/testsuite/mi/copyright] gdb.mi/*.exp: update copyright years, 1 of 2 Michael Chastain
2004-08-09 14:04 ` Andrew Cagney
2004-08-09 16:34 ` Michael Chastain
2004-08-09 16:38 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox