diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-18 14:38:43 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-06-18 16:55:14 +0200 |
commit | c3208c1d56cb8dde13a998bd89122ef2d86ad60a (patch) | |
tree | 69d59cca6e48290113ba462b7b6d1c1078f7622a /webpack.common.js | |
parent | 4e840fb17aefdc046dd3f7a0cca3eb15930ff9b4 (diff) | |
download | nextcloud-server-c3208c1d56cb8dde13a998bd89122ef2d86ad60a.tar.gz nextcloud-server-c3208c1d56cb8dde13a998bd89122ef2d86ad60a.zip |
fix: hard-wire licenses until new versions are published shipping the SPDX listed license strings
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'webpack.common.js')
-rw-r--r-- | webpack.common.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js index 3b8da3d948a..ac79a8d0106 100644 --- a/webpack.common.js +++ b/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', } }), ], |