[email protected] (Karl Berry) writes:
> Hi Giuseppe,
>
> The copyright year in the wget --version output should be 2011, not 2009.
> As seen in 1.13.4.
thanks to have reported it, this patch fixes it:
=== modified file 'src/main.c'
--- src/main.c 2011-09-06 13:53:39 +0000
+++ src/main.c 2011-09-19 15:26:41 +0000
@@ -884,7 +884,7 @@
/* TRANSLATORS: When available, an actual copyright character
(cirle-c) should be used in preference to "(C)". */
if (fputs (_("\
-Copyright (C) 2009 Free Software Foundation, Inc.\n"), stdout) < 0)
+Copyright (C) 2011 Free Software Foundation, Inc.\n"), stdout) < 0)
exit (3);
if (fputs (_("\
License GPLv3+: GNU GPL version 3 or later\n\
Cheers,
Giuseppe