-
If I develop in open source, and sell some of my embedded hardware with slint in its software, do I need to pay? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you're selling hardware with open-source software, it’s fine as long as you follow the GPLv3 rules, which mainly say that users must be able to replace the software with their own modified version. As long as the software is open-source and you don't block users from modifying or swapping it, you don't need to pay. The GPL license quite famous, so you can easily find resources to help you understand. But don't hesitate to ask if you have more questions. |
Beta Was this translation helpful? Give feedback.
If you're selling hardware with open-source software, it’s fine as long as you follow the GPLv3 rules, which mainly say that users must be able to replace the software with their own modified version. As long as the software is open-source and you don't block users from modifying or swapping it, you don't need to pay. The GPL license quite famous, so you can easily find resources to help you understand. But don't hesitate to ask if you have more questions.