summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2021-02-18 08:14:12 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2021-02-18 08:14:12 +0000
commitdc56a8a807ce5409f406b599cc660dfb6a4ef632 (patch)
treeadb4b4325bf6cb9bebc740a92422eef01cc3324b
parentd42e1a20a2d497ad1398e21cfb4faff141f6294f (diff)
Updated luatex copyright year
git-svn-id: svn://tug.org/texlive/trunk@57779 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/luainit.c4
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/mplibstuff.c2
-rw-r--r--Build/source/texk/web2c/luatexdir/luaffi/ffi.c2
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex_svnversion.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.c b/Build/source/texk/web2c/luatexdir/lua/luainit.c
index 11cfc253141..c88ebb09656 100644
--- a/Build/source/texk/web2c/luatexdir/lua/luainit.c
+++ b/Build/source/texk/web2c/luatexdir/lua/luainit.c
@@ -2,7 +2,7 @@
luainit.w
-Copyright 2006-2020 Taco Hoekwater <taco@@luatex.org>
+Copyright 2006-2021 Taco Hoekwater <taco@@luatex.org>
This file is part of LuaTeX.
@@ -450,7 +450,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 2020 Taco Hoekwater and the LuaTeX Team.\n");
+ "LuaTeX is Copyright 2021 Taco Hoekwater and the LuaTeX Team.\n");
/* *INDENT-ON* */
uexit(0);
} else if (ARGUMENT_IS("credits")) {
diff --git a/Build/source/texk/web2c/luatexdir/lua/mplibstuff.c b/Build/source/texk/web2c/luatexdir/lua/mplibstuff.c
index 1bc7c330a0e..f4845c0a4f4 100644
--- a/Build/source/texk/web2c/luatexdir/lua/mplibstuff.c
+++ b/Build/source/texk/web2c/luatexdir/lua/mplibstuff.c
@@ -2,7 +2,7 @@
mplibstuff.w
-Copyright 2020 LuaTeX team <bugs@@luatex.org>
+Copyright 2021 LuaTeX team <bugs@@luatex.org>
This file is part of LuaTeX.
diff --git a/Build/source/texk/web2c/luatexdir/luaffi/ffi.c b/Build/source/texk/web2c/luatexdir/luaffi/ffi.c
index 03667d9f582..6d3c197e48e 100644
--- a/Build/source/texk/web2c/luatexdir/luaffi/ffi.c
+++ b/Build/source/texk/web2c/luatexdir/luaffi/ffi.c
@@ -3576,7 +3576,7 @@ int luaopen_ffi(lua_State *L)
"\n"
"The ARM processor is currently not supported. There are subtle\n"
"differences between this module and the one in luajitTeX \n"
-"and we hope to be in sync around TeXLive 2020.\n"
+"and we hope to be in sync around TeXLive 2022.\n"
"Different OS can have different interfaces,\n"
"for instance OS_WIN has not 'complex.h'. If you want portable\n"
"code, stick to the most common concepts.\n"
diff --git a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
index 3330fea50d1..320d73de6d1 100644
--- a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
+++ b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
@@ -1 +1 @@
-#define luatex_svn_revision 7405
+#define luatex_svn_revision 7409