fix: hard-wire licenses until new versions are published shipping the SPDX listed license strings

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-06-18 14:38:43 +02:00 committed by Ferdinand Thiessen
parent 4e840fb17a
commit c3208c1d56
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

View file

@ -243,6 +243,8 @@ module.exports = {
new WebpackSPDXPlugin({
override: {
select2: 'MIT',
'@nextcloud/axios': 'GPL-3.0-or-later',
'@nextcloud/vue': 'AGPL-3.0-or-later',
}
}),
],