1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

deny.toml: allow BSL-1.0 as license

This commit is contained in:
Daniel Hofstetter 2024-05-24 09:38:26 +02:00
parent 0d1bde2879
commit 05decd97ec

View file

@ -24,6 +24,7 @@ allow = [
"BSD-2-Clause", "BSD-2-Clause",
"BSD-2-Clause-FreeBSD", "BSD-2-Clause-FreeBSD",
"BSD-3-Clause", "BSD-3-Clause",
"BSL-1.0",
"CC0-1.0", "CC0-1.0",
"Unicode-DFS-2016", "Unicode-DFS-2016",
] ]