-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Apache License v2.0 compat question #15857
Comments
See: https://www.apache.org/legal/resolved.html#category-x But it looks to be possible to add Apache 2.0 licensed code into GPLv3 licensed project. In that case, the author probably only has to follow some Apache 2.0 rules which are not necessary for GPLv3 code. https://www.apache.org/licenses/GPL-compatibility.html So if it is LGPLv2 or later, it can be upgraded to LGPLv3 and everything should be fine for sure. It looks like adding Apache 2.0 code into LGPL 2.1 project as a separate file should be also fine. Looks like Apache 2.0 is more strict in some points, but not in conflict with LGPL 2.1 requirements. |
Looks like this is needed to be applied to Apache 2.0 to be compatible with GPL v2 -> https://spdx.org/licenses/LLVM-exception.html By my understanding, if the license is ok with GPL v2, it is ok with LGPL v2 and similar for GPL and LGPL v3. (because LGPL are the same as GPL, only with added linking exception/permission). |
Does this even apply? It's media files and not code we link, load or include. |
Originally posted in #15254 (comment)
The text was updated successfully, but these errors were encountered: