summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-11 16:04:10 +0000
committerBruno Haible <bruno@clisp.org>2001-03-11 16:04:10 +0000
commit73bf9d9c69d4ab82db3cf37cc93408df260a4417 (patch)
tree09721d5a669c5bb9a6e25244be3431ddb84fc0e9
parent8925539d2e457ba7d01b3bc8d38cafbd37cdf806 (diff)
downloadexternal_gettext-73bf9d9c69d4ab82db3cf37cc93408df260a4417.zip
external_gettext-73bf9d9c69d4ab82db3cf37cc93408df260a4417.tar.gz
external_gettext-73bf9d9c69d4ab82db3cf37cc93408df260a4417.tar.bz2
Update copyright year.
-rw-r--r--src/gettext.c2
-rw-r--r--src/msgcmp.c2
-rw-r--r--src/msgcomm.c2
-rw-r--r--src/msgunfmt.c2
-rw-r--r--src/xgettext.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/gettext.c b/src/gettext.c
index 6731c1b..52221f2 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 e46db62..045ded3 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 4a9aa91..d31d804 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 d30f330..1770093 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 a2d8cf8..97c6ce3 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);
}