diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-28 18:18:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-28 18:18:36 +0000 |
commit | 62c85b217a4ca028a04cf23b1a1a4ee88e33fc46 (patch) | |
tree | 0f8f7dd91a4fe1564fc54355146e2bc8baf8fa15 /Build/source/texk/kpathsea/kpsewhich.c | |
parent | bb5c62f33b1749009691a43be1150d71e06e82c5 (diff) |
update version numbers and years
git-svn-id: svn://tug.org/texlive/trunk@22233 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/kpsewhich.c')
-rw-r--r-- | Build/source/texk/kpathsea/kpsewhich.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c index d5dbcb38815..ebc8b50967c 100644 --- a/Build/source/texk/kpathsea/kpsewhich.c +++ b/Build/source/texk/kpathsea/kpsewhich.c @@ -592,7 +592,7 @@ read_command_line (kpathsea kpse, int argc, string *argv) } else if (ARGUMENT_IS ("version")) { puts (kpathsea_version_string); - puts ("Copyright 2010 Karl Berry & Olaf Weber.\n\ + puts ("Copyright 2011 Karl Berry & Olaf Weber.\n\ License LGPLv2.1+: GNU Lesser GPL version 2.1 or later <http://gnu.org/licenses/lgpl.html>\n\ This is free software: you are free to change and redistribute it.\n\ There is NO WARRANTY, to the extent permitted by law.\n"); |