lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 9d985db7bb09c92b5b3fa660fffe5907d01e6a02
parent 0897c0a4289ef3a8d45761266124613f364bef60
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Thu,  2 May 2024 12:03:03 -0300

New year (2024)

Diffstat:
Mlua.h | 4++--
Mmanual/2html | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lua.h b/lua.h @@ -13,7 +13,7 @@ #include <stddef.h> -#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2023 Lua.org, PUC-Rio" +#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2024 Lua.org, PUC-Rio" #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes" @@ -525,7 +525,7 @@ struct lua_Debug { /****************************************************************************** -* Copyright (C) 1994-2023 Lua.org, PUC-Rio. +* Copyright (C) 1994-2024 Lua.org, PUC-Rio. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/manual/2html b/manual/2html @@ -30,7 +30,7 @@ by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes <p> <small> <a href="http://www.lua.org/copyright.html">Copyright</a> -&copy; 2023 Lua.org, PUC-Rio. All rights reserved. +&copy; 2024 Lua.org, PUC-Rio. All rights reserved. </small> <hr>