From 4ce1ef8408333293a3138e2b85e392ce9bb1e647 Mon Sep 17 00:00:00 2001 From: Hangzhi Yu <hangzhi@protonmail.com> Date: Wed, 21 Dec 2022 14:46:43 +0100 Subject: [PATCH] Add BSD-3-Clause to allowed licenses for third party js modules --- aleksis/core/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleksis/core/vite.config.js b/aleksis/core/vite.config.js index c79f00f8d..3164cfa87 100644 --- a/aleksis/core/vite.config.js +++ b/aleksis/core/vite.config.js @@ -80,7 +80,7 @@ export default defineConfig({ }, thirdParty: { allow: { - test: 'MIT OR Apache-2.0 OR 0BSD', + test: 'MIT OR Apache-2.0 OR 0BSD OR BSD-3-Clause', failOnUnlicensed: true, failOnViolation: true, }, -- GitLab