diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-05-02 12:03:30 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-05-02 12:03:30 -0300 |
commit | 9d985db7bb09c92b5b3fa660fffe5907d01e6a02 (patch) | |
tree | 35d4e7000e50887b080e4fff7efaeeae7854bc95 | |
parent | 0897c0a4289ef3a8d45761266124613f364bef60 (diff) | |
download | lua-9d985db7bb09c92b5b3fa660fffe5907d01e6a02.tar.gz lua-9d985db7bb09c92b5b3fa660fffe5907d01e6a02.tar.bz2 lua-9d985db7bb09c92b5b3fa660fffe5907d01e6a02.zip |
New year (2024)
Diffstat (limited to '')
-rw-r--r-- | lua.h | 4 | ||||
-rwxr-xr-x | manual/2html | 2 |
2 files changed, 3 insertions, 3 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 |
diff --git a/manual/2html b/manual/2html index bada6ee0..59bb4578 100755 --- a/manual/2html +++ b/manual/2html | |||
@@ -30,7 +30,7 @@ by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes | |||
30 | <p> | 30 | <p> |
31 | <small> | 31 | <small> |
32 | <a href="http://www.lua.org/copyright.html">Copyright</a> | 32 | <a href="http://www.lua.org/copyright.html">Copyright</a> |
33 | © 2023 Lua.org, PUC-Rio. All rights reserved. | 33 | © 2024 Lua.org, PUC-Rio. All rights reserved. |
34 | </small> | 34 | </small> |
35 | <hr> | 35 | <hr> |
36 | 36 | ||