This is the mail archive of the gdb-patches@sourceware.org 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]

2010 Start of New Year procedure applied...


... or almost!

I've applied the Start of New Year procedure as outlined in our GDB
Internals Manual, including updating the copyright header of most
source files (the ones covered by copyright.sh). And I also updated
the copyright years of all .texi* files manually (patch not attached).

2010-01-01  Joel Brobecker  <brobecker@adacore.com>

        * top.c (print_gdb_version): Update copyright year.

2010-01-01  Joel Brobecker  <brobecker@adacore.com>

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

2010-01-01  Joel Brobecker  <brobecker@adacore.com>

        * agentexpr.texi: Add 2010 to the list of copyright years.
        * annotate.texinfo: Likewise.
        * gdb.texinfo: Likewise.
        * gdbint.texinfo: Likewise.
        * observer.texi: Likewise.
        * stabs.texinfo: Likewise.

-- 
Joel
Index: top.c
===================================================================
RCS file: /cvs/src/src/gdb/top.c,v
retrieving revision 1.174
diff -u -p -r1.174 top.c
--- top.c	2 Dec 2009 19:29:42 -0000	1.174
+++ top.c	1 Jan 2010 06:55:41 -0000
@@ -1118,7 +1118,7 @@ print_gdb_version (struct ui_file *strea
 
   /* Second line is a copyright notice. */
 
-  fprintf_filtered (stream, "Copyright (C) 2009 Free Software Foundation, Inc.\n");
+  fprintf_filtered (stream, "Copyright (C) 2010 Free Software Foundation, Inc.\n");
 
   /* Following the copyright is a brief statement that the program is
      free software, that users are free to copy and change it on
Index: gdbreplay.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/gdbreplay.c,v
retrieving revision 1.22
diff -u -p -r1.22 gdbreplay.c
--- gdbreplay.c	22 Mar 2009 23:57:10 -0000	1.22
+++ gdbreplay.c	1 Jan 2010 06:58:43 -0000
@@ -395,7 +395,7 @@ static void
 gdbreplay_version (void)
 {
   printf ("GNU gdbreplay %s%s\n"
-	  "Copyright (C) 2009 Free Software Foundation, Inc.\n"
+	  "Copyright (C) 2010 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.104
diff -u -p -r1.104 server.c
--- server.c	29 Oct 2009 20:12:26 -0000	1.104
+++ server.c	1 Jan 2010 06:58:45 -0000
@@ -1775,7 +1775,7 @@ static void
 gdbserver_version (void)
 {
   printf ("GNU gdbserver %s%s\n"
-	  "Copyright (C) 2009 Free Software Foundation, Inc.\n"
+	  "Copyright (C) 2010 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);
Index: agentexpr.texi
===================================================================
RCS file: /cvs/src/src/gdb/doc/agentexpr.texi,v
retrieving revision 1.10
diff -u -p -r1.10 agentexpr.texi
--- agentexpr.texi	28 Dec 2009 23:39:09 -0000	1.10
+++ agentexpr.texi	1 Jan 2010 07:44:56 -0000
@@ -7,7 +7,7 @@
 
 @c This file is part of the GDB manual.
 @c
-@c Copyright (C) 2003, 2004, 2005, 2006, 2009
+@c Copyright (C) 2003, 2004, 2005, 2006, 2009, 2010
 @c               Free Software Foundation, Inc.
 @c
 @c See the file gdb.texinfo for copying conditions.
Index: annotate.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/annotate.texinfo,v
retrieving revision 1.11
diff -u -p -r1.11 annotate.texinfo
--- annotate.texinfo	14 Jan 2009 11:47:07 -0000	1.11
+++ annotate.texinfo	1 Jan 2010 07:44:57 -0000
@@ -28,7 +28,7 @@
 
 @copying
 Copyright @copyright{} 1994, 1995, 2000, 2001, 2003, 2004, 2005, 2007,
-2008, 2009 Free Software Foundation, Inc.
+2008, 2009, 2010 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.1 or
Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.653
diff -u -p -r1.653 gdb.texinfo
--- gdb.texinfo	31 Dec 2009 17:47:42 -0000	1.653
+++ gdb.texinfo	1 Jan 2010 07:45:31 -0000
@@ -1,6 +1,6 @@
 \input texinfo      @c -*-texinfo-*-
 @c Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
-@c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+@c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 @c Free Software Foundation, Inc.
 @c
 @c %**start of header
@@ -46,7 +46,7 @@
 
 @copying
 Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
-1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
@@ -120,7 +120,7 @@ This is the @value{EDITION} Edition, for
 @end ifset
 Version @value{GDBVN}.
 
-Copyright (C) 1988-2009 Free Software Foundation, Inc.
+Copyright (C) 1988-2010 Free Software Foundation, Inc.
 
 This edition of the GDB manual is dedicated to the memory of Fred
 Fish.  Fred was a long-standing contributor to GDB and to Free
Index: gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.314
diff -u -p -r1.314 gdbint.texinfo
--- gdbint.texinfo	7 Nov 2009 19:46:57 -0000	1.314
+++ gdbint.texinfo	1 Jan 2010 07:45:40 -0000
@@ -10,7 +10,7 @@
 
 @copying
 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1996, 1998, 1999,
-2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009
+2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010
 Free Software Foundation, Inc.
 Contributed by Cygnus Solutions.  Written by John Gilmore.
 Second Edition by Stan Shebs.
Index: observer.texi
===================================================================
RCS file: /cvs/src/src/gdb/doc/observer.texi,v
retrieving revision 1.29
diff -u -p -r1.29 observer.texi
--- observer.texi	20 Dec 2009 11:53:08 -0000	1.29
+++ observer.texi	1 Jan 2010 07:45:40 -0000
@@ -2,7 +2,7 @@
 
 @c This file is part of the GDB manual.
 @c
-@c Copyright (C) 2003, 2004, 2005, 2006, 2008
+@c Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010
 @c               Free Software Foundation, Inc.
 @c
 @c See the file gdbint.texinfo for copying conditions.
Index: stabs.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/stabs.texinfo,v
retrieving revision 1.22
diff -u -p -r1.22 stabs.texinfo
--- stabs.texinfo	7 Nov 2009 19:46:57 -0000	1.22
+++ stabs.texinfo	1 Jan 2010 07:45:45 -0000
@@ -14,7 +14,8 @@
 
 @copying
 Copyright @copyright{} 1992, 1993, 1994, 1995, 1997, 1998, 2000, 2001,
-2002, 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010
+Free Software Foundation, Inc.
 Contributed by Cygnus Support.  Written by Julia Menapace, Jim Kingdon,
 and David MacKenzie.
 

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