summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/printversion.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/lib/printversion.c')
-rw-r--r--Build/source/texk/web2c/lib/printversion.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/lib/printversion.c b/Build/source/texk/web2c/lib/printversion.c
index aa9c7941aa4..d5518d6f2e2 100644
--- a/Build/source/texk/web2c/lib/printversion.c
+++ b/Build/source/texk/web2c/lib/printversion.c
@@ -40,13 +40,11 @@ printversionandexit P4C(const_string, banner,
puts (kpathsea_version_string);
if (copyright_holder) {
- printf ("Copyright 2008 %s.\n", copyright_holder);
+ printf ("Copyright 2009 %s.\n", copyright_holder);
if (!author)
author = copyright_holder;
}
- puts ("Kpathsea is copyright 2008 Karl Berry and Olaf Weber.");
-
puts ("There is NO warranty. Redistribution of this software is");
fputs ("covered by the terms of ", stdout);
printf ("both the %s copyright and\n", prog_name);
@@ -54,7 +52,6 @@ printversionandexit P4C(const_string, banner,
puts ("For more information about these matters, see the file");
printf ("named COPYING and the %s source.\n", prog_name);
printf ("Primary author of %s: %s.\n", prog_name, author);
- puts ("Kpathsea written by Karl Berry, Olaf Weber, and others.\n");
if (extra_info) {
puts (extra_info);