]> 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)
committerMiguel Ángel Arruga Vivas <rosen644835@gmail.com>
Thu, 8 Aug 2013 06:03:33 +0000 (08:03 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/xgettext.c

index 18a6c5569376153e0fe9a4bf21539f221bdbfada..9444a7f4a4a6d0341b088fc349f5d29d8d09544b 100644 (file)
@@ -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
index ffc4745fcd21bd0f01ed3d242d1937778ff2ec35..c6b8b0eadab452bcdeb2355c6d23535e4fa12256 100644 (file)
@@ -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);
     }