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 10 months ago committed by Ferdinand Thiessen
parent 4e840fb17a
commit c3208c1d56
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
  1. 2
      webpack.common.js

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

Loading…
Cancel
Save