-
Couldn't load subscription status.
- Fork 762
Add instructions on how use Slint GPL in permissive licensed projects #8880
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
base: master
Are you sure you want to change the base?
Conversation
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.
Looks overall good to me, but I'm unsure about the structure bit.
FAQ.md
Outdated
|
|
||
| #### How to Structure Your Project | ||
|
|
||
| Try to keep your GPL-dependent code (e.g., UI layer using Slint) separate from core logic. |
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.
What's the motivation for this structure? I mean, the files in ui/ also don't have to be GPL licensed. I'd leave out this structure bit TBH.
FAQ.md
Outdated
| It uses the Slint toolkit under the terms of the GNU General Public License v3.0 (GPLv3). | ||
| By linking with Slint, the resulting binary is subject to GPLv3. |
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.
How about mentioning the case that it can also be used under the royalty free license?
Eg (need rewording)
It uses the Slint toolkit which is licensed under the GNU General Public License v3.0 (GPLv3) or it's own rotyalty free license.
By linking with Slint, the resulting binary is subject to either GPLv3 or the Slint royalty free license.
FAQ.md
Outdated
| 2. [GNU GPLv3](LICENSES/GPL-3.0-only.txt), | ||
| 3. [Paid license](LICENSES/LicenseRef-Slint-Software-3.0.md). | ||
|
|
||
| ### Using Slint (GPL) in Permissively Licensed Open Source Projects |
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.
| ### Using Slint (GPL) in Permissively Licensed Open Source Projects | |
| ### Using Slint in Permissively Licensed Open Source Projects |
I think the question people ask is how to use Slint in their project, not specifically about the GPL
(But other things needs to be reworded about it)
format table correctly
try to reduce text in the table
No description provided.