diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-04-23 09:46:21 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-04-23 09:46:21 +0000 |
commit | 3edc06ac5f039a76ade1686893aa536870b2b2bd (patch) | |
tree | ebcbb42d006aed34b3c98e9e38209633c9b43201 /Build/source/texk/web2c/luatexdir/lua | |
parent | b8f47c9c58d5baed841ae47fbffcd8342aedbcb0 (diff) |
luatexdir: Sync with the upstream (Copyright year 2014 ---> 2015).
git-svn-id: svn://tug.org/texlive/trunk@37016 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luainit.w | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.w b/Build/source/texk/web2c/luatexdir/lua/luainit.w index 139b888cb8e..fc79023cf84 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-2014 Taco Hoekwater <taco@@luatex.org> +% Copyright 2006-2015 Taco Hoekwater <taco@@luatex.org> % % This file is part of LuaTeX. % @@ -422,10 +422,10 @@ static void parse_options(int ac, char **av) "any later version. For more information about these matters, see the file\n" "named COPYING and the LuaTeX source.\n\n" #ifdef LuajitTeX - "LuaTeX is Copyright 2014 Taco Hoekwater, the LuaTeX Team.\n" + "LuaTeX is Copyright 2015 Taco Hoekwater, the LuaTeX Team.\n" "Libraries and JIT extensions by Luigi Scarso, the LuaTeX SwigLib team.\n"); #else - "Copyright 2014 Taco Hoekwater, the LuaTeX Team.\n"); + "Copyright 2015 Taco Hoekwater, the LuaTeX Team.\n"); #endif /* *INDENT-ON* */ uexit(0); |