-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I think this is just a shortcut. GPL-compatible licenses like MIT or Apache are more permissive than the GPL. But since the binary includes Slint, it must follow the GPL rules. So, when we say "Must be GPLv3," we mean the binary can't be MIT, because MIT would let someone patch the binary and add features without releasing the source code, which breaks Slint's GPL. That said, licensing the binary under the AGPL is fine because Section 6 of the GPLv3 allows it. I don’t know enough about the EUPL, but I think it’s okay too since the EUPL has rules that say it’s compatible with the GPL. |
Beta Was this translation helpful? Give feedback.

I think this is just a shortcut. GPL-compatible licenses like MIT or Apache are more permissive than the GPL. But since the binary includes Slint, it must follow the GPL rules. So, when we say "Must be GPLv3," we mean the binary can't be MIT, because MIT would let someone patch the binary and add features without releasing the source code, which breaks Slint's GPL.
That said, licensing the binary under the AGPL is fine because Section 6 of the GPLv3 allows it.
I don’t know enough about the EUPL, but I think it’s okay too since the EUPL has rules that say it’s compatible with the GPL.