summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/kpsewhich.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-03 18:01:18 +0000
committerKarl Berry <karl@freefriends.org>2015-05-03 18:01:18 +0000
commit73425ce1e7b67eeba66bc9799f4c5cc2fb58c4ea (patch)
tree96d4bce8e5cbb2d931de94bdf0502965998fdc8d /Build/source/texk/kpathsea/kpsewhich.c
parent43c07342da399e94b890e841c1c3c2ab5aa1b646 (diff)
update doc for --help-formats, clua/bltxml/ris, etc.
git-svn-id: svn://tug.org/texlive/trunk@37163 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/kpsewhich.c')
-rw-r--r--Build/source/texk/kpathsea/kpsewhich.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c
index 8992b3b8442..a8f742b3097 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-2014 Karl Berry & Olaf Weber.
+ Copyright 1995-2015 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
@@ -630,7 +630,7 @@ read_command_line (kpathsea kpse, int argc, string *argv)
} else if (ARGUMENT_IS ("version")) {
puts (kpathsea_version_string);
- puts ("Copyright 2014 Karl Berry & Olaf Weber.\n\
+ puts ("Copyright 2015 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");