diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-27 07:27:32 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-27 07:27:32 +0000 |
commit | f0b606c88579c15387fb226824c9a7364565ab55 (patch) | |
tree | 03fdfce2904549ca7e92fd52f902b851e421b1d3 /Build | |
parent | 84a8cf18f6701132fa686c4048ef3b8deafab8d5 (diff) |
web2c/luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@39884 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luainit.w | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.w b/Build/source/texk/web2c/luatexdir/lua/luainit.w index 48bbd310d57..016501df6c3 100644 --- a/Build/source/texk/web2c/luatexdir/lua/luainit.w +++ b/Build/source/texk/web2c/luatexdir/lua/luainit.w @@ -1,6 +1,6 @@ % luainit.w % -% Copyright 2006-2015 Taco Hoekwater <taco@@luatex.org> +% Copyright 2006-2016 Taco Hoekwater <taco@@luatex.org> % % This file is part of LuaTeX. % @@ -410,7 +410,7 @@ static void parse_options(int ac, char **av) "the terms of the GNU General Public License, version 2 or (at your option)\n" "any later version. For more information about these matters, see the file\n" "named COPYING and the LuaTeX source.\n\n" - "LuaTeX is Copyright 2015 Taco Hoekwater and the LuaTeX Team.\n"); + "LuaTeX is Copyright 2016 Taco Hoekwater and the LuaTeX Team.\n"); /* *INDENT-ON* */ uexit(0); } else if (ARGUMENT_IS("credits")) { |