mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
wget: move --version copyright year out of the localized string
This commit is contained in:
parent
59080465d1
commit
d68295bdb1
@ -1,3 +1,8 @@
|
||||
2014-02-06 Giuseppe Scrivano <gscrivan@redhat.com>
|
||||
|
||||
* main.c (print_version): Move copyright year out of the localized
|
||||
string and update it.
|
||||
|
||||
2014-01-29 Darshit Shah <darnir@gmail.com>
|
||||
|
||||
* main.c: Remove pre-processor variable WHEN_DEBUG
|
||||
|
@ -952,8 +952,8 @@ print_version (void)
|
||||
|
||||
/* TRANSLATORS: When available, an actual copyright character
|
||||
(circle-c) should be used in preference to "(C)". */
|
||||
if (fputs (_("\
|
||||
Copyright (C) 2011 Free Software Foundation, Inc.\n"), stdout) < 0)
|
||||
if (printf (_("\
|
||||
Copyright (C) %s Free Software Foundation, Inc.\n"), "2014") < 0)
|
||||
exit (3);
|
||||
if (fputs (_("\
|
||||
License GPLv3+: GNU GPL version 3 or later\n\
|
||||
|
Loading…
Reference in New Issue
Block a user