callisto: add Callisto's copyright to CALLISTO_COPYRIGHT

This commit is contained in:
Jeremy Baxter 2024-04-09 14:25:53 +12:00
parent 57faad7a39
commit 2123109e64

View file

@ -17,7 +17,8 @@
#define CALLISTO_VERSION \
"Callisto " CALLISTO_VERSION_MAJOR "." CALLISTO_VERSION_MINOR
#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_ENVLIBNAME "environ"