lapce/deny.toml

16 lines
229 B
TOML
Raw Normal View History

2024-06-02 18:51:14 +00:00
[licenses]
# use SPDX short identifiers
allow = [
2024-06-03 23:00:03 +00:00
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"CC0-1.0",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
"Zlib",
2024-06-02 18:51:14 +00:00
]