mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update copyright year.
This commit is contained in:
parent
49ce5096a4
commit
e3ca386319
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const char* lua_ident = "$Lua: Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Ri
|
||||||
"$Authors: R. Ierusalimschy, L. H. de Figueiredo & W. Celes $\n"
|
"$Authors: R. Ierusalimschy, L. H. de Figueiredo & W. Celes $\n"
|
||||||
"$URL: www.lua.org $\n";
|
"$URL: www.lua.org $\n";
|
||||||
|
|
||||||
const char* luau_ident = "$Luau: Copyright (C) 2019-2021 Roblox Corporation $\n"
|
const char* luau_ident = "$Luau: Copyright (C) 2019-2022 Roblox Corporation $\n"
|
||||||
"$URL: luau-lang.org $\n";
|
"$URL: luau-lang.org $\n";
|
||||||
|
|
||||||
#define api_checknelems(L, n) api_check(L, (n) <= (L->top - L->base))
|
#define api_checknelems(L, n) api_check(L, (n) <= (L->top - L->base))
|
||||||
|
|
Loading…
Add table
Reference in a new issue