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

5
lfs.c
View file

@ -1,3 +1,8 @@
/*
* Callisto - standalone scripting platform for Lua 5.4
* Copyright (c) 2023-2024 Jeremy Baxter.
*/
/***
* Files, directories and file system manipulation.
*