diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-05 21:26:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-05 21:26:54 +0000 |
commit | facdead9fbc8faf80e21a2260ab86850f6b78840 (patch) | |
tree | 5e12aaf1a718b7312ae9b0002e33f39745aa7a8a /Build/source/texk/kpathsea/kpsewhich.c | |
parent | a7efcc9b540a03b1409ea69d1d80d114986224a9 (diff) |
version numbers and years to prepare for TL 2013 pretest
git-svn-id: svn://tug.org/texlive/trunk@29676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/kpsewhich.c')
-rw-r--r-- | Build/source/texk/kpathsea/kpsewhich.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c index 5b1abbd65d2..f5fd6dd87e9 100644 --- a/Build/source/texk/kpathsea/kpsewhich.c +++ b/Build/source/texk/kpathsea/kpsewhich.c @@ -1,7 +1,7 @@ /* kpsewhich -- standalone path lookup and variable expansion for Kpathsea. Ideas from Thomas Esser, Pierre MacKay, and many others. - Copyright 1995-2012 Karl Berry & Olaf Weber. + Copyright 1995-2013 Karl Berry & Olaf Weber. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -606,7 +606,7 @@ read_command_line (kpathsea kpse, int argc, string *argv) } else if (ARGUMENT_IS ("version")) { puts (kpathsea_version_string); - puts ("Copyright 2011 Karl Berry & Olaf Weber.\n\ + puts ("Copyright 2013 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"); |