]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix copyright year in xgettext version string.
authorMiguel Ángel Arruga Vivas <rosen644835@gmail.com>
Wed, 7 Aug 2013 22:09:00 +0000 (00:09 +0200)
committerDaiki Ueno <ueno@gnu.org>
Thu, 15 Aug 2013 16:20:46 +0000 (18:20 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/xgettext.c

index 6cd501f405caa5157f275ca873ddcf70bcc729e8..ebe7ed9de45ac72e04762a1e4849b8394f00e2b6 100644 (file)
@@ -5,6 +5,11 @@
        Reported by Gabor Kelemen in
        <http://lists.gnu.org/archive/html/bug-gettext/2013-08/msg00026.html>.
 
+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-07-11  Daiki Ueno  <ueno@gnu.org>
 
        Fix crash when parsing '..' with non-string argument.
index 507008fe28482220e8e5bece95c9e324f23fd7b0..d9ee2fb2bbbb3d63fa3595f151a1311f27ad1f94 100644 (file)
@@ -601,7 +601,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);
     }