Replies: 1 comment 2 replies
-
@kestewart is it common to have SPDX in doc files? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Zephyr Project is a great example of making use of SPDX. Every source code file clearly states its license via the SPDX license identifier:
(Example from zephyr/cmake/cfb.cmake)
In contrast, for documentation files this is not the case: Zephyr's ReStructured Text files do not contain a SPDX licence identifier (Example).
Only the rendered documentation contains a footer:
Why is this the case?
Beta Was this translation helpful? Give feedback.
All reactions