Replies: 1 comment 1 reply
-
This is not what it says. It says: "You may NOT include the following licenses within Apache products". That means, that gcem may not distribute a copy of fluidsynth or link to it. Apache is a permissive license. LGPL is a copyleft license. You can turn a permissive license into a copyleft, but not the other way around. Additionally, we're not linking against gcem, hence there's not a single trace of gcem source-code or gcem symbol that makes it into the compiled fluidsynth binaries, since it's a pure compile-time dependency. Because of that, I am not worried at all. I'm not a lawyer either, so what do I know... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not a lawyer and this is not a legal advice, but I'm a bit concerned with the following issue:
GCEM appears to be using Apache License 2.0: https://github.com/kthohr/gcem/blob/master/LICENSE
According to Apache website (https://www.apache.org/legal/resolved.html#category-x), Apache License 2.0 is not compatible with LGPL 2.1 used by FluidSynth.
What do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions