-
Notifications
You must be signed in to change notification settings - Fork 198
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
license: Add text of GPL-2.0 and BSD-2 licenses to repository #749
Conversation
LICENSE-BSD
Outdated
@@ -0,0 +1,24 @@ | |||
Copyright (c) 2015, Linaro Limited | |||
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.
Please drop this line, it's not part of the license.
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
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.
My apologies Jens - in applying this fix I removed the first and the second line. The second line here is not part of the license, but the first is. I've uploaded a fix as #752
9f0f1a5
to
156c695
Compare
|
Signed-off-by: James Robinson <[email protected]> Reviewed-by: Jens Wiklander <[email protected]>
156c695
to
f19d018
Compare
Please correct me If I am wrong, if LICENSE.md Checksum should also be updated here: https://git.yoctoproject.org/meta-arm/tree/meta-arm/recipes-security/optee/optee-test.inc?h=scarthgap#n6 ? |
I think so. @mikkorapeli-linaro FYI. |
meta-arm recipe for optee already has correct LICENSE variable set so only the checksum needs to be modified once the LICENSE.md file changes are effective in an optee version update. These changes for meta-arm master branch where optee updates are ok and likely not for scarthgap LTS branch where only bug fixes should be applied. |
Yes, Since the Commit currently being used in https://git.yoctoproject.org/meta-arm/tree/meta-arm/recipes-security/optee/optee-test_4.2.0.bb#n3 is 526d5ba, It will work fine. Got your point, Thanks. |
Yes, after release and once meta-arm maintainers update optee (or we/anyone proposes the update to meta-arm). |
Thanks @mikkorapeli-linaro @jforissier for quick response. |
Resolves #748. The BSD license text's year and copyright holder are copied from https://github.com/OP-TEE/optee_os/blob/master/LICENSE