diff options
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ | |||
13 | #include <stddef.h> | 13 | #include <stddef.h> |
14 | 14 | ||
15 | 15 | ||
16 | #define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2023 Lua.org, PUC-Rio" | 16 | #define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2024 Lua.org, PUC-Rio" |
17 | #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes" | 17 | #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes" |
18 | 18 | ||
19 | 19 | ||
@@ -525,7 +525,7 @@ struct lua_Debug { | |||
525 | 525 | ||
526 | 526 | ||
527 | /****************************************************************************** | 527 | /****************************************************************************** |
528 | * Copyright (C) 1994-2023 Lua.org, PUC-Rio. | 528 | * Copyright (C) 1994-2024 Lua.org, PUC-Rio. |
529 | * | 529 | * |
530 | * Permission is hereby granted, free of charge, to any person obtaining | 530 | * Permission is hereby granted, free of charge, to any person obtaining |
531 | * a copy of this software and associated documentation files (the | 531 | * a copy of this software and associated documentation files (the |