chore: allow dependencies to use the Unlicense (just like this project does!)

This commit is contained in:
J / Jacob Babich
2024-10-17 02:14:31 -04:00
parent 24f60fbca2
commit 1d7d24aa07

View File

@@ -93,7 +93,8 @@ allow = [
"BSD-3-Clause", "BSD-3-Clause",
"ISC", "ISC",
"MIT", "MIT",
"Unicode-DFS-2016" "Unicode-DFS-2016",
"Unlicense",
] ]
# The confidence threshold for detecting a license from license text. # The confidence threshold for detecting a license from license text.
# The higher the value, the more closely the license text must be to the # The higher the value, the more closely the license text must be to the