From: Miguel Ángel Arruga Vivas Date: Wed, 7 Aug 2013 22:09:00 +0000 (+0200) Subject: Fix copyright year in xgettext version string. X-Git-Tag: v0.18.3.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd533499608032ba510a00b0335210dfdea14936;p=thirdparty%2Fgettext.git Fix copyright year in xgettext version string. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 6cd501f40..ebe7ed9de 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -5,6 +5,11 @@ Reported by Gabor Kelemen in . +2013-08-08 Miguel Angel Arruga Vivas (tiny change) + + Fix copyright year in xgettext version string. + * xgettext.c (main): Update copyright year. + 2013-07-11 Daiki Ueno Fix crash when parsing '..' with non-string argument. diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c index 507008fe2..d9ee2fb2b 100644 --- a/gettext-tools/src/xgettext.c +++ b/gettext-tools/src/xgettext.c @@ -601,7 +601,7 @@ License GPLv3+: GNU GPL version 3 or later \n\ This is free software: you are free to change and redistribute it.\n\ There is NO WARRANTY, to the extent permitted by law.\n\ "), - "1995-1998, 2000-2010"); + "1995-1998, 2000-2013"); printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper")); exit (EXIT_SUCCESS); }