[patch/testsuite/cp] member-ptr.cc: add copyright notice

Michael Elizabeth Chastain mec.gnu@mindspring.com
Tue Jan 13 04:51:00 GMT 2004


This patch adds a copyright notice to gdb.cp/member-ptr.cc.

As usual, I obtained the dates from the ChangeLog and the CVS history.

gdb.cp/member-ptr.exp has no line number dependencies, so adding lines
to member-ptr.cc should not affect anything.  I did some testing to make
sure:

  native i686-pc-linux-gnu, gcc 2.95.3 3.3.2 HEAD, -gdwarf-2

IACTN,

Michael C

2004-01-12  Micahel Chastain  <mec.gnu@mindspring.com>

	* gdb.cp/member-ptr.cc: Add copyright notice.

Index: member-ptr.cc
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/member-ptr.cc,v
retrieving revision 1.1
diff -c -3 -p -r1.1 member-ptr.cc
*** member-ptr.cc	23 Aug 2003 03:55:59 -0000	1.1
--- member-ptr.cc	13 Jan 2004 04:47:00 -0000
***************
*** 1,3 ****
--- 1,24 ----
+ /* This testcase is part of GDB, the GNU debugger.
+ 
+    Copyright 1998, 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
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+ 
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+  
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ 
+    Please email any bugs, comments, and/or additions to this file to:
+    bug-gdb@prep.ai.mit.edu  */
+ 
  extern "C" {
  #include <stdio.h>
  }



More information about the Gdb-patches mailing list