Browse Source

Update licensing banners to JUCE 7

pull/22/head
Tom Poole 3 years ago
parent
commit
2ec861d99e
100 changed files with 1112 additions and 402 deletions
  1. +11
    -4
      CMakeLists.txt
  2. +23
    -6
      LICENSE.md
  3. +11
    -4
      examples/Audio/CMakeLists.txt
  4. +11
    -4
      examples/CMake/CMakeLists.txt
  5. +11
    -4
      examples/CMakeLists.txt
  6. +11
    -4
      examples/DSP/CMakeLists.txt
  7. +11
    -4
      examples/DemoRunner/CMakeLists.txt
  8. +11
    -4
      examples/DemoRunner/Source/Demos/DemoPIPs1.cpp
  9. +11
    -4
      examples/DemoRunner/Source/Demos/DemoPIPs2.cpp
  10. +11
    -4
      examples/DemoRunner/Source/Demos/IntroScreen.h
  11. +11
    -4
      examples/DemoRunner/Source/Demos/JUCEDemos.cpp
  12. +11
    -4
      examples/DemoRunner/Source/Demos/JUCEDemos.h
  13. +11
    -4
      examples/DemoRunner/Source/Main.cpp
  14. +11
    -4
      examples/DemoRunner/Source/UI/DemoContentComponent.cpp
  15. +11
    -4
      examples/DemoRunner/Source/UI/DemoContentComponent.h
  16. +11
    -4
      examples/DemoRunner/Source/UI/MainComponent.cpp
  17. +11
    -4
      examples/DemoRunner/Source/UI/MainComponent.h
  18. +11
    -4
      examples/DemoRunner/Source/UI/SettingsContent.h
  19. +11
    -4
      examples/GUI/CMakeLists.txt
  20. +11
    -4
      examples/Plugins/CMakeLists.txt
  21. +11
    -4
      examples/Utilities/CMakeLists.txt
  22. +11
    -4
      extras/AudioPerformanceTest/CMakeLists.txt
  23. +11
    -4
      extras/AudioPerformanceTest/Source/Main.cpp
  24. +11
    -4
      extras/AudioPerformanceTest/Source/MainComponent.h
  25. +11
    -4
      extras/AudioPluginHost/CMakeLists.txt
  26. +11
    -4
      extras/AudioPluginHost/Source/HostStartup.cpp
  27. +11
    -4
      extras/AudioPluginHost/Source/Plugins/ARAPlugin.cpp
  28. +11
    -4
      extras/AudioPluginHost/Source/Plugins/ARAPlugin.h
  29. +11
    -4
      extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.cpp
  30. +11
    -4
      extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.h
  31. +11
    -4
      extras/AudioPluginHost/Source/Plugins/InternalPlugins.cpp
  32. +11
    -4
      extras/AudioPluginHost/Source/Plugins/InternalPlugins.h
  33. +11
    -4
      extras/AudioPluginHost/Source/Plugins/PluginGraph.cpp
  34. +11
    -4
      extras/AudioPluginHost/Source/Plugins/PluginGraph.h
  35. +11
    -4
      extras/AudioPluginHost/Source/UI/GraphEditorPanel.cpp
  36. +11
    -4
      extras/AudioPluginHost/Source/UI/GraphEditorPanel.h
  37. +11
    -4
      extras/AudioPluginHost/Source/UI/MainHostWindow.cpp
  38. +11
    -4
      extras/AudioPluginHost/Source/UI/MainHostWindow.h
  39. +11
    -4
      extras/AudioPluginHost/Source/UI/PluginWindow.h
  40. +11
    -4
      extras/BinaryBuilder/CMakeLists.txt
  41. +11
    -4
      extras/BinaryBuilder/Source/Main.cpp
  42. +11
    -4
      extras/Build/CMake/JUCECheckAtomic.cmake
  43. +11
    -4
      extras/Build/CMake/JUCEHelperTargets.cmake
  44. +11
    -4
      extras/Build/CMake/JUCEModuleSupport.cmake
  45. +11
    -4
      extras/Build/CMake/JUCEUtils.cmake
  46. +11
    -4
      extras/Build/CMake/checkBundleSigning.cmake
  47. +11
    -4
      extras/Build/CMake/copyDir.cmake
  48. +11
    -4
      extras/Build/CMake/juce_runtime_arch_detection.cpp
  49. +11
    -4
      extras/Build/CMakeLists.txt
  50. +11
    -4
      extras/Build/juce_build_tools/juce_build_tools.cpp
  51. +11
    -4
      extras/Build/juce_build_tools/juce_build_tools.h
  52. +11
    -4
      extras/Build/juce_build_tools/utils/juce_BinaryResourceFile.cpp
  53. +11
    -4
      extras/Build/juce_build_tools/utils/juce_BinaryResourceFile.h
  54. +11
    -4
      extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.cpp
  55. +11
    -4
      extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.h
  56. +11
    -4
      extras/Build/juce_build_tools/utils/juce_CppTokeniserFunctions.cpp
  57. +11
    -4
      extras/Build/juce_build_tools/utils/juce_Entitlements.cpp
  58. +11
    -4
      extras/Build/juce_build_tools/utils/juce_Entitlements.h
  59. +11
    -4
      extras/Build/juce_build_tools/utils/juce_Icons.cpp
  60. +11
    -4
      extras/Build/juce_build_tools/utils/juce_Icons.h
  61. +11
    -4
      extras/Build/juce_build_tools/utils/juce_PlistOptions.cpp
  62. +11
    -4
      extras/Build/juce_build_tools/utils/juce_PlistOptions.h
  63. +11
    -4
      extras/Build/juce_build_tools/utils/juce_ProjectType.h
  64. +11
    -4
      extras/Build/juce_build_tools/utils/juce_RelativePath.h
  65. +11
    -4
      extras/Build/juce_build_tools/utils/juce_ResourceFileHelpers.cpp
  66. +11
    -4
      extras/Build/juce_build_tools/utils/juce_ResourceFileHelpers.h
  67. +11
    -4
      extras/Build/juce_build_tools/utils/juce_ResourceRc.cpp
  68. +11
    -4
      extras/Build/juce_build_tools/utils/juce_ResourceRc.h
  69. +11
    -4
      extras/Build/juce_build_tools/utils/juce_VersionNumbers.cpp
  70. +11
    -4
      extras/Build/juce_build_tools/utils/juce_VersionNumbers.h
  71. +11
    -4
      extras/Build/juceaide/CMakeLists.txt
  72. +11
    -4
      extras/Build/juceaide/Main.cpp
  73. +11
    -4
      extras/CMakeLists.txt
  74. +11
    -4
      extras/NetworkGraphicsDemo/CMakeLists.txt
  75. +11
    -4
      extras/NetworkGraphicsDemo/Source/ClientComponent.h
  76. +11
    -4
      extras/NetworkGraphicsDemo/Source/Demos.h
  77. +11
    -4
      extras/NetworkGraphicsDemo/Source/Main.cpp
  78. +11
    -4
      extras/NetworkGraphicsDemo/Source/MasterComponent.h
  79. +11
    -4
      extras/NetworkGraphicsDemo/Source/SharedCanvas.h
  80. +11
    -4
      extras/Projucer/CMakeLists.txt
  81. +11
    -4
      extras/Projucer/Source/Application/StartPage/jucer_ContentComponents.h
  82. +11
    -4
      extras/Projucer/Source/Application/StartPage/jucer_NewProjectTemplates.h
  83. +11
    -4
      extras/Projucer/Source/Application/StartPage/jucer_NewProjectWizard.cpp
  84. +11
    -4
      extras/Projucer/Source/Application/StartPage/jucer_NewProjectWizard.h
  85. +11
    -4
      extras/Projucer/Source/Application/StartPage/jucer_StartPageComponent.cpp
  86. +11
    -4
      extras/Projucer/Source/Application/StartPage/jucer_StartPageComponent.h
  87. +11
    -4
      extras/Projucer/Source/Application/StartPage/jucer_StartPageTreeHolder.h
  88. +11
    -4
      extras/Projucer/Source/Application/UserAccount/jucer_LicenseController.h
  89. +11
    -4
      extras/Projucer/Source/Application/UserAccount/jucer_LicenseQueryThread.h
  90. +11
    -4
      extras/Projucer/Source/Application/UserAccount/jucer_LicenseState.h
  91. +11
    -4
      extras/Projucer/Source/Application/UserAccount/jucer_LoginFormComponent.h
  92. +11
    -4
      extras/Projucer/Source/Application/Windows/jucer_AboutWindowComponent.h
  93. +11
    -4
      extras/Projucer/Source/Application/Windows/jucer_EditorColourSchemeWindowComponent.h
  94. +11
    -4
      extras/Projucer/Source/Application/Windows/jucer_FloatingToolWindow.h
  95. +11
    -4
      extras/Projucer/Source/Application/Windows/jucer_GlobalPathsWindowComponent.h
  96. +11
    -4
      extras/Projucer/Source/Application/Windows/jucer_PIPCreatorWindowComponent.h
  97. +11
    -4
      extras/Projucer/Source/Application/Windows/jucer_SVGPathDataWindowComponent.h
  98. +11
    -4
      extras/Projucer/Source/Application/Windows/jucer_TranslationToolWindowComponent.h
  99. +11
    -4
      extras/Projucer/Source/Application/Windows/jucer_UTF8WindowComponent.h
  100. +11
    -4
      extras/Projucer/Source/Application/jucer_Application.cpp

+ 11
- 4
CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 23
- 6
LICENSE.md View File

@@ -1,12 +1,24 @@
# The JUCE Library

This distribution is the JUCE 7 technical preview.
Copyright (c) 2022 - Raw Material Software Limited
**BY DOWNLOADING, INSTALLING OR USING ANY PART OF THE JUCE LIBRARY, YOU AGREE
TO THE [JUCE 7 END-USER LICENSE AGREEMENT](https://www.juce.com/juce-7-licence)
AND THE [JUCE PRIVACY POLICY](https://www.juce.com/juce-privacy-policy), WHICH
ARE BINDING AGREEMENTS BETWEEN YOU AND RAW MATERIAL SOFTWARE LIMITED. IF YOU DO
NOT AGREE TO THE TERMS, DO NOT USE THE JUCE LIBRARY.**

You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).

For the technical preview JUCE cannot be licensed commercially.
JUCE has tier-leveled license terms, with different terms for each available
license: JUCE Personal (for developers or startup businesses with revenue under
the 50K USD Revenue Limit; free), JUCE Indie (for small businesses with under
500K USD Revenue Limit; $40/month), JUCE Pro (no Revenue Limit; $130/month),
and JUCE Educational (no Revenue Limit; free for bona fide educational
institutions). All licenses allow you to commercially release applications as
long as you do not exceed the Revenue Limit and pay the applicable Fees. Once
your business hits the Revenue Limit for your JUCE license tier, to continue
distributing your Applications you will either have to upgrade your JUCE
license, or instead release your Applications under the
[GNU General Public License v.3](https://www.gnu.org/licenses/gpl-3.0.en.html),
which means, amongst other things, that you must make the source code of your
Applications available.

JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING WARRANTY OF MERCHANTABILITY AND FITNESS FOR A
@@ -18,3 +30,8 @@ license](http://www.isc.org/downloads/software-support-policy/isc-license).

For more information, visit the website:
[www.juce.com](https://www.juce.com)

FULL JUCE TERMS:
- [JUCE 7 END-USER LICENSE AGREEMENT](https://www.juce.com/juce-7-licence)
- [JUCE PRIVACY POLICY](https://www.juce.com/juce-privacy-policy)


+ 11
- 4
examples/Audio/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
examples/CMake/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
examples/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
examples/DSP/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
examples/DemoRunner/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
examples/GUI/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
examples/Plugins/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
examples/Utilities/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/AudioPerformanceTest/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/AudioPluginHost/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/AudioPluginHost/Source/Plugins/ARAPlugin.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/AudioPluginHost/Source/Plugins/ARAPlugin.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/BinaryBuilder/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/CMake/JUCECheckAtomic.cmake View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/CMake/JUCEHelperTargets.cmake View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/CMake/JUCEModuleSupport.cmake View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/CMake/JUCEUtils.cmake View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/CMake/checkBundleSigning.cmake View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/CMake/copyDir.cmake View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/CMake/juce_runtime_arch_detection.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/juce_build_tools.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/juce_build_tools.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_BinaryResourceFile.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_BinaryResourceFile.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_CppTokeniserFunctions.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_Entitlements.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_Entitlements.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_Icons.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_Icons.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_PlistOptions.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_PlistOptions.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_ProjectType.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_RelativePath.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_ResourceFileHelpers.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_ResourceFileHelpers.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_ResourceRc.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_ResourceRc.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_VersionNumbers.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juce_build_tools/utils/juce_VersionNumbers.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juceaide/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Build/juceaide/Main.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/NetworkGraphicsDemo/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/NetworkGraphicsDemo/Source/ClientComponent.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Projucer/CMakeLists.txt View File

@@ -1,12 +1,19 @@
# ==============================================================================
#
# This file is part of the JUCE 7 technical preview.
# This file is part of the JUCE library.
# Copyright (c) 2022 - Raw Material Software Limited
#
# You may use this code under the terms of the GPL v3
# (see www.gnu.org/licenses).
# JUCE is an open source library subject to commercial or open-source
# licensing.
#
# For the technical preview this file cannot be licensed commercially.
# By using JUCE, you agree to the terms of both the JUCE 7 End-User License
# Agreement and JUCE Privacy Policy.
#
# End User License Agreement: www.juce.com/juce-7-licence
# Privacy Policy: www.juce.com/juce-privacy-policy
#
# Or: You may also use this code under the terms of the GPL v3 (see
# www.gnu.org/licenses).
#
# JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
# EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Projucer/Source/Application/StartPage/jucer_ContentComponents.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Projucer/Source/Application/StartPage/jucer_NewProjectTemplates.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Projucer/Source/Application/StartPage/jucer_NewProjectWizard.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Projucer/Source/Application/StartPage/jucer_NewProjectWizard.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Projucer/Source/Application/StartPage/jucer_StartPageComponent.cpp View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Projucer/Source/Application/StartPage/jucer_StartPageComponent.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Projucer/Source/Application/StartPage/jucer_StartPageTreeHolder.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Projucer/Source/Application/UserAccount/jucer_LicenseController.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Projucer/Source/Application/UserAccount/jucer_LicenseQueryThread.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Projucer/Source/Application/UserAccount/jucer_LicenseState.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


+ 11
- 4
extras/Projucer/Source/Application/UserAccount/jucer_LoginFormComponent.h View File

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE


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

@@ -1,13 +1,20 @@
/*
==============================================================================
This file is part of the JUCE 7 technical preview.
This file is part of the JUCE library.
Copyright (c) 2022 - Raw Material Software Limited
You may use this code under the terms of the GPL v3
(see www.gnu.org/licenses).
JUCE is an open source library subject to commercial or open-source
licensing.
For the technical preview this file cannot be licensed commercially.
By using JUCE, you agree to the terms of both the JUCE 7 End-User License
Agreement and JUCE Privacy Policy.
End User License Agreement: www.juce.com/juce-7-licence
Privacy Policy: www.juce.com/juce-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
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