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 dda5786 commit 854e185Copy full SHA for 854e185
scripts/west_commands/zspdx/scanner.py
@@ -241,7 +241,7 @@ def scanDocument(cfg, doc):
241
f.licenseInfoInFile = splitExpression(expression)
242
243
if copyrights := getCopyrightInfo(f.abspath):
244
- f.copyrightText = f"<text>\n{'\n'.join(copyrights)}\n</text>"
+ f.copyrightText = "<text>\n" + "\n".join(copyrights) + "\n</text>"
245
246
# check if any custom license IDs should be flagged for document
247
for lic in f.licenseInfoInFile:
0 commit comments