We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0615f08 commit 79b3c79Copy full SHA for 79b3c79
build-js/WebpackSPDXPlugin.js
@@ -199,10 +199,10 @@ class WebpackSPDXPlugin {
199
}
200
output = `\n\n${output}`
201
for (const author of [...authors].sort()) {
202
- output = `SPDX-FileCopyrightText: ${author}\n${output}`
+ output = 'SPDX-File' + `CopyrightText: ${author}\n${output}`
203
204
for (const license of [...licenses].sort()) {
205
- output = `SPDX-License-Identifier: ${license}\n${output}`
+ output = 'SPDX-Lic' + `ense-Identifier: ${license}\n${output}`
206
207
208
compilation.emitAsset(
0 commit comments