@@ -17,18 +17,17 @@ | |||||
// [BEGIN_USER_CODE_SECTION] | // [BEGIN_USER_CODE_SECTION] | ||||
/* | /* | ||||
============================================================================== | |||||
In accordance with the terms of the JUCE 5 End-Use License Agreement, the | |||||
JUCE Code in SECTION A cannot be removed, changed or otherwise rendered | |||||
ineffective unless you have a JUCE Indie or Pro license, or are using JUCE | |||||
under the GPL v3 license. | |||||
============================================================================== | |||||
End User License Agreement: www.juce.com/juce-5-licence | |||||
In accordance with the terms of the JUCE 5 End-Use License Agreement, the | |||||
JUCE Code in SECTION A cannot be removed, changed or otherwise rendered | |||||
ineffective unless you have a JUCE Indie or Pro license, or are using JUCE | |||||
under the GPL v3 license. | |||||
If you are using a GPL v3 license then you can set JUCER_ENABLE_GPL_MODE to | |||||
1 to use the Projucer without online license validation. | |||||
============================================================================== | |||||
*/ | |||||
End User License Agreement: www.juce.com/juce-5-licence | |||||
============================================================================== | |||||
*/ | |||||
// BEGIN SECTION A | // BEGIN SECTION A | ||||
@@ -47,6 +46,7 @@ | |||||
under the GPL v3 license. | under the GPL v3 license. | ||||
End User License Agreement: www.juce.com/juce-5-licence | End User License Agreement: www.juce.com/juce-5-licence | ||||
============================================================================== | ============================================================================== | ||||
*/ | */ | ||||
@@ -60,7 +60,6 @@ | |||||
#define JUCE_REPORT_APP_USAGE 0 | #define JUCE_REPORT_APP_USAGE 0 | ||||
#endif | #endif | ||||
// END SECTION A | // END SECTION A | ||||
#define JUCE_USE_DARK_SPLASH_SCREEN 1 | #define JUCE_USE_DARK_SPLASH_SCREEN 1 | ||||
@@ -407,6 +407,7 @@ private: | |||||
<< " under the GPL v3 license." << newLine | << " under the GPL v3 license." << newLine | ||||
<< newLine | << newLine | ||||
<< " End User License Agreement: www.juce.com/juce-5-licence" << newLine | << " End User License Agreement: www.juce.com/juce-5-licence" << newLine | ||||
<< newLine | |||||
<< " ==============================================================================" << newLine | << " ==============================================================================" << newLine | ||||
<< "*/" << newLine | << "*/" << newLine | ||||
<< newLine | << newLine | ||||
@@ -36,6 +36,7 @@ namespace juce | |||||
under the GPL v3 license. | under the GPL v3 license. | ||||
End User License Agreement: www.juce.com/juce-5-licence | End User License Agreement: www.juce.com/juce-5-licence | ||||
============================================================================== | ============================================================================== | ||||
*/ | */ | ||||
@@ -33,6 +33,7 @@ | |||||
under the GPL v3 license. | under the GPL v3 license. | ||||
End User License Agreement: www.juce.com/juce-5-licence | End User License Agreement: www.juce.com/juce-5-licence | ||||
============================================================================== | ============================================================================== | ||||
*/ | */ | ||||
@@ -63,12 +63,14 @@ void ResizableWindow::initialise (const bool shouldAddToDesktop) | |||||
{ | { | ||||
/* | /* | ||||
========================================================================== | ========================================================================== | ||||
In accordance with the terms of the JUCE 5 End-Use License Agreement, the | In accordance with the terms of the JUCE 5 End-Use License Agreement, the | ||||
JUCE Code in SECTION A cannot be removed, changed or otherwise rendered | JUCE Code in SECTION A cannot be removed, changed or otherwise rendered | ||||
ineffective unless you have a JUCE Indie or Pro license, or are using | ineffective unless you have a JUCE Indie or Pro license, or are using | ||||
JUCE under the GPL v3 license. | JUCE under the GPL v3 license. | ||||
End User License Agreement: www.juce.com/juce-5-licence | End User License Agreement: www.juce.com/juce-5-licence | ||||
========================================================================== | ========================================================================== | ||||
*/ | */ | ||||