Skip to content

Commit 794a24f

Browse files
ci/reuse): ignore reuse creation lines
...falsely detected as license header lines Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 3c9667b commit 794a24f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build-js/WebpackSPDXPlugin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,15 @@ class WebpackSPDXPlugin {
197197
authors.add(pkg.author)
198198
output += `- ${pkg.name}\n\t- version: ${pkg.version}\n\t- license: ${license}\n`
199199
}
200+
// REUSE-IgnoreStart
200201
output = `\n\n${output}`
201202
for (const author of [...authors].sort()) {
202203
output = `SPDX-FileCopyrightText: ${author}\n${output}`
203204
}
204205
for (const license of [...licenses].sort()) {
205206
output = `SPDX-License-Identifier: ${license}\n${output}`
206207
}
208+
// REUSE-IgnoreEnd
207209

208210
compilation.emitAsset(
209211
asset.split('?', 2)[0] + '.license',

0 commit comments

Comments
 (0)