Hello again,

I have seen in the last mail[1] that there is a bug in xgettext
copyright year in version message. There is a tiny patch attached for
it.

Best regards,
Miguel

[1] http://lists.gnu.org/archive/html/bug-gettext/2013-08/msg00005.html
>From 541a6f89e1869506a8ef11f84b61fdf02e50c76f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?= <[email protected]>
Date: Thu, 8 Aug 2013 00:09:00 +0200
Subject: [PATCH] Fix copyright year in xgettext version string.

---
 gettext-tools/src/ChangeLog  |    5 +++++
 gettext-tools/src/xgettext.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog
index 430e0fa..fc4b1c0 100644
--- a/gettext-tools/src/ChangeLog
+++ b/gettext-tools/src/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-08  Miguel Angel Arruga Vivas  <[email protected]> (tiny change)
+
+	Fix copyright year in xgettext version string.
+	* xgettext.c (main): Update copyright year.
+
 2013-07-11  Daiki Ueno  <[email protected]>
 
 	Fix crash when parsing '..' with non-string argument.
diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c
index 702ceb0..efe4bf9 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 <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);
     }
-- 
1.7.10.4

Reply via email to