sys/[a-h]*: replaced license headers with SPDX format#22323
Open
N11cc00 wants to merge 7 commits into
Open
Conversation
crasbe
requested changes
May 26, 2026
crasbe
left a comment
Contributor
There was a problem hiding this comment.
There are many errors in this PR. I think I went through about 1/4 of the files. Please check the other files yourself and fix the systematic errors for example with Kconfig files.
mguetschow
requested changes
May 26, 2026
mguetschow
left a comment
Contributor
There was a problem hiding this comment.
Fun fun, do you know https://isaiprofitable.com/?
crasbe
requested changes
May 26, 2026
crasbe
left a comment
Contributor
There was a problem hiding this comment.
Please be a bit more careful before marking comments as resolved if they are actually resolved or not...
Contributor
Author
|
I hate github because it does not seem to process the newly pushed changes 😞 |
Contributor
Author
|
I pushed an empty commit and now the PR has registered the update. |
crasbe
reviewed
May 27, 2026
13 tasks
Contributor
Author
|
This can be reviewed again |
crasbe
reviewed
Jun 5, 2026
| /* This code is public-domain - it is based on libcrypt | ||
| * placed in the public domain by Wei Dai and other contributors. | ||
| * SPDX-FileCopyrightText: 2016 Oliver Hahm <oliver.hahm@inria.fr> | ||
| * SPDX-FileCopyrightText: Implementation based on libcrypt that was released by Wei Dai et al. into the public domain. |
Contributor
There was a problem hiding this comment.
Suggested change
| * SPDX-FileCopyrightText: Implementation based on libcrypt that was released by Wei Dai et al. into the public domain. | |
| * SPDX-FileCopyrightText: Implementation based on libcrypt that was released | |
| by Wei Dai et al. into the public domain. |
Long line, but I like this solution.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This PR attempts to convert all license headers for all folders inside the
sys/directory starting with the letters A to H. Vendor specific files are left untouched as well as some files missing some copyright or license information.Testing procedure
To check for correct license/copyright information in all files that are not vendor provided, use this command:
reuse lint -l | grep "^sys/" | grep -v "/vendor/"Declaration of AI-Tools / LLMs usage
AI-Tools / LLMs that were used are:
Issues/PRs references
Tracking #21515