From fcf1ecf0e81e17b0b2a3dda2610aa54599748374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 21 Jul 2020 01:53:43 +0200 Subject: [PATCH] add some allowed licences to deny.toml --- deny.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 04658871..4790f14b 100644 --- a/deny.toml +++ b/deny.toml @@ -74,7 +74,10 @@ allow = [ "Apache-2.0", "Apache-2.0 WITH LLVM-exception", "BSD-2-Clause", - "ISC" + "ISC", + "BSD-3-Clause", + "Zlib", + "MPL-2.0", ] # List of explictly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses