]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update year in --version output.
authorBruno Haible <bruno@clisp.org>
Mon, 14 Jan 2002 12:13:29 +0000 (12:13 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:57:58 +0000 (00:57 +0200)
23 files changed:
misc/ChangeLog
misc/gettextize.in
src/ChangeLog
src/gettext.c
src/msgattrib.c
src/msgcat.c
src/msgcmp.c
src/msgcomm.c
src/msgconv.c
src/msgen.c
src/msgexec.c
src/msgfilter.c
src/msgfmt.c
src/msggrep.c
src/msginit.c
src/msgmerge.c
src/msgunfmt.c
src/msguniq.c
src/ngettext.c
src/xgettext.c
tests/ChangeLog
tests/tstgettext.c
tests/tstngettext.c

index 94842ef6cf2382df9575b0f45bdc9e85e226e297..56f53f790bc7288a71297b8b4031a629b4aff76f 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettextize.in: Update year in --version output.
+
 2002-01-10  Bruno Haible  <bruno@clisp.org>
 
        * po-mode.el (po-content-type-charset-alist): Add Emacs20/21 codepages.
index 5e620988db0bd131d8795eca1ad3830a2feb3f4b..418e2068c88a94a80424c9a28094e773e9ba8a17 100644 (file)
@@ -57,7 +57,7 @@ while test $# -gt 0; do
       intldir=yes ;;
     --version | --versio | --versi | --vers | --ver | --ve | --v )
       echo "$progname (GNU $package) $version"
-      $echo "Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
+      $echo "Copyright (C) 1995-1998, 2000-2002 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" "Ulrich Drepper"
index 220aa191a7633110017cad0ba39f54ce4b1d6a1b..dcd5b8334039c60d1eec7cf1a30424dc60f952cc 100644 (file)
@@ -1,3 +1,23 @@
+2002-01-12  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.c (main): Update year in --version output.
+       * ngettext.c (main): Likewise.
+       * msgattrib.c (main): Likewise.
+       * 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.
+
 2002-01-11  Bruno Haible  <bruno@clisp.org>
 
        * write-po.c: Include po-charset.h.
index 9e75a941b7605cd27b610a15a236efc5504b2f55..a9590153d3f258c48a006feb450fbdb4571491b4 100644 (file)
@@ -136,7 +136,7 @@ main (argc, 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-1997, 2000, 2001");
+             "1995-1997, 2000-2002");
       printf (_("Written by %s.\n"), "Ulrich Drepper");
       exit (EXIT_SUCCESS);
     }
index 870312f980e73cd7f940d5ebe5bb3d0c9330898e..cb319ce86a539abf9b81ea18051a25ff53036611 100644 (file)
@@ -1,5 +1,5 @@
 /* Manipulates attributes of messages in translation catalogs.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2002 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -265,7 +265,7 @@ main (argc, 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");
+             "2001-2002");
       printf (_("Written by %s.\n"), "Bruno Haible");
       exit (EXIT_SUCCESS);
     }
index 2324dcb2cf87f5040f23b0b506d237a6a9280163..e0d403e1810bff829ea0fda3f834311ca42410a0 100644 (file)
@@ -1,5 +1,5 @@
 /* Concatenates several translation catalogs.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2002 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -230,7 +230,7 @@ main (argc, 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");
+             "2001-2002");
       printf (_("Written by %s.\n"), "Bruno Haible");
       exit (EXIT_SUCCESS);
     }
index 834374c4ca180870cb645f492750d59ebba9b36b..e289df1f80daa8d828413098a7a9dee04062b348 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU gettext - internationalization aids
-   Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
    This file was written by Peter Miller <millerp@canb.auug.org.au>
 
    This program is free software; you can redistribute it and/or modify
@@ -134,7 +134,7 @@ main (argc, 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, 2001");
+             "1995-1998, 2000-2002");
       printf (_("Written by %s.\n"), "Peter Miller");
       exit (EXIT_SUCCESS);
     }
index e38963ef0609818cd5f9fd4e18c8f624950b7ac0..84e20e0da34047ab29f220cb115315f389284738 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU gettext - internationalization aids
-   Copyright (C) 1997-1998, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1997-1998, 2000-2002 Free Software Foundation, Inc.
 
    This file was written by Peter Miller <millerp@canb.auug.org.au>
 
@@ -233,7 +233,7 @@ main (argc, 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, 2001");
+             "1995-1998, 2000-2002");
       printf (_("Written by %s.\n"), "Peter Miller");
       exit (EXIT_SUCCESS);
     }
index e345ce7cfb2b4494defc762081124d7a18b591e3..8fb98cd1f774c60f927beb37f11331bf165ecea7 100644 (file)
@@ -1,5 +1,5 @@
 /* Converts a translation catalog to a different character encoding.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2002 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -183,7 +183,7 @@ main (argc, 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");
+             "2001-2002");
       printf (_("Written by %s.\n"), "Bruno Haible");
       exit (EXIT_SUCCESS);
     }
index ab3241b436b5366685d6b90574d3d8c0c328d98f..ce5e7ef63463bfc4de6750b02457b6db81727522 100644 (file)
@@ -1,5 +1,5 @@
 /* Creates an English translation catalog.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2002 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -171,7 +171,7 @@ main (argc, 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");
+             "2001-2002");
       printf (_("Written by %s.\n"), "Bruno Haible");
       exit (EXIT_SUCCESS);
     }
index 7e02bdb4b9fe6c149075eab301bacbc974b6e788..50bfc1195ee24693f919ee145108d53ebd301806 100644 (file)
@@ -1,5 +1,5 @@
 /* Pass translations to a subprocess.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2002 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -166,7 +166,7 @@ main (argc, 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");
+             "2001-2002");
       printf (_("Written by %s.\n"), "Bruno Haible");
       exit (EXIT_SUCCESS);
     }
index 5cca360167b0035e5af6c2107d15c76cca5063e4..b6781be8e5133bdfde97c8611d877dbbcc9c2ddd 100644 (file)
@@ -1,5 +1,5 @@
 /* Edit translations using a subprocess.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2002 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -249,7 +249,7 @@ main (argc, 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");
+             "2001-2002");
       printf (_("Written by %s.\n"), "Bruno Haible");
       exit (EXIT_SUCCESS);
     }
index 5da9d73b56d94df4bb76f2ac8331f8ff31065b8d..08d2159fd3eec1a2b2dbf7413f1ae2fcebb32c16 100644 (file)
@@ -339,7 +339,7 @@ main (argc, 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, 2001");
+             "1995-1998, 2000-2002");
       printf (_("Written by %s.\n"), "Ulrich Drepper");
       exit (EXIT_SUCCESS);
     }
index d9013a53ed9d7f852313b4c660c9707ee00c26b9..661269ff22cb0ce697a238cb3da7ad77f91652cf 100644 (file)
@@ -1,5 +1,5 @@
 /* Extract some translations of a translation catalog.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2002 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -280,7 +280,7 @@ main (argc, 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");
+             "2001-2002");
       printf (_("Written by %s.\n"), "Bruno Haible");
       exit (EXIT_SUCCESS);
     }
index 83ffb1ef956a98bf5126bb19da8d05d788544901..83461ac92fc966fca24ba0815011a7a45059e516 100644 (file)
@@ -1,5 +1,5 @@
 /* Initializes a new PO file.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2002 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -251,7 +251,7 @@ main (argc, 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");
+             "2001-2002");
       printf (_("Written by %s.\n"), "Bruno Haible");
       exit (EXIT_SUCCESS);
     }
index 19b1433a39aaae2403f7af3d79d7fd4218f5eb62..30716bb04ba027f14f90c2cd45cc60049315f022 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU gettext - internationalization aids
-   Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
    This file was written by Peter Miller <millerp@canb.auug.org.au>
 
    This program is free software; you can redistribute it and/or modify
@@ -266,7 +266,7 @@ main (argc, 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, 2001");
+             "1995-1998, 2000-2002");
       printf (_("Written by %s.\n"), "Peter Miller");
       exit (EXIT_SUCCESS);
     }
index 9d40a6a710eda27adac70feaa60954365f90553e..23ffea27e6068b7dfe3853e6f78815f16e53687f 100644 (file)
@@ -1,5 +1,5 @@
 /* msgunfmt - converts binary .mo files to Uniforum style .po files
-   Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
    Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
 
    This program is free software; you can redistribute it and/or modify
@@ -183,7 +183,7 @@ main (argc, 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, 2001");
+             "1995-1998, 2000-2002");
       printf (_("Written by %s.\n"), "Ulrich Drepper");
       exit (EXIT_SUCCESS);
     }
index b84941c3c2395b7ea082052c2a92c47f04b9ca6b..f17e008985a953b7f1df1ec1148b607142c66f7b 100644 (file)
@@ -1,5 +1,5 @@
 /* Remove, select or merge duplicate translations.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2002 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -208,7 +208,7 @@ main (argc, 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");
+             "2001-2002");
       printf (_("Written by %s.\n"), "Bruno Haible");
       exit (EXIT_SUCCESS);
     }
index 3cec8281ff228b23ce6a9f7a7b5dc0e26773b865..b266a6b7ff2b7321fe0b90aea9615bdc2b9d58b4 100644 (file)
@@ -1,5 +1,5 @@
 /* ngettext - retrieve plural form string from message catalog and print it.
-   Copyright (C) 1995-1997, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1995-1997, 2000-2002 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
@@ -127,7 +127,7 @@ main (argc, 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-1997, 2000, 2001");
+             "1995-1997, 2000-2002");
       printf (_("Written by %s.\n"), "Ulrich Drepper");
       exit (EXIT_SUCCESS);
     }
index d9f8d7156bcc62214d004ddcdd4ff5a85b2783f3..7d766bdff186ceeabb8264003f2cdae959eed1a0 100644 (file)
@@ -362,7 +362,7 @@ main (argc, 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, 2001");
+             "1995-1998, 2000-2002");
       printf (_("Written by %s.\n"), "Ulrich Drepper");
       exit (EXIT_SUCCESS);
     }
index 0548a78e885ff73ee8becfecf6bf68370714b6ea..7b2adaee437936c327e18efce3480171266876ee 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-12  Bruno Haible  <bruno@clisp.org>
+
+       * tstgettext.c (main): Update year in --version output.
+       * tstngettext.c (main): Likewise.
+
 2002-01-12  Bruno Haible  <bruno@clisp.org>
 
        * msgexec-2: Make it work when builddir != srcdir.
index 732cc269d21179bfe067b40ff74f27e4e39857c6..90efb698bd7fcf3a39100cf42b94e27bc2b99c9c 100644 (file)
@@ -166,7 +166,7 @@ main (argc, 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-1997, 2000, 2001");
+             "1995-1997, 2000-2002");
       printf (_("Written by %s.\n"), "Ulrich Drepper");
       exit (EXIT_SUCCESS);
     }
index 6a2770cb2d05bb73c3f9d55d0cb23e4ca7faa500..3089073ee467adf2d4cc3d2d8368513c68f04ef5 100644 (file)
@@ -1,5 +1,5 @@
 /* ngettext - retrieve plural form strings from message catalog and print them.
-   Copyright (C) 1995-1997, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1995-1997, 2000-2002 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
@@ -140,7 +140,7 @@ main (argc, 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-1997, 2000, 2001");
+             "1995-1997, 2000-2002");
       printf (_("Written by %s.\n"), "Ulrich Drepper");
       exit (EXIT_SUCCESS);
     }