This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[rfa/testsuite/copyright] setvar.exp: add copyright years


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

	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]