mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix copyright year.
This commit is contained in:
parent
df8ce3d788
commit
91aeb7db2f
@ -1,3 +1,7 @@
|
||||
2011-09-19 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* main.c (print_version): Update copyright year and fix typo.
|
||||
|
||||
2011-09-13 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* ftp.c (ftp_retrieve_glob): Propagate correctly the `res' error
|
||||
|
@ -884,7 +884,7 @@ print_version (void)
|
||||
/* 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\
|
||||
|
Loading…
Reference in New Issue
Block a user