tree: add standard copyright phrasing

Callisto - standalone scripting platform for Lua 5.4
Copyright (c) 2023-2024 Jeremy Baxter.
This commit is contained in:
Jeremy Baxter 2024-02-19 10:16:45 +13:00
parent 280f516a21
commit 8c5777fb98
11 changed files with 47 additions and 3 deletions

4
csto.c
View file

@ -1,5 +1,7 @@
/*
* csto: The Callisto stand-alone interpreter
* csto: the Callisto stand-alone interpreter
* Copyright (c) 1994-2023 Lua.org, PUC-Rio.
* Copyright (c) 2023-2024 Jeremy Baxter.
*/
#include <stdio.h>