From 2123109e6498a62047a9f29512ff9c1b8cd6aebd Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 9 Apr 2024 14:25:53 +1200 Subject: [PATCH] callisto: add Callisto's copyright to CALLISTO_COPYRIGHT --- callisto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/callisto.h b/callisto.h index b0a1a3e..6dd09b6 100644 --- a/callisto.h +++ b/callisto.h @@ -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"