fix: Override SPDX license identifier with valid one

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger
2024-12-16 17:23:43 +01:00
parent 4ff4c120d8
commit 2df566da51

View File

@ -48,6 +48,7 @@ if (!isDev) {
webpackConfig.plugins.push(new WebpackSPDXPlugin({
override: {
select2: 'MIT',
'@nextcloud/axios': 'GPL-3.0-or-later',
},
}))