-
Notifications
You must be signed in to change notification settings - Fork 121
license: replace Shift Apache headers #1709
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
base: master
Are you sure you want to change the base?
Conversation
6c62953 to
4fe0380
Compare
4fe0380 to
74c77f9
Compare
src/qtouch/qtouch.c
Outdated
|
|
||
| /* Reset the flags for node_level_post_processing */ | ||
| p_qtm_control->binding_layer_flags &= (uint8_t) ~(1U << node_pp_request); | ||
| p_qtm_control->binding_layer_flags &= (uint8_t)~(1U << node_pp_request); |
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.
Something is off in this file
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.
Strange! Fixed
| @@ -1,4 +1,5 @@ | |||
| Copyright 2019 Shift Cryptosecurity AG, Switzerland. All rights reserved. | |||
| Copyright 2020-2025 Shift Crypto AG, Switzerland. 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 assume the top line should be removed
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.
Don't think so, copyrights are extended, not replaced.
Replace the existing Shift Crypto/Shift Devices Apache-2.0 boilerplate header blocks with the standard SPDX License Identifier tag: "SPDX-License-Identifier: Apache-2.0". This is better than the previous multi-line text header because it is machine-readable, unambiguous, and widely understood by tooling (scanners, compliance automation), while keeping files smaller and reducing header churn.
74c77f9 to
910146e
Compare
Replace the existing Shift Crypto/Shift Devices Apache-2.0 boilerplate header blocks with the standard SPDX License Identifier tag: "SPDX-License-Identifier: Apache-2.0".
This is better than the previous multi-line text header because it is machine-readable, unambiguous, and widely understood by tooling (scanners, compliance automation), while keeping files smaller and reducing header churn.