From: Bruno Haible Date: Sun, 11 Mar 2001 16:04:10 +0000 (+0000) Subject: Update copyright year. X-Git-Tag: v0.10.36~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73bf9d9c69d4ab82db3cf37cc93408df260a4417;p=thirdparty%2Fgettext.git Update copyright year. --- diff --git a/src/gettext.c b/src/gettext.c index 6731c1b3c..52221f27a 100644 --- a/src/gettext.c +++ b/src/gettext.c @@ -139,7 +139,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, 1996, 1997"); + "1995-1997, 2000, 2001"); printf (_("Written by %s.\n"), "Ulrich Drepper"); exit (EXIT_SUCCESS); } diff --git a/src/msgcmp.c b/src/msgcmp.c index e46db620e..045ded34f 100644 --- a/src/msgcmp.c +++ b/src/msgcmp.c @@ -141,7 +141,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, 1996, 1997, 1998"); + "1995-1998, 2000, 2001"); printf (_("Written by %s.\n"), "Peter Miller"); exit (EXIT_SUCCESS); } diff --git a/src/msgcomm.c b/src/msgcomm.c index 4a9aa910a..d31d80440 100644 --- a/src/msgcomm.c +++ b/src/msgcomm.c @@ -284,7 +284,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, 1996, 1997, 1998"); + "1995-1998, 2000, 2001"); printf (_("Written by %s.\n"), "Peter Miller"); exit (EXIT_SUCCESS); } diff --git a/src/msgunfmt.c b/src/msgunfmt.c index d30f33005..17700934e 100644 --- a/src/msgunfmt.c +++ b/src/msgunfmt.c @@ -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\ "), - "1995, 1996, 1997, 1998"); + "1995-1998, 2000, 2001"); printf (_("Written by %s.\n"), "Ulrich Drepper"); exit (EXIT_SUCCESS); } diff --git a/src/xgettext.c b/src/xgettext.c index a2d8cf858..97c6ce358 100644 --- a/src/xgettext.c +++ b/src/xgettext.c @@ -399,7 +399,7 @@ xgettext cannot work without keywords to look for")); 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, 1996, 1997, 1998"); + "1995-1998, 2000, 2001"); printf (_("Written by %s.\n"), "Ulrich Drepper"); exit (EXIT_SUCCESS); }