What kind of plugin needs to follow the GPL licensing.
As long as musescore is imported into the plugin, does it need to follow the GPL licensing ?For example, in my plugin example, does it have to follow the GPL protocol. Can introducing QT alone not follow GPL?
Comments
https://www.gnu.org/licenses/gpl-faq.en.html
Not a lawyer.
These alone will not mandate GPL :
Must use GPL when both are true:
Freedom to use dual license
If the old code bits continue to work without your new code bits, you use GPL for that old code bits, and are free to choose a separate license for your new code bits. Like you created two independent programs.
In reply to https://www.gnu.org/licenses… by msfp
Thank you for your answer. If I use a large number of Musescore Plugins APIs and disseminate them to the public. However, this plugin only modifies the content of the music score (MSCZ) and does not affect the normal operation of the Musescore software at all. Is this plugin generally required to comply with GPL?
For imported code you need to adhere to its licensing but for your own code you can use whatever license suits you, including copyleft.
See https://www.gnu.org/licenses/license-list.html
Some plugin developers write their own license.