Skip to content
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

Import from linux to zephyr? #23467

Closed
didi110296 opened this issue Mar 15, 2020 · 1 comment
Closed

Import from linux to zephyr? #23467

didi110296 opened this issue Mar 15, 2020 · 1 comment

Comments

@didi110296
Copy link

didi110296 commented Mar 15, 2020

Hello, I would like to import the library of a linux sensor on zephyr, is it possible? knowing that this library is under GPL license, can we use two licenses because zephyr is Apache license?
Thank you, cordially.

@carlescufi
Copy link
Member

carlescufi commented Mar 16, 2020

The Apache 2.0 license is not compatible with the GPLv2, but is compatible with the GPLv3 (but in the other direction):

https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
and:
https://www.apache.org/licenses/GPL-compatibility.html

So no, you cannot do what you propose in your question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants