Browse Source

Whitespace tidy up

tags/2021-05-28
tpoole 7 years ago
parent
commit
71bd8f6bed
5 changed files with 15 additions and 11 deletions
  1. +10
    -11
      extras/Projucer/JuceLibraryCode/AppConfig.h
  2. +1
    -0
      extras/Projucer/Source/ProjectSaving/jucer_ProjectSaver.h
  3. +1
    -0
      modules/juce_gui_basics/misc/juce_JUCESplashScreen.cpp
  4. +1
    -0
      modules/juce_gui_basics/misc/juce_JUCESplashScreen.h
  5. +2
    -0
      modules/juce_gui_basics/windows/juce_ResizableWindow.cpp

+ 10
- 11
extras/Projucer/JuceLibraryCode/AppConfig.h View File

@@ -17,18 +17,17 @@
// [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
@@ -47,6 +46,7 @@
under the GPL v3 license.
End User License Agreement: www.juce.com/juce-5-licence
==============================================================================
*/
@@ -60,7 +60,6 @@
#define JUCE_REPORT_APP_USAGE 0
#endif
// END SECTION A
#define JUCE_USE_DARK_SPLASH_SCREEN 1


+ 1
- 0
extras/Projucer/Source/ProjectSaving/jucer_ProjectSaver.h View File

@@ -407,6 +407,7 @@ private:
<< " under the GPL v3 license." << newLine
<< newLine
<< " End User License Agreement: www.juce.com/juce-5-licence" << newLine
<< newLine
<< " ==============================================================================" << newLine
<< "*/" << newLine
<< newLine


+ 1
- 0
modules/juce_gui_basics/misc/juce_JUCESplashScreen.cpp View File

@@ -36,6 +36,7 @@ namespace juce
under the GPL v3 license.
End User License Agreement: www.juce.com/juce-5-licence
==============================================================================
*/


+ 1
- 0
modules/juce_gui_basics/misc/juce_JUCESplashScreen.h View File

@@ -33,6 +33,7 @@
under the GPL v3 license.
End User License Agreement: www.juce.com/juce-5-licence
==============================================================================
*/


+ 2
- 0
modules/juce_gui_basics/windows/juce_ResizableWindow.cpp View File

@@ -63,12 +63,14 @@ void ResizableWindow::initialise (const bool shouldAddToDesktop)
{
/*
==========================================================================
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
==========================================================================
*/


Loading…
Cancel
Save