This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Change to "Copyright 2009"


Hi,

I guess it isn't too late :-).  I checked in this patch to print
"Copyright 2009" instead of "Copyright 2008".


H.J.
----
Index: ld/ldver.c
===================================================================
--- ld/ldver.c	(revision 6668)
+++ ld/ldver.c	(working copy)
@@ -39,7 +39,7 @@ ldversion (int noisy)
 
   if (noisy & 2)
     {
-      printf (_("Copyright 2008 Free Software Foundation, Inc.\n"));
+      printf (_("Copyright 2009 Free Software Foundation, Inc.\n"));
       printf (_("\
 This program is free software; you may redistribute it under the terms of\n\
 the GNU General Public License version 3 or (at your option) a later version.\n\
Index: gas/as.c
===================================================================
--- gas/as.c	(revision 6668)
+++ gas/as.c	(working copy)
@@ -600,7 +600,7 @@ parse_args (int * pargc, char *** pargv)
 	case OPTION_VERSION:
 	  /* This output is intended to follow the GNU standards document.  */
 	  printf (_("GNU assembler %s\n"), BFD_VERSION_STRING);
-	  printf (_("Copyright 2008 Free Software Foundation, Inc.\n"));
+	  printf (_("Copyright 2009 Free Software Foundation, Inc.\n"));
 	  printf (_("\
 This program is free software; you may redistribute it under the terms of\n\
 the GNU General Public License version 3 or later.\n\
Index: binutils/version.c
===================================================================
--- binutils/version.c	(revision 6668)
+++ binutils/version.c	(working copy)
@@ -32,7 +32,7 @@ print_version (const char *name)
   /* This output is intended to follow the GNU standards document.  */
   /* xgettext:c-format */
   printf ("GNU %s %s\n", name, BFD_VERSION_STRING);
-  printf (_("Copyright 2008 Free Software Foundation, Inc.\n"));
+  printf (_("Copyright 2009 Free Software Foundation, Inc.\n"));
   printf (_("\
 This program is free software; you may redistribute it under the terms of\n\
 the GNU General Public License version 3 or (at your option) any later version.\n\


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