callisto: add Callisto's copyright to CALLISTO_COPYRIGHT
This commit is contained in:
parent
57faad7a39
commit
2123109e64
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
||||||
#define CALLISTO_VERSION \
|
#define CALLISTO_VERSION \
|
||||||
"Callisto " CALLISTO_VERSION_MAJOR "." CALLISTO_VERSION_MINOR
|
"Callisto " CALLISTO_VERSION_MAJOR "." CALLISTO_VERSION_MINOR
|
||||||
#define CALLISTO_COPYRIGHT \
|
#define CALLISTO_COPYRIGHT \
|
||||||
CALLISTO_VERSION " (" LUA_RELEASE ") Copyright (C) 1994-2023 Lua.org, PUC-Rio"
|
LUA_RELEASE " Copyright (c) 1994-2023 Lua.org, PUC-Rio\n" \
|
||||||
|
CALLISTO_VERSION " Copyright (c) 2023-2024 Jeremy Baxter"
|
||||||
|
|
||||||
#define CALLISTO_CLLIBNAME "cl"
|
#define CALLISTO_CLLIBNAME "cl"
|
||||||
#define CALLISTO_ENVLIBNAME "environ"
|
#define CALLISTO_ENVLIBNAME "environ"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue