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.19~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eca39353b28e8a85d3451392247ff3a15917a89;p=thirdparty%2Fgettext.git Fix copyright year in xgettext version string. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 18a6c5569..9444a7f4a 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,8 @@ +2013-08-08 Miguel Angel Arruga Vivas (tiny change) + + Fix copyright year in xgettext version string. + * xgettext.c (main): Update copyright year. + 2013-08-06 Daiki Ueno xgettext: add support for GSettings schema file diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c index ffc4745fc..c6b8b0ead 100644 --- a/gettext-tools/src/xgettext.c +++ b/gettext-tools/src/xgettext.c @@ -602,7 +602,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); }