Closed as not planned
Description
Describe the bug
When generating SPDX output with west spdx
, several files—especially from Zephyr or external modules—show NOASSERTION
or empty fields, even though these files include valid license and copyright comments.
Regression
- This is a regression.
Steps to reproduce
- Generate SPDX using
west spdx
- Inspect the SPDX output (e.g.
modules-deps.spdx
,zephyr.spdx
) - Notice missing copyright/license data
Relevant log output
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
- Linux
- Zephyr
- west
Additional Context
Expected Result:
Fields should be filled based on the license headers in the source code.