From 58d72f42da0cea6df257c7938330b47fdd5886e7 Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Mon, 21 Dec 2020 13:13:08 +0100 Subject: [PATCH] Add OBSD license --- toolkit-showcase/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit-showcase/rollup.config.js b/toolkit-showcase/rollup.config.js index 6036a60b..ded380d0 100644 --- a/toolkit-showcase/rollup.config.js +++ b/toolkit-showcase/rollup.config.js @@ -207,7 +207,7 @@ Dependencies: `}, thirdParty: { allow: { - test: '(MIT OR BSD-3-Clause OR Apache-2.0 OR LGPL-2.1-or-later)', + test: '(MIT OR BSD-3-Clause OR Apache-2.0 OR LGPL-2.1-or-later OR 0BSD)', failOnUnlicensed: true, failOnViolation: true, }, -- GitLab