This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: PATCH: Change to "Copyright 2009"
- From: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: binutils at sources dot redhat dot com
- Date: Tue, 01 Sep 2009 21:35:05 +0100
- Subject: Re: PATCH: Change to "Copyright 2009"
- References: <20090901193141.GA28045@lucon.org>
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