Using GPL with Projucer

I want to publish a few plugins under the GPL licence.

I found a few threads on this forum about the GPL mode in the Projucer as well as turning of the splash screen and analytics. I tried using the flag for the GPL mode and got this warning:
#warning The flag JUCER_ENABLE_GPL_MODE has been removed
I guess that the GPL mode does not exist anymore.

I need to know how switch to the GPL mode (if it still exists) or how to turn off the splash screen and the analytics.

JUCE 8 is (dual) licensed under APLGv3 and you can publish plugins with JUCE 8 under GPLv3. The splash screen has been completely removed in JUCE 8.

2 Likes

I don’t know how I didn’t notice that. Thanks for pointing that out. So I guess I don’t need to change anything in the Projucer at all, I just need to publish the plugins under the right licence.

That is correct.