tree: add standard copyright phrasing
Callisto - standalone scripting platform for Lua 5.4 Copyright (c) 2023-2024 Jeremy Baxter.
This commit is contained in:
parent
280f516a21
commit
8c5777fb98
11 changed files with 47 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* callisto - standalone scripting platform for Lua 5.4
|
* Callisto - standalone scripting platform for Lua 5.4
|
||||||
|
* Copyright (c) 2023-2024 Jeremy Baxter.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <lua.h>
|
#include <lua.h>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* callisto - standalone scripting platform for Lua 5.4
|
* Callisto - standalone scripting platform for Lua 5.4
|
||||||
|
* Copyright (c) 2023-2024 Jeremy Baxter.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CALLISTO_H_
|
#ifndef _CALLISTO_H_
|
||||||
|
|
4
csto.c
4
csto.c
|
@ -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>
|
#include <stdio.h>
|
||||||
|
|
5
lcl.c
5
lcl.c
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Callisto - standalone scripting platform for Lua 5.4
|
||||||
|
* Copyright (c) 2023-2024 Jeremy Baxter.
|
||||||
|
*/
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* Option parsing, and error formatting
|
* Option parsing, and error formatting
|
||||||
* for the command line.
|
* for the command line.
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Callisto - standalone scripting platform for Lua 5.4
|
||||||
|
* Copyright (c) 2023-2024 Jeremy Baxter.
|
||||||
|
*/
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* Getting and setting environment variables.
|
* Getting and setting environment variables.
|
||||||
* @module environ
|
* @module environ
|
||||||
|
|
5
lextra.c
5
lextra.c
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Callisto - standalone scripting platform for Lua 5.4
|
||||||
|
* Copyright (c) 2023-2024 Jeremy Baxter.
|
||||||
|
*/
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* Extra functions that don't fit into any other category.
|
* Extra functions that don't fit into any other category.
|
||||||
*
|
*
|
||||||
|
|
5
lfs.c
5
lfs.c
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Callisto - standalone scripting platform for Lua 5.4
|
||||||
|
* Copyright (c) 2023-2024 Jeremy Baxter.
|
||||||
|
*/
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* Files, directories and file system manipulation.
|
* Files, directories and file system manipulation.
|
||||||
*
|
*
|
||||||
|
|
5
ljson.c
5
ljson.c
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Callisto - standalone scripting platform for Lua 5.4
|
||||||
|
* Copyright (c) 2023-2024 Jeremy Baxter.
|
||||||
|
*/
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* Manipulation of JavaScript Object Notation (JSON) values.
|
* Manipulation of JavaScript Object Notation (JSON) values.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Callisto - standalone scripting platform for Lua 5.4
|
||||||
|
* Copyright (c) 2023-2024 Jeremy Baxter.
|
||||||
|
*/
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* Processes, signals, and signal handlers.
|
* Processes, signals, and signal handlers.
|
||||||
*
|
*
|
||||||
|
|
5
util.c
5
util.c
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Callisto - standalone scripting platform for Lua 5.4
|
||||||
|
* Copyright (c) 2023-2024 Jeremy Baxter.
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* util.c
|
* util.c
|
||||||
*
|
*
|
||||||
|
|
5
util.h
5
util.h
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Callisto - standalone scripting platform for Lua 5.4
|
||||||
|
* Copyright (c) 2023-2024 Jeremy Baxter.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _UTIL_H_
|
#ifndef _UTIL_H_
|
||||||
|
|
||||||
#define _UTIL_H_
|
#define _UTIL_H_
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue