sys/[i-n]*: replace license headers with SPDX - #22612
Open
N11cc00 wants to merge 1 commit into
Open
Conversation
N11cc00
requested review from
MrKevinWeiss,
jia200x,
leandrolanzieri and
miri64
as code owners
August 23, 2026 13:57
16 tasks
crasbe
requested changes
Aug 24, 2026
kfessel
reviewed
Aug 26, 2026
crasbe
approved these changes
Aug 27, 2026
crasbe
left a comment
Contributor
There was a problem hiding this comment.
Looks good, thank you!
Please squash :)
kfessel
reviewed
Aug 27, 2026
| * @ingroup sys_auto_init | ||
| * @{ | ||
| * @file | ||
| * @brief initializes any used network interface that has a trivial init function |
Contributor
There was a problem hiding this comment.
Suggested change
| * @brief Auto initialization for network devices | |
| Initializes any used network interface that has a trivial init function. |
Contributor
There was a problem hiding this comment.
Acktually better: since this in group auto init network devices is more differentiating
Suggested change
| * @brief Network devices auto initialization | |
| * | |
| * initializes any used network interface that has a trivial init function |
kfessel
reviewed
Aug 27, 2026
kfessel
left a comment
Contributor
There was a problem hiding this comment.
sorry for missing that one in the first round i did
but maybe you can work that in (you can squash/commit --amend that in immediately)
otherwise 👍
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 I to N (excluding theinclude/directory`). 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