BSD0 license for repository

This commit is contained in:
20kdc 2021-01-12 12:21:19 +00:00
parent dcd7154ec2
commit 2fe4884558
3 changed files with 40 additions and 0 deletions

View File

@ -309,5 +309,20 @@ return {
"docs/licensing/Public Domain",
"docs/repoauthors/zzz-license-pd"
},
},
["zzz-license-kosneo-bsd0"] = {
desc = "license file 'KittenOS NEO BSD0'",
v = 0,
deps = {
},
dirs = {
"docs",
"docs/licensing",
"docs/repoauthors"
},
files = {
"docs/licensing/KittenOS NEO BSD0",
"docs/repoauthors/zzz-license-kosneo-bsd0"
},
}
}

View File

@ -0,0 +1,24 @@
-- Copyright (C) 2018-2021 by KittenOS NEO contributors
--
-- Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
--
-- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
-- THIS SOFTWARE.
These words in the given order with
the given full stops, quotes and
commas (newlines and code comment
tags such as "--" shall be ignored)
will be referred to as
"KittenOS NEO BSD0" in the project.
It is intended to be equivalent to
CC0, and whichever interpretation is
less restrictive should be favoured.
The reason it is used rather than CC0
is simply that it is smaller, which
is somewhat important in a memory-
limited system that KittenOS NEO is
designed to run within.

View File

@ -0,0 +1 @@
repository/docs/licensing/KittenOS NEO BSD0: 20kdc (derived from license text by Rob Landley), zzz-license-kosneo-bsd0