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:
parent
894e7d2bd2
commit
6cb75d9d2c
124 changed files with 1381 additions and 8445 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue