From 537f5335cc95f310379ac3e3836e948c76a28e2c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 1 Jun 2009 18:26:09 +0000 Subject: update for 2009, omit special kpse references in version output git-svn-id: svn://tug.org/texlive/trunk@13562 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/lib/ChangeLog | 5 +++++ Build/source/texk/web2c/lib/printversion.c | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog index d9f49a01b81..9a1fa61aa85 100644 --- a/Build/source/texk/web2c/lib/ChangeLog +++ b/Build/source/texk/web2c/lib/ChangeLog @@ -1,3 +1,8 @@ +2009-06-01 Karl Berry + + * printversion.c (printversionandexit): it's 2009. + Also, remove special references to kpathsea author(s) etc. + 2009-03-29 Peter Breitenlohner * texmfmp.c: remove all references to (Web2C version of) MP. 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); -- cgit v1.2.3