]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update year in --version output.
authorBruno Haible <bruno@clisp.org>
Fri, 8 Jun 2007 10:56:40 +0000 (10:56 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:55 +0000 (12:14 +0200)
21 files changed:
gettext-tools/misc/ChangeLog
gettext-tools/misc/autopoint.in
gettext-tools/src/ChangeLog
gettext-tools/src/hostname.c
gettext-tools/src/msgattrib.c
gettext-tools/src/msgcat.c
gettext-tools/src/msgcmp.c
gettext-tools/src/msgcomm.c
gettext-tools/src/msgconv.c
gettext-tools/src/msgen.c
gettext-tools/src/msgexec.c
gettext-tools/src/msgfilter.c
gettext-tools/src/msgfmt.c
gettext-tools/src/msggrep.c
gettext-tools/src/msginit.c
gettext-tools/src/msgmerge.c
gettext-tools/src/msgunfmt.c
gettext-tools/src/msguniq.c
gettext-tools/src/recode-sr-latin.c
gettext-tools/src/urlget.c
gettext-tools/src/xgettext.c

index 025f2c74f9b82516842b131fc7efecbd2dce052b..b432221934d0d06599324810a04418d017c27ddd 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-08  Bruno Haible  <bruno@clisp.org>
+
+       * autopoint.in: Update year in --version output.
+
 2007-06-07  Bruno Haible  <bruno@clisp.org>
 
        * gettextize.in (m4filelist): Add intlmacosx.m4 to the list.
index 1074dd6969cd2a46717357e957e1a105402ee94d..906c8eb20dbe9880e3f18c1e8dd41fbb2dc5c8c5 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2002-2006 Free Software Foundation, Inc.
+# Copyright (C) 2002-2007 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -174,7 +174,7 @@ Report bugs to <bug-gnu-gettext@gnu.org>."
 func_version ()
 {
   echo "$progname (GNU $package) $version"
-  echo "Copyright (C) 2002-2006 Free Software Foundation, Inc.
+  echo "Copyright (C) 2002-2007 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
   echo "Written by" "Bruno Haible"
index 978cd99184ee849a6660362955ab7b861db7c603..cc2bb0ff7c23da259c5722cde1885030bc06cf7f 100644 (file)
@@ -1,3 +1,24 @@
+2007-06-08  Bruno Haible  <bruno@clisp.org>
+
+       * msgattrib.c (main): Update year in --version output.
+       * msgcat.c (main): Likewise.
+       * msgcmp.c (main): Likewise.
+       * msgcomm.c (main): Likewise.
+       * msgconv.c (main): Likewise.
+       * msgen.c (main): Likewise.
+       * msgexec.c (main): Likewise.
+       * msgfilter.c (main): Likewise.
+       * msgfmt.c (main): Likewise.
+       * msggrep.c (main): Likewise.
+       * msginit.c (main): Likewise.
+       * msgmerge.c (main): Likewise.
+       * msgunfmt.c (main): Likewise.
+       * msguniq.c (main): Likewise.
+       * xgettext.c (main): Likewise.
+       * recode-sr-latin.c (main): Likewise.
+       * hostname.c (main): Likewise.
+       * urlget.c (main): Likewise.
+
 2007-06-08  Bruno Haible  <bruno@clisp.org>
 
        * msginit.c: Include localename.h.
index 6a71c423b7195e0b49e857001bdb9d4a514bc801..8ea0ddabe6a26afdca1ee667e6ba37ca8e8ba4a3 100644 (file)
@@ -180,7 +180,7 @@ main (int argc, char *argv[])
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "2001-2003");
+             "2001-2003, 2006-2007");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 74801d576d7b74e91ae1688b1052c1726d2d2407..6a8244e7c6b883553502ce1583e473b2a638aa45 100644 (file)
@@ -327,7 +327,7 @@ main (int argc, char **argv)
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "2001-2006");
+             "2001-2007");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 83292646425339809f84be3560431e6a50105617..3456f00c9de0384936a34daec1023fd631c3e944 100644 (file)
@@ -283,7 +283,7 @@ main (int argc, char **argv)
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "2001-2006");
+             "2001-2007");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 5a146d75e271cd9a9d8aea824a503633649990d3..400dffcce9b7e1d75389d923007e7817ed788eb8 100644 (file)
@@ -163,7 +163,7 @@ main (int argc, char *argv[])
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "1995-1998, 2000-2006");
+             "1995-1998, 2000-2007");
       printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
       exit (EXIT_SUCCESS);
     }
index 24e819c50abed39676613f009dd7b469cc266dbd..7f85b078532cdbe47902b0e0cec89d025c911bca 100644 (file)
@@ -270,7 +270,7 @@ main (int argc, char *argv[])
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "1995-1998, 2000-2006");
+             "1995-1998, 2000-2007");
       printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
       exit (EXIT_SUCCESS);
     }
index 1da693ca7082eee0269323fc471d80fd5d9b4394..2e60c0e651fd6bd2097bb4f87d31baf807d1773f 100644 (file)
@@ -225,7 +225,7 @@ main (int argc, char **argv)
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "2001-2006");
+             "2001-2007");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 022956e06ed081a279900031fa36398adf1e3d3e..6c649a4b907a2cc61f5297bee2e993acef7a98a5 100644 (file)
@@ -213,7 +213,7 @@ main (int argc, char **argv)
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "2001-2006");
+             "2001-2007");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 72f96afc49d0ec86969efdc381016a1dc70c44c2..f63c381f6c97f929901c129e6e97206d82e22cec 100644 (file)
@@ -180,7 +180,7 @@ main (int argc, char **argv)
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "2001-2006");
+             "2001-2007");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index cf53eba834fd093063d3834731882fafc57e4810..0b64c6b2576e386fbe53021accfe60fe2f92ad5f 100644 (file)
@@ -282,7 +282,7 @@ main (int argc, char **argv)
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "2001-2006");
+             "2001-2007");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 27b671299445e6158745a4f8600328a9363bb750..5dce0c73e6979c7c7b70eb02f9f32225579219f3 100644 (file)
@@ -366,7 +366,7 @@ main (int argc, char *argv[])
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "1995-1998, 2000-2006");
+             "1995-1998, 2000-2007");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
       exit (EXIT_SUCCESS);
     }
index ee5576e306dab764f2504e432244503ae658f74e..ce07a6c99fad8a82f820f4d8f43a76ebd34a7e38 100644 (file)
@@ -400,7 +400,7 @@ error while reading \"%s\""), optarg);
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "2001-2006");
+             "2001-2007");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 8cfbff598839a3de8b84443e4ad7360eda33c7ae..89946898a0ddaf082d1e74b85db9801db974de72 100644 (file)
@@ -259,7 +259,7 @@ main (int argc, char **argv)
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "2001-2006");
+             "2001-2007");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 44bd3608e8c2144c254383b8f1be2a7bdde2b98a..986c3ff50d82ade58fbe94f44643871944b0053d 100644 (file)
@@ -321,7 +321,7 @@ main (int argc, char **argv)
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "1995-1998, 2000-2006");
+             "1995-1998, 2000-2007");
       printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
       exit (EXIT_SUCCESS);
     }
index 3707dd391b59b58214ad856d67319702a5be9302..0437486fdef0781496288d1cae648aa55d5d3101 100644 (file)
@@ -252,7 +252,7 @@ main (int argc, char **argv)
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "1995-1998, 2000-2006");
+             "1995-1998, 2000-2007");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
       exit (EXIT_SUCCESS);
     }
index 31041009d3be6a4df7958e5e35b0dabecc86f332..ee4adf669295c63bcd38fb2a155ef79372368b33 100644 (file)
@@ -249,7 +249,7 @@ main (int argc, char **argv)
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "2001-2006");
+             "2001-2007");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 0e44546843c6cb1fde2decf942cadf64d73912f7..1e82ba0abdbeba88baac130767e64866317399b7 100644 (file)
@@ -112,7 +112,7 @@ main (int argc, char *argv[])
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "2006");
+             "2006-2007");
       printf (_("Written by %s and %s.\n"),
              /* TRANSLATORS: This is a proper name. The last name is
                 (with Unicode escapes) "\u0160egan" or (with HTML entities)
index 20069e9a51d4dadd0be4f17f49cbac50dc3e6816..d1e8c9fde30c4c5dfac8cbc2088393141035e3fa 100644 (file)
@@ -132,7 +132,7 @@ main (int argc, char *argv[])
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "2001-2003");
+             "2001-2003, 2005-2007");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 141ac31f01039ee4806e2ea76149c82853c27464..fc0e8dd43ff3e8b88290f21e6720dab8f8cb1556 100644 (file)
@@ -510,7 +510,7 @@ main (int argc, char *argv[])
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-             "1995-1998, 2000-2006");
+             "1995-1998, 2000-2007");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
       exit (EXIT_SUCCESS);
     }