Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Chastain <mec.gnu@mindspring.com>
To: cagney@redhat.com, ezannoni@redhat.com
Cc: gdb-patches@sources.redhat.com
Subject: [patch/testsuite/mi/copyright] gdb.mi/mi2-*.exp: update copyright years
Date: Mon, 09 Aug 2004 22:18:00 -0000	[thread overview]
Message-ID: <4117F82B.nail1N111PN0T@mindspring.com> (raw)

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  <mec.gnu@mindspring.com>

	* 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


             reply	other threads:[~2004-08-09 22:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-09 22:18 Michael Chastain [this message]
2004-08-10  6:10 ` [RFC] New thread testcase Manoj Iyer
2004-08-10  7:24   ` Michael Chastain
2004-08-10 15:13     ` Andrew Cagney
2004-08-10 20:22       ` Manoj Iyer
2004-08-10 20:33         ` Andrew Cagney
2004-08-10 20:44           ` Manoj Iyer
2004-08-12 16:04             ` Andrew Cagney
2004-08-27  3:25             ` Michael Snyder
2004-08-27 13:48               ` Manoj Iyer
2004-08-10 20:13     ` Manoj Iyer
2004-08-12  0:26   ` Michael Snyder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4117F82B.nail1N111PN0T@mindspring.com \
    --to=mec.gnu@mindspring.com \
    --cc=cagney@redhat.com \
    --cc=ezannoni@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox