From: Bruno Haible Date: Mon, 14 Jan 2002 12:13:29 +0000 (+0000) Subject: Update year in --version output. X-Git-Tag: v0.11~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=259bf79dfc1dd7c5866caf7d9226e80051af7fd2;p=thirdparty%2Fgettext.git Update year in --version output. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 94842ef6c..56f53f790 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2002-01-12 Bruno Haible + + * gettextize.in: Update year in --version output. + 2002-01-10 Bruno Haible * po-mode.el (po-content-type-charset-alist): Add Emacs20/21 codepages. diff --git a/misc/gettextize.in b/misc/gettextize.in index 5e620988d..418e2068c 100644 --- a/misc/gettextize.in +++ b/misc/gettextize.in @@ -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" diff --git a/src/ChangeLog b/src/ChangeLog index 220aa191a..dcd5b8334 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2002-01-12 Bruno Haible + + * 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 * write-po.c: Include po-charset.h. diff --git a/src/gettext.c b/src/gettext.c index 9e75a941b..a9590153d 100644 --- a/src/gettext.c +++ b/src/gettext.c @@ -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); } diff --git a/src/msgattrib.c b/src/msgattrib.c index 870312f98..cb319ce86 100644 --- a/src/msgattrib.c +++ b/src/msgattrib.c @@ -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 , 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); } diff --git a/src/msgcat.c b/src/msgcat.c index 2324dcb2c..e0d403e18 100644 --- a/src/msgcat.c +++ b/src/msgcat.c @@ -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 , 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); } diff --git a/src/msgcmp.c b/src/msgcmp.c index 834374c4c..e289df1f8 100644 --- a/src/msgcmp.c +++ b/src/msgcmp.c @@ -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 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); } diff --git a/src/msgcomm.c b/src/msgcomm.c index e38963ef0..84e20e0da 100644 --- a/src/msgcomm.c +++ b/src/msgcomm.c @@ -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 @@ -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); } diff --git a/src/msgconv.c b/src/msgconv.c index e345ce7cf..8fb98cd1f 100644 --- a/src/msgconv.c +++ b/src/msgconv.c @@ -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 , 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); } diff --git a/src/msgen.c b/src/msgen.c index ab3241b43..ce5e7ef63 100644 --- a/src/msgen.c +++ b/src/msgen.c @@ -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 , 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); } diff --git a/src/msgexec.c b/src/msgexec.c index 7e02bdb4b..50bfc1195 100644 --- a/src/msgexec.c +++ b/src/msgexec.c @@ -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 , 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); } diff --git a/src/msgfilter.c b/src/msgfilter.c index 5cca36016..b6781be8e 100644 --- a/src/msgfilter.c +++ b/src/msgfilter.c @@ -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 , 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); } diff --git a/src/msgfmt.c b/src/msgfmt.c index 5da9d73b5..08d2159fd 100644 --- a/src/msgfmt.c +++ b/src/msgfmt.c @@ -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); } diff --git a/src/msggrep.c b/src/msggrep.c index d9013a53e..661269ff2 100644 --- a/src/msggrep.c +++ b/src/msggrep.c @@ -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 , 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); } diff --git a/src/msginit.c b/src/msginit.c index 83ffb1ef9..83461ac92 100644 --- a/src/msginit.c +++ b/src/msginit.c @@ -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 , 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); } diff --git a/src/msgmerge.c b/src/msgmerge.c index 19b1433a3..30716bb04 100644 --- a/src/msgmerge.c +++ b/src/msgmerge.c @@ -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 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); } diff --git a/src/msgunfmt.c b/src/msgunfmt.c index 9d40a6a71..23ffea27e 100644 --- a/src/msgunfmt.c +++ b/src/msgunfmt.c @@ -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 , 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); } diff --git a/src/msguniq.c b/src/msguniq.c index b84941c3c..f17e00898 100644 --- a/src/msguniq.c +++ b/src/msguniq.c @@ -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 , 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); } diff --git a/src/ngettext.c b/src/ngettext.c index 3cec8281f..b266a6b7f 100644 --- a/src/ngettext.c +++ b/src/ngettext.c @@ -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); } diff --git a/src/xgettext.c b/src/xgettext.c index d9f8d7156..7d766bdff 100644 --- a/src/xgettext.c +++ b/src/xgettext.c @@ -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); } diff --git a/tests/ChangeLog b/tests/ChangeLog index 0548a78e8..7b2adaee4 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2002-01-12 Bruno Haible + + * tstgettext.c (main): Update year in --version output. + * tstngettext.c (main): Likewise. + 2002-01-12 Bruno Haible * msgexec-2: Make it work when builddir != srcdir. diff --git a/tests/tstgettext.c b/tests/tstgettext.c index 732cc269d..90efb698b 100644 --- a/tests/tstgettext.c +++ b/tests/tstgettext.c @@ -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); } diff --git a/tests/tstngettext.c b/tests/tstngettext.c index 6a2770cb2..3089073ee 100644 --- a/tests/tstngettext.c +++ b/tests/tstngettext.c @@ -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); }