mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* rename frontend to web and update contributing guide * rename this time * fix build * restructure rust code * update documentation * update descriptions * Update CONTRIBUTING.md Co-authored-by: J H <2364004+Blu-J@users.noreply.github.com> --------- Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Co-authored-by: J H <2364004+Blu-J@users.noreply.github.com>
23 lines
528 B
TOML
23 lines
528 B
TOML
[licenses]
|
|
unlicensed = "warn"
|
|
allow-osi-fsf-free = "neither"
|
|
copyleft = "deny"
|
|
confidence-threshold = 0.93
|
|
allow = [
|
|
"Apache-2.0",
|
|
"Apache-2.0 WITH LLVM-exception",
|
|
"MIT",
|
|
"ISC",
|
|
"MPL-2.0",
|
|
"CC0-1.0",
|
|
"BSD-2-Clause",
|
|
"BSD-3-Clause",
|
|
"LGPL-3.0",
|
|
"OpenSSL",
|
|
]
|
|
|
|
clarify = [
|
|
{ name = "webpki", expression = "ISC", license-files = [ { path = "LICENSE", hash = 0x001c7e6c } ] },
|
|
{ name = "ring", expression = "OpenSSL", license-files = [ { path = "LICENSE", hash = 0xbd0eed23 } ] },
|
|
]
|