-
Notifications
You must be signed in to change notification settings - Fork 142
add missing license identifiers #557
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
add missing license identifiers #557
Conversation
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.
There seems to be some misconfiguration..
f3efdcb
to
6746243
Compare
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.
Thanks! One small remark from my side for the sake of consistency but nothing merge-blocking.
# SPDX-FileCopyrightText: 2022 spdx contributors | ||
|
||
# SPDX-License-Identifier: Apache-2.0 |
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.
# SPDX-FileCopyrightText: 2022 spdx contributors | |
# SPDX-License-Identifier: Apache-2.0 | |
# SPDX-FileCopyrightText: 2022 spdx contributors | |
# | |
# SPDX-License-Identifier: Apache-2.0 |
I don't think that this is additional hastag is necessary but it would make these changes concsistent.
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.
done, needs another approval ;)
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.
this does also apply to the other test files 😇
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.
...and also to almost all other files, apparently^^
Have look again ;)
6746243
to
11b71b4
Compare
Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
11b71b4
to
9a71403
Compare
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.
Thanks a lot for making this consistent! I didn't look at every single file but when I scrolled over it, it all looked good! 👍
No description provided.