From 1d7d24aa0738b3057113df58e4984a63e1a26c1a Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Thu, 17 Oct 2024 02:14:31 -0400 Subject: [PATCH] chore: allow dependencies to use the Unlicense (just like this project does!) --- deny.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 9eafdac..7f4ebbe 100644 --- a/deny.toml +++ b/deny.toml @@ -93,7 +93,8 @@ allow = [ "BSD-3-Clause", "ISC", "MIT", - "Unicode-DFS-2016" + "Unicode-DFS-2016", + "Unlicense", ] # The confidence threshold for detecting a license from license text. # The higher the value, the more closely the license text must be to the