turtle: add public domain dedications

wsc-master-rebase
cron 2020-11-05 23:20:28 +00:00 committed by Schmappie Eldress
parent 33505596ed
commit e30c012771
5 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,4 @@
-- CC0/Unlicense system32 2020
-- CC0/Unlicense Emilia 2020
turtle = {}

View File

@ -1,3 +1,5 @@
-- CC0/Unlicense Emilia 2020
local tlang = {}
local prefix = ""

View File

@ -1,3 +1,5 @@
-- CC0/Unlicense Emilia 2020
local function in_list(value, list)
for k, v in ipairs(list) do
if v == value then

View File

@ -1,3 +1,5 @@
-- CC0/Unlicense Emilia 2020
-- parse types
--[[
quote

View File

@ -1,3 +1,5 @@
-- CC0/Unlicense Emilia 2020
local function in_list(value, list)
for k, v in ipairs(list) do
if v == value then