Browse Source

Copyrights: Update commercial/gpl headers to be gpl-only

tags/2021-05-28
reuk 5 years ago
parent
commit
327f817b9b
100 changed files with 400 additions and 1200 deletions
  1. +4
    -12
      examples/DemoRunner/Source/Demos/DemoPIPs1.cpp
  2. +4
    -12
      examples/DemoRunner/Source/Demos/DemoPIPs2.cpp
  3. +4
    -12
      examples/DemoRunner/Source/Demos/IntroScreen.h
  4. +4
    -12
      examples/DemoRunner/Source/Demos/JUCEDemos.cpp
  5. +4
    -12
      examples/DemoRunner/Source/Demos/JUCEDemos.h
  6. +4
    -12
      examples/DemoRunner/Source/Main.cpp
  7. +4
    -12
      examples/DemoRunner/Source/UI/DemoContentComponent.cpp
  8. +4
    -12
      examples/DemoRunner/Source/UI/DemoContentComponent.h
  9. +4
    -12
      examples/DemoRunner/Source/UI/MainComponent.cpp
  10. +4
    -12
      examples/DemoRunner/Source/UI/MainComponent.h
  11. +4
    -12
      examples/DemoRunner/Source/UI/SettingsContent.h
  12. +4
    -12
      extras/AudioPerformanceTest/Builds/Android/app/src/main/java/com/juce/audioperformancetest/AudioPerformanceTest.java
  13. +4
    -12
      extras/AudioPerformanceTest/Builds/Android/app/src/main/java/com/juce/audioperformancetest/SharingContentProvider.java
  14. +4
    -12
      extras/AudioPerformanceTest/Source/Main.cpp
  15. +4
    -12
      extras/AudioPerformanceTest/Source/MainComponent.h
  16. +4
    -12
      extras/AudioPluginHost/Source/HostStartup.cpp
  17. +4
    -12
      extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.cpp
  18. +4
    -12
      extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.h
  19. +4
    -12
      extras/AudioPluginHost/Source/Plugins/InternalPlugins.cpp
  20. +4
    -12
      extras/AudioPluginHost/Source/Plugins/InternalPlugins.h
  21. +4
    -12
      extras/AudioPluginHost/Source/Plugins/PluginGraph.cpp
  22. +4
    -12
      extras/AudioPluginHost/Source/Plugins/PluginGraph.h
  23. +4
    -12
      extras/AudioPluginHost/Source/UI/GraphEditorPanel.cpp
  24. +4
    -12
      extras/AudioPluginHost/Source/UI/GraphEditorPanel.h
  25. +4
    -12
      extras/AudioPluginHost/Source/UI/MainHostWindow.cpp
  26. +4
    -12
      extras/AudioPluginHost/Source/UI/MainHostWindow.h
  27. +4
    -12
      extras/AudioPluginHost/Source/UI/PluginWindow.h
  28. +4
    -12
      extras/BinaryBuilder/Source/Main.cpp
  29. +4
    -12
      extras/NetworkGraphicsDemo/Builds/Android/app/src/main/java/com/juce/networkgraphicsdemo/JUCENetworkGraphicsDemo.java
  30. +4
    -12
      extras/NetworkGraphicsDemo/Builds/Android/app/src/main/java/com/juce/networkgraphicsdemo/SharingContentProvider.java
  31. +4
    -12
      extras/NetworkGraphicsDemo/Source/Demos.h
  32. +4
    -12
      extras/NetworkGraphicsDemo/Source/Main.cpp
  33. +4
    -12
      extras/NetworkGraphicsDemo/Source/MasterComponent.h
  34. +4
    -12
      extras/NetworkGraphicsDemo/Source/SharedCanvas.h
  35. +4
    -12
      extras/NetworkGraphicsDemo/Source/SlaveComponent.h
  36. +4
    -12
      extras/Projucer/Source/Application/Windows/jucer_AboutWindowComponent.h
  37. +4
    -12
      extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h
  38. +4
    -12
      extras/Projucer/Source/Application/Windows/jucer_EditorColourSchemeWindowComponent.h
  39. +4
    -12
      extras/Projucer/Source/Application/Windows/jucer_FloatingToolWindow.h
  40. +4
    -12
      extras/Projucer/Source/Application/Windows/jucer_GlobalPathsWindowComponent.h
  41. +4
    -12
      extras/Projucer/Source/Application/Windows/jucer_PIPCreatorWindowComponent.h
  42. +4
    -12
      extras/Projucer/Source/Application/Windows/jucer_SVGPathDataWindowComponent.h
  43. +4
    -12
      extras/Projucer/Source/Application/Windows/jucer_TranslationToolWindowComponent.h
  44. +4
    -12
      extras/Projucer/Source/Application/Windows/jucer_UTF8WindowComponent.h
  45. +4
    -12
      extras/Projucer/Source/Application/jucer_Application.cpp
  46. +4
    -12
      extras/Projucer/Source/Application/jucer_Application.h
  47. +4
    -12
      extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
  48. +4
    -12
      extras/Projucer/Source/Application/jucer_AutoUpdater.h
  49. +4
    -12
      extras/Projucer/Source/Application/jucer_CommandIDs.h
  50. +4
    -12
      extras/Projucer/Source/Application/jucer_CommandLine.cpp
  51. +4
    -12
      extras/Projucer/Source/Application/jucer_CommandLine.h
  52. +4
    -12
      extras/Projucer/Source/Application/jucer_CommonHeaders.h
  53. +4
    -12
      extras/Projucer/Source/Application/jucer_Headers.h
  54. +4
    -12
      extras/Projucer/Source/Application/jucer_Main.cpp
  55. +4
    -12
      extras/Projucer/Source/Application/jucer_MainWindow.cpp
  56. +4
    -12
      extras/Projucer/Source/Application/jucer_MainWindow.h
  57. +4
    -12
      extras/Projucer/Source/Application/jucer_ProjucerAnalytics.cpp
  58. +4
    -12
      extras/Projucer/Source/Application/jucer_ProjucerAnalytics.h
  59. +4
    -12
      extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.cpp
  60. +4
    -12
      extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.h
  61. +4
    -12
      extras/Projucer/Source/CodeEditor/jucer_ItemPreviewComponent.h
  62. +4
    -12
      extras/Projucer/Source/CodeEditor/jucer_LiveBuildCodeEditor.h
  63. +4
    -12
      extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.cpp
  64. +4
    -12
      extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.h
  65. +4
    -12
      extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.cpp
  66. +4
    -12
      extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.h
  67. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_ButtonHandler.h
  68. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_ComboBoxHandler.h
  69. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentNameProperty.h
  70. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.cpp
  71. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.h
  72. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentUndoableAction.h
  73. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_GenericComponentHandler.h
  74. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_GroupComponentHandler.h
  75. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_HyperlinkButtonHandler.h
  76. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_ImageButtonHandler.h
  77. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_JucerComponentHandler.h
  78. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_LabelHandler.h
  79. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_SliderHandler.h
  80. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_TabbedComponentHandler.h
  81. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_TextButtonHandler.h
  82. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_TextEditorHandler.h
  83. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_ToggleButtonHandler.h
  84. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_TreeViewHandler.h
  85. +4
    -12
      extras/Projucer/Source/ComponentEditor/Components/jucer_ViewportHandler.h
  86. +4
    -12
      extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.cpp
  87. +4
    -12
      extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.h
  88. +4
    -12
      extras/Projucer/Source/ComponentEditor/Documents/jucer_ComponentDocument.cpp
  89. +4
    -12
      extras/Projucer/Source/ComponentEditor/Documents/jucer_ComponentDocument.h
  90. +4
    -12
      extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ColouredElement.cpp
  91. +4
    -12
      extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ColouredElement.h
  92. +4
    -12
      extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ElementSiblingComponent.h
  93. +4
    -12
      extras/Projucer/Source/ComponentEditor/PaintElements/jucer_FillType.h
  94. +4
    -12
      extras/Projucer/Source/ComponentEditor/PaintElements/jucer_GradientPointComponent.h
  95. +4
    -12
      extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ImageResourceProperty.h
  96. +4
    -12
      extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElement.cpp
  97. +4
    -12
      extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElement.h
  98. +4
    -12
      extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementEllipse.h
  99. +4
    -12
      extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.cpp
  100. +4
    -12
      extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.h

+ 4
- 12
examples/DemoRunner/Source/Demos/DemoPIPs1.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
examples/DemoRunner/Source/Demos/DemoPIPs2.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
examples/DemoRunner/Source/Demos/IntroScreen.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
examples/DemoRunner/Source/Demos/JUCEDemos.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
examples/DemoRunner/Source/Demos/JUCEDemos.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
examples/DemoRunner/Source/Main.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
examples/DemoRunner/Source/UI/DemoContentComponent.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
examples/DemoRunner/Source/UI/DemoContentComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
examples/DemoRunner/Source/UI/MainComponent.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
examples/DemoRunner/Source/UI/MainComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
examples/DemoRunner/Source/UI/SettingsContent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPerformanceTest/Builds/Android/app/src/main/java/com/juce/audioperformancetest/AudioPerformanceTest.java View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPerformanceTest/Builds/Android/app/src/main/java/com/juce/audioperformancetest/SharingContentProvider.java View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPerformanceTest/Source/Main.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPerformanceTest/Source/MainComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPluginHost/Source/HostStartup.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPluginHost/Source/Plugins/InternalPlugins.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPluginHost/Source/Plugins/InternalPlugins.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPluginHost/Source/Plugins/PluginGraph.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPluginHost/Source/Plugins/PluginGraph.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPluginHost/Source/UI/GraphEditorPanel.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPluginHost/Source/UI/GraphEditorPanel.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPluginHost/Source/UI/MainHostWindow.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPluginHost/Source/UI/MainHostWindow.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/AudioPluginHost/Source/UI/PluginWindow.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/BinaryBuilder/Source/Main.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/NetworkGraphicsDemo/Builds/Android/app/src/main/java/com/juce/networkgraphicsdemo/JUCENetworkGraphicsDemo.java View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/NetworkGraphicsDemo/Builds/Android/app/src/main/java/com/juce/networkgraphicsdemo/SharingContentProvider.java View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/NetworkGraphicsDemo/Source/Demos.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/NetworkGraphicsDemo/Source/Main.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/NetworkGraphicsDemo/Source/MasterComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/NetworkGraphicsDemo/Source/SharedCanvas.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/NetworkGraphicsDemo/Source/SlaveComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/Windows/jucer_AboutWindowComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/Windows/jucer_EditorColourSchemeWindowComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/Windows/jucer_FloatingToolWindow.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/Windows/jucer_GlobalPathsWindowComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/Windows/jucer_PIPCreatorWindowComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/Windows/jucer_SVGPathDataWindowComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/Windows/jucer_TranslationToolWindowComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/Windows/jucer_UTF8WindowComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_Application.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_Application.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_AutoUpdater.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_AutoUpdater.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_CommandIDs.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_CommandLine.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_CommandLine.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_CommonHeaders.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_Headers.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_Main.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_MainWindow.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_MainWindow.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_ProjucerAnalytics.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/Application/jucer_ProjucerAnalytics.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/CodeEditor/jucer_ItemPreviewComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/CodeEditor/jucer_LiveBuildCodeEditor.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_ButtonHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_ComboBoxHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentNameProperty.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentUndoableAction.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_GenericComponentHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_GroupComponentHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_HyperlinkButtonHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_ImageButtonHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_JucerComponentHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_LabelHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_SliderHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_TabbedComponentHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_TextButtonHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_TextEditorHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_ToggleButtonHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_TreeViewHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Components/jucer_ViewportHandler.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Documents/jucer_ComponentDocument.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/Documents/jucer_ComponentDocument.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ColouredElement.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ColouredElement.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ElementSiblingComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/PaintElements/jucer_FillType.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/PaintElements/jucer_GradientPointComponent.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ImageResourceProperty.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElement.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElement.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementEllipse.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.cpp View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 4
- 12
extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.h View File

@@ -1,21 +1,13 @@
/*
==============================================================================
This file is part of the JUCE library.
This file is part of the JUCE 6 technical preview.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
For this technical preview, this file is not subject to commercial licensing.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save