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]

[patch/testsuite/copyright] long_long.c: add copyright notice


Here's another copyright patch.  I checked the dates with 'cvs log',
testsuite/ChangeLog, and my set of released gdb's.

I tested this on native i686-pc-linux-gnu for line number gotchas.
There used to be a line number dependency in long_long.exp but I just
got through fixing that.

I'm hitting this file because Andrew C wants to patch it.
Now I can look at Andrew's patch.

I am committing this now.

There's about 300 files still in need.  :-/

(My policy is that copyright patches are higher priority than ordinary
development work.  We need to take it seriously, but my problem is that
I tend to like it too much.  I need a "copyright martinet" funny hat or
something!)

Michael C

2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>

	* gdb.base/long_long.c: Add copyright notice.

Index: gdb.base/long_long.c
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/long_long.c,v
retrieving revision 1.1.1.3
diff -c -3 -p -r1.1.1.3 long_long.c
*** gdb.base/long_long.c	9 Aug 1999 21:34:38 -0000	1.1.1.3
--- gdb.base/long_long.c	16 Jun 2004 04:18:43 -0000
***************
*** 1,3 ****
--- 1,23 ----
+ /* This test script is part of GDB, the GNU debugger.
+ 
+    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
+    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.
+    */
+ 
  /* Test long long expression; test printing in general.
   *
   * /CLO/BUILD_ENV/Exports/cc -g +e -o long_long long_long.c


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