Skip to content
Snippets Groups Projects
Commit 4ce1ef84 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add BSD-3-Clause to allowed licenses for third party js modules

parent a7a194d0
No related branches found
No related tags found
2 merge requests!1123Resolve "Finalise Vuetify app as SPA",!1066Translations update from Weblate
Pipeline #104209 failed
......@@ -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,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment