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

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
pull/45952/head
Andy Scherzinger 2024-06-18 14:38:43 +07:00 committed by Ferdinand Thiessen
parent 4e840fb17a
commit c3208c1d56
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
1 changed files with 2 additions and 0 deletions

@ -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',
}
}),
],