1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Replaced all references to ROLI with Raw Material Software and regenerated all bytecode

This commit is contained in:
Tom Poole 2020-04-23 14:28:44 +01:00
parent 894e7d2bd2
commit 6cb75d9d2c
124 changed files with 1381 additions and 8445 deletions

View file

@ -724,7 +724,9 @@ Result Project::saveResourcesOnly()
bool Project::hasIncompatibleLicenseTypeAndSplashScreenSetting() const
{
auto companyName = companyNameValue.get().toString();
auto isJUCEProject = (companyName == "ROLI Ltd." || companyName == "JUCE");
auto isJUCEProject = (companyName == "Raw Material Software Limited"
|| companyName == "JUCE"
|| companyName == "ROLI Ltd.");
return ! ProjucerApplication::getApp().isRunningCommandLine && ! isJUCEProject && ! shouldDisplaySplashScreen()
&& ! ProjucerApplication::getApp().getLicenseController().getCurrentState().isPaidOrGPL();