mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Details
New year (2024->2025), typos in comments
This commit is contained in:
parent
3cdd49c94a
commit
2d8d5c74b5
15 changed files with 24 additions and 25 deletions
4
lua.h
4
lua.h
|
|
@ -13,7 +13,7 @@
|
|||
#include <stddef.h>
|
||||
|
||||
|
||||
#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2024 Lua.org, PUC-Rio"
|
||||
#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2025 Lua.org, PUC-Rio"
|
||||
#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"
|
||||
|
||||
|
||||
|
|
@ -528,7 +528,7 @@ struct lua_Debug {
|
|||
|
||||
|
||||
/******************************************************************************
|
||||
* Copyright (C) 1994-2024 Lua.org, PUC-Rio.
|
||||
* Copyright (C) 1994-2025 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue