[commit] Start of New Year Procedure applied...

Joel Brobecker brobecker@adacore.com
Tue Jan 6 04:59:00 GMT 2009


> I think the gdbserver ones should be updated as well:
> 
> $ grep "\"Copyright " * -rn
> gdbserver/server.c:1258:          "Copyright (C) 2007 Free Software Foundation, Inc.\n"
> gdbserver/gdbreplay.c:398:        "Copyright (C) 2008 Free Software Foundation, Inc.\n"
> top.c:1125:  fprintf_filtered (stream, "Copyright (C) 2009 Free Software Foundation, Inc.\n");

Right you are.  Fixed thusly:

2009-01-06  Joel Brobecker  <brobecker@adacore.com>

        * gdbreplay.c (gdbreplay_version): Update copyright year.
        * server.c (gdbserver_version): Likewise.

A patch to gdbint.texinfo is on the way...

-- 
Joel
-------------- next part --------------
Index: gdbreplay.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/gdbreplay.c,v
retrieving revision 1.19
diff -u -p -r1.19 gdbreplay.c
--- gdbreplay.c	3 Jan 2009 05:57:57 -0000	1.19
+++ gdbreplay.c	6 Jan 2009 04:47:13 -0000
@@ -395,7 +395,7 @@ static void
 gdbreplay_version (void)
 {
   printf ("GNU gdbreplay %s%s\n"
-	  "Copyright (C) 2008 Free Software Foundation, Inc.\n"
+	  "Copyright (C) 2009 Free Software Foundation, Inc.\n"
 	  "gdbreplay is free software, covered by the GNU General Public License.\n"
 	  "This gdbreplay was configured as \"%s\"\n",
 	  PKGVERSION, version, host_name);
Index: server.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/server.c,v
retrieving revision 1.83
diff -u -p -r1.83 server.c
--- server.c	3 Jan 2009 05:57:57 -0000	1.83
+++ server.c	6 Jan 2009 04:47:14 -0000
@@ -1255,7 +1255,7 @@ static void
 gdbserver_version (void)
 {
   printf ("GNU gdbserver %s%s\n"
-	  "Copyright (C) 2007 Free Software Foundation, Inc.\n"
+	  "Copyright (C) 2009 Free Software Foundation, Inc.\n"
 	  "gdbserver is free software, covered by the GNU General Public License.\n"
 	  "This gdbserver was configured as \"%s\"\n",
 	  PKGVERSION, version, host_name);


More information about the Gdb-patches mailing list