From 2b11091bfb085dca4419bfa7073823e0ce89d6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 17 May 2020 12:13:27 +0200 Subject: [PATCH] deny.toml: allow ISC license --- deny.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index e8799d8..0465887 100644 --- a/deny.toml +++ b/deny.toml @@ -73,7 +73,8 @@ allow = [ "MIT", "Apache-2.0", "Apache-2.0 WITH LLVM-exception", - "BSD-2-Clause" + "BSD-2-Clause", + "ISC" ] # List of explictly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses