Browse Source

Update copyright banners

pull/22/head
Tom Poole 3 years ago
parent
commit
dea3fe60e4
100 changed files with 185 additions and 341 deletions
  1. +5
    -12
      CMakeLists.txt
  2. +6
    -22
      LICENSE.md
  3. +1
    -1
      examples/Assets/AudioLiveScrollingDisplay.h
  4. +1
    -1
      examples/Assets/DSPDemos_Common.h
  5. +1
    -1
      examples/Assets/DemoUtilities.h
  6. +1
    -1
      examples/Assets/WavefrontObjParser.h
  7. +1
    -1
      examples/Audio/AudioAppDemo.h
  8. +1
    -1
      examples/Audio/AudioLatencyDemo.h
  9. +1
    -1
      examples/Audio/AudioPlaybackDemo.h
  10. +1
    -1
      examples/Audio/AudioRecordingDemo.h
  11. +1
    -1
      examples/Audio/AudioSettingsDemo.h
  12. +1
    -1
      examples/Audio/AudioSynthesiserDemo.h
  13. +5
    -12
      examples/Audio/CMakeLists.txt
  14. +1
    -1
      examples/Audio/MPEDemo.h
  15. +1
    -1
      examples/Audio/MidiDemo.h
  16. +1
    -1
      examples/Audio/PluckedStringsDemo.h
  17. +1
    -1
      examples/Audio/SimpleFFTDemo.h
  18. +5
    -12
      examples/CMake/CMakeLists.txt
  19. +5
    -12
      examples/CMakeLists.txt
  20. +5
    -12
      examples/DSP/CMakeLists.txt
  21. +1
    -1
      examples/DSP/ConvolutionDemo.h
  22. +1
    -1
      examples/DSP/FIRFilterDemo.h
  23. +1
    -1
      examples/DSP/GainDemo.h
  24. +1
    -1
      examples/DSP/IIRFilterDemo.h
  25. +1
    -1
      examples/DSP/OscillatorDemo.h
  26. +1
    -1
      examples/DSP/OverdriveDemo.h
  27. +1
    -1
      examples/DSP/SIMDRegisterDemo.h
  28. +1
    -1
      examples/DSP/StateVariableFilterDemo.h
  29. +1
    -1
      examples/DSP/WaveShaperTanhDemo.h
  30. +5
    -12
      examples/DemoRunner/CMakeLists.txt
  31. +5
    -12
      examples/DemoRunner/Source/Demos/DemoPIPs1.cpp
  32. +5
    -12
      examples/DemoRunner/Source/Demos/DemoPIPs2.cpp
  33. +5
    -12
      examples/DemoRunner/Source/Demos/IntroScreen.h
  34. +5
    -12
      examples/DemoRunner/Source/Demos/JUCEDemos.cpp
  35. +5
    -12
      examples/DemoRunner/Source/Demos/JUCEDemos.h
  36. +5
    -12
      examples/DemoRunner/Source/Main.cpp
  37. +5
    -12
      examples/DemoRunner/Source/UI/DemoContentComponent.cpp
  38. +5
    -12
      examples/DemoRunner/Source/UI/DemoContentComponent.h
  39. +5
    -12
      examples/DemoRunner/Source/UI/MainComponent.cpp
  40. +5
    -12
      examples/DemoRunner/Source/UI/MainComponent.h
  41. +5
    -12
      examples/DemoRunner/Source/UI/SettingsContent.h
  42. +1
    -1
      examples/GUI/AccessibilityDemo.h
  43. +1
    -1
      examples/GUI/AnimationAppDemo.h
  44. +1
    -1
      examples/GUI/AnimationDemo.h
  45. +1
    -1
      examples/GUI/BouncingBallWavetableDemo.h
  46. +5
    -12
      examples/GUI/CMakeLists.txt
  47. +1
    -1
      examples/GUI/CameraDemo.h
  48. +1
    -1
      examples/GUI/CodeEditorDemo.h
  49. +1
    -1
      examples/GUI/ComponentDemo.h
  50. +1
    -1
      examples/GUI/ComponentTransformsDemo.h
  51. +1
    -1
      examples/GUI/DialogsDemo.h
  52. +1
    -1
      examples/GUI/FlexBoxDemo.h
  53. +1
    -1
      examples/GUI/FontsDemo.h
  54. +1
    -1
      examples/GUI/GraphicsDemo.h
  55. +1
    -1
      examples/GUI/GridDemo.h
  56. +1
    -1
      examples/GUI/HelloWorldDemo.h
  57. +1
    -1
      examples/GUI/ImagesDemo.h
  58. +1
    -1
      examples/GUI/KeyMappingsDemo.h
  59. +1
    -1
      examples/GUI/LookAndFeelDemo.h
  60. +1
    -1
      examples/GUI/MDIDemo.h
  61. +1
    -1
      examples/GUI/MenusDemo.h
  62. +1
    -1
      examples/GUI/MultiTouchDemo.h
  63. +1
    -1
      examples/GUI/OpenGLAppDemo.h
  64. +1
    -1
      examples/GUI/OpenGLDemo.h
  65. +1
    -1
      examples/GUI/OpenGLDemo2D.h
  66. +1
    -1
      examples/GUI/PropertiesDemo.h
  67. +1
    -1
      examples/GUI/VideoDemo.h
  68. +1
    -1
      examples/GUI/WebBrowserDemo.h
  69. +1
    -1
      examples/GUI/WidgetsDemo.h
  70. +1
    -1
      examples/GUI/WindowsDemo.h
  71. +1
    -1
      examples/Plugins/AUv3SynthPluginDemo.h
  72. +1
    -1
      examples/Plugins/ArpeggiatorPluginDemo.h
  73. +1
    -1
      examples/Plugins/AudioPluginDemo.h
  74. +5
    -12
      examples/Plugins/CMakeLists.txt
  75. +1
    -1
      examples/Plugins/DSPModulePluginDemo.h
  76. +1
    -1
      examples/Plugins/GainPluginDemo.h
  77. +1
    -1
      examples/Plugins/InterAppAudioEffectPluginDemo.h
  78. +1
    -1
      examples/Plugins/MidiLoggerPluginDemo.h
  79. +1
    -1
      examples/Plugins/MultiOutSynthPluginDemo.h
  80. +1
    -1
      examples/Plugins/NoiseGatePluginDemo.h
  81. +1
    -1
      examples/Plugins/ReaperEmbeddedViewPluginDemo.h
  82. +1
    -1
      examples/Plugins/SamplerPluginDemo.h
  83. +1
    -1
      examples/Plugins/SurroundPluginDemo.h
  84. +1
    -1
      examples/Utilities/AnalyticsCollectionDemo.h
  85. +1
    -1
      examples/Utilities/Box2DDemo.h
  86. +5
    -12
      examples/Utilities/CMakeLists.txt
  87. +1
    -1
      examples/Utilities/ChildProcessDemo.h
  88. +1
    -1
      examples/Utilities/CryptographyDemo.h
  89. +1
    -1
      examples/Utilities/InAppPurchasesDemo.h
  90. +1
    -1
      examples/Utilities/JavaScriptDemo.h
  91. +1
    -1
      examples/Utilities/LiveConstantDemo.h
  92. +1
    -1
      examples/Utilities/MultithreadingDemo.h
  93. +1
    -1
      examples/Utilities/NetworkingDemo.h
  94. +1
    -1
      examples/Utilities/OSCDemo.h
  95. +1
    -1
      examples/Utilities/PushNotificationsDemo.h
  96. +1
    -1
      examples/Utilities/SystemInfoDemo.h
  97. +1
    -1
      examples/Utilities/TimersAndEventsDemo.h
  98. +1
    -1
      examples/Utilities/UnitTestsDemo.h
  99. +1
    -1
      examples/Utilities/ValueTreesDemo.h
  100. +1
    -1
      examples/Utilities/XMLandJSONDemo.h

+ 5
- 12
CMakeLists.txt View File

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


+ 6
- 22
LICENSE.md View File

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

**BY DOWNLOADING, INSTALLING OR USING ANY PART OF THE JUCE LIBRARY, YOU AGREE
TO THE [JUCE 6 END-USER LICENSE AGREEMENT](https://www.juce.com/juce-6-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.**
This distribution is the JUCE 7 technical preview.
Copyright (c) 2022 - Raw Material Software Limited

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.
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 IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING WARRANTY OF MERCHANTABILITY AND FITNESS FOR A
@@ -30,7 +18,3 @@ 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 6 END-USER LICENSE AGREEMENT](https://www.juce.com/juce-6-licence)
- [JUCE PRIVACY POLICY](https://www.juce.com/juce-privacy-policy)

+ 1
- 1
examples/Assets/AudioLiveScrollingDisplay.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Assets/DSPDemos_Common.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Assets/DemoUtilities.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Assets/WavefrontObjParser.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Audio/AudioAppDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Audio/AudioLatencyDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Audio/AudioPlaybackDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Audio/AudioRecordingDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Audio/AudioSettingsDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Audio/AudioSynthesiserDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 5
- 12
examples/Audio/CMakeLists.txt View File

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


+ 1
- 1
examples/Audio/MPEDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Audio/MidiDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Audio/PluckedStringsDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Audio/SimpleFFTDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 5
- 12
examples/CMake/CMakeLists.txt View File

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


+ 5
- 12
examples/CMakeLists.txt View File

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


+ 5
- 12
examples/DSP/CMakeLists.txt View File

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


+ 1
- 1
examples/DSP/ConvolutionDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/DSP/FIRFilterDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/DSP/GainDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/DSP/IIRFilterDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/DSP/OscillatorDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/DSP/OverdriveDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/DSP/SIMDRegisterDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/DSP/StateVariableFilterDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/DSP/WaveShaperTanhDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 5
- 12
examples/DemoRunner/CMakeLists.txt View File

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


+ 1
- 1
examples/GUI/AccessibilityDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/AnimationAppDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/AnimationDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/BouncingBallWavetableDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 5
- 12
examples/GUI/CMakeLists.txt View File

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


+ 1
- 1
examples/GUI/CameraDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/CodeEditorDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/ComponentDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/ComponentTransformsDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/DialogsDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/FlexBoxDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/FontsDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/GraphicsDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/GridDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/HelloWorldDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/ImagesDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/KeyMappingsDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/LookAndFeelDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/MDIDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/MenusDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/MultiTouchDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/OpenGLAppDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/OpenGLDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/OpenGLDemo2D.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/PropertiesDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/VideoDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/WebBrowserDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/WidgetsDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/GUI/WindowsDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Plugins/AUv3SynthPluginDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Plugins/ArpeggiatorPluginDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Plugins/AudioPluginDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 5
- 12
examples/Plugins/CMakeLists.txt View File

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


+ 1
- 1
examples/Plugins/DSPModulePluginDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Plugins/GainPluginDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Plugins/InterAppAudioEffectPluginDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Plugins/MidiLoggerPluginDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Plugins/MultiOutSynthPluginDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Plugins/NoiseGatePluginDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Plugins/ReaperEmbeddedViewPluginDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Plugins/SamplerPluginDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Plugins/SurroundPluginDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/AnalyticsCollectionDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/Box2DDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 5
- 12
examples/Utilities/CMakeLists.txt View File

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


+ 1
- 1
examples/Utilities/ChildProcessDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/CryptographyDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/InAppPurchasesDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/JavaScriptDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/LiveConstantDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/MultithreadingDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/NetworkingDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/OSCDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/PushNotificationsDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/SystemInfoDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/TimersAndEventsDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/UnitTestsDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/ValueTreesDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


+ 1
- 1
examples/Utilities/XMLandJSONDemo.h View File

@@ -2,7 +2,7 @@
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
Copyright (c) 2022 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission


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

Loading…
Cancel
Save