-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix licenses in travis test and realtek lib #9488
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
While updating the file in the commit b06553f, the license was changed. This comimt restores the license back to the original one - Apache 2.0
Not permissive license
travis-ci/licence_check - this needs a fix cc @ARMmbed/mbed-os-test (I created a new internal issue for this) |
@kegilbert phoedat not needed? |
@0xc0170, thank you for your changes. |
Very much needed in 5.11.3 |
# touch ups by Kevin Atkinson | ||
# | ||
# This library is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU Lesser General Public |
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.
@0xc0170 This would be why the test didn't catch the problem.
The license string is split across lines, and has a #
in the middle of the linebreak...
This might be interesting to fix.
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.
@kegilbert Fyi.
It looks like this file isn't needed?
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.
If it's not needed we can remove, I had though Aspell was using it at the time but seems not to be.
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.
Good call on the removed file, doesn't appear to be used.
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.
Just kidding! It breaks the test, but fails silently....need to fix that.
@0xc0170 I can replace the contents of |
Yes, you can push to my branch to keep this PR up to date by removing license offenders |
Required to run with aspell and comply with license changes
e28ce74
to
ecdd1d7
Compare
CI started |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
Description
81f9cda - just a revert (the license was overwritten during lib update) @ARMmbed/team-realtek please review
32e247d - phone database contains not allowed license, reverting this file @kegilbert please review (I could not find use of this file, there is isn't it - travis fill fail?). This file not yet released.
Pull request type
Reviewers
@ARMmbed/team-realtek @kegilbert