aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-06-18 23:32:58 +0200
committerGitHub <noreply@github.com>2024-06-18 23:32:58 +0200
commitee6ddb9ab0fca97748b113cfdeef5f67268a1b15 (patch)
tree2c7cc77f9f55fd1ea8fe8550cecb6802a7d16e84 /webpack.common.js
parenta3587175f17281790281b5bca1e5d7ca057e2a67 (diff)
parentef8937d45a468fe564bc98d86a6bea0fe42c4323 (diff)
downloadnextcloud-server-ee6ddb9ab0fca97748b113cfdeef5f67268a1b15.tar.gz
nextcloud-server-ee6ddb9ab0fca97748b113cfdeef5f67268a1b15.zip
Merge pull request #45952 from nextcloud/fix/noid/spdxLicenseIdentifier
Fix license information extracted from built assets
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
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',
}
}),
],