[]
= 0.8
= "deny"
= "deny"
# Permissive licence expressions currently present in the resolved graph.
# Licences not listed here or in a crate-specific exception are denied.
= [
"0BSD",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
"Unicode-3.0",
"Unlicense",
"Zlib",
]
# Keep copyleft and component-specific licences scoped to the reviewed crates
# that require them. New GPL, LGPL, AGPL, or OFL dependencies will fail.
= [
{ = "systemless", = ["GPL-3.0-or-later", "OFL-1.1"] },
]