-
Notifications
You must be signed in to change notification settings - Fork 2.1k
tests/{core,cpu,drivers}: use SPDX copyright tags #21896
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
Conversation
34abac8 to
4094dae
Compare
|
The rest looked fine :) |
|
Thank you |
8e1fc5f to
b1b942f
Compare
|
Thx ❤️ |
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.
Thank you for reviewing @AnnsAnns :)
Just two minor observations, nothing that warrants a fixup PR though.
| * All Rights Reserved. | ||
| * See: https://www.riot-os.org/branding.html | ||
| * | ||
| * SPDX-FileCopyrightText: 2013 RIOT OS, All Rights Reserved. |
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 would've removed the All Rights Reserved. here, that's not an author.
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.
It doesn't need to be an author, the definition and practical usage in other people's code does not limit it to listing authors and years only.
Dropping the All Rights Reserved here would only cause confusion, as there is no license specified. And SPDX did not add a license identifier for "All Rights Reserved" (yet), so that has to go somewhere.
| * All Rights Reserved. | ||
| * See: https://www.riot-os.org/branding.html | ||
| * | ||
| * SPDX-FileCopyrightText: 2013 RIOT OS, All Rights Reserved. |
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.
Same.
Contribution description
As the title says
Testing procedure
The CI should run super fast if it can determine that changes are whitespace only. This should be the case here.
In addition, the diff should be checked for correctness.
Issues/PRs references
#21515