mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
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:
parent
4e840fb17a
commit
c3208c1d56
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',
|
||||
}
|
||||
}),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue