use the copyright statement provided by the Lua distribution in lua.h

This commit is contained in:
nhmall
2019-11-30 18:43:57 -05:00
parent 719ca3003e
commit 2a2021d5e4
5 changed files with 14 additions and 3 deletions

View File

@@ -693,6 +693,7 @@ const struct instance_globals g_init = {
/* new */
DUMMY, /* lua_ver[LUA_VER_BUFSIZ] */
DUMMY, /* lua_copyright[LUA_COPYRIGHT_BUFSIZ] */
IVMAGIC /* used to validate that structure layout has been preserved */
};