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]

Re: PATCH: Change to "Copyright 2009"


H.J. Lu wrote:
> Hi,
> 
> I guess it isn't too late :-).  I checked in this patch to print
> "Copyright 2009" instead of "Copyright 2008".

  It's certainly not too late, but I figured it would be a good idea to get it
done early for next time, so I have just checked in the following patch to
print "Copyright 2010" instead of "Copyright 2009".

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 2009 Free Software Foundation, Inc.\n"));
+      printf (_("Copyright 2010 Free Software Foundation, Inc.\n"));
       printf (_("\

  Nah, only joking :)

    cheers,
      DaveK


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