diff options
author | Bruno Haible <bruno@clisp.org> | 2002-01-14 12:13:29 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-22 00:57:58 +0200 |
commit | 259bf79dfc1dd7c5866caf7d9226e80051af7fd2 (patch) | |
tree | 44a6001b4d60e8951ce19b8c414bc3d5d42004fa | |
parent | 3432975c026720159c51444d752858d05cfe6def (diff) | |
download | external_gettext-259bf79dfc1dd7c5866caf7d9226e80051af7fd2.zip external_gettext-259bf79dfc1dd7c5866caf7d9226e80051af7fd2.tar.gz external_gettext-259bf79dfc1dd7c5866caf7d9226e80051af7fd2.tar.bz2 |
Update year in --version output.
-rw-r--r-- | misc/ChangeLog | 4 | ||||
-rw-r--r-- | misc/gettextize.in | 2 | ||||
-rw-r--r-- | src/ChangeLog | 20 | ||||
-rw-r--r-- | src/gettext.c | 2 | ||||
-rw-r--r-- | src/msgattrib.c | 4 | ||||
-rw-r--r-- | src/msgcat.c | 4 | ||||
-rw-r--r-- | src/msgcmp.c | 4 | ||||
-rw-r--r-- | src/msgcomm.c | 4 | ||||
-rw-r--r-- | src/msgconv.c | 4 | ||||
-rw-r--r-- | src/msgen.c | 4 | ||||
-rw-r--r-- | src/msgexec.c | 4 | ||||
-rw-r--r-- | src/msgfilter.c | 4 | ||||
-rw-r--r-- | src/msgfmt.c | 2 | ||||
-rw-r--r-- | src/msggrep.c | 4 | ||||
-rw-r--r-- | src/msginit.c | 4 | ||||
-rw-r--r-- | src/msgmerge.c | 4 | ||||
-rw-r--r-- | src/msgunfmt.c | 4 | ||||
-rw-r--r-- | src/msguniq.c | 4 | ||||
-rw-r--r-- | src/ngettext.c | 4 | ||||
-rw-r--r-- | src/xgettext.c | 2 | ||||
-rw-r--r-- | tests/ChangeLog | 5 | ||||
-rw-r--r-- | tests/tstgettext.c | 2 | ||||
-rw-r--r-- | tests/tstngettext.c | 4 |
23 files changed, 64 insertions, 35 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog index 94842ef..56f53f7 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -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. diff --git a/misc/gettextize.in b/misc/gettextize.in index 5e62098..418e206 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 220aa19..dcd5b83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. diff --git a/src/gettext.c b/src/gettext.c index 9e75a94..a959015 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 870312f..cb319ce 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 <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); } diff --git a/src/msgcat.c b/src/msgcat.c index 2324dcb..e0d403e 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 <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); } diff --git a/src/msgcmp.c b/src/msgcmp.c index 834374c..e289df1 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 <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); } diff --git a/src/msgcomm.c b/src/msgcomm.c index e38963e..84e20e0 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 <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); } diff --git a/src/msgconv.c b/src/msgconv.c index e345ce7..8fb98cd 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 <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); } diff --git a/src/msgen.c b/src/msgen.c index ab3241b..ce5e7ef 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 <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); } diff --git a/src/msgexec.c b/src/msgexec.c index 7e02bdb..50bfc11 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 <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); } diff --git a/src/msgfilter.c b/src/msgfilter.c index 5cca360..b6781be 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 <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); } diff --git a/src/msgfmt.c b/src/msgfmt.c index 5da9d73..08d2159 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 d9013a5..661269f 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 <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); } diff --git a/src/msginit.c b/src/msginit.c index 83ffb1e..83461ac 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 <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); } diff --git a/src/msgmerge.c b/src/msgmerge.c index 19b1433..30716bb 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 <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); } diff --git a/src/msgunfmt.c b/src/msgunfmt.c index 9d40a6a..23ffea2 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 <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); } diff --git a/src/msguniq.c b/src/msguniq.c index b84941c..f17e008 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 <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); } diff --git a/src/ngettext.c b/src/ngettext.c index 3cec828..b266a6b 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 d9f8d71..7d766bd 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 0548a78..7b2adae 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,10 @@ 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. 2002-01-12 Bruno Haible <bruno@clisp.org> diff --git a/tests/tstgettext.c b/tests/tstgettext.c index 732cc26..90efb69 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 6a2770c..3089073 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); } |