diff options
-rw-r--r-- | gettext-tools/src/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-tools/src/xgettext.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 18a6c55..9444a7f 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,8 @@ +2013-08-08 Miguel Angel Arruga Vivas <rosen644835@gmail.com> (tiny change) + + Fix copyright year in xgettext version string. + * xgettext.c (main): Update copyright year. + 2013-08-06 Daiki Ueno <ueno@gnu.org> xgettext: add support for GSettings schema file diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c index ffc4745..c6b8b0e 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 <http://gnu.org/licenses/gpl.html>\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); } |