-
Notifications
You must be signed in to change notification settings - Fork 2.1k
cpu: move licenses from comments to SPDX format (part1) #21704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpu: move licenses from comments to SPDX format (part1) #21704
Conversation
|
CI (with Murdock) is happy (all green) ... PR has Ack ... maybe we could add it to merge queue? |
crasbe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not go through all the files yet.
@nandojve did you actually check all the files before approving?
3843184 to
3995b66
Compare
|
Hmmmm ... strange. Probably I missed one execution of scripts for |
|
I'll try to go through all files ASAP, but it could take a little bit until I do it. Until then I'd propose to postpone the merge. |
|
Ok. |
Hi, |
0244cb5 to
8ad4fbe
Compare
Contribution description
This PR moves license information from headers to SPDX format for
cpudirectory.In this PR, following cpu's are processed:
Except detection of missing Copyright keyword #21515 (comment) and some strange #21515 (comment), which was fixed manually, other work is done automatically using scripts described in PR #21515.
Testing procedure
Review changed files.
Issues/PRs references
Track #21515