diff --git a/CMakeLists.txt b/CMakeLists.txt index f15fcb56eb008bb517781e88bb00ff18c98e608b..0d34bc5573746fc4ed1a61c650638a308073ec75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/Audio/CMakeLists.txt b/examples/Audio/CMakeLists.txt index 4ea89acb4baac3501c35ee63435d97c4ba400969..272e8475b30554a3fe535a4dfcedada4109370d4 100644 --- a/examples/Audio/CMakeLists.txt +++ b/examples/Audio/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/BLOCKS/CMakeLists.txt b/examples/BLOCKS/CMakeLists.txt index 4ea89acb4baac3501c35ee63435d97c4ba400969..272e8475b30554a3fe535a4dfcedada4109370d4 100644 --- a/examples/BLOCKS/CMakeLists.txt +++ b/examples/BLOCKS/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/CMake/CMakeLists.txt b/examples/CMake/CMakeLists.txt index 9720a08680e65f2358a085056fde4a81440ae11b..c9aabdc36ba895bad25509cccbb14bda1c119021 100644 --- a/examples/CMake/CMakeLists.txt +++ b/examples/CMake/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 2862b8cfb797b45b23d524c9194b791cd40b0d21..d770e411cc4bf4139b956f9c8f71a7c19fb74887 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DSP/CMakeLists.txt b/examples/DSP/CMakeLists.txt index 4ea89acb4baac3501c35ee63435d97c4ba400969..272e8475b30554a3fe535a4dfcedada4109370d4 100644 --- a/examples/DSP/CMakeLists.txt +++ b/examples/DSP/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DemoRunner/CMakeLists.txt b/examples/DemoRunner/CMakeLists.txt index 25f0f2b45520a8034c541bbb25fe8e9bdc30599d..bf50a90fd78149ee45a7dd53c8aa4a020d8ebe35 100644 --- a/examples/DemoRunner/CMakeLists.txt +++ b/examples/DemoRunner/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DemoRunner/Source/Demos/DemoPIPs1.cpp b/examples/DemoRunner/Source/Demos/DemoPIPs1.cpp index eec57af92e20958b72caf2c20ee320a0cd1541de..ec6f561ccfdfab96dc1afc1c6f8f24e63ffa3786 100644 --- a/examples/DemoRunner/Source/Demos/DemoPIPs1.cpp +++ b/examples/DemoRunner/Source/Demos/DemoPIPs1.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DemoRunner/Source/Demos/DemoPIPs2.cpp b/examples/DemoRunner/Source/Demos/DemoPIPs2.cpp index c574444d4a98049c3fa56d2e2b2872f430abdfb2..c468c74ae0d3be24569922eda87807bb11831ef5 100644 --- a/examples/DemoRunner/Source/Demos/DemoPIPs2.cpp +++ b/examples/DemoRunner/Source/Demos/DemoPIPs2.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DemoRunner/Source/Demos/IntroScreen.h b/examples/DemoRunner/Source/Demos/IntroScreen.h index 6db5f14bb4e1370d949bd603678738148d131e26..0c5a24c54f245151084b09c1dd7493e61338bbdb 100644 --- a/examples/DemoRunner/Source/Demos/IntroScreen.h +++ b/examples/DemoRunner/Source/Demos/IntroScreen.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DemoRunner/Source/Demos/JUCEDemos.cpp b/examples/DemoRunner/Source/Demos/JUCEDemos.cpp index 559de3bcc5948d2bac856cb6b9134c8adf2d3f5c..297cba70ddaf9340ba9fb90311a96247df7d72bd 100644 --- a/examples/DemoRunner/Source/Demos/JUCEDemos.cpp +++ b/examples/DemoRunner/Source/Demos/JUCEDemos.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DemoRunner/Source/Demos/JUCEDemos.h b/examples/DemoRunner/Source/Demos/JUCEDemos.h index 9193ac5b91247cea2c3949a9dc0d48e46dac7be9..2e9f065e2e5a8cb99f0e2dbdcf668fd62beb3b93 100644 --- a/examples/DemoRunner/Source/Demos/JUCEDemos.h +++ b/examples/DemoRunner/Source/Demos/JUCEDemos.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DemoRunner/Source/Main.cpp b/examples/DemoRunner/Source/Main.cpp index 0c732b7834f0c59d41be14525d4436df92d1abed..d4857100de0c27e416e3d670202873580f4a29f8 100644 --- a/examples/DemoRunner/Source/Main.cpp +++ b/examples/DemoRunner/Source/Main.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DemoRunner/Source/UI/DemoContentComponent.cpp b/examples/DemoRunner/Source/UI/DemoContentComponent.cpp index 25c7812fbb1b508b1668fde3663976dcb8f0297d..98c7aa17b5bc5916f3feed4de00698c0be3cb0b7 100644 --- a/examples/DemoRunner/Source/UI/DemoContentComponent.cpp +++ b/examples/DemoRunner/Source/UI/DemoContentComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DemoRunner/Source/UI/DemoContentComponent.h b/examples/DemoRunner/Source/UI/DemoContentComponent.h index 5921a3e276b36a1798b317aa90d407b7de981376..03f68c7334cedb69cc4cf99f513f8aeaf6fa8be2 100644 --- a/examples/DemoRunner/Source/UI/DemoContentComponent.h +++ b/examples/DemoRunner/Source/UI/DemoContentComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DemoRunner/Source/UI/MainComponent.cpp b/examples/DemoRunner/Source/UI/MainComponent.cpp index 2438086674c9b821b918648f83fc27f2b6782ced..c0f56b6cdcc14a6d0eeb3e46c1a3383325ef0a3b 100644 --- a/examples/DemoRunner/Source/UI/MainComponent.cpp +++ b/examples/DemoRunner/Source/UI/MainComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DemoRunner/Source/UI/MainComponent.h b/examples/DemoRunner/Source/UI/MainComponent.h index c0dab8b8fd9bcba8b82eb1194d44f2868452c45b..f079c97289cf5ae570cc8c0a76dcb8481297a590 100644 --- a/examples/DemoRunner/Source/UI/MainComponent.h +++ b/examples/DemoRunner/Source/UI/MainComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/DemoRunner/Source/UI/SettingsContent.h b/examples/DemoRunner/Source/UI/SettingsContent.h index 71a43ac93d4271160f1c31448e2f275a914175b8..196bd675330f6f7ae54a2de5bcebe98587b96053 100644 --- a/examples/DemoRunner/Source/UI/SettingsContent.h +++ b/examples/DemoRunner/Source/UI/SettingsContent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/GUI/CMakeLists.txt b/examples/GUI/CMakeLists.txt index 4ea89acb4baac3501c35ee63435d97c4ba400969..272e8475b30554a3fe535a4dfcedada4109370d4 100644 --- a/examples/GUI/CMakeLists.txt +++ b/examples/GUI/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/Plugins/CMakeLists.txt b/examples/Plugins/CMakeLists.txt index 4ea89acb4baac3501c35ee63435d97c4ba400969..272e8475b30554a3fe535a4dfcedada4109370d4 100644 --- a/examples/Plugins/CMakeLists.txt +++ b/examples/Plugins/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/examples/Utilities/CMakeLists.txt b/examples/Utilities/CMakeLists.txt index 4ea89acb4baac3501c35ee63435d97c4ba400969..272e8475b30554a3fe535a4dfcedada4109370d4 100644 --- a/examples/Utilities/CMakeLists.txt +++ b/examples/Utilities/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPerformanceTest/CMakeLists.txt b/extras/AudioPerformanceTest/CMakeLists.txt index 6dd642bb184f7e43c9f8d5cbcd2dd00b6095c35c..e575c29585c06638560b9fbf9fbc5945861a8850 100644 --- a/extras/AudioPerformanceTest/CMakeLists.txt +++ b/extras/AudioPerformanceTest/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPerformanceTest/Source/Main.cpp b/extras/AudioPerformanceTest/Source/Main.cpp index dde8cd9d00bd92d1dc40a89409e019e27654d62e..b99329a176e2a9766d7c13c49ce241ec4f4099c6 100644 --- a/extras/AudioPerformanceTest/Source/Main.cpp +++ b/extras/AudioPerformanceTest/Source/Main.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPerformanceTest/Source/MainComponent.h b/extras/AudioPerformanceTest/Source/MainComponent.h index 6ba98b36e09315e658d57a21cfc3bc4a4cfd46e3..3a5337116e8bc0e3389d22434ea5e64553808dd1 100644 --- a/extras/AudioPerformanceTest/Source/MainComponent.h +++ b/extras/AudioPerformanceTest/Source/MainComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/CMakeLists.txt b/extras/AudioPluginHost/CMakeLists.txt index 7db0196789437f7a9ae766c3462fa0cee12311b9..fb1fb92950310e2c9e85a5bcb8985189ff80ae42 100644 --- a/extras/AudioPluginHost/CMakeLists.txt +++ b/extras/AudioPluginHost/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/Source/HostStartup.cpp b/extras/AudioPluginHost/Source/HostStartup.cpp index 63146130024d3fd489ac64a2c4c555e799be7695..3e7cc7096841dbb0eacb87402ca16e9d6691c658 100644 --- a/extras/AudioPluginHost/Source/HostStartup.cpp +++ b/extras/AudioPluginHost/Source/HostStartup.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.cpp b/extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.cpp index 4f188eadfe7bd37e76ecaefcbe9653288f216438..f0cfe3394fba62ca83d323b0569fcf72019cc178 100644 --- a/extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.cpp +++ b/extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.h b/extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.h index c4b6c9588b681a7c33adeafe036e1c956ba407c8..d638f1f0553b7788df5334aec88a038261648379 100644 --- a/extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.h +++ b/extras/AudioPluginHost/Source/Plugins/IOConfigurationWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/Source/Plugins/InternalPlugins.cpp b/extras/AudioPluginHost/Source/Plugins/InternalPlugins.cpp index 0e15800673459f789b3341a5f2d0dd1a86b375bc..59f23168df86df59ba1450a0befba292d1c551b2 100644 --- a/extras/AudioPluginHost/Source/Plugins/InternalPlugins.cpp +++ b/extras/AudioPluginHost/Source/Plugins/InternalPlugins.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/Source/Plugins/InternalPlugins.h b/extras/AudioPluginHost/Source/Plugins/InternalPlugins.h index fc18cbe7e32427098725e309e18fdb96ab8e5bb6..54e189bb9d3ac3bc58de36aeffa4753219d9b308 100644 --- a/extras/AudioPluginHost/Source/Plugins/InternalPlugins.h +++ b/extras/AudioPluginHost/Source/Plugins/InternalPlugins.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/Source/Plugins/PluginGraph.cpp b/extras/AudioPluginHost/Source/Plugins/PluginGraph.cpp index f76dd0a36a5b067528d985c730ee33527c4a36c6..ce45ba187f750a46cf6a33edf1e9b739b45fbd50 100644 --- a/extras/AudioPluginHost/Source/Plugins/PluginGraph.cpp +++ b/extras/AudioPluginHost/Source/Plugins/PluginGraph.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/Source/Plugins/PluginGraph.h b/extras/AudioPluginHost/Source/Plugins/PluginGraph.h index 4046593da0bcc96bb884848f583ce5b5f50e7b6a..59217f0e0eddc4578be70d9bcdb67c864dfd24e6 100644 --- a/extras/AudioPluginHost/Source/Plugins/PluginGraph.h +++ b/extras/AudioPluginHost/Source/Plugins/PluginGraph.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/Source/UI/GraphEditorPanel.cpp b/extras/AudioPluginHost/Source/UI/GraphEditorPanel.cpp index 8b6e4ccae6135ddd9e865714a0d171e77febba6e..ee0c0710571dd64d8a7d12f19e0c5817cacf5a03 100644 --- a/extras/AudioPluginHost/Source/UI/GraphEditorPanel.cpp +++ b/extras/AudioPluginHost/Source/UI/GraphEditorPanel.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/Source/UI/GraphEditorPanel.h b/extras/AudioPluginHost/Source/UI/GraphEditorPanel.h index 0c4f1674afaefb72f4be8427c73b1b6ebbb3e50f..0cc2a508605808fff48c10ad9749183fabdfb707 100644 --- a/extras/AudioPluginHost/Source/UI/GraphEditorPanel.h +++ b/extras/AudioPluginHost/Source/UI/GraphEditorPanel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/Source/UI/MainHostWindow.cpp b/extras/AudioPluginHost/Source/UI/MainHostWindow.cpp index 9ac5c9ca0e57e065e50046e7e06819a89023ed49..dfd4927c85a1a93d6be9030a19f5355c7c660bcf 100644 --- a/extras/AudioPluginHost/Source/UI/MainHostWindow.cpp +++ b/extras/AudioPluginHost/Source/UI/MainHostWindow.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/Source/UI/MainHostWindow.h b/extras/AudioPluginHost/Source/UI/MainHostWindow.h index b656c6310c058a3e5e0dc518ab3d0c3f3db396ef..313a41bdbcc8e5de4c902a4b9e1898ef47ee59fd 100644 --- a/extras/AudioPluginHost/Source/UI/MainHostWindow.h +++ b/extras/AudioPluginHost/Source/UI/MainHostWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/AudioPluginHost/Source/UI/PluginWindow.h b/extras/AudioPluginHost/Source/UI/PluginWindow.h index f0ae953dced7be9b3c94092331258a516e064bbc..7cec3d810b43bbdf744b24ec43864c32517f3d05 100644 --- a/extras/AudioPluginHost/Source/UI/PluginWindow.h +++ b/extras/AudioPluginHost/Source/UI/PluginWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/BinaryBuilder/CMakeLists.txt b/extras/BinaryBuilder/CMakeLists.txt index 9b917d8bdfc335b7e04fc51fcc5a5c5ad5d4d7d9..76303e6ed19ebbb714a752e71dc58b3281830a88 100644 --- a/extras/BinaryBuilder/CMakeLists.txt +++ b/extras/BinaryBuilder/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/BinaryBuilder/Source/Main.cpp b/extras/BinaryBuilder/Source/Main.cpp index 9556bce043c6edf737347195d8a73dc5e13ce34b..e84a49c938731a1331705de9e171c8a553b6a229 100644 --- a/extras/BinaryBuilder/Source/Main.cpp +++ b/extras/BinaryBuilder/Source/Main.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/CMake/JUCEUtils.cmake b/extras/Build/CMake/JUCEUtils.cmake index 2dd473d286f95eeca4b025148608b07b2623c8dd..fb20cddb1c2ba7cccfb2000965bc5f16d79dfdf8 100644 --- a/extras/Build/CMake/JUCEUtils.cmake +++ b/extras/Build/CMake/JUCEUtils.cmake @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/CMake/copyDir.cmake b/extras/Build/CMake/copyDir.cmake index 14c224af7a674007041f5f9ba59bf75131915ce3..b93aa1724f03c6351c8a94b3dadbd001e5f55c68 100644 --- a/extras/Build/CMake/copyDir.cmake +++ b/extras/Build/CMake/copyDir.cmake @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/CMakeLists.txt b/extras/Build/CMakeLists.txt index 93def29c73ff5354b85105d45dc8e27ec6cd48e7..122d12e2d7013a052c8b286af79063a134171cb7 100644 --- a/extras/Build/CMakeLists.txt +++ b/extras/Build/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/juce_build_tools.cpp b/extras/Build/juce_build_tools/juce_build_tools.cpp index f65634ff97c10a1f2929da2006e73144db15bd35..3dea8ef497e3b7a46c4a09cfd81e796b75f7c9b7 100644 --- a/extras/Build/juce_build_tools/juce_build_tools.cpp +++ b/extras/Build/juce_build_tools/juce_build_tools.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/juce_build_tools.h b/extras/Build/juce_build_tools/juce_build_tools.h index 6f396374c4f6272686436a1b09d351d1674c71b3..8a72423ef7b7318ceefe2dc43ee79050e218073c 100644 --- a/extras/Build/juce_build_tools/juce_build_tools.h +++ b/extras/Build/juce_build_tools/juce_build_tools.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_BinaryResourceFile.cpp b/extras/Build/juce_build_tools/utils/juce_BinaryResourceFile.cpp index 11061afc5d484220f695864d2d67da5403110d3a..e9b03f339641194c9d658297cd6e2aab58f1c724 100644 --- a/extras/Build/juce_build_tools/utils/juce_BinaryResourceFile.cpp +++ b/extras/Build/juce_build_tools/utils/juce_BinaryResourceFile.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_BinaryResourceFile.h b/extras/Build/juce_build_tools/utils/juce_BinaryResourceFile.h index 2f03acb771f045430b76a278b81317f40002337c..5c137626d0aa26409c6b51c2af34aa4822b0651d 100644 --- a/extras/Build/juce_build_tools/utils/juce_BinaryResourceFile.h +++ b/extras/Build/juce_build_tools/utils/juce_BinaryResourceFile.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.cpp b/extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.cpp index 2630c4710ebfec676639c42b8121bfce8751cfcc..c09fc220a526dde7ab437cb43d487250843ae029 100644 --- a/extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.cpp +++ b/extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.h b/extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.h index d2d1360f50ae50bb6df9e43beb0176a377d40669..d82ca4160ac90e9f8dce7c7eb0863583f7c648f7 100644 --- a/extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.h +++ b/extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_CppTokeniserFunctions.cpp b/extras/Build/juce_build_tools/utils/juce_CppTokeniserFunctions.cpp index ea8a69dcd126154b3345c2140a4155f6b71b3d08..412936f51adf00108951861f923166673f0c10ee 100644 --- a/extras/Build/juce_build_tools/utils/juce_CppTokeniserFunctions.cpp +++ b/extras/Build/juce_build_tools/utils/juce_CppTokeniserFunctions.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_Entitlements.cpp b/extras/Build/juce_build_tools/utils/juce_Entitlements.cpp index 7b0b9ea7951deac7d46a1c430ab7ab21f6562228..779c62e64f8af38d8c28d23c46485efc4d9be79a 100644 --- a/extras/Build/juce_build_tools/utils/juce_Entitlements.cpp +++ b/extras/Build/juce_build_tools/utils/juce_Entitlements.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_Entitlements.h b/extras/Build/juce_build_tools/utils/juce_Entitlements.h index f4baeacd27b9da6ff4e6c15b5872ad024f1d2388..97b2fdbbe323ec71e0c9b29a4629a5c14b3b2dd7 100644 --- a/extras/Build/juce_build_tools/utils/juce_Entitlements.h +++ b/extras/Build/juce_build_tools/utils/juce_Entitlements.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_Icons.cpp b/extras/Build/juce_build_tools/utils/juce_Icons.cpp index 89314731cf73eed9a68f2cbf7241b69ba1d8eda8..745492ffe6bd302d205214057d74ace53ebfb20e 100644 --- a/extras/Build/juce_build_tools/utils/juce_Icons.cpp +++ b/extras/Build/juce_build_tools/utils/juce_Icons.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_Icons.h b/extras/Build/juce_build_tools/utils/juce_Icons.h index 905e7129ca99a3f25c34b60700c2aeb08f3e31dd..d5590316f33db8c11db9fc386a4eb47932849fdd 100644 --- a/extras/Build/juce_build_tools/utils/juce_Icons.h +++ b/extras/Build/juce_build_tools/utils/juce_Icons.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_PlistOptions.cpp b/extras/Build/juce_build_tools/utils/juce_PlistOptions.cpp index f3420c716ffdc119089d09908a85dc668bf247d4..d8b931a3b20c4a77613c8c89a71ce4dd9bb63e5f 100644 --- a/extras/Build/juce_build_tools/utils/juce_PlistOptions.cpp +++ b/extras/Build/juce_build_tools/utils/juce_PlistOptions.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_PlistOptions.h b/extras/Build/juce_build_tools/utils/juce_PlistOptions.h index 0e6eedfacfe89382384418115742240a864bfa66..4f7a55d5697db1769f0d6e9a2793e1b812ab871e 100644 --- a/extras/Build/juce_build_tools/utils/juce_PlistOptions.h +++ b/extras/Build/juce_build_tools/utils/juce_PlistOptions.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_ProjectType.h b/extras/Build/juce_build_tools/utils/juce_ProjectType.h index 8e62479245c88aff4497c83c527fcf76bc125e5f..d4f1bfb5ea90edf4ebabef343a31ec9bc7b191c6 100644 --- a/extras/Build/juce_build_tools/utils/juce_ProjectType.h +++ b/extras/Build/juce_build_tools/utils/juce_ProjectType.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_RelativePath.h b/extras/Build/juce_build_tools/utils/juce_RelativePath.h index e31df65df2a0746e20121615ced6766fb2dc187c..7940902520e7b6ef492469933d2c2e84a2403d80 100644 --- a/extras/Build/juce_build_tools/utils/juce_RelativePath.h +++ b/extras/Build/juce_build_tools/utils/juce_RelativePath.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_ResourceFileHelpers.cpp b/extras/Build/juce_build_tools/utils/juce_ResourceFileHelpers.cpp index 908181200478b1b514fff1780dfbe09168e46c5b..85ea18ea9b2531ee4d2137febda4622e83f53316 100644 --- a/extras/Build/juce_build_tools/utils/juce_ResourceFileHelpers.cpp +++ b/extras/Build/juce_build_tools/utils/juce_ResourceFileHelpers.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_ResourceFileHelpers.h b/extras/Build/juce_build_tools/utils/juce_ResourceFileHelpers.h index 0bb8a85a0cfeda5e63800cab228123cf21cfd556..91ba819467627087ec007402ac565982086d9dd9 100644 --- a/extras/Build/juce_build_tools/utils/juce_ResourceFileHelpers.h +++ b/extras/Build/juce_build_tools/utils/juce_ResourceFileHelpers.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_ResourceRc.cpp b/extras/Build/juce_build_tools/utils/juce_ResourceRc.cpp index 1565949782915bbff80aab40080bd96e32ed3bec..4e1572a8ebac491947822f65be86bf331284661a 100644 --- a/extras/Build/juce_build_tools/utils/juce_ResourceRc.cpp +++ b/extras/Build/juce_build_tools/utils/juce_ResourceRc.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_ResourceRc.h b/extras/Build/juce_build_tools/utils/juce_ResourceRc.h index dfabc5b62d0b171ff83c2506644fe3bac1eb63eb..1dfc381eb9b3dc88d02a790a50fc2ff2f7e9d686 100644 --- a/extras/Build/juce_build_tools/utils/juce_ResourceRc.h +++ b/extras/Build/juce_build_tools/utils/juce_ResourceRc.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_VersionNumbers.cpp b/extras/Build/juce_build_tools/utils/juce_VersionNumbers.cpp index fc2fe97c358bf7153c351faf8e7fb72076464026..29f351d95c419b25f55bd5879860a7c6521550e3 100644 --- a/extras/Build/juce_build_tools/utils/juce_VersionNumbers.cpp +++ b/extras/Build/juce_build_tools/utils/juce_VersionNumbers.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juce_build_tools/utils/juce_VersionNumbers.h b/extras/Build/juce_build_tools/utils/juce_VersionNumbers.h index cc9e368f16d7b8c2665ec6b6328204e4b977e7e9..a8d81bec8b7838ac144b98b1b412eb9b35db8980 100644 --- a/extras/Build/juce_build_tools/utils/juce_VersionNumbers.h +++ b/extras/Build/juce_build_tools/utils/juce_VersionNumbers.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juceaide/CMakeLists.txt b/extras/Build/juceaide/CMakeLists.txt index fb51feebd8e67bedfe4e5f747f3569a7b90f423e..5107a878b69c03cb545979bd31a886614ae4ca26 100644 --- a/extras/Build/juceaide/CMakeLists.txt +++ b/extras/Build/juceaide/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Build/juceaide/Main.cpp b/extras/Build/juceaide/Main.cpp index 50dbcfba35168aabc128cc9825a270f923456bb4..8058912766a0ac1c409f05d2ab4d1614a95485e0 100644 --- a/extras/Build/juceaide/Main.cpp +++ b/extras/Build/juceaide/Main.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/CMakeLists.txt b/extras/CMakeLists.txt index 24c6b496571aa940464763d296337dad548c84cb..bb08cea0e14ffa614f3e4bff90b817e0654e8329 100644 --- a/extras/CMakeLists.txt +++ b/extras/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/NetworkGraphicsDemo/CMakeLists.txt b/extras/NetworkGraphicsDemo/CMakeLists.txt index 580dd1ad753ff09bccc39bb46d9e52d94854ff6d..d968b3043844c10443e9a39292dd1f560268c452 100644 --- a/extras/NetworkGraphicsDemo/CMakeLists.txt +++ b/extras/NetworkGraphicsDemo/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/NetworkGraphicsDemo/Source/Demos.h b/extras/NetworkGraphicsDemo/Source/Demos.h index 4bbdbd41c89d6cda561b57b21b64dea3ee399ad2..1c759b5ec75a3671521a79966d6cd187502a7450 100644 --- a/extras/NetworkGraphicsDemo/Source/Demos.h +++ b/extras/NetworkGraphicsDemo/Source/Demos.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/NetworkGraphicsDemo/Source/Main.cpp b/extras/NetworkGraphicsDemo/Source/Main.cpp index 5dc53bbffd4d7c5e7f79fbb165bc1e224dad11f9..c055dc78578a5298410c57814ee96efb6bfe7121 100644 --- a/extras/NetworkGraphicsDemo/Source/Main.cpp +++ b/extras/NetworkGraphicsDemo/Source/Main.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/NetworkGraphicsDemo/Source/MasterComponent.h b/extras/NetworkGraphicsDemo/Source/MasterComponent.h index b79070d0621456060b395609787adacf000796b3..5cabfc137c4db74a158cdcf605cc7494c3a39ab2 100644 --- a/extras/NetworkGraphicsDemo/Source/MasterComponent.h +++ b/extras/NetworkGraphicsDemo/Source/MasterComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/NetworkGraphicsDemo/Source/SharedCanvas.h b/extras/NetworkGraphicsDemo/Source/SharedCanvas.h index 63bdf0325ac641d679362c8c684fc12f475e60f4..cdeb634340bae7ca67175cd10d5ba213c5962404 100644 --- a/extras/NetworkGraphicsDemo/Source/SharedCanvas.h +++ b/extras/NetworkGraphicsDemo/Source/SharedCanvas.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/NetworkGraphicsDemo/Source/SlaveComponent.h b/extras/NetworkGraphicsDemo/Source/SlaveComponent.h index 5b4ea29554e082fab7f9a71acb8b8f15c393c638..deee26f5b2f2da290d131e6844738c23f3912827 100644 --- a/extras/NetworkGraphicsDemo/Source/SlaveComponent.h +++ b/extras/NetworkGraphicsDemo/Source/SlaveComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/CMakeLists.txt b/extras/Projucer/CMakeLists.txt index d1f0aa67843108c5cae7ad38dfa394297e5fd416..910559615d46dff3189920a5b472f035ba275350 100644 --- a/extras/Projucer/CMakeLists.txt +++ b/extras/Projucer/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/StartPage/jucer_ContentComponents.h b/extras/Projucer/Source/Application/StartPage/jucer_ContentComponents.h index 1db3f877b38789c232d7c80516ae79af9edad1f6..4f4fd675cdc6739872febd55e2b953ce0575630e 100644 --- a/extras/Projucer/Source/Application/StartPage/jucer_ContentComponents.h +++ b/extras/Projucer/Source/Application/StartPage/jucer_ContentComponents.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/StartPage/jucer_NewProjectTemplates.h b/extras/Projucer/Source/Application/StartPage/jucer_NewProjectTemplates.h index 83394f9ea4fe12fe0115203f69e4e296daa4d0d9..87d695a74c05bc5903d53448241d9135ca378c85 100644 --- a/extras/Projucer/Source/Application/StartPage/jucer_NewProjectTemplates.h +++ b/extras/Projucer/Source/Application/StartPage/jucer_NewProjectTemplates.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/StartPage/jucer_NewProjectWizard.cpp b/extras/Projucer/Source/Application/StartPage/jucer_NewProjectWizard.cpp index b896f7037e7997918ed3d4cf327f4528c3dbd42a..f4d3460a2a3255d1cac3c86cfe0a111a84caf647 100644 --- a/extras/Projucer/Source/Application/StartPage/jucer_NewProjectWizard.cpp +++ b/extras/Projucer/Source/Application/StartPage/jucer_NewProjectWizard.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/StartPage/jucer_NewProjectWizard.h b/extras/Projucer/Source/Application/StartPage/jucer_NewProjectWizard.h index 6b3ccedba8ccfdf4879ad5fcd2102394564b1a7c..1fe23290148e2af2712884fd6bb4ec6dcef1daf4 100644 --- a/extras/Projucer/Source/Application/StartPage/jucer_NewProjectWizard.h +++ b/extras/Projucer/Source/Application/StartPage/jucer_NewProjectWizard.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/StartPage/jucer_StartPageComponent.cpp b/extras/Projucer/Source/Application/StartPage/jucer_StartPageComponent.cpp index 1565e368a9d0a629d37e45e89d5e38af72ced246..1b0090b94f1010439825a657034dc8619e9c987e 100644 --- a/extras/Projucer/Source/Application/StartPage/jucer_StartPageComponent.cpp +++ b/extras/Projucer/Source/Application/StartPage/jucer_StartPageComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/StartPage/jucer_StartPageComponent.h b/extras/Projucer/Source/Application/StartPage/jucer_StartPageComponent.h index aa9423421b825b98b090c0b3b0e05f0a0d23441a..44bfa19a809319b1a80bd022cde9a3215d727d66 100644 --- a/extras/Projucer/Source/Application/StartPage/jucer_StartPageComponent.h +++ b/extras/Projucer/Source/Application/StartPage/jucer_StartPageComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/StartPage/jucer_StartPageTreeHolder.h b/extras/Projucer/Source/Application/StartPage/jucer_StartPageTreeHolder.h index 021d4a57f9328d74c328df79da90cfbcf9743c06..5228a566f3b4b122cc1638d5380cb177eb81b150 100644 --- a/extras/Projucer/Source/Application/StartPage/jucer_StartPageTreeHolder.h +++ b/extras/Projucer/Source/Application/StartPage/jucer_StartPageTreeHolder.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/UserAccount/jucer_LicenseController.h b/extras/Projucer/Source/Application/UserAccount/jucer_LicenseController.h index a1588344c90db4937d2409fac301e7d51856c5dd..a39aed03b104597df1df5d73b612f458574682bc 100644 --- a/extras/Projucer/Source/Application/UserAccount/jucer_LicenseController.h +++ b/extras/Projucer/Source/Application/UserAccount/jucer_LicenseController.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/UserAccount/jucer_LicenseQueryThread.h b/extras/Projucer/Source/Application/UserAccount/jucer_LicenseQueryThread.h index 67f3b5c16608ffc353c9513f96ef6c507ee94d63..8b3eed647b82389c4e220a9ba94168ee5cb0ad6b 100644 --- a/extras/Projucer/Source/Application/UserAccount/jucer_LicenseQueryThread.h +++ b/extras/Projucer/Source/Application/UserAccount/jucer_LicenseQueryThread.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/UserAccount/jucer_LicenseState.h b/extras/Projucer/Source/Application/UserAccount/jucer_LicenseState.h index 712f7f323fc24485c1ab50235b9c88a592eedfde..5d6850382cb73513073f343a54cb28e2ae79781f 100644 --- a/extras/Projucer/Source/Application/UserAccount/jucer_LicenseState.h +++ b/extras/Projucer/Source/Application/UserAccount/jucer_LicenseState.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/UserAccount/jucer_LoginFormComponent.h b/extras/Projucer/Source/Application/UserAccount/jucer_LoginFormComponent.h index 3eb6e7fea1b453405933cd79684acbd75f98d637..10bbc089e84c58a4316da04e71008c74544b4de8 100644 --- a/extras/Projucer/Source/Application/UserAccount/jucer_LoginFormComponent.h +++ b/extras/Projucer/Source/Application/UserAccount/jucer_LoginFormComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/Windows/jucer_AboutWindowComponent.h b/extras/Projucer/Source/Application/Windows/jucer_AboutWindowComponent.h index 22f87532a04d5684b31be0f8adf8a4e24558b268..23d0e7f9b746505d6ee21728f395c50dcf5b8119 100644 --- a/extras/Projucer/Source/Application/Windows/jucer_AboutWindowComponent.h +++ b/extras/Projucer/Source/Application/Windows/jucer_AboutWindowComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/Windows/jucer_EditorColourSchemeWindowComponent.h b/extras/Projucer/Source/Application/Windows/jucer_EditorColourSchemeWindowComponent.h index fb9d0e4e6abe65f9f13256691002a589a43c01af..d8e0bf749ba839a78b0b78b1e44c9ad2ec049914 100644 --- a/extras/Projucer/Source/Application/Windows/jucer_EditorColourSchemeWindowComponent.h +++ b/extras/Projucer/Source/Application/Windows/jucer_EditorColourSchemeWindowComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/Windows/jucer_FloatingToolWindow.h b/extras/Projucer/Source/Application/Windows/jucer_FloatingToolWindow.h index 0c05ea9e7d17e620407f4df15e830d6fd9f41244..75974ab3eb9d274b1e0ba8d7ba58637f7eeabe44 100644 --- a/extras/Projucer/Source/Application/Windows/jucer_FloatingToolWindow.h +++ b/extras/Projucer/Source/Application/Windows/jucer_FloatingToolWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/Windows/jucer_GlobalPathsWindowComponent.h b/extras/Projucer/Source/Application/Windows/jucer_GlobalPathsWindowComponent.h index 727b71d6d4862d17773ad74968eb7c1b4dc1e107..a949b73d5b895878e7bd6c7698976a917bc9b751 100644 --- a/extras/Projucer/Source/Application/Windows/jucer_GlobalPathsWindowComponent.h +++ b/extras/Projucer/Source/Application/Windows/jucer_GlobalPathsWindowComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/Windows/jucer_PIPCreatorWindowComponent.h b/extras/Projucer/Source/Application/Windows/jucer_PIPCreatorWindowComponent.h index c37e17bbb3b1b474d9dacdc84f757dc75e43ad6c..a9663721750895037231dfebc58dfd173a42ad55 100644 --- a/extras/Projucer/Source/Application/Windows/jucer_PIPCreatorWindowComponent.h +++ b/extras/Projucer/Source/Application/Windows/jucer_PIPCreatorWindowComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/Windows/jucer_SVGPathDataWindowComponent.h b/extras/Projucer/Source/Application/Windows/jucer_SVGPathDataWindowComponent.h index 9b56ee945d7cb383043c387ca178627c4c1d9fcf..4dcdb579a2235e277e92fd265f7d47c7b2872891 100644 --- a/extras/Projucer/Source/Application/Windows/jucer_SVGPathDataWindowComponent.h +++ b/extras/Projucer/Source/Application/Windows/jucer_SVGPathDataWindowComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/Windows/jucer_TranslationToolWindowComponent.h b/extras/Projucer/Source/Application/Windows/jucer_TranslationToolWindowComponent.h index 8210ca4fc945232b9c93320c3fad0e256a01bfeb..742445c58f467f4930510fb7f471f8537ca9fd41 100644 --- a/extras/Projucer/Source/Application/Windows/jucer_TranslationToolWindowComponent.h +++ b/extras/Projucer/Source/Application/Windows/jucer_TranslationToolWindowComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/Windows/jucer_UTF8WindowComponent.h b/extras/Projucer/Source/Application/Windows/jucer_UTF8WindowComponent.h index b10af0eb0d180b21d1451de5fd18e2a3e1bf4fa9..c7fedeb7bca2907b550d4e8835fb04e9a2daf623 100644 --- a/extras/Projucer/Source/Application/Windows/jucer_UTF8WindowComponent.h +++ b/extras/Projucer/Source/Application/Windows/jucer_UTF8WindowComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/jucer_Application.cpp b/extras/Projucer/Source/Application/jucer_Application.cpp index 9b999a072b0823852e93a7c4a07fbe0f5e4ac4e9..f6f89cab222e1a45b30c799637a7a7bb8f1a9c52 100644 --- a/extras/Projucer/Source/Application/jucer_Application.cpp +++ b/extras/Projucer/Source/Application/jucer_Application.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/jucer_Application.h b/extras/Projucer/Source/Application/jucer_Application.h index 5282093836984ad31dbb0521f43943db3d179c08..a7f80d717d6baca4ba7191db06eb849e2f9ff33f 100644 --- a/extras/Projucer/Source/Application/jucer_Application.h +++ b/extras/Projucer/Source/Application/jucer_Application.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp b/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp index 400c05a44a4e96f25d1b830a85cd222238452f19..5033b110c0df8899ffa3ee6a93238b38ab5f420c 100644 --- a/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp +++ b/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/jucer_AutoUpdater.h b/extras/Projucer/Source/Application/jucer_AutoUpdater.h index 42d68c70020a33464ca9419c1d1323e7ab24b61d..1e9e1abbb87e9634244084371718d01580c93267 100644 --- a/extras/Projucer/Source/Application/jucer_AutoUpdater.h +++ b/extras/Projucer/Source/Application/jucer_AutoUpdater.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/jucer_CommandIDs.h b/extras/Projucer/Source/Application/jucer_CommandIDs.h index a4766f633d38013a3793c9b91008a4d977af433b..14e6e2a214c95c7a9e90262d9f9573a9a9a450e5 100644 --- a/extras/Projucer/Source/Application/jucer_CommandIDs.h +++ b/extras/Projucer/Source/Application/jucer_CommandIDs.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/jucer_CommandLine.cpp b/extras/Projucer/Source/Application/jucer_CommandLine.cpp index 2eb849b0c4da091b101bafb454adbb5e04305bee..8edae2b4d24b1ad5325ce829fbad73518a25a1f1 100644 --- a/extras/Projucer/Source/Application/jucer_CommandLine.cpp +++ b/extras/Projucer/Source/Application/jucer_CommandLine.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/jucer_CommandLine.h b/extras/Projucer/Source/Application/jucer_CommandLine.h index b2b5aa85db2a59344c6c0567ea7c5d6e122d60c2..467ef18acb48727ff05aab5be30d29add0783fc2 100644 --- a/extras/Projucer/Source/Application/jucer_CommandLine.h +++ b/extras/Projucer/Source/Application/jucer_CommandLine.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/jucer_CommonHeaders.h b/extras/Projucer/Source/Application/jucer_CommonHeaders.h index ebed05d4206ef20c9ce265f97526bf7d5fff7099..fac5ce531326b7085851dc72ad357599ca31bc80 100644 --- a/extras/Projucer/Source/Application/jucer_CommonHeaders.h +++ b/extras/Projucer/Source/Application/jucer_CommonHeaders.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/jucer_Headers.h b/extras/Projucer/Source/Application/jucer_Headers.h index 631edfd4d574cf5d98fa9e32109a18d2c42cf671..2d73570bf77ae5a774af702cdf3507063295597b 100644 --- a/extras/Projucer/Source/Application/jucer_Headers.h +++ b/extras/Projucer/Source/Application/jucer_Headers.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/jucer_Main.cpp b/extras/Projucer/Source/Application/jucer_Main.cpp index 63aa99a0fbcdaf976291660dcc52e19d479a7b64..0bc46595e79205f532c2d444c9dd98edbae43956 100644 --- a/extras/Projucer/Source/Application/jucer_Main.cpp +++ b/extras/Projucer/Source/Application/jucer_Main.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/jucer_MainWindow.cpp b/extras/Projucer/Source/Application/jucer_MainWindow.cpp index 23f01648d63d3093e576e55f3cc83b7b16bbc4ee..6efb9fd9780d06b3de1316ad1f3876e6341ca468 100644 --- a/extras/Projucer/Source/Application/jucer_MainWindow.cpp +++ b/extras/Projucer/Source/Application/jucer_MainWindow.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Application/jucer_MainWindow.h b/extras/Projucer/Source/Application/jucer_MainWindow.h index 54db17a86c4771c4505acf852265e6a73db168a8..3b187fe0ee311ce929e43c1569bb34f18ba26a39 100644 --- a/extras/Projucer/Source/Application/jucer_MainWindow.h +++ b/extras/Projucer/Source/Application/jucer_MainWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.cpp b/extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.cpp index 0a4d216689a4e728161435888d39542deaf9609f..2c951a2969e81907819ce8797b231c86aa0f870c 100644 --- a/extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.cpp +++ b/extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.h b/extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.h index 57fa8dbfa184ff422e74ec64c4261f3ba7b03ebe..e392c1b677e39847870841f9075c0d04dc2f100f 100644 --- a/extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.h +++ b/extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/CodeEditor/jucer_ItemPreviewComponent.h b/extras/Projucer/Source/CodeEditor/jucer_ItemPreviewComponent.h index 0641b0f8fea3317e90fabc49b750659b70552861..c140ea32f2a3a0ae09453bd7761881dfcd8f61f9 100644 --- a/extras/Projucer/Source/CodeEditor/jucer_ItemPreviewComponent.h +++ b/extras/Projucer/Source/CodeEditor/jucer_ItemPreviewComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/CodeEditor/jucer_LiveBuildCodeEditor.h b/extras/Projucer/Source/CodeEditor/jucer_LiveBuildCodeEditor.h index 20a6e900c53b24a453bb11ff2dbe295ced9f11c1..7234484206ca2fa22575fd1b60bbc12036ddfa33 100644 --- a/extras/Projucer/Source/CodeEditor/jucer_LiveBuildCodeEditor.h +++ b/extras/Projucer/Source/CodeEditor/jucer_LiveBuildCodeEditor.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.cpp b/extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.cpp index 093f182397254d92aa43472e62becb757c1cd638..e1586711d8157203515c4b8d14982d1388b6a43d 100644 --- a/extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.cpp +++ b/extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.h b/extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.h index 2fdd7a0e8d30314a5ae857653406a12efd9d03f1..42c712b70952ba52de75e66307c20f252ca597e0 100644 --- a/extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.h +++ b/extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.cpp b/extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.cpp index a2800316e6938979b2d6d0b8e5d693d6efd47c0f..88fee0975e72159c191fa14ca0ac67993885e07d 100644 --- a/extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.cpp +++ b/extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.h b/extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.h index fc302e7919bdbfd4c275e7de89fc803dd6a5982c..c1e0ccb168981dcd21c92ac2a202129b39ad5edd 100644 --- a/extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.h +++ b/extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_ButtonHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_ButtonHandler.h index 49001a8b2f3a3a8f470e80a8fecbf8fe2fa70995..67e0a2624d3b82a375bb91c288bab0c16a08524f 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_ButtonHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_ButtonHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_ComboBoxHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_ComboBoxHandler.h index f62b5cb737c7d587b6b6ae84d0560ad5b7bd6b05..be39c3f746d2dd26d2dd46dea15290b8f65ab2dc 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_ComboBoxHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_ComboBoxHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentNameProperty.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentNameProperty.h index 27b55d1186bbdf909fc5ef56dbf8d84953636252..8f4ea3c556a0d400806e46cfbc47457c4a0866b8 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentNameProperty.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentNameProperty.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.cpp b/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.cpp index 92815b5f82861b772f1a6fa45dfcbd2c4426e6f3..68a368a1399ad1dffd363bcf96a3bbe1d7203f9a 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.cpp +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.h index bdded28196e6fe821b7cde9918d74f27af5997e8..ffd39ad3875309c3b38bc2006141c0fce2821e30 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentUndoableAction.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentUndoableAction.h index bd3282008982f4b0e5bf0148a755f38b611cb7c8..00229f2ef37526a6581a7ff61094c02e67596af8 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentUndoableAction.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentUndoableAction.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_GenericComponentHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_GenericComponentHandler.h index 323275778d8e01e62b47844c06f1b91e40a53153..0fc716d714971b51ae367aef420847645be91bbb 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_GenericComponentHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_GenericComponentHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_GroupComponentHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_GroupComponentHandler.h index 997e48bb8956322a9083cffbfcb4ccdfdf940ad8..2735d689012b8cb11cf89d5504f0266df1381d3c 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_GroupComponentHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_GroupComponentHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_HyperlinkButtonHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_HyperlinkButtonHandler.h index 53bd355d106ba964981d9034b4218d3768ef9be0..177e8aab187b4f7f79ca9c5c43d9ec43077dabae 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_HyperlinkButtonHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_HyperlinkButtonHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_ImageButtonHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_ImageButtonHandler.h index 3db23534f373ae103ec44c50b992d7f174437e72..4412d0dc4a637193f9f34412977c4184608ded30 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_ImageButtonHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_ImageButtonHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_JucerComponentHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_JucerComponentHandler.h index 054e851a2f3c9cba6defa6a22924710d45031f89..f4893211937477bc74bf013ee814b05f812738e7 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_JucerComponentHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_JucerComponentHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_LabelHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_LabelHandler.h index 6304919ef6bdb66ade4777382f703bb34ef737d9..ca3968f135b8c08044303e4a22f9b07ecb50887c 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_LabelHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_LabelHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_SliderHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_SliderHandler.h index 72dced9ba6b6c3fc04334eaf3302e1f8db86cbb3..0a8434de328af2b05911f4e80989c8f27e817198 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_SliderHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_SliderHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_TabbedComponentHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_TabbedComponentHandler.h index 3251bd29bee48c5c7fc3c7a3e65c87e86afd3726..c72f5e829db29c5d2c85ed29081c7fe74a602b2b 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_TabbedComponentHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_TabbedComponentHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_TextButtonHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_TextButtonHandler.h index 1357e33d2b0bd53eebfacc820206fd5a912e5217..612f827660ee371b8fdde517aa28145dae5d70ce 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_TextButtonHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_TextButtonHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_TextEditorHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_TextEditorHandler.h index e1172329077abbdb151116ca745325ea0aa3a645..5bd94f3ef43f6677fff356532e12b9f471865485 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_TextEditorHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_TextEditorHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_ToggleButtonHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_ToggleButtonHandler.h index 3a9fd69bed70b13dc2952b9849847d8fa059c59e..c85e7c5b5600032dc3946e4c14e1b0589f4438e8 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_ToggleButtonHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_ToggleButtonHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_TreeViewHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_TreeViewHandler.h index 9c9aca748fe19ecb92d835e165b90cda9830a998..bbc4fc54eda000a96f5617ffd07e0597dd9bccf4 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_TreeViewHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_TreeViewHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Components/jucer_ViewportHandler.h b/extras/Projucer/Source/ComponentEditor/Components/jucer_ViewportHandler.h index 3a25be9df26413f7636fdbf5748b12fa6734d26d..570f742b432fc036adfcf9cf74d9aa9c65835709 100644 --- a/extras/Projucer/Source/ComponentEditor/Components/jucer_ViewportHandler.h +++ b/extras/Projucer/Source/ComponentEditor/Components/jucer_ViewportHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.cpp b/extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.cpp index 7f8c85b111caa3796afdff51bff28eb53d4fd959..56fe29480ccee55d853a8339edb6ea3d494ba26c 100644 --- a/extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.cpp +++ b/extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.h b/extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.h index 8d0b1dac76a31bae94c301390adc38a6c2f48242..2fa41bb9949a93d1bc1a408feacc5cdc811e38e8 100644 --- a/extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.h +++ b/extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Documents/jucer_ComponentDocument.cpp b/extras/Projucer/Source/ComponentEditor/Documents/jucer_ComponentDocument.cpp index 0225ed662a7cf4d9283bf22d099a869ce0bbf9bf..274319c9324c434a63e71c4bfe1ecbdbde441f3e 100644 --- a/extras/Projucer/Source/ComponentEditor/Documents/jucer_ComponentDocument.cpp +++ b/extras/Projucer/Source/ComponentEditor/Documents/jucer_ComponentDocument.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Documents/jucer_ComponentDocument.h b/extras/Projucer/Source/ComponentEditor/Documents/jucer_ComponentDocument.h index 1bafe7f5a5a558010b3c7c02e803e827496a2e90..775b3e34d59f51a0c38d9c77bb4036e77bec0998 100644 --- a/extras/Projucer/Source/ComponentEditor/Documents/jucer_ComponentDocument.h +++ b/extras/Projucer/Source/ComponentEditor/Documents/jucer_ComponentDocument.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ColouredElement.cpp b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ColouredElement.cpp index 7fee58a2a4e8c48c7b735efc3613b9ef7ed49cdb..1b2ca406d7278cac21d9e90005660f3366684f63 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ColouredElement.cpp +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ColouredElement.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ColouredElement.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ColouredElement.h index f6021c4b33fc8c952bb20bc11c5ac3782ff8cec5..8a3a2dd1e51b47729cf36258de583e7e36e41dac 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ColouredElement.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ColouredElement.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ElementSiblingComponent.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ElementSiblingComponent.h index ce1af7cbdcc080c522e63accc32053dc03152eb9..8c191573746e8c6b3c0e848337c5920d39b3ddbc 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ElementSiblingComponent.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ElementSiblingComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_FillType.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_FillType.h index 1ad92f398c7adcc3a498dc26b349bde35649f8d9..c97df44b18e1db08b534e28e9b7df901d570a266 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_FillType.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_FillType.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_GradientPointComponent.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_GradientPointComponent.h index fdb0f1f59417f1c3b002d181b3cd38b2beb72d2a..47e54159a295105114337d950aba7d9e4166d2d5 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_GradientPointComponent.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_GradientPointComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ImageResourceProperty.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ImageResourceProperty.h index eb71c4eab4cce1f71151cb7fc9d43dbcf45d8e9c..d3c2cc19661c0b0239838a1ff8c88cb10fd57cfa 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ImageResourceProperty.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_ImageResourceProperty.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElement.cpp b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElement.cpp index 8c13cd2102af7218e63366ace49ab7399430be47..d803077869e9785b033085cca2b201f1dc9202d7 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElement.cpp +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElement.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElement.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElement.h index 89d8f00b2657d96bb7f6a666d18e276923b668d5..5ab7104c8d273bbc75b126f409b42d61ce7d0715 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElement.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElement.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementEllipse.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementEllipse.h index 49fff70af23a3a526537a29282e0f67a66f8bd99..6e0ba2289365322f8d1c2c0ad8b040c60778e2de 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementEllipse.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementEllipse.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.cpp b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.cpp index 857af6f6b843e2c706888b7bece7b02340e3737a..f353f9e2ae592aecd97ec90afc536f7031bc8566 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.cpp +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.h index 1bc5351846e3ddb8fddc69200e26b717399f1930..39b5d789c8a60d5d40a0ae7d6c18919283af9bef 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementImage.cpp b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementImage.cpp index c356739c301d853d0e7db7da85955ce40917c9aa..8185b3eef3fcb2ed0b9ed4d88ac3573997e7a3cb 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementImage.cpp +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementImage.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementImage.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementImage.h index 898fb9f43c0bc74f3d9fddd3e8b295cb79be9ff7..5f6c3ca5fe9c994ee79b329c56837895c392dea1 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementImage.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementImage.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementPath.cpp b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementPath.cpp index c59b42c4ce2efe61e7f8a7e60d293b6191c320f3..0f74d5c90fd936780becbb85e4e5d79776ceada8 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementPath.cpp +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementPath.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementPath.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementPath.h index d44cc4bf03f12854a4fe984afc8f33a37e73d623..b11a0b11d44d56452ec0324c4842be0654092bad 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementPath.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementPath.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementRectangle.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementRectangle.h index 2fa2171a385405fd4ca4198f1069e6de16114433..aee6f1475f595da74fd22f15ac9edb2aec875be0 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementRectangle.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementRectangle.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementRoundedRectangle.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementRoundedRectangle.h index d92d2bda5af688a06da150f540e33ab01487ec8e..0fc6f4a0bdff1dcdfd4ee0d231f4d623aeaa0fb0 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementRoundedRectangle.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementRoundedRectangle.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementText.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementText.h index 1ed7d96a3c606f3cae09eb9725e5120e9e224cb1..951660729cfe49130f5ec7617f5909a0b4229bdf 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementText.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementText.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementUndoableAction.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementUndoableAction.h index cae10f31b7b3011ae9b3c4934ef5238a7f26d0e1..9bdd4083cf6aaef6c77d319c5611e4ac8c218d5d 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementUndoableAction.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PaintElementUndoableAction.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PointComponent.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PointComponent.h index 275712acd1d46cc9d700f66e00d2ffa15d1dd16d..0b07534ac8d0015e08b80d91c6460b78dbba43ea 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PointComponent.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_PointComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_StrokeType.h b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_StrokeType.h index e57e1bab6bcefe75925f9c1f8fb4a50c4c670835..b65ad3a4fdc5a91a30653f2e8d9a2e4c89e350b3 100644 --- a/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_StrokeType.h +++ b/extras/Projucer/Source/ComponentEditor/PaintElements/jucer_StrokeType.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Properties/jucer_ColourPropertyComponent.h b/extras/Projucer/Source/ComponentEditor/Properties/jucer_ColourPropertyComponent.h index 8962d2d3691697c9ba8f679f2c748e09483d043d..8b490cefcbd46a304893186895f3346fa5723274 100644 --- a/extras/Projucer/Source/ComponentEditor/Properties/jucer_ColourPropertyComponent.h +++ b/extras/Projucer/Source/ComponentEditor/Properties/jucer_ColourPropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentBooleanProperty.h b/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentBooleanProperty.h index 28af9778a9fcf6ac2ff9b25a4f3ae6cf301180c3..d8c0ba7dd24ad68d22062bbe23ddaf3fbc238746 100644 --- a/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentBooleanProperty.h +++ b/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentBooleanProperty.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentChoiceProperty.h b/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentChoiceProperty.h index ec3f463bc15f96af699ea43cdcdeaadeea718957..88cdbed0ff3841dc844d3afc219069282c88cba4 100644 --- a/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentChoiceProperty.h +++ b/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentChoiceProperty.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentColourProperty.h b/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentColourProperty.h index 0271573e69ead838712893b6865464c4c72723e6..c90fbaaff5e59fb4a83135b742f5f271096e0dc5 100644 --- a/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentColourProperty.h +++ b/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentColourProperty.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentTextProperty.h b/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentTextProperty.h index 02bc4c7e879e8fcee15a1431e80f280c23d52ba8..3a0054e2028189726a9a79ac721806eeb75d6ffc 100644 --- a/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentTextProperty.h +++ b/extras/Projucer/Source/ComponentEditor/Properties/jucer_ComponentTextProperty.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Properties/jucer_FilePropertyComponent.h b/extras/Projucer/Source/ComponentEditor/Properties/jucer_FilePropertyComponent.h index eb7dccf1de3032df107d0724c33c1557b63a9364..0ab20d62b9dee01175924cea3d5e090029762649 100644 --- a/extras/Projucer/Source/ComponentEditor/Properties/jucer_FilePropertyComponent.h +++ b/extras/Projucer/Source/ComponentEditor/Properties/jucer_FilePropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Properties/jucer_FontPropertyComponent.h b/extras/Projucer/Source/ComponentEditor/Properties/jucer_FontPropertyComponent.h index 51c711d34b4813bfcab7ce48f3938a6bee0aa8b9..f967698d314c57ab7cb3c2bff2ac28f8a3692afd 100644 --- a/extras/Projucer/Source/ComponentEditor/Properties/jucer_FontPropertyComponent.h +++ b/extras/Projucer/Source/ComponentEditor/Properties/jucer_FontPropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Properties/jucer_JustificationProperty.h b/extras/Projucer/Source/ComponentEditor/Properties/jucer_JustificationProperty.h index 7e9272541a13c993a3d863344f043edf497af658..7ae577a6690e8b10269e8bc048ffc8f8953195d6 100644 --- a/extras/Projucer/Source/ComponentEditor/Properties/jucer_JustificationProperty.h +++ b/extras/Projucer/Source/ComponentEditor/Properties/jucer_JustificationProperty.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/Properties/jucer_PositionPropertyBase.h b/extras/Projucer/Source/ComponentEditor/Properties/jucer_PositionPropertyBase.h index 7a7892d4cfbccdc6e4ed6bd9ccbeacb26f241c51..9a0f482e16f5bc9093e6720f4918d336a0beffc9 100644 --- a/extras/Projucer/Source/ComponentEditor/Properties/jucer_PositionPropertyBase.h +++ b/extras/Projucer/Source/ComponentEditor/Properties/jucer_PositionPropertyBase.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentLayoutEditor.cpp b/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentLayoutEditor.cpp index e89d2aeb75fd3b4ad6a715fb5af070e29be05e1f..78702c86220a8e9865e1dd1b3028fd10da485172 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentLayoutEditor.cpp +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentLayoutEditor.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentLayoutEditor.h b/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentLayoutEditor.h index 1c8718ed8156c852ca4eb544412d7692ad94d295..63e86a6229dd8093694d9129ae724fc670ca98f3 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentLayoutEditor.h +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentLayoutEditor.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentLayoutPanel.h b/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentLayoutPanel.h index 559fe1a61d38c1f2febbfbe5213e7ad75e629a06..34576ba292542d8cc583237b2b3a2debdbfff82e 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentLayoutPanel.h +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentLayoutPanel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentOverlayComponent.cpp b/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentOverlayComponent.cpp index 12dffd99c6c4fd2745b50bead8f6e16fba6441c0..9474912258a135c0a59c552445eac0b4827d8170 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentOverlayComponent.cpp +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentOverlayComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentOverlayComponent.h b/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentOverlayComponent.h index e59e00d0c3f41db2e493602f8ba962fd7146ae06..038f1959851e90bc0ca3e62ee5fb40db92e6651f 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentOverlayComponent.h +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_ComponentOverlayComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_EditingPanelBase.cpp b/extras/Projucer/Source/ComponentEditor/UI/jucer_EditingPanelBase.cpp index 8e5b7b84416c567280bc9adc677207e95b95d698..03486f56c3a05164712e751fbec3de45793a158e 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_EditingPanelBase.cpp +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_EditingPanelBase.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_EditingPanelBase.h b/extras/Projucer/Source/ComponentEditor/UI/jucer_EditingPanelBase.h index 1b063a94afb45be3641d221cbc80c0b62ccd5951..01c473435c5e04776c7f73d08fe986c7c5d63612 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_EditingPanelBase.h +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_EditingPanelBase.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_JucerCommandIDs.h b/extras/Projucer/Source/ComponentEditor/UI/jucer_JucerCommandIDs.h index b6e6defca765ee6e880111d30cf84f2eb70c3f21..79e5cd49f3b73fe0cb0a55bb840325a0465f4dfe 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_JucerCommandIDs.h +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_JucerCommandIDs.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_JucerDocumentEditor.cpp b/extras/Projucer/Source/ComponentEditor/UI/jucer_JucerDocumentEditor.cpp index b701fd37f8acfd827642b317edf335d008600f0d..42b7ddfee4580cd68b788ad95d141c3b374b894b 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_JucerDocumentEditor.cpp +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_JucerDocumentEditor.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_JucerDocumentEditor.h b/extras/Projucer/Source/ComponentEditor/UI/jucer_JucerDocumentEditor.h index efc99a2e799aeb8a933d56001e3f87ee3db09965..d0efe69c0081d1cb60e76e6719f4a8c8d90bde23 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_JucerDocumentEditor.h +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_JucerDocumentEditor.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutineEditor.cpp b/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutineEditor.cpp index 4dfc27a91d55813f3198041a285586e0bac68767..43b4b40388a217c23cbf2da146ee39b5c5bbf310 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutineEditor.cpp +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutineEditor.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutineEditor.h b/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutineEditor.h index 7468d1dc778a64c8664197ab3a1103816bfe8a7b..d437e187f2b77906b5bde7b3ca131abd69b56690 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutineEditor.h +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutineEditor.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutinePanel.cpp b/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutinePanel.cpp index 2f56cda2cb6fcc55cc7c467dee429115d6834d7c..8488c927ad228b9ff75175dadbb5582897fcd9d8 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutinePanel.cpp +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutinePanel.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutinePanel.h b/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutinePanel.h index eeda47b585b6f91d02d135a9a5e53599bce58f43..9d2abd7bc0d5c060539ec8a9eb97175411d20ca1 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutinePanel.h +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutinePanel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_RelativePositionedRectangle.h b/extras/Projucer/Source/ComponentEditor/UI/jucer_RelativePositionedRectangle.h index 46e9acaf95cc93c56cde3bd51ac11dd5b11b286a..c46b39122d097dac076feb56b2fbb4af95b14afa 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_RelativePositionedRectangle.h +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_RelativePositionedRectangle.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_ResourceEditorPanel.cpp b/extras/Projucer/Source/ComponentEditor/UI/jucer_ResourceEditorPanel.cpp index e06df631aead6d3a8b89db16f7b941ac13f562d1..6c5f8ffa5cb05f9a4ee358580ec401303b21bcbe 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_ResourceEditorPanel.cpp +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_ResourceEditorPanel.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_ResourceEditorPanel.h b/extras/Projucer/Source/ComponentEditor/UI/jucer_ResourceEditorPanel.h index 73f8f99da43bc98b18586ceaaefd03d3f856a00b..600ca661cee23f8bb6ec4bc6de703babf9cb7dee 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_ResourceEditorPanel.h +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_ResourceEditorPanel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_SnapGridPainter.h b/extras/Projucer/Source/ComponentEditor/UI/jucer_SnapGridPainter.h index 8eb84fe2f23eb5f106cfdb91a9694e4b9715616c..01209560ea6b2ebf54ad147caebe919492419841 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_SnapGridPainter.h +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_SnapGridPainter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_TestComponent.cpp b/extras/Projucer/Source/ComponentEditor/UI/jucer_TestComponent.cpp index abcb1028e300949f953ebd36793e8681ce66595a..30517543b07189d5e45481d523d3854a1c7007cb 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_TestComponent.cpp +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_TestComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/UI/jucer_TestComponent.h b/extras/Projucer/Source/ComponentEditor/UI/jucer_TestComponent.h index dee0636a1ad51e7cfa8ec2ec99284f48eb091f3c..a23f36ec95e0f525fa785fb8a48f6221ee64bf00 100644 --- a/extras/Projucer/Source/ComponentEditor/UI/jucer_TestComponent.h +++ b/extras/Projucer/Source/ComponentEditor/UI/jucer_TestComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_BinaryResources.cpp b/extras/Projucer/Source/ComponentEditor/jucer_BinaryResources.cpp index 4d3af41a32b0e4b321baf4bd4c4a0d2b8aeff3df..6a97a4a9011d1eca6691872212c6343d728326f8 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_BinaryResources.cpp +++ b/extras/Projucer/Source/ComponentEditor/jucer_BinaryResources.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_BinaryResources.h b/extras/Projucer/Source/ComponentEditor/jucer_BinaryResources.h index 0a503ad35f90f9b4a2f11097f75441e006708931..5dce1278b85adc38a50b55e2ddc68ec5d74449b0 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_BinaryResources.h +++ b/extras/Projucer/Source/ComponentEditor/jucer_BinaryResources.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_ComponentLayout.cpp b/extras/Projucer/Source/ComponentEditor/jucer_ComponentLayout.cpp index 6eecc33a824e345e1f69a3d00dbb0ddaf206fc47..bc23a1dfea9889a42583f6fbc976bb736c8edf47 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_ComponentLayout.cpp +++ b/extras/Projucer/Source/ComponentEditor/jucer_ComponentLayout.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_ComponentLayout.h b/extras/Projucer/Source/ComponentEditor/jucer_ComponentLayout.h index d1951e7fade579425e342b4d4d7d564b7957ac57..bcce3fc1bd1ae328580b08145946c4fc34562e48 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_ComponentLayout.h +++ b/extras/Projucer/Source/ComponentEditor/jucer_ComponentLayout.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_GeneratedCode.cpp b/extras/Projucer/Source/ComponentEditor/jucer_GeneratedCode.cpp index 0ddb0df8d8d1d736139002e12939a6e53993a077..5c4d23b6da3d88a8a76bfc820bdadac76ba3adc2 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_GeneratedCode.cpp +++ b/extras/Projucer/Source/ComponentEditor/jucer_GeneratedCode.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_GeneratedCode.h b/extras/Projucer/Source/ComponentEditor/jucer_GeneratedCode.h index 9555a6e38c3c3ed8154506ccc73ec036c49b93e0..d4485fe6f6a58ca269cd794dc5e2c104f6ad414e 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_GeneratedCode.h +++ b/extras/Projucer/Source/ComponentEditor/jucer_GeneratedCode.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_JucerDocument.cpp b/extras/Projucer/Source/ComponentEditor/jucer_JucerDocument.cpp index 04fce1ccc4e3144c1dca2f51d439c94fbec57969..5193f61fdf4085d8f4e2457ab03688c67f8110d5 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_JucerDocument.cpp +++ b/extras/Projucer/Source/ComponentEditor/jucer_JucerDocument.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_JucerDocument.h b/extras/Projucer/Source/ComponentEditor/jucer_JucerDocument.h index 3e2f8a7d13a9a5fde6a9962e4b3f9a3d333ee468..b882cdfc5ae039157a3e7cd380fe01dea1269c69 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_JucerDocument.h +++ b/extras/Projucer/Source/ComponentEditor/jucer_JucerDocument.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_ObjectTypes.cpp b/extras/Projucer/Source/ComponentEditor/jucer_ObjectTypes.cpp index f2e6514a288945080b68076ec1fa6cd6baf49857..09527a839970970fe05f0324c87c27f51b3530a6 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_ObjectTypes.cpp +++ b/extras/Projucer/Source/ComponentEditor/jucer_ObjectTypes.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_ObjectTypes.h b/extras/Projucer/Source/ComponentEditor/jucer_ObjectTypes.h index 22ec007b95f8aceb7b93b0f3302c8effc9dcccbf..cdf9f96c95afba0185b9ed4caa069aa77ffc5d5f 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_ObjectTypes.h +++ b/extras/Projucer/Source/ComponentEditor/jucer_ObjectTypes.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_PaintRoutine.cpp b/extras/Projucer/Source/ComponentEditor/jucer_PaintRoutine.cpp index 4846146032218ef20d926d6043c6590951a0545c..69c35f6caf8844441fe80b5b6edb45ef363f9f88 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_PaintRoutine.cpp +++ b/extras/Projucer/Source/ComponentEditor/jucer_PaintRoutine.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_PaintRoutine.h b/extras/Projucer/Source/ComponentEditor/jucer_PaintRoutine.h index 381429ac72507e3a116abb874a9b630248edf4b4..335d520f7c46fa4bfb7d2556f718f5ca38eefdbc 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_PaintRoutine.h +++ b/extras/Projucer/Source/ComponentEditor/jucer_PaintRoutine.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ComponentEditor/jucer_UtilityFunctions.h b/extras/Projucer/Source/ComponentEditor/jucer_UtilityFunctions.h index b651869d52475cbcaa2220b426462ceb43c44829..691baa73001cb2b74b5eccf34abd096cf4e04b8c 100644 --- a/extras/Projucer/Source/ComponentEditor/jucer_UtilityFunctions.h +++ b/extras/Projucer/Source/ComponentEditor/jucer_UtilityFunctions.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Licenses/jucer_LicenseController.cpp b/extras/Projucer/Source/Licenses/jucer_LicenseController.cpp index 37003b928da14cf6630aad1cdc10e52d4df12e89..2a7d97cbff9d1ab191d0fd864a58d8badb8f44c9 100644 --- a/extras/Projucer/Source/Licenses/jucer_LicenseController.cpp +++ b/extras/Projucer/Source/Licenses/jucer_LicenseController.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/UI/jucer_ActivityListComponent.h b/extras/Projucer/Source/LiveBuildEngine/UI/jucer_ActivityListComponent.h index c114c439d6ccf3ca57e71975cfaf7a5cbd5ed45d..c9fe79f8a1bc1af5a6f4469bb9bc781710c47a6e 100644 --- a/extras/Projucer/Source/LiveBuildEngine/UI/jucer_ActivityListComponent.h +++ b/extras/Projucer/Source/LiveBuildEngine/UI/jucer_ActivityListComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/UI/jucer_BuildTabStatusComponent.h b/extras/Projucer/Source/LiveBuildEngine/UI/jucer_BuildTabStatusComponent.h index af4bfabfab88c4b2feabf07643372c76fa829502..7528954e4de529fc4b7cd9bfc2e5f0a5a9a716af 100644 --- a/extras/Projucer/Source/LiveBuildEngine/UI/jucer_BuildTabStatusComponent.h +++ b/extras/Projucer/Source/LiveBuildEngine/UI/jucer_BuildTabStatusComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/UI/jucer_ComponentListComponent.h b/extras/Projucer/Source/LiveBuildEngine/UI/jucer_ComponentListComponent.h index d26c143ea0ab6387d8496ffee6ed06838abef252..0b89f4476311c18d3d341081477bfa8a7860acb0 100644 --- a/extras/Projucer/Source/LiveBuildEngine/UI/jucer_ComponentListComponent.h +++ b/extras/Projucer/Source/LiveBuildEngine/UI/jucer_ComponentListComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/UI/jucer_ErrorListComponent.h b/extras/Projucer/Source/LiveBuildEngine/UI/jucer_ErrorListComponent.h index 3b685fe9d1b5f8ab0d3c4100b84cbcdd4525b8b1..caad6dfe1db99b91e176ba479a378b4bb377e43d 100644 --- a/extras/Projucer/Source/LiveBuildEngine/UI/jucer_ErrorListComponent.h +++ b/extras/Projucer/Source/LiveBuildEngine/UI/jucer_ErrorListComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_ActivityList.h b/extras/Projucer/Source/LiveBuildEngine/jucer_ActivityList.h index afe258f8b06d80fcce500e877ada8bc9775d1fe3..107664eabe8e92752003cc2f0479d70a0814e614 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_ActivityList.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_ActivityList.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_ClassDatabase.h b/extras/Projucer/Source/LiveBuildEngine/jucer_ClassDatabase.h index f28ffc457b790a888c22016dacbb4bf36421cb6d..488c1dcb878c071711eaafc3d1d382e077d8083d 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_ClassDatabase.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_ClassDatabase.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_ClientServerMessages.h b/extras/Projucer/Source/LiveBuildEngine/jucer_ClientServerMessages.h index 29f30457f8ce30c2b6f50831d38357626c5a72ad..2fa64228cf9fbf810c568e25c834ee2f7f61e1ef 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_ClientServerMessages.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_ClientServerMessages.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineClient.cpp b/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineClient.cpp index 9f55e12d6dc4a824cd366162a6e54e48394b1484..1ce5ba57a185c5b7ae1b52c51fdf2ab2281168cb 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineClient.cpp +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineClient.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineClient.h b/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineClient.h index 14a15a7474a276622c792253843880e0ad2fea5f..bce7b5ea661a69dbb30979143ecccbde788fc734 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineClient.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineClient.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineDLL.h b/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineDLL.h index 7b11757452ce2ec3cda926f59603221b84fab94c..347880c9cfe6771431a71531746a2caee5021b4e 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineDLL.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineDLL.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineServer.cpp b/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineServer.cpp index 1fa4bf911d4e2bd7dbf6708441b31cbf51d5a25f..20ed871d085ce09a515c64623dde2f1a6f3457cf 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineServer.cpp +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineServer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineServer.h b/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineServer.h index 9c5032767b52fc9c9d8431f0e7e23f5a6f57902d..a78cab13ee4ef756cd30add0af34c354b06e13c4 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineServer.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineServer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineSettings.h b/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineSettings.h index 92cac5c432471fe05dd0bab13d2395e19dba6ad1..9619ccf064ee08cec781434386c987dd15c01bcf 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineSettings.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_CompileEngineSettings.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_CppHelpers.h b/extras/Projucer/Source/LiveBuildEngine/jucer_CppHelpers.h index 9a5b8b30c48e76b3ee0f1d49c9966ffa1508e116..9fc2e510515a8b5598514c4075a40b735d058d79 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_CppHelpers.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_CppHelpers.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_DiagnosticMessage.h b/extras/Projucer/Source/LiveBuildEngine/jucer_DiagnosticMessage.h index 6f74d9e3d6b3b21bccab2cfcd8a008493fd43da8..a62fe1cea33eb8ea7e98687f3b92029e750b9346 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_DiagnosticMessage.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_DiagnosticMessage.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_DownloadCompileEngineThread.cpp b/extras/Projucer/Source/LiveBuildEngine/jucer_DownloadCompileEngineThread.cpp index 407ae9e8a6ca01f8adb6fdb3b38dcccf119f83f1..1cb63f68d6a6047c7cd9610025c971443c058431 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_DownloadCompileEngineThread.cpp +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_DownloadCompileEngineThread.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_DownloadCompileEngineThread.h b/extras/Projucer/Source/LiveBuildEngine/jucer_DownloadCompileEngineThread.h index bb3e3523971b2d5bffea1b7bc612b51763161aca..b8b146030f6e1081587adb5372e695c4bde975b6 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_DownloadCompileEngineThread.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_DownloadCompileEngineThread.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_ErrorList.h b/extras/Projucer/Source/LiveBuildEngine/jucer_ErrorList.h index a1fc414d5616a0069004d7196f49e25dee57bdb5..a3b8d8082542a06903521038ea796929b9c5be41 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_ErrorList.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_ErrorList.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_LiveCodeBuilderDLL.h b/extras/Projucer/Source/LiveBuildEngine/jucer_LiveCodeBuilderDLL.h index a4ab545a73cb180fcd8f3d787e6b2f3d18777722..b29517f63e1abb9b0bde82724341f5310e593a08 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_LiveCodeBuilderDLL.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_LiveCodeBuilderDLL.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_MessageIDs.h b/extras/Projucer/Source/LiveBuildEngine/jucer_MessageIDs.h index 55a60b0382d4bac0b2aca9bf6e652fc756b1004f..bd8040febaea06188decd67057b2666cb6c3aef2 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_MessageIDs.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_MessageIDs.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_ProjectBuildInfo.h b/extras/Projucer/Source/LiveBuildEngine/jucer_ProjectBuildInfo.h index 8fee461146e444be7451ec8354783d9c30cbfeb3..6daaf87fb7f9a0e3de4fdabd53879db7aeb8f297 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_ProjectBuildInfo.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_ProjectBuildInfo.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/LiveBuildEngine/jucer_SourceCodeRange.h b/extras/Projucer/Source/LiveBuildEngine/jucer_SourceCodeRange.h index 17a8ec4487c97a242e3d1b6d5c9559019816abb5..5596252e8b5397e5d8676f7fa76fa2e4de18383f 100644 --- a/extras/Projucer/Source/LiveBuildEngine/jucer_SourceCodeRange.h +++ b/extras/Projucer/Source/LiveBuildEngine/jucer_SourceCodeRange.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/Modules/jucer_AvailableModulesList.h b/extras/Projucer/Source/Project/Modules/jucer_AvailableModulesList.h index f9b536184e2df3d47192448faba7c1667a451125..c091b3028dc9f018e0452af78344153953dd76a1 100644 --- a/extras/Projucer/Source/Project/Modules/jucer_AvailableModulesList.h +++ b/extras/Projucer/Source/Project/Modules/jucer_AvailableModulesList.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/Modules/jucer_ModuleDescription.h b/extras/Projucer/Source/Project/Modules/jucer_ModuleDescription.h index c87b2bb7e2ee3c4abb8e4313068ada4dccba40f9..6cb1e70e0795ac5845441d745915052de58be066 100644 --- a/extras/Projucer/Source/Project/Modules/jucer_ModuleDescription.h +++ b/extras/Projucer/Source/Project/Modules/jucer_ModuleDescription.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/Modules/jucer_Modules.cpp b/extras/Projucer/Source/Project/Modules/jucer_Modules.cpp index 940b8f63d396cb671479e0ce345ed828440b7547..1b80d8695d62a9e0bbd23dc19dcc9447538b17af 100644 --- a/extras/Projucer/Source/Project/Modules/jucer_Modules.cpp +++ b/extras/Projucer/Source/Project/Modules/jucer_Modules.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/Modules/jucer_Modules.h b/extras/Projucer/Source/Project/Modules/jucer_Modules.h index e36be13fad10eb229e23e725fc28790dd561672a..8d3e54bcebaf483ee156dc4782da407c261dcd69 100644 --- a/extras/Projucer/Source/Project/Modules/jucer_Modules.h +++ b/extras/Projucer/Source/Project/Modules/jucer_Modules.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/Sidebar/jucer_ExporterTreeItems.h b/extras/Projucer/Source/Project/UI/Sidebar/jucer_ExporterTreeItems.h index 715d82681edb0497d0ad3993d173e3548891c0b6..d9bd8eb47ae27acbb20275f3406189f63d86f051 100644 --- a/extras/Projucer/Source/Project/UI/Sidebar/jucer_ExporterTreeItems.h +++ b/extras/Projucer/Source/Project/UI/Sidebar/jucer_ExporterTreeItems.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/Sidebar/jucer_FileTreeItems.h b/extras/Projucer/Source/Project/UI/Sidebar/jucer_FileTreeItems.h index 2945c03b750d88005586a00af4ffcb8666aea4a0..cc17c535e03c23642d952df818f084586462f981 100644 --- a/extras/Projucer/Source/Project/UI/Sidebar/jucer_FileTreeItems.h +++ b/extras/Projucer/Source/Project/UI/Sidebar/jucer_FileTreeItems.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/Sidebar/jucer_LiveBuildTab.h b/extras/Projucer/Source/Project/UI/Sidebar/jucer_LiveBuildTab.h index 50fc961b775724d594cc7d36808d41f76ff9d98c..30eacc29eebc83887c258cc3a81a346e9c2fa088 100644 --- a/extras/Projucer/Source/Project/UI/Sidebar/jucer_LiveBuildTab.h +++ b/extras/Projucer/Source/Project/UI/Sidebar/jucer_LiveBuildTab.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/Sidebar/jucer_ModuleTreeItems.h b/extras/Projucer/Source/Project/UI/Sidebar/jucer_ModuleTreeItems.h index 0ed580f6abd91c80b9c74d19ab67e33b4015b4b4..891c27bcc9a7377ec790c92875989c342fa25cb6 100644 --- a/extras/Projucer/Source/Project/UI/Sidebar/jucer_ModuleTreeItems.h +++ b/extras/Projucer/Source/Project/UI/Sidebar/jucer_ModuleTreeItems.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/Sidebar/jucer_ProjectTab.h b/extras/Projucer/Source/Project/UI/Sidebar/jucer_ProjectTab.h index c4d61eb3b08f7eef7831eb2aaf2fa605f7719196..43fd50b95ccf6625561dc2433812e6acccc0aee3 100644 --- a/extras/Projucer/Source/Project/UI/Sidebar/jucer_ProjectTab.h +++ b/extras/Projucer/Source/Project/UI/Sidebar/jucer_ProjectTab.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/Sidebar/jucer_ProjectTreeItemBase.h b/extras/Projucer/Source/Project/UI/Sidebar/jucer_ProjectTreeItemBase.h index 1afe9b7585fc67fc2f082e4d04f4bace61eed1ee..1443832be2494b007a4df849af430698d142eb5e 100644 --- a/extras/Projucer/Source/Project/UI/Sidebar/jucer_ProjectTreeItemBase.h +++ b/extras/Projucer/Source/Project/UI/Sidebar/jucer_ProjectTreeItemBase.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/Sidebar/jucer_TabComponents.h b/extras/Projucer/Source/Project/UI/Sidebar/jucer_TabComponents.h index 7e30f37d35624ee911ebb9e129ea1a2fa4c2bfb0..8027225cfb8c1f858d0305b5fa4a6d768b7da010 100644 --- a/extras/Projucer/Source/Project/UI/Sidebar/jucer_TabComponents.h +++ b/extras/Projucer/Source/Project/UI/Sidebar/jucer_TabComponents.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/Sidebar/jucer_TreeItemTypes.h b/extras/Projucer/Source/Project/UI/Sidebar/jucer_TreeItemTypes.h index 474c4afacdf9675e14ebd50d08c6bcbb24d7a013..b0a56666b57f49a8e07fd6c2685f1f3b23b1abb3 100644 --- a/extras/Projucer/Source/Project/UI/Sidebar/jucer_TreeItemTypes.h +++ b/extras/Projucer/Source/Project/UI/Sidebar/jucer_TreeItemTypes.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/jucer_ContentViewComponents.h b/extras/Projucer/Source/Project/UI/jucer_ContentViewComponents.h index d91328279a3acb4f35a602b90551f678a6063001..104aefa271b751a730198ae2d169d72c21cd04b8 100644 --- a/extras/Projucer/Source/Project/UI/jucer_ContentViewComponents.h +++ b/extras/Projucer/Source/Project/UI/jucer_ContentViewComponents.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/jucer_FileGroupInformationComponent.h b/extras/Projucer/Source/Project/UI/jucer_FileGroupInformationComponent.h index 4446869a4b38f595a84889f3ccab483611d6b1df..fa7671894a26244753ceb2a20cf647b56062c0f7 100644 --- a/extras/Projucer/Source/Project/UI/jucer_FileGroupInformationComponent.h +++ b/extras/Projucer/Source/Project/UI/jucer_FileGroupInformationComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/jucer_HeaderComponent.cpp b/extras/Projucer/Source/Project/UI/jucer_HeaderComponent.cpp index 5c41c22e94279f6a289415722679a45f7e2b690c..fe80800db48325e4b1f1d12159c847a27df33e4f 100644 --- a/extras/Projucer/Source/Project/UI/jucer_HeaderComponent.cpp +++ b/extras/Projucer/Source/Project/UI/jucer_HeaderComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/jucer_HeaderComponent.h b/extras/Projucer/Source/Project/UI/jucer_HeaderComponent.h index 5a6bbabb6ecaa723b358bb8c22ea4dd21fedd5da..14502f2885bfebc617a7d9dfd0af32d08277adc4 100644 --- a/extras/Projucer/Source/Project/UI/jucer_HeaderComponent.h +++ b/extras/Projucer/Source/Project/UI/jucer_HeaderComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/jucer_ModulesInformationComponent.h b/extras/Projucer/Source/Project/UI/jucer_ModulesInformationComponent.h index 1b8a426ae64deb030dde33cddf022e7acf90128f..36ca258dc5954d9cf4cdc872b7708ac55fe2511d 100644 --- a/extras/Projucer/Source/Project/UI/jucer_ModulesInformationComponent.h +++ b/extras/Projucer/Source/Project/UI/jucer_ModulesInformationComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/jucer_ProjectContentComponent.cpp b/extras/Projucer/Source/Project/UI/jucer_ProjectContentComponent.cpp index 4d787597ed04df4221918312fa0bef66febca93d..a19007969e1ab7b17b72d27bb71125a39c47872b 100644 --- a/extras/Projucer/Source/Project/UI/jucer_ProjectContentComponent.cpp +++ b/extras/Projucer/Source/Project/UI/jucer_ProjectContentComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/jucer_ProjectContentComponent.h b/extras/Projucer/Source/Project/UI/jucer_ProjectContentComponent.h index 8b180cd5e150883138d732045bf38f1e8cfef5a8..1654df2bed10a98a184264d2a5b1166dae57c8c1 100644 --- a/extras/Projucer/Source/Project/UI/jucer_ProjectContentComponent.h +++ b/extras/Projucer/Source/Project/UI/jucer_ProjectContentComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/jucer_ProjectMessagesComponent.h b/extras/Projucer/Source/Project/UI/jucer_ProjectMessagesComponent.h index ab2b0330038fbc05710084a6941fa141c02fa4f5..7fd94a6e4b22d205573c430f0079a1056e9b7c18 100644 --- a/extras/Projucer/Source/Project/UI/jucer_ProjectMessagesComponent.h +++ b/extras/Projucer/Source/Project/UI/jucer_ProjectMessagesComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/UI/jucer_UserAvatarComponent.h b/extras/Projucer/Source/Project/UI/jucer_UserAvatarComponent.h index e3b1c33a62c7fe79ce6f0605b76480340592dd6a..f48fac8d40b129c7528ebdba5c37bc83b697b847 100644 --- a/extras/Projucer/Source/Project/UI/jucer_UserAvatarComponent.h +++ b/extras/Projucer/Source/Project/UI/jucer_UserAvatarComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/jucer_Project.cpp b/extras/Projucer/Source/Project/jucer_Project.cpp index 8aee996c42f780879178f0b5d2d1f4d1f31c402b..193cdd5aa132d40cc391377782128e46cd65441d 100644 --- a/extras/Projucer/Source/Project/jucer_Project.cpp +++ b/extras/Projucer/Source/Project/jucer_Project.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Project/jucer_Project.h b/extras/Projucer/Source/Project/jucer_Project.h index b8f0203a84b1260826319a88ac24d0e9b73c837a..726b272e056e5e61279ca67810fe265f21b56c45 100644 --- a/extras/Projucer/Source/Project/jucer_Project.h +++ b/extras/Projucer/Source/Project/jucer_Project.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h index 87c7b1c3d1b3da608ebd13fda50a6e8b28944bf2..ceff643edd947ae62cc0125396f1488335e1b727 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h index 61a9896003eae9416e4856a63f92889e15954b3e..b678fc5f6a5b7df72353cb2ff4023d325e4155f3 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CodeBlocks.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CodeBlocks.h index dd3b1432bd94a1e6a0f0579080af09dbf5fe9b6a..34e1851cb40894553c688320c2f5751e7505529a 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CodeBlocks.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CodeBlocks.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h index d77359213047e7fcdabb0a7fa5c1060f474804ca..551d2f2774e59666c77b96851cdffb931e4782eb 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Make.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Make.h index b6293cdd60a86c924a5e4f867626ab8f9856c631..53cb3da5b2f6cfa1e53ef504069b0fce38269ee6 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Make.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Make.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h index 2b8bd751d1b7d3088b8baf0d13efe3562024ad30..f2ae919faaa09d6be863db4f3d44e336d5d42d36 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.cpp b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.cpp index 5eca19e8a59f3af3199d6a2460664c1712a14389..6bb833070a1d50c5ef45fae40572431d987d46ae 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.cpp +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.h index 4bdef75559f5756f7b0033bf0f94e8873640274b..8afe3600de013e786b408151264f3a7f6a2b422f 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectSaver.cpp b/extras/Projucer/Source/ProjectSaving/jucer_ProjectSaver.cpp index 32315c10f3002590b91a11c88b5ca34573cb9325..03cc52364c6d1312a25f4adf36b6fedde1940047 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectSaver.cpp +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectSaver.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectSaver.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectSaver.h index 2dc04f659d6655bc3d640728e5a7a71999dd4f00..31500c3bd8f5b6ec02400f843985952acdda1937 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectSaver.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectSaver.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ResourceFile.cpp b/extras/Projucer/Source/ProjectSaving/jucer_ResourceFile.cpp index 1c6daf5aff47373797af83bb7abef69e342a9f08..f5a14dca734972e1ff984a9e432c6ae8afac7c3a 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ResourceFile.cpp +++ b/extras/Projucer/Source/ProjectSaving/jucer_ResourceFile.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ResourceFile.h b/extras/Projucer/Source/ProjectSaving/jucer_ResourceFile.h index 9525f01bfb8a655d37c58a51db9dcaaec8bab47d..7caaa057bb63dab33b1313d10573233273f0474a 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ResourceFile.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ResourceFile.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/ProjectSaving/jucer_XcodeProjectParser.h b/extras/Projucer/Source/ProjectSaving/jucer_XcodeProjectParser.h index 16b183d01a65ae10b365e81f1d8c8aa16f868113..f2490eb70ebd83a866d43c89317f825eec6c1839 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_XcodeProjectParser.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_XcodeProjectParser.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Settings/jucer_AppearanceSettings.cpp b/extras/Projucer/Source/Settings/jucer_AppearanceSettings.cpp index a9bd4ed60a08f0f94ff431f79567d5459d82e8ed..6d0b56cf799d549bc6a0f1975615c3f963bb85c1 100644 --- a/extras/Projucer/Source/Settings/jucer_AppearanceSettings.cpp +++ b/extras/Projucer/Source/Settings/jucer_AppearanceSettings.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Settings/jucer_AppearanceSettings.h b/extras/Projucer/Source/Settings/jucer_AppearanceSettings.h index 2ec8f1cdf0da21c47180f6b5c43668ccb9d6f4a4..7a315f2bfc45dd8828ae3b199ca556f2391438b3 100644 --- a/extras/Projucer/Source/Settings/jucer_AppearanceSettings.h +++ b/extras/Projucer/Source/Settings/jucer_AppearanceSettings.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp b/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp index b5b7c98ce9ad81dd9bdeca0e88a4ad4a6805fa5c..196039e9f8f30a8a166922981ed7921265c8d031 100644 --- a/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp +++ b/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Settings/jucer_StoredSettings.h b/extras/Projucer/Source/Settings/jucer_StoredSettings.h index 7a926d66b9788846b59b3996907fc4d22367e6d8..16f69c12e8d166d894bd28ddbd98acd5f318a1ea 100644 --- a/extras/Projucer/Source/Settings/jucer_StoredSettings.h +++ b/extras/Projucer/Source/Settings/jucer_StoredSettings.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_CodeHelpers.cpp b/extras/Projucer/Source/Utility/Helpers/jucer_CodeHelpers.cpp index b5c8ae642eee90a3b0223a77cdc91bf17fe859c7..92d7caa7b27f8fe134d51fb3e3f07e2febe939a6 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_CodeHelpers.cpp +++ b/extras/Projucer/Source/Utility/Helpers/jucer_CodeHelpers.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_CodeHelpers.h b/extras/Projucer/Source/Utility/Helpers/jucer_CodeHelpers.h index 329b6665c36a37b9987e4f32444df15fd788cdab..652dde6e571c564b5ed691df6d364e092ec11e6b 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_CodeHelpers.h +++ b/extras/Projucer/Source/Utility/Helpers/jucer_CodeHelpers.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_Colours.h b/extras/Projucer/Source/Utility/Helpers/jucer_Colours.h index a98bca48b697aae9e1631372fc00147215944f3f..d7f58164effeb3f784e686eb342f21676b586fc8 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_Colours.h +++ b/extras/Projucer/Source/Utility/Helpers/jucer_Colours.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_FileHelpers.cpp b/extras/Projucer/Source/Utility/Helpers/jucer_FileHelpers.cpp index 675c58326e502e80bfbeac1d901e8b4d4d4bc0dd..3efca27e5c13e7660ccc768d463802fbf1aa0c16 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_FileHelpers.cpp +++ b/extras/Projucer/Source/Utility/Helpers/jucer_FileHelpers.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_FileHelpers.h b/extras/Projucer/Source/Utility/Helpers/jucer_FileHelpers.h index effd62bf54f37cf3153248aabe84a61174bf5801..8be45fc77c6fe7422873ac72b7a4f38f702861df 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_FileHelpers.h +++ b/extras/Projucer/Source/Utility/Helpers/jucer_FileHelpers.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_MiscUtilities.cpp b/extras/Projucer/Source/Utility/Helpers/jucer_MiscUtilities.cpp index 6c1bb983ff9d5873495c5c907057dbf00840cbfc..3b48ba262cd8072cdceeb889b38869e04842e78d 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_MiscUtilities.cpp +++ b/extras/Projucer/Source/Utility/Helpers/jucer_MiscUtilities.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_MiscUtilities.h b/extras/Projucer/Source/Utility/Helpers/jucer_MiscUtilities.h index 8c4f08dd2f576847ff1caefc22d4a1d880e93eba..6fe13535a82d5ce669187e458bcdab3f95556945 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_MiscUtilities.h +++ b/extras/Projucer/Source/Utility/Helpers/jucer_MiscUtilities.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_NewFileWizard.cpp b/extras/Projucer/Source/Utility/Helpers/jucer_NewFileWizard.cpp index 2ed8ea8a5760f5aad82a55ca380c64f06b051daf..53566ff1680d959303e41c3f4694aa10df04d092 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_NewFileWizard.cpp +++ b/extras/Projucer/Source/Utility/Helpers/jucer_NewFileWizard.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_NewFileWizard.h b/extras/Projucer/Source/Utility/Helpers/jucer_NewFileWizard.h index 2211f2e4e106c3aee92bcd7b8d72f0f0f9a81ac9..ac9836d9262a7001db646738191c59e839fa3f54 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_NewFileWizard.h +++ b/extras/Projucer/Source/Utility/Helpers/jucer_NewFileWizard.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_PresetIDs.h b/extras/Projucer/Source/Utility/Helpers/jucer_PresetIDs.h index ba116a560817fb5a559ecc71fc124163b0c2c7eb..1cc51a04928bcae07e0a90d38c2c6a11a2b47161 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_PresetIDs.h +++ b/extras/Projucer/Source/Utility/Helpers/jucer_PresetIDs.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_TranslationHelpers.h b/extras/Projucer/Source/Utility/Helpers/jucer_TranslationHelpers.h index 8c9d8c60db7320bd0c5c23ea7015889e3f469e4e..3f64d7865a66a6e34a809c69b8023f7f33473d0c 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_TranslationHelpers.h +++ b/extras/Projucer/Source/Utility/Helpers/jucer_TranslationHelpers.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_ValueSourceHelpers.h b/extras/Projucer/Source/Utility/Helpers/jucer_ValueSourceHelpers.h index 9a78519cd06a3aa73283587b9358a4257a4d344f..2e4cdfedcd1944fa22693fa844c3b11b7e65d830 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_ValueSourceHelpers.h +++ b/extras/Projucer/Source/Utility/Helpers/jucer_ValueSourceHelpers.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_ValueWithDefaultWrapper.h b/extras/Projucer/Source/Utility/Helpers/jucer_ValueWithDefaultWrapper.h index 4b91889094efc7bbaac4d44393c59ab681ef71e1..24197878233b4a00f03e94a3a6459843ca31ecf3 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_ValueWithDefaultWrapper.h +++ b/extras/Projucer/Source/Utility/Helpers/jucer_ValueWithDefaultWrapper.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_VersionInfo.cpp b/extras/Projucer/Source/Utility/Helpers/jucer_VersionInfo.cpp index 8bb1c11a6c16047169aa89e98bd98888dc6d2a23..b576c520acc2f0cc0e3cabdcc2e312921965a7cb 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_VersionInfo.cpp +++ b/extras/Projucer/Source/Utility/Helpers/jucer_VersionInfo.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/Helpers/jucer_VersionInfo.h b/extras/Projucer/Source/Utility/Helpers/jucer_VersionInfo.h index 4451d6e145d5e300dd818d9aca32ca65edd533de..4217b8e5d0797eafa8be9f3944a498b8fa035d35 100644 --- a/extras/Projucer/Source/Utility/Helpers/jucer_VersionInfo.h +++ b/extras/Projucer/Source/Utility/Helpers/jucer_VersionInfo.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/PIPs/jucer_PIPGenerator.cpp b/extras/Projucer/Source/Utility/PIPs/jucer_PIPGenerator.cpp index 8271e59513e5140750ccce18797b6764436aa917..b453d1b13eb93773983093f85b9fd54fef328d57 100644 --- a/extras/Projucer/Source/Utility/PIPs/jucer_PIPGenerator.cpp +++ b/extras/Projucer/Source/Utility/PIPs/jucer_PIPGenerator.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/PIPs/jucer_PIPGenerator.h b/extras/Projucer/Source/Utility/PIPs/jucer_PIPGenerator.h index 42bf2938da1f7c0e1cdf37f39c68454ef06a4e40..a85c73927cc2fa039fffffa91b6ecb4f4dc22686 100644 --- a/extras/Projucer/Source/Utility/PIPs/jucer_PIPGenerator.h +++ b/extras/Projucer/Source/Utility/PIPs/jucer_PIPGenerator.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_ColourPropertyComponent.h b/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_ColourPropertyComponent.h index e3d2279eb1ae7e1627201f563f7445b01b7596be..a3162ef6d192bf3a07197ddbfc9f256cf5d0bad4 100644 --- a/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_ColourPropertyComponent.h +++ b/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_ColourPropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_FilePathPropertyComponent.h b/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_FilePathPropertyComponent.h index 1f742ba2ac244d4e06d09625a1cab305e689b461..d0bbbc1a7b6e1c8796f71bffe81d068c8ff94a9b 100644 --- a/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_FilePathPropertyComponent.h +++ b/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_FilePathPropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_LabelPropertyComponent.h b/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_LabelPropertyComponent.h index 786004a24fd6577b30e5a0ba58a9d7cbb8c4ab10..ae710ab73e7b08632e62052d7f4df4c2a37930af 100644 --- a/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_LabelPropertyComponent.h +++ b/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_LabelPropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_PropertyComponentsWithEnablement.h b/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_PropertyComponentsWithEnablement.h index fec59bc6ec7663ef683c53d91157a0d8519a5a94..664b2eddc9a8e0757e752eb5498c3d5f6de407d1 100644 --- a/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_PropertyComponentsWithEnablement.h +++ b/extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_PropertyComponentsWithEnablement.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/jucer_IconButton.h b/extras/Projucer/Source/Utility/UI/jucer_IconButton.h index 796efeae387d984f9bafa1d3d028d5cc2cf0aa01..e3a475d191508ce4768db9f150b29d21faa2d23d 100644 --- a/extras/Projucer/Source/Utility/UI/jucer_IconButton.h +++ b/extras/Projucer/Source/Utility/UI/jucer_IconButton.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/jucer_Icons.cpp b/extras/Projucer/Source/Utility/UI/jucer_Icons.cpp index 1368fa5362543f27ff8e476b757ad8a385acbb5d..265308979c5c8628192150ae73e7ff181c568719 100644 --- a/extras/Projucer/Source/Utility/UI/jucer_Icons.cpp +++ b/extras/Projucer/Source/Utility/UI/jucer_Icons.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/jucer_Icons.h b/extras/Projucer/Source/Utility/UI/jucer_Icons.h index 336173f69591995235108e6181382500dac0063e..e1530f666da23c8d2124cc0912c0dd13748068ce 100644 --- a/extras/Projucer/Source/Utility/UI/jucer_Icons.h +++ b/extras/Projucer/Source/Utility/UI/jucer_Icons.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/jucer_JucerTreeViewBase.cpp b/extras/Projucer/Source/Utility/UI/jucer_JucerTreeViewBase.cpp index f6b7489cf910f5e064ca71346859993108568a90..43529429db5c29840020a1cce8d5f6af6e83c02d 100644 --- a/extras/Projucer/Source/Utility/UI/jucer_JucerTreeViewBase.cpp +++ b/extras/Projucer/Source/Utility/UI/jucer_JucerTreeViewBase.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/jucer_JucerTreeViewBase.h b/extras/Projucer/Source/Utility/UI/jucer_JucerTreeViewBase.h index 284db8eeec10d4330636cb301e6e489ab456f0d3..0ff725c5cdaef1afbf3364652ee98319720794aa 100644 --- a/extras/Projucer/Source/Utility/UI/jucer_JucerTreeViewBase.h +++ b/extras/Projucer/Source/Utility/UI/jucer_JucerTreeViewBase.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/jucer_ProjucerLookAndFeel.cpp b/extras/Projucer/Source/Utility/UI/jucer_ProjucerLookAndFeel.cpp index 049ed56beff204d35a35625619a0a6033e9a0480..b5e14f72b90f0572c087741c0d7585b2507d3fa8 100644 --- a/extras/Projucer/Source/Utility/UI/jucer_ProjucerLookAndFeel.cpp +++ b/extras/Projucer/Source/Utility/UI/jucer_ProjucerLookAndFeel.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/jucer_ProjucerLookAndFeel.h b/extras/Projucer/Source/Utility/UI/jucer_ProjucerLookAndFeel.h index e065290440562199afcf30999a3ad140037a042b..33b25809dcfaa8892a7839cc46c5e5754e9a70ab 100644 --- a/extras/Projucer/Source/Utility/UI/jucer_ProjucerLookAndFeel.h +++ b/extras/Projucer/Source/Utility/UI/jucer_ProjucerLookAndFeel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/jucer_SlidingPanelComponent.cpp b/extras/Projucer/Source/Utility/UI/jucer_SlidingPanelComponent.cpp index 476ce65d227cc92966632a0774c0cc5aca48df03..3b8536c3df68c22f4295786df96cf3df237a0187 100644 --- a/extras/Projucer/Source/Utility/UI/jucer_SlidingPanelComponent.cpp +++ b/extras/Projucer/Source/Utility/UI/jucer_SlidingPanelComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/Projucer/Source/Utility/UI/jucer_SlidingPanelComponent.h b/extras/Projucer/Source/Utility/UI/jucer_SlidingPanelComponent.h index 518899bf955ce9530398ff8c376771d6bee320b2..23438a24f37b60975eefbe1b9d68a7aa23d35afd 100644 --- a/extras/Projucer/Source/Utility/UI/jucer_SlidingPanelComponent.h +++ b/extras/Projucer/Source/Utility/UI/jucer_SlidingPanelComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/UnitTestRunner/CMakeLists.txt b/extras/UnitTestRunner/CMakeLists.txt index 1e144969ba5cbf156ffc7387b22aa46ed6632da9..1c99f54d60350dd973b17574a6941a8498929876 100644 --- a/extras/UnitTestRunner/CMakeLists.txt +++ b/extras/UnitTestRunner/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/extras/UnitTestRunner/Source/Main.cpp b/extras/UnitTestRunner/Source/Main.cpp index 6d23592d9bcb8011895685b03e28ff6b487e077e..35e0feffa8bc9e7d893fe6c0595b6501c44f2e32 100644 --- a/extras/UnitTestRunner/Source/Main.cpp +++ b/extras/UnitTestRunner/Source/Main.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 8028b7b22903340bb2d938c54926d7680c063c14..f37350cb909af5dba193e85d3ba8fa3e2b8a1c79 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -1,12 +1,19 @@ # ============================================================================== # -# This file is part of the JUCE 6 technical preview. +# This file is part of the JUCE library. # Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. +# 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). # # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_analytics/analytics/juce_Analytics.cpp b/modules/juce_analytics/analytics/juce_Analytics.cpp index 5ae93e4c445cc6ea5b43b4c6ad684c86d9068212..61b43cd5493168960df305876ffe84009ee6278f 100644 --- a/modules/juce_analytics/analytics/juce_Analytics.cpp +++ b/modules/juce_analytics/analytics/juce_Analytics.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_analytics/analytics/juce_Analytics.h b/modules/juce_analytics/analytics/juce_Analytics.h index 83e3de75d3919bcb5260ae9eb193189fd5bade07..d83b25be2e4e9177c78045b6dc2eb4923f7652dd 100644 --- a/modules/juce_analytics/analytics/juce_Analytics.h +++ b/modules/juce_analytics/analytics/juce_Analytics.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_analytics/analytics/juce_ButtonTracker.cpp b/modules/juce_analytics/analytics/juce_ButtonTracker.cpp index b461c18628a1a309452f921ad83ab16eaa93ec41..6e586c08c290bf2c44d54a45e0cad0412c730572 100644 --- a/modules/juce_analytics/analytics/juce_ButtonTracker.cpp +++ b/modules/juce_analytics/analytics/juce_ButtonTracker.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_analytics/analytics/juce_ButtonTracker.h b/modules/juce_analytics/analytics/juce_ButtonTracker.h index d3a207228ffc25d0a6e17efa36097d7c7352728f..f2da6d414e653ec2007a2258d6b061e6fe8fcb5a 100644 --- a/modules/juce_analytics/analytics/juce_ButtonTracker.h +++ b/modules/juce_analytics/analytics/juce_ButtonTracker.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_analytics/destinations/juce_AnalyticsDestination.h b/modules/juce_analytics/destinations/juce_AnalyticsDestination.h index 229adce3b974ed55e8ecdf053fc9ad26b9f6b11d..46fd088205acf077ff1282f5625f70e065b6d59c 100644 --- a/modules/juce_analytics/destinations/juce_AnalyticsDestination.h +++ b/modules/juce_analytics/destinations/juce_AnalyticsDestination.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_analytics/destinations/juce_ThreadedAnalyticsDestination.cpp b/modules/juce_analytics/destinations/juce_ThreadedAnalyticsDestination.cpp index 677a6d749faaa93f2de0be709ee0415da2fa77cc..da9df139b162918cab98e4cc9e7814d69206b2ca 100644 --- a/modules/juce_analytics/destinations/juce_ThreadedAnalyticsDestination.cpp +++ b/modules/juce_analytics/destinations/juce_ThreadedAnalyticsDestination.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_analytics/destinations/juce_ThreadedAnalyticsDestination.h b/modules/juce_analytics/destinations/juce_ThreadedAnalyticsDestination.h index 3a826034e0cc9c1e3f3589b166da7115efba604b..c868a37f18d9bd8de7228b94e5c01aea71fb9c17 100644 --- a/modules/juce_analytics/destinations/juce_ThreadedAnalyticsDestination.h +++ b/modules/juce_analytics/destinations/juce_ThreadedAnalyticsDestination.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_analytics/juce_analytics.cpp b/modules/juce_analytics/juce_analytics.cpp index 6e459f0f9a90c2540f39fd4d9b6ac91897b897e2..a7c733b1d2171a0be6ee174b0895c1e53669f97b 100644 --- a/modules/juce_analytics/juce_analytics.cpp +++ b/modules/juce_analytics/juce_analytics.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_analytics/juce_analytics.h b/modules/juce_analytics/juce_analytics.h index 159d84af0badc312a8db73b0eeb24646fddb73dd..9715d0f2d448b139bd67f13709e5647d3b52e2fa 100644 --- a/modules/juce_analytics/juce_analytics.h +++ b/modules/juce_analytics/juce_analytics.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_basics/utilities/juce_GenericInterpolator.h b/modules/juce_audio_basics/utilities/juce_GenericInterpolator.h index 74475c6d9664250d9104de650263233ea2e3a375..d2e43aca799dd96cb2440a34d2957a1848e2a42d 100644 --- a/modules/juce_audio_basics/utilities/juce_GenericInterpolator.h +++ b/modules/juce_audio_basics/utilities/juce_GenericInterpolator.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_basics/utilities/juce_Interpolators.cpp b/modules/juce_audio_basics/utilities/juce_Interpolators.cpp index ef98cfa5e2d82a0b34a46a931fdb0745b528a23d..397b954fc6ea82ef107736997ac9623cf06edf85 100644 --- a/modules/juce_audio_basics/utilities/juce_Interpolators.cpp +++ b/modules/juce_audio_basics/utilities/juce_Interpolators.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_basics/utilities/juce_Interpolators.h b/modules/juce_audio_basics/utilities/juce_Interpolators.h index 1f2096572d4314c8dc558605b7befe377caaf138..0160a86bcdd89fa52523822c2ff169a3abb8ed8a 100644 --- a/modules/juce_audio_basics/utilities/juce_Interpolators.h +++ b/modules/juce_audio_basics/utilities/juce_Interpolators.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_basics/utilities/juce_WindowedSincInterpolator.cpp b/modules/juce_audio_basics/utilities/juce_WindowedSincInterpolator.cpp index 94950233b55e79146c184b83bc215a54f5a7418b..c278e08737ffa5f5736f0aa0fe52e5c3ddc9fd0d 100644 --- a/modules/juce_audio_basics/utilities/juce_WindowedSincInterpolator.cpp +++ b/modules/juce_audio_basics/utilities/juce_WindowedSincInterpolator.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_AiffAudioFormat.cpp b/modules/juce_audio_formats/codecs/juce_AiffAudioFormat.cpp index 8653491d2971bf0a3e9e25eb4430e7331f712abd..b2167cf4ec5cd7e05ecd04340ebd012e46e6bc3e 100644 --- a/modules/juce_audio_formats/codecs/juce_AiffAudioFormat.cpp +++ b/modules/juce_audio_formats/codecs/juce_AiffAudioFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_AiffAudioFormat.h b/modules/juce_audio_formats/codecs/juce_AiffAudioFormat.h index e263cdd1740517d6ab81f1b55dc47fdbc9ad037e..0b31235c5e9eeea6d25a1d6eddb429890fa0e1a9 100644 --- a/modules/juce_audio_formats/codecs/juce_AiffAudioFormat.h +++ b/modules/juce_audio_formats/codecs/juce_AiffAudioFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_CoreAudioFormat.cpp b/modules/juce_audio_formats/codecs/juce_CoreAudioFormat.cpp index 63ec74c6af3face599ee867a96b100d44b194ecd..8c60ed28a41f389721c4eb9a0f1d696bd41a90b5 100644 --- a/modules/juce_audio_formats/codecs/juce_CoreAudioFormat.cpp +++ b/modules/juce_audio_formats/codecs/juce_CoreAudioFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_CoreAudioFormat.h b/modules/juce_audio_formats/codecs/juce_CoreAudioFormat.h index 577ce4fb6cc7d952b4cbf061cc839e568ca61cdf..12db618f0ad8f4a0ec0ca353720674bb488d3154 100644 --- a/modules/juce_audio_formats/codecs/juce_CoreAudioFormat.h +++ b/modules/juce_audio_formats/codecs/juce_CoreAudioFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.cpp b/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.cpp index 9352650409bcd2795606b203494047368db8f62f..fe680cbab845f848c46e8b4986f0132eedda4935 100644 --- a/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.cpp +++ b/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.h b/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.h index 424b4bc866e59837bdb06916986fa00392db03e5..d39465c0d4313315012160ec8b98b7a45e022ac9 100644 --- a/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.h +++ b/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_LAMEEncoderAudioFormat.cpp b/modules/juce_audio_formats/codecs/juce_LAMEEncoderAudioFormat.cpp index efe919635de2d586c43d5c4580afb8a21b5704f2..39d874c75b190734e4e48a4b1744434c3f71cc5a 100644 --- a/modules/juce_audio_formats/codecs/juce_LAMEEncoderAudioFormat.cpp +++ b/modules/juce_audio_formats/codecs/juce_LAMEEncoderAudioFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_LAMEEncoderAudioFormat.h b/modules/juce_audio_formats/codecs/juce_LAMEEncoderAudioFormat.h index 828af31e9877f527db26d62a995648642c01c2aa..68b3fa13adb7b9e54e3ec1994a787fee51b49f8e 100644 --- a/modules/juce_audio_formats/codecs/juce_LAMEEncoderAudioFormat.h +++ b/modules/juce_audio_formats/codecs/juce_LAMEEncoderAudioFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_MP3AudioFormat.cpp b/modules/juce_audio_formats/codecs/juce_MP3AudioFormat.cpp index 5fd2707eafcc054241d81154569b2a0453c3c06c..744c23312b8d3a41272053618016baa7602577bb 100644 --- a/modules/juce_audio_formats/codecs/juce_MP3AudioFormat.cpp +++ b/modules/juce_audio_formats/codecs/juce_MP3AudioFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_MP3AudioFormat.h b/modules/juce_audio_formats/codecs/juce_MP3AudioFormat.h index 8df6ce17322c08f6872c1dccc99397e006f5a569..22d9db6c79ed07b370089e331412d598d1b5fac5 100644 --- a/modules/juce_audio_formats/codecs/juce_MP3AudioFormat.h +++ b/modules/juce_audio_formats/codecs/juce_MP3AudioFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_OggVorbisAudioFormat.cpp b/modules/juce_audio_formats/codecs/juce_OggVorbisAudioFormat.cpp index e8a89eab8e8077d2980038ca7abb9b19efa151b7..975b4406c5a8715a868b1a3446b0345c48ff9f8e 100644 --- a/modules/juce_audio_formats/codecs/juce_OggVorbisAudioFormat.cpp +++ b/modules/juce_audio_formats/codecs/juce_OggVorbisAudioFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_OggVorbisAudioFormat.h b/modules/juce_audio_formats/codecs/juce_OggVorbisAudioFormat.h index d3e56f4e2ac6f570e2a4252a7285455b25bd791c..db4786d2f1ac6962021a65238053e58836e95d69 100644 --- a/modules/juce_audio_formats/codecs/juce_OggVorbisAudioFormat.h +++ b/modules/juce_audio_formats/codecs/juce_OggVorbisAudioFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_WavAudioFormat.cpp b/modules/juce_audio_formats/codecs/juce_WavAudioFormat.cpp index 57b9ec3476299084bfe59e7e01ad13c6cd1eac42..d881d737ab5bce053d825091ea29f570fb8ddee9 100644 --- a/modules/juce_audio_formats/codecs/juce_WavAudioFormat.cpp +++ b/modules/juce_audio_formats/codecs/juce_WavAudioFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_WavAudioFormat.h b/modules/juce_audio_formats/codecs/juce_WavAudioFormat.h index 89950c75a2dd035daaa51c99c527648f5b4369bc..55f5c4bf28ea78536820c8c5445a5eade46127f2 100644 --- a/modules/juce_audio_formats/codecs/juce_WavAudioFormat.h +++ b/modules/juce_audio_formats/codecs/juce_WavAudioFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.cpp b/modules/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.cpp index 39dfbc49156919c17efc7b591852e58c2c1753c3..c7b6bdaf9799d98ad81d088d4c225ec47d81aabf 100644 --- a/modules/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.cpp +++ b/modules/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.h b/modules/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.h index fa6fcdb29003bc86987deffc3c69508c67931bd4..5c35853ce65122b76cd22dc4682a65514e85da42 100644 --- a/modules/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.h +++ b/modules/juce_audio_formats/codecs/juce_WindowsMediaAudioFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_AudioFormat.cpp b/modules/juce_audio_formats/format/juce_AudioFormat.cpp index cbdab73c27b709f055b9f46fdbc4fc0e4dfc0290..2e2e62d32be534b70dcb94f4d44949e12027aac3 100644 --- a/modules/juce_audio_formats/format/juce_AudioFormat.cpp +++ b/modules/juce_audio_formats/format/juce_AudioFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_AudioFormat.h b/modules/juce_audio_formats/format/juce_AudioFormat.h index 98b992c28f41c0cad62a25dade8e1f9ea09fefd9..c81b3d6b27132505b2e320f0a0ef58b78a90e711 100644 --- a/modules/juce_audio_formats/format/juce_AudioFormat.h +++ b/modules/juce_audio_formats/format/juce_AudioFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_AudioFormatManager.cpp b/modules/juce_audio_formats/format/juce_AudioFormatManager.cpp index 7f3230cafeb04a606de1699203ce0bcd92a72159..2b5570ab283ec34dd39e7b6551168184a947f9b7 100644 --- a/modules/juce_audio_formats/format/juce_AudioFormatManager.cpp +++ b/modules/juce_audio_formats/format/juce_AudioFormatManager.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_AudioFormatManager.h b/modules/juce_audio_formats/format/juce_AudioFormatManager.h index fda9431de8b1c9336c2bd0f2bd624214cd29c410..dd83888865282ad0fe3a2c6c75b0cd4c065f96d2 100644 --- a/modules/juce_audio_formats/format/juce_AudioFormatManager.h +++ b/modules/juce_audio_formats/format/juce_AudioFormatManager.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_AudioFormatReader.cpp b/modules/juce_audio_formats/format/juce_AudioFormatReader.cpp index bb57c8635a31a50f53831af026d974961e1e7903..bd4fe169a0759bef516beb88c499e40accdc68ba 100644 --- a/modules/juce_audio_formats/format/juce_AudioFormatReader.cpp +++ b/modules/juce_audio_formats/format/juce_AudioFormatReader.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_AudioFormatReader.h b/modules/juce_audio_formats/format/juce_AudioFormatReader.h index c4817ff9d9b8e71e8c247b8df79e37c2a1bcc496..da06645b013b270edbb9fe2f408a0a30bfa2975a 100644 --- a/modules/juce_audio_formats/format/juce_AudioFormatReader.h +++ b/modules/juce_audio_formats/format/juce_AudioFormatReader.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_AudioFormatReaderSource.cpp b/modules/juce_audio_formats/format/juce_AudioFormatReaderSource.cpp index 8c3aadd48d8f317134c0d26197a1e296ebd796f2..6ee9ce37c7256c038149d0fc5c07e7e9b26027a9 100644 --- a/modules/juce_audio_formats/format/juce_AudioFormatReaderSource.cpp +++ b/modules/juce_audio_formats/format/juce_AudioFormatReaderSource.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_AudioFormatReaderSource.h b/modules/juce_audio_formats/format/juce_AudioFormatReaderSource.h index 5ea38f548c0c32b5c1673514789ee86d7c7fca30..caa6c26b0dc8f189e19b4aedacf43e4fcb7e90c1 100644 --- a/modules/juce_audio_formats/format/juce_AudioFormatReaderSource.h +++ b/modules/juce_audio_formats/format/juce_AudioFormatReaderSource.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_AudioFormatWriter.cpp b/modules/juce_audio_formats/format/juce_AudioFormatWriter.cpp index bc87c6f086775ab0f05748e16473e891a1d22a7e..2ec9b1aaa8bd595b0561c9f88e0e489ba9c5c1c4 100644 --- a/modules/juce_audio_formats/format/juce_AudioFormatWriter.cpp +++ b/modules/juce_audio_formats/format/juce_AudioFormatWriter.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_AudioFormatWriter.h b/modules/juce_audio_formats/format/juce_AudioFormatWriter.h index 4e43fb6d13660f0edc89cd7b3a119533b0f7addf..367c6d6453c6755f910c53ab45bb86dcd4e10a8b 100644 --- a/modules/juce_audio_formats/format/juce_AudioFormatWriter.h +++ b/modules/juce_audio_formats/format/juce_AudioFormatWriter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_AudioSubsectionReader.cpp b/modules/juce_audio_formats/format/juce_AudioSubsectionReader.cpp index 87de080d0e7ccfb5f73c3e79e1ed138fe85f9457..5f9eef1dc98aa2e85e7ff75e21e8a5a9a99b136d 100644 --- a/modules/juce_audio_formats/format/juce_AudioSubsectionReader.cpp +++ b/modules/juce_audio_formats/format/juce_AudioSubsectionReader.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_AudioSubsectionReader.h b/modules/juce_audio_formats/format/juce_AudioSubsectionReader.h index 0596681255842d56bcc4aec5331a76ed0af8eef8..5e5f3d71c9daadded0d6f46e09367177c7ab4a45 100644 --- a/modules/juce_audio_formats/format/juce_AudioSubsectionReader.h +++ b/modules/juce_audio_formats/format/juce_AudioSubsectionReader.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.cpp b/modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.cpp index f90a011cf35681caf5bfbb10138e831a74d3210e..57d476758bc1fe33377caed030ed983221f12f80 100644 --- a/modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.cpp +++ b/modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.h b/modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.h index 2839058f71dfc6d28a6f81717746bb0d35512ed7..19403c645af4fd3b0a81634586456ce3845afa88 100644 --- a/modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.h +++ b/modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/format/juce_MemoryMappedAudioFormatReader.h b/modules/juce_audio_formats/format/juce_MemoryMappedAudioFormatReader.h index 9c22d4984503dae174c8efba464a496f32251e08..45d9d3244b91360fa743e421eaf50dd05b00460f 100644 --- a/modules/juce_audio_formats/format/juce_MemoryMappedAudioFormatReader.h +++ b/modules/juce_audio_formats/format/juce_MemoryMappedAudioFormatReader.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/juce_audio_formats.cpp b/modules/juce_audio_formats/juce_audio_formats.cpp index 0890a936d27279bdac3617e48a418c09c5f2f3a2..edba99dc03551df0a9a7084e998bb8af68f3b376 100644 --- a/modules/juce_audio_formats/juce_audio_formats.cpp +++ b/modules/juce_audio_formats/juce_audio_formats.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/juce_audio_formats.h b/modules/juce_audio_formats/juce_audio_formats.h index 45682efd954f76f48924274f52a06f9e60425420..0482e6e31aa19635d1ecfa0186eb9ec453649e26 100644 --- a/modules/juce_audio_formats/juce_audio_formats.h +++ b/modules/juce_audio_formats/juce_audio_formats.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/juce_audio_formats.mm b/modules/juce_audio_formats/juce_audio_formats.mm index 8503cc978b787351eed15af14bb9b6ef7ac0947c..c24c5a5929bc371960b3771c1b7d22330b564f63 100644 --- a/modules/juce_audio_formats/juce_audio_formats.mm +++ b/modules/juce_audio_formats/juce_audio_formats.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/sampler/juce_Sampler.cpp b/modules/juce_audio_formats/sampler/juce_Sampler.cpp index 13f03be75802ccc06f0e3b36d3f94d32263865b0..77a0edb0e46f0ef7d481c76e6e03e97cb829d6d0 100644 --- a/modules/juce_audio_formats/sampler/juce_Sampler.cpp +++ b/modules/juce_audio_formats/sampler/juce_Sampler.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_formats/sampler/juce_Sampler.h b/modules/juce_audio_formats/sampler/juce_Sampler.h index 3c20bea56517b9e55d10f19dc1629c7282c4921b..111150a236d170fd4c573a7edd889015887740cb 100644 --- a/modules/juce_audio_formats/sampler/juce_Sampler.h +++ b/modules/juce_audio_formats/sampler/juce_Sampler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/AAX/juce_AAX_Modifier_Injector.h b/modules/juce_audio_plugin_client/AAX/juce_AAX_Modifier_Injector.h index 7fb8b6a8a82e82e51966a4ec5c0898f40e243330..0f1d7ca181670df19ebcde0ace4d40960b231c07 100644 --- a/modules/juce_audio_plugin_client/AAX/juce_AAX_Modifier_Injector.h +++ b/modules/juce_audio_plugin_client/AAX/juce_AAX_Modifier_Injector.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp b/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp index 36afc28647c4066e749ef9375586e8bea6feb6a9..87e639a6dbcd41f53cc63520b6863a737c4264fa 100644 --- a/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm b/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm index b9bf5727f64f1106d413d06612baaf0d9c11c9ae..846bc58bd047abcd4c0a260d864996cf9a6cc374 100644 --- a/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm +++ b/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm b/modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm index 6f76c83baa90f812b3a2612c39ee4de317ffed7f..1d7614637ede97c4ce5cc3e1f7e9e85551ac69b8 100644 --- a/modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm +++ b/modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode1.cpp b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode1.cpp index 21dcd11fd585e4dc38667de558391a587baf81bb..63ddd11bc58b29761ff97265c49ce0afc445614f 100644 --- a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode1.cpp +++ b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode1.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode2.cpp b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode2.cpp index a924f5053a84254f20107c8a0cd4a04b99cfc161..671ee40bd30f0d4a7d48af7143fa5fd8fb05b570 100644 --- a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode2.cpp +++ b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode2.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode3.cpp b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode3.cpp index 8d6eeca266dc1beb9f1024dee640ccc2307c0501..cc31b78f7660f5ed9c496ef5a1ba63e032719e69 100644 --- a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode3.cpp +++ b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode3.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode_Header.h b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode_Header.h index 56cc129c07ea081d1a87af495379edc4e0b1ffe7..cb3929e3e689c2fc18b4bcb0bf14bfbd6fe29ed6 100644 --- a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode_Header.h +++ b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode_Header.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_MacUtilities.mm b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_MacUtilities.mm index 5abdac3ac6b4df0dc2c33b8e3384fa8ca3ead3c9..482055f4a47fa6fd1d89292796da7e04ba2d3a05 100644 --- a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_MacUtilities.mm +++ b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_MacUtilities.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_WinUtilities.cpp b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_WinUtilities.cpp index 41336f79a01fbf8ed298ed0c3d2bfc80f1fb3f45..3f826e5d511276cbc913563c2e0e2555632ba151 100644 --- a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_WinUtilities.cpp +++ b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_WinUtilities.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp index fdd6d59f81cc1ca7d3c27228d137ab6e59b3fbd7..c7d780291a3d90433310937aba466c40ab331568 100644 --- a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterApp.cpp b/modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterApp.cpp index de44b9a79f75e27deb1344dcc2e9317da2c1269a..48d5104cb00f22c4775c353283edc04bc978ce5d 100644 --- a/modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterApp.cpp +++ b/modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterApp.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h b/modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h index 062d5d2b7a55f6fd492896d6f5b83ca82e2d2688..99d212c2e7ca4ab8c0e678942767af926f7dab14 100644 --- a/modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h +++ b/modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/Unity/juce_UnityPluginInterface.h b/modules/juce_audio_plugin_client/Unity/juce_UnityPluginInterface.h index 254f344500b7e9b97fb26f8adb9ca8285583d165..aa2f471feea31d605d7867379532517e07b049b9 100644 --- a/modules/juce_audio_plugin_client/Unity/juce_UnityPluginInterface.h +++ b/modules/juce_audio_plugin_client/Unity/juce_UnityPluginInterface.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/Unity/juce_Unity_Wrapper.cpp b/modules/juce_audio_plugin_client/Unity/juce_Unity_Wrapper.cpp index c50f21625708d14bbfc194d05f660bb3805b43b7..f68674f4b8c40a1ca2aed58629d9a68dbcee82e4 100644 --- a/modules/juce_audio_plugin_client/Unity/juce_Unity_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/Unity/juce_Unity_Wrapper.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/VST/juce_VSTCallbackHandler.h b/modules/juce_audio_plugin_client/VST/juce_VSTCallbackHandler.h index 987af0c7564eb1b77a779563b15d6b13cbc38677..8c61618600cbcca10617fa21ae6dcdcb9c230749 100644 --- a/modules/juce_audio_plugin_client/VST/juce_VSTCallbackHandler.h +++ b/modules/juce_audio_plugin_client/VST/juce_VSTCallbackHandler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp index 28b205eb16062c3839344fe31bab09f9340cea7b..0ab14cbc3e980a2e44702c4c92005988bde9f566 100644 --- a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.mm b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.mm index 3282576f439281baa57fc26dc9f89f60378111b1..7c4887e75ebbfeab28bee2dcc3637cbb7ecaf35f 100644 --- a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.mm +++ b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp b/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp index 03cbdaefe1fa648836d20bb7cc2c758e7f3c88b8..e78233f92c9ee5b972e0e5b71b6d07258ad4ad1f 100644 --- a/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client.h b/modules/juce_audio_plugin_client/juce_audio_plugin_client.h index 1fcf10018a8abc541403b3fdb8263da955272ff4..5962dc85666897f5225ff930236fa7548e90c3ff 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client.h +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_AAX.cpp b/modules/juce_audio_plugin_client/juce_audio_plugin_client_AAX.cpp index fb5007c11d5a2a48ecdc9b030b8298c44bddaa06..872da7178dbe6de8c4efc44ec8f3310d27395430 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_AAX.cpp +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_AAX.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_AAX.mm b/modules/juce_audio_plugin_client/juce_audio_plugin_client_AAX.mm index c174d1824d0ebb4f5ca6e838a7a0ea98c528d904..e7b5d34d4f64350b91e11d332d0a3e6b1883760c 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_AAX.mm +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_AAX.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_AU.r b/modules/juce_audio_plugin_client/juce_audio_plugin_client_AU.r index bf88d4f32013cf6c4ff86e8d0f08780d5161c72d..c8cfc385fa405d82a059f61a1ff180eb2cd0b47f 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_AU.r +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_AU.r @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_AU_1.mm b/modules/juce_audio_plugin_client/juce_audio_plugin_client_AU_1.mm index dc2593b2d962c270a0bc0608f310042269bd5436..c7217f94c7bcf6b6a049579dbb6f67933f8a03b9 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_AU_1.mm +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_AU_1.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_AU_2.mm b/modules/juce_audio_plugin_client/juce_audio_plugin_client_AU_2.mm index bff3992491262fc5c7d3cbab34a133bdaf153826..1ca32a918c2977f0fc54c1e4bbeb348e8fe2be13 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_AU_2.mm +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_AU_2.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_AUv3.mm b/modules/juce_audio_plugin_client/juce_audio_plugin_client_AUv3.mm index d02c963588ac6411e006768f42d3457e2bc8b7b9..11cd73526b3fc33c6468984d1215daed8874101d 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_AUv3.mm +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_AUv3.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_1.cpp b/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_1.cpp index def9e4f2d2b9e1f1a76c1b98b2ef2a31c4ac30f4..77fd6207c50939a8c7a04862fdae98109440f214 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_1.cpp +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_1.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_2.cpp b/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_2.cpp index d533b56a9aeba3f06925d1f31aebb94292e85aac..f1bcd90472a1ac4dc52d0a1dc182d3b4a690c286 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_2.cpp +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_2.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_3.cpp b/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_3.cpp index 5a9196adedcc3cbb3fda34d5e0c8c16e0bb0d135..42477b9bd9b4cbfae06b6c680b65b65c4bb21cca 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_3.cpp +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_3.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_4.cpp b/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_4.cpp index 40b067a92262fd27e6cd6010dbd47b3194c85ed3..6fa1d7dc1ca5da110492f16662addace0d76f25a 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_4.cpp +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_4.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_utils.cpp b/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_utils.cpp index 3e6b6afadfff51a4c90dd395fad4a30c8051e92d..d424fcc46c313a0c97ba49a68d50bc4953e3893c 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_utils.cpp +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_utils.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_utils.mm b/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_utils.mm index 1ea87817269f7c87b80ec4a9dad10fedf2920489..57ad81f38b807b65c9a7c974be2ebfcfc4bde19c 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_utils.mm +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_utils.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_Standalone.cpp b/modules/juce_audio_plugin_client/juce_audio_plugin_client_Standalone.cpp index dfa5a267a1dfbc6040cced5bc65ea695ad1c28c5..fcfe4d85eeb9db896f11ddf1c9d6b61511a86399 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_Standalone.cpp +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_Standalone.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_Unity.cpp b/modules/juce_audio_plugin_client/juce_audio_plugin_client_Unity.cpp index ee46cc2e018b99eec545b8fc89a06772e8ec5ce1..04c59622e14ba94b4da0cffebb9e6e6ba15c546d 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_Unity.cpp +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_Unity.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST2.cpp b/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST2.cpp index f31a550adcb66b67cd85c94951299bb66923aa9e..2d8015ea1985b7e6048e00c36338b333d37a2871 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST2.cpp +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST2.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST3.cpp b/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST3.cpp index 9af961b972021a7e4165b391e1d2e90cea1bed0d..a22bbb490b048ae9136e3cc0f12a38728e636bd3 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST3.cpp +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST3.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST_utils.mm b/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST_utils.mm index 8286677d82cdf5db8a37ad18ce3418024797b177..ab1a4c86295c56a35e7294e4d426f903fa067b1d 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST_utils.mm +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST_utils.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/juce_audio_plugin_client_utils.cpp b/modules/juce_audio_plugin_client/juce_audio_plugin_client_utils.cpp index 22102a9bc5d862760451457065a5ac6e022205b6..ea11fdbe82854329fcdb3ddb3ba11b60e603ed74 100644 --- a/modules/juce_audio_plugin_client/juce_audio_plugin_client_utils.cpp +++ b/modules/juce_audio_plugin_client/juce_audio_plugin_client_utils.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/utility/juce_CarbonVisibility.h b/modules/juce_audio_plugin_client/utility/juce_CarbonVisibility.h index 85f9bf7e534fed3b57945077945e920b9a38c83a..f52c4e758949f2662db7799f6ef87a34446aa5c5 100644 --- a/modules/juce_audio_plugin_client/utility/juce_CarbonVisibility.h +++ b/modules/juce_audio_plugin_client/utility/juce_CarbonVisibility.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h b/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h index 2cf3f2b512c0ff3d4bcdfbef3bcae3f301e62993..6bea84307586874c7e16e35134f0842a385ccce7 100644 --- a/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h +++ b/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/utility/juce_CreatePluginFilter.h b/modules/juce_audio_plugin_client/utility/juce_CreatePluginFilter.h index 09fbbded6d712bbac0ad480cb64b37c95c6ef235..860ec61e4741b4a3cbb3fe82b7b85a77c623772c 100644 --- a/modules/juce_audio_plugin_client/utility/juce_CreatePluginFilter.h +++ b/modules/juce_audio_plugin_client/utility/juce_CreatePluginFilter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/utility/juce_FakeMouseMoveGenerator.h b/modules/juce_audio_plugin_client/utility/juce_FakeMouseMoveGenerator.h index 36e427375b47685b51bfc6f03f84fbd19ebbe1ec..789cff55aea5bd662cc3d2cefd90c92078cedd9a 100644 --- a/modules/juce_audio_plugin_client/utility/juce_FakeMouseMoveGenerator.h +++ b/modules/juce_audio_plugin_client/utility/juce_FakeMouseMoveGenerator.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/utility/juce_IncludeModuleHeaders.h b/modules/juce_audio_plugin_client/utility/juce_IncludeModuleHeaders.h index edb2efec13410fd78f324223c6d5bd29d83e6b36..4b36f6d645f1b2b496062dc716934c541e969c08 100644 --- a/modules/juce_audio_plugin_client/utility/juce_IncludeModuleHeaders.h +++ b/modules/juce_audio_plugin_client/utility/juce_IncludeModuleHeaders.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/utility/juce_IncludeSystemHeaders.h b/modules/juce_audio_plugin_client/utility/juce_IncludeSystemHeaders.h index 43829284f63431bfe2a502ba9eba303b1d9acae7..76f3cdff512c4c5beec5215cc8c43d8cf4d6b9b0 100644 --- a/modules/juce_audio_plugin_client/utility/juce_IncludeSystemHeaders.h +++ b/modules/juce_audio_plugin_client/utility/juce_IncludeSystemHeaders.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/utility/juce_PluginHostType.h b/modules/juce_audio_plugin_client/utility/juce_PluginHostType.h index 733104f7f96290c8dcca80c17f7a0a562a8de349..1678c20571f798cfe59993649d240a049ac2a47c 100644 --- a/modules/juce_audio_plugin_client/utility/juce_PluginHostType.h +++ b/modules/juce_audio_plugin_client/utility/juce_PluginHostType.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp b/modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp index e325d2f21a8609d58c8cdb0def00d8265d60752c..d1c0d389709905b1ddecf72f1122ff41a937102f 100644 --- a/modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp +++ b/modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_plugin_client/utility/juce_WindowsHooks.h b/modules/juce_audio_plugin_client/utility/juce_WindowsHooks.h index c19b4cd5e49b52e0480bd2ecf89deb0911ca554a..64d07388d0f745814f1fbb99df349e68a2450380 100644 --- a/modules/juce_audio_plugin_client/utility/juce_WindowsHooks.h +++ b/modules/juce_audio_plugin_client/utility/juce_WindowsHooks.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format/juce_AudioPluginFormat.cpp b/modules/juce_audio_processors/format/juce_AudioPluginFormat.cpp index 2617fccd94ea71a3b910b9c06c868954f36778c7..6d728a341b4a570b6a8fb16201e359a6ce424859 100644 --- a/modules/juce_audio_processors/format/juce_AudioPluginFormat.cpp +++ b/modules/juce_audio_processors/format/juce_AudioPluginFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format/juce_AudioPluginFormat.h b/modules/juce_audio_processors/format/juce_AudioPluginFormat.h index 70ae1573c5f66db5bfe11406e71b6edb9518e8fa..f3bc826820c98763995fd4cf3983f9f1ed10e32c 100644 --- a/modules/juce_audio_processors/format/juce_AudioPluginFormat.h +++ b/modules/juce_audio_processors/format/juce_AudioPluginFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format/juce_AudioPluginFormatManager.cpp b/modules/juce_audio_processors/format/juce_AudioPluginFormatManager.cpp index 712e551125b147dcccb1ba4dd54a422f28a8345e..20e7a50800e8c8f055c84afc196eb8e147db795b 100644 --- a/modules/juce_audio_processors/format/juce_AudioPluginFormatManager.cpp +++ b/modules/juce_audio_processors/format/juce_AudioPluginFormatManager.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format/juce_AudioPluginFormatManager.h b/modules/juce_audio_processors/format/juce_AudioPluginFormatManager.h index 3854803b706397a052752f8c4c4dc50359d419c4..65c123207f24531a49349cca089bb0fea09f8698 100644 --- a/modules/juce_audio_processors/format/juce_AudioPluginFormatManager.h +++ b/modules/juce_audio_processors/format/juce_AudioPluginFormatManager.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_AU_Shared.h b/modules/juce_audio_processors/format_types/juce_AU_Shared.h index ce97374fea043b781a51cb4022c43292473e2dfb..2dcbf39f4fff14038dbabbb87d9cf74ec847e1e8 100644 --- a/modules/juce_audio_processors/format_types/juce_AU_Shared.h +++ b/modules/juce_audio_processors/format_types/juce_AU_Shared.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.h b/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.h index d86dc6c7043c98e9338544d715f3c34edced8d99..c8d46706cb607141df66177d21e6166eff2fb8b4 100644 --- a/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.h +++ b/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm b/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm index e063db51af38066e959fda17030051e89377eca2..8923120989061f41cb0ddd95a33cc748ced5cab6 100644 --- a/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm +++ b/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp index 4e368582bd52744f459e3898b97216cf683b4083..19f1d7ac7a0b07d3fc7d164d9a453cfaf4106244 100644 --- a/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.h b/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.h index aecaf905d9ec96dee87e17da7de13599a1b265fd..d7f39967c6d3262dbec36c9e409a4de1eefc03af 100644 --- a/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.h +++ b/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_LegacyAudioParameter.cpp b/modules/juce_audio_processors/format_types/juce_LegacyAudioParameter.cpp index cff2b1857772b819d0abed40f58ee005747a8273..c3bf144b134f22c3e73b2db3de382cfc1f494ec5 100644 --- a/modules/juce_audio_processors/format_types/juce_LegacyAudioParameter.cpp +++ b/modules/juce_audio_processors/format_types/juce_LegacyAudioParameter.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_VST3Common.h b/modules/juce_audio_processors/format_types/juce_VST3Common.h index 1f3d515a187ad65296effb332b4d662fe7b9dd2e..6372bdbce3b6f1e400b84d4246816cac7f25b5f1 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3Common.h +++ b/modules/juce_audio_processors/format_types/juce_VST3Common.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_VST3Headers.h b/modules/juce_audio_processors/format_types/juce_VST3Headers.h index 080f1bd4688adbe49e2d249fcda5e73dd4e4b54a..18f13f5eb2d74e85a14181a9ae7ab6b9fbee8c0b 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3Headers.h +++ b/modules/juce_audio_processors/format_types/juce_VST3Headers.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp index b524abc1f0338d6be225adce2c2367255b85e472..bb5d2c4dc61f8041f0450d89bcc710de4c6e5a5d 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.h b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.h index 4d813e3ba75589d678ca829a829c631a95d7804f..789fac9b5a2fb09609d88ff6f1dd88543d1889e3 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.h +++ b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_VSTCommon.h b/modules/juce_audio_processors/format_types/juce_VSTCommon.h index dc4c70921452ecddb17d2449c2231b5f8b7e06a0..15025698904761215d6a23c37f644d3282ae2970 100644 --- a/modules/juce_audio_processors/format_types/juce_VSTCommon.h +++ b/modules/juce_audio_processors/format_types/juce_VSTCommon.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_VSTMidiEventList.h b/modules/juce_audio_processors/format_types/juce_VSTMidiEventList.h index 53c640b5e74bf8faf1b803041caa8c8e3b3093bb..49f0d3b3bde67a207a2f4fd06e83e94e37b52666 100644 --- a/modules/juce_audio_processors/format_types/juce_VSTMidiEventList.h +++ b/modules/juce_audio_processors/format_types/juce_VSTMidiEventList.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp index 21beb8f51852832ad643f77c67b4af1717bc8330..2135d329dee61f2f91d4599e5d1522e204a0b195 100644 --- a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.h b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.h index c6a0f853089918325a333b08caaff3455b686db5..6e32d9af03fdabce01a6e072be23078b2868e9aa 100644 --- a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.h +++ b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/juce_audio_processors.cpp b/modules/juce_audio_processors/juce_audio_processors.cpp index ba053c5a7e2fb75147c78ffc8a0e920e28524ed0..ac194a19d8c5d3b9cde187aa94ee3a49c51d3ff1 100644 --- a/modules/juce_audio_processors/juce_audio_processors.cpp +++ b/modules/juce_audio_processors/juce_audio_processors.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/juce_audio_processors.h b/modules/juce_audio_processors/juce_audio_processors.h index 0ff13993d7f0076b8783ad314b6b7df92c225432..48cc2cca358a0ebd306033fb5b56aa0bc96f6192 100644 --- a/modules/juce_audio_processors/juce_audio_processors.h +++ b/modules/juce_audio_processors/juce_audio_processors.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/juce_audio_processors.mm b/modules/juce_audio_processors/juce_audio_processors.mm index 828010d1bad5505f9f326b080997d3019ce2dd9d..db19d2a35e41d0540a57d2640c01dca7479121d6 100644 --- a/modules/juce_audio_processors/juce_audio_processors.mm +++ b/modules/juce_audio_processors/juce_audio_processors.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_AudioPluginInstance.cpp b/modules/juce_audio_processors/processors/juce_AudioPluginInstance.cpp index 785978934001c9e68bd4d8468e16418a7138e3b3..3164ec9c55820b3e22f20716b1d93da5753e08f7 100644 --- a/modules/juce_audio_processors/processors/juce_AudioPluginInstance.cpp +++ b/modules/juce_audio_processors/processors/juce_AudioPluginInstance.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_AudioPluginInstance.h b/modules/juce_audio_processors/processors/juce_AudioPluginInstance.h index f5f4bcc0aeb84782cc304d99294a4d8e012b6a73..79d76bd86eacb3beab426c40e2cfd61433565ca6 100644 --- a/modules/juce_audio_processors/processors/juce_AudioPluginInstance.h +++ b/modules/juce_audio_processors/processors/juce_AudioPluginInstance.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_AudioProcessor.cpp b/modules/juce_audio_processors/processors/juce_AudioProcessor.cpp index 301b47d7cdf72c5ef596a2268e2781469959142e..daea2e7751ef119732451b8fbbbe2a8fc8259029 100644 --- a/modules/juce_audio_processors/processors/juce_AudioProcessor.cpp +++ b/modules/juce_audio_processors/processors/juce_AudioProcessor.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_AudioProcessor.h b/modules/juce_audio_processors/processors/juce_AudioProcessor.h index 25445fc7ca54c10e0b3f73671a1378eade0e64ed..02c3de12eb2bd091a02df8781f7128ae81c7102c 100644 --- a/modules/juce_audio_processors/processors/juce_AudioProcessor.h +++ b/modules/juce_audio_processors/processors/juce_AudioProcessor.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_AudioProcessorEditor.cpp b/modules/juce_audio_processors/processors/juce_AudioProcessorEditor.cpp index 25dde02cf432455f89dc4a836f20aace79a6aed3..6a84b4eafbc300ba9b0fbd47cd08b01d8d8206e0 100644 --- a/modules/juce_audio_processors/processors/juce_AudioProcessorEditor.cpp +++ b/modules/juce_audio_processors/processors/juce_AudioProcessorEditor.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_AudioProcessorEditor.h b/modules/juce_audio_processors/processors/juce_AudioProcessorEditor.h index f4d1987b311b0c74a193a3a137d0e9aa59dfcf5f..ff694b78fcbaa5a62cd35445980ca14974ed202e 100644 --- a/modules/juce_audio_processors/processors/juce_AudioProcessorEditor.h +++ b/modules/juce_audio_processors/processors/juce_AudioProcessorEditor.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_AudioProcessorGraph.cpp b/modules/juce_audio_processors/processors/juce_AudioProcessorGraph.cpp index 93fe53d11bc635d3fa9ae1ccbbb5e26516793cf2..fd8c3587984cc06cab7a07160bef0aa6f1803d12 100644 --- a/modules/juce_audio_processors/processors/juce_AudioProcessorGraph.cpp +++ b/modules/juce_audio_processors/processors/juce_AudioProcessorGraph.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_AudioProcessorGraph.h b/modules/juce_audio_processors/processors/juce_AudioProcessorGraph.h index 3fdf5e5f7ad2aa7a961e84f5532521bd92c3b854..a16e35df071e178d828285d9bca5999507904d73 100644 --- a/modules/juce_audio_processors/processors/juce_AudioProcessorGraph.h +++ b/modules/juce_audio_processors/processors/juce_AudioProcessorGraph.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_AudioProcessorListener.h b/modules/juce_audio_processors/processors/juce_AudioProcessorListener.h index 711c0ef29d9e38cebec5e2319532c303b5777382..7e075b394accc17f691acbea8db92f1303214f04 100644 --- a/modules/juce_audio_processors/processors/juce_AudioProcessorListener.h +++ b/modules/juce_audio_processors/processors/juce_AudioProcessorListener.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_AudioProcessorParameter.h b/modules/juce_audio_processors/processors/juce_AudioProcessorParameter.h index 471074c59dd874015e80d8ee835b76b6adb15a9a..f661dcb1924a5f82da61b16a943efe3acd55e9de 100644 --- a/modules/juce_audio_processors/processors/juce_AudioProcessorParameter.h +++ b/modules/juce_audio_processors/processors/juce_AudioProcessorParameter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_AudioProcessorParameterGroup.cpp b/modules/juce_audio_processors/processors/juce_AudioProcessorParameterGroup.cpp index a6fdadf2c7f6d47f0e5a817a355f63bb9f992a12..3bb2e75896e3217cdd29cb8d271c1fc73a26bb2c 100644 --- a/modules/juce_audio_processors/processors/juce_AudioProcessorParameterGroup.cpp +++ b/modules/juce_audio_processors/processors/juce_AudioProcessorParameterGroup.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_AudioProcessorParameterGroup.h b/modules/juce_audio_processors/processors/juce_AudioProcessorParameterGroup.h index c7ef25e3ec6e4c6f8d7dc212a1f8cd0fb472d53f..7f26bb4f7a9925610abbff1b724d115c4db58c38 100644 --- a/modules/juce_audio_processors/processors/juce_AudioProcessorParameterGroup.h +++ b/modules/juce_audio_processors/processors/juce_AudioProcessorParameterGroup.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.cpp b/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.cpp index 3ae34ff8014c39fbec72ab29b542e659af46199b..605ef3526bd6b0f9a721125ec6d8b97e0c0ec1e8 100644 --- a/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.cpp +++ b/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h b/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h index 9012761df1675ecd96b976d16ffe13d5cac2b6ed..b56216e0b1c9a4c0e5773c8c345e41b2e3701705 100644 --- a/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h +++ b/modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_PluginDescription.cpp b/modules/juce_audio_processors/processors/juce_PluginDescription.cpp index 77ebb86d5146c940b815c2a9b0c0c9261e44e978..956f2de2c4ccd21756c47e7b4df2002579fc90c2 100644 --- a/modules/juce_audio_processors/processors/juce_PluginDescription.cpp +++ b/modules/juce_audio_processors/processors/juce_PluginDescription.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/processors/juce_PluginDescription.h b/modules/juce_audio_processors/processors/juce_PluginDescription.h index 7ad58a8c80d4bc49fda1df45901c33eeb0ce7f61..bce3a41e6a02d3ff021cb5f6c9494dd8e0dd705f 100644 --- a/modules/juce_audio_processors/processors/juce_PluginDescription.h +++ b/modules/juce_audio_processors/processors/juce_PluginDescription.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/scanning/juce_KnownPluginList.cpp b/modules/juce_audio_processors/scanning/juce_KnownPluginList.cpp index bf9f70582d4515fbbe41ad5163ff22a67a54669d..1bfc781979cf5f3d0630dd312347475ba0a964db 100644 --- a/modules/juce_audio_processors/scanning/juce_KnownPluginList.cpp +++ b/modules/juce_audio_processors/scanning/juce_KnownPluginList.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/scanning/juce_KnownPluginList.h b/modules/juce_audio_processors/scanning/juce_KnownPluginList.h index fdf6c64e138994aabfbfcf82edf390613b66b3dc..9d9106a58e3d81c880e0955b00a1a2ca45b059f0 100644 --- a/modules/juce_audio_processors/scanning/juce_KnownPluginList.h +++ b/modules/juce_audio_processors/scanning/juce_KnownPluginList.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/scanning/juce_PluginDirectoryScanner.cpp b/modules/juce_audio_processors/scanning/juce_PluginDirectoryScanner.cpp index 9dcf8356704076cb367f9d89a29e145dbbbc0e1f..6b6dc374f7118d557d820c4085fe1b6ddec77037 100644 --- a/modules/juce_audio_processors/scanning/juce_PluginDirectoryScanner.cpp +++ b/modules/juce_audio_processors/scanning/juce_PluginDirectoryScanner.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/scanning/juce_PluginDirectoryScanner.h b/modules/juce_audio_processors/scanning/juce_PluginDirectoryScanner.h index 7d8d4476d6a950616d0f0399cd30f2bb5a7e3102..7da639b1ea617082e5450471d2fd7a3f576b8478 100644 --- a/modules/juce_audio_processors/scanning/juce_PluginDirectoryScanner.h +++ b/modules/juce_audio_processors/scanning/juce_PluginDirectoryScanner.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/scanning/juce_PluginListComponent.cpp b/modules/juce_audio_processors/scanning/juce_PluginListComponent.cpp index 7caf522610659b66bdc2bacab276101850e024f9..4ec95a167e6c29be16587cfc08ba3743226d4bec 100644 --- a/modules/juce_audio_processors/scanning/juce_PluginListComponent.cpp +++ b/modules/juce_audio_processors/scanning/juce_PluginListComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/scanning/juce_PluginListComponent.h b/modules/juce_audio_processors/scanning/juce_PluginListComponent.h index 706910d11fdb7790de5f49455b624c02beabf0c6..307f6fd89805589c7e0b0c952175e0e6466b1b73 100644 --- a/modules/juce_audio_processors/scanning/juce_PluginListComponent.h +++ b/modules/juce_audio_processors/scanning/juce_PluginListComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_AudioParameterBool.cpp b/modules/juce_audio_processors/utilities/juce_AudioParameterBool.cpp index 291b563bf8d73e1672a367bdfb3f15cceb167504..4ba512ddd392f23810bbcd473ee9758bf9087061 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioParameterBool.cpp +++ b/modules/juce_audio_processors/utilities/juce_AudioParameterBool.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_AudioParameterBool.h b/modules/juce_audio_processors/utilities/juce_AudioParameterBool.h index abe6406981fde2268d8dc70ec42b928723d80827..f4a7f2c4b8a18bcdfd2265ae4eca72af15a1097a 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioParameterBool.h +++ b/modules/juce_audio_processors/utilities/juce_AudioParameterBool.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_AudioParameterChoice.cpp b/modules/juce_audio_processors/utilities/juce_AudioParameterChoice.cpp index ebce83081aced6bdd6c5eafbb25a78833ac20391..89eeff0a5d9ad9a12c232826b5a99bf489d6eeaf 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioParameterChoice.cpp +++ b/modules/juce_audio_processors/utilities/juce_AudioParameterChoice.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_AudioParameterChoice.h b/modules/juce_audio_processors/utilities/juce_AudioParameterChoice.h index 76d5a41efe41ede3253243e8c7446f8ab66245b6..818f3aca36e96896453f3d38b4bcc079d3d3c292 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioParameterChoice.h +++ b/modules/juce_audio_processors/utilities/juce_AudioParameterChoice.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_AudioParameterFloat.cpp b/modules/juce_audio_processors/utilities/juce_AudioParameterFloat.cpp index 16fac60f70ed3f2e827d9338fbb7797763b87c6f..ce8dfbaab7768cababc7ec16ecab2effb9c90e5f 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioParameterFloat.cpp +++ b/modules/juce_audio_processors/utilities/juce_AudioParameterFloat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_AudioParameterFloat.h b/modules/juce_audio_processors/utilities/juce_AudioParameterFloat.h index 18c70ff29d3da064ff41a3ef2bfcb703638920ad..59b058f987df95ddb21392bb168012e1da504ecb 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioParameterFloat.h +++ b/modules/juce_audio_processors/utilities/juce_AudioParameterFloat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_AudioParameterInt.cpp b/modules/juce_audio_processors/utilities/juce_AudioParameterInt.cpp index 994f7bad22adebe30710f00c23f25319e5612fbb..e0b1f4244e281b21935cc61c2a7c70d2924de250 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioParameterInt.cpp +++ b/modules/juce_audio_processors/utilities/juce_AudioParameterInt.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_AudioParameterInt.h b/modules/juce_audio_processors/utilities/juce_AudioParameterInt.h index 5e0948a1504afd8a3950b29d433bcba9951809be..6e969e7945b2f54940466ca3d693f9ec5674a535 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioParameterInt.h +++ b/modules/juce_audio_processors/utilities/juce_AudioParameterInt.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_AudioProcessorParameterWithID.cpp b/modules/juce_audio_processors/utilities/juce_AudioProcessorParameterWithID.cpp index 9afb4348322bc36a59d755e7da4fd08c74bfadba..c8cb10819c5e700a93cb95af991492653b0c86f7 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioProcessorParameterWithID.cpp +++ b/modules/juce_audio_processors/utilities/juce_AudioProcessorParameterWithID.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_AudioProcessorParameterWithID.h b/modules/juce_audio_processors/utilities/juce_AudioProcessorParameterWithID.h index 8a574ce82d5fdc0cb8ba07e2440810b541bc4a88..9b43de7f440d44623b2551f6b134e05d2a48e4a6 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioProcessorParameterWithID.h +++ b/modules/juce_audio_processors/utilities/juce_AudioProcessorParameterWithID.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.cpp b/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.cpp index 077df2017075fa7e38314c0e42bf8fef8b32b537..b05ad8a02b35d4836cdd821df2e105983e0237c4 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.cpp +++ b/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h b/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h index 8257c3d70873a4d8a8de0b6e050f9ed250b52402..156e3ea002863c3877567f53f43ce653d066a8ba 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h +++ b/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_ParameterAttachments.cpp b/modules/juce_audio_processors/utilities/juce_ParameterAttachments.cpp index 998b55a21d59a348ee48ec79bfe0f44ec9295a3a..cb990afec0714e90c3e69e055522a704a7b8229d 100644 --- a/modules/juce_audio_processors/utilities/juce_ParameterAttachments.cpp +++ b/modules/juce_audio_processors/utilities/juce_ParameterAttachments.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_ParameterAttachments.h b/modules/juce_audio_processors/utilities/juce_ParameterAttachments.h index 1eb8ed0848af89cd169dcc191bc45b3f3d3874cf..8dd83cc36d20772079afced9bc1076320a4de631 100644 --- a/modules/juce_audio_processors/utilities/juce_ParameterAttachments.h +++ b/modules/juce_audio_processors/utilities/juce_ParameterAttachments.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_RangedAudioParameter.cpp b/modules/juce_audio_processors/utilities/juce_RangedAudioParameter.cpp index 91b43016a63ca28f68cfdde9966c6044787e157f..99226e490531da5a0d5855b21137dc135d01ebe3 100644 --- a/modules/juce_audio_processors/utilities/juce_RangedAudioParameter.cpp +++ b/modules/juce_audio_processors/utilities/juce_RangedAudioParameter.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_processors/utilities/juce_RangedAudioParameter.h b/modules/juce_audio_processors/utilities/juce_RangedAudioParameter.h index abb5e1317190e5dff382949153c7bc48d6b2ae61..30695fea3a9f4fa83ec01d32d7dd01e9a64bc19d 100644 --- a/modules/juce_audio_processors/utilities/juce_RangedAudioParameter.h +++ b/modules/juce_audio_processors/utilities/juce_RangedAudioParameter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/audio_cd/juce_AudioCDBurner.h b/modules/juce_audio_utils/audio_cd/juce_AudioCDBurner.h index c25415faba7fa2906754c2d2240867a99f442e8f..2d82d3a6f4d83ca1143bcd09ee65e33cd66df53c 100644 --- a/modules/juce_audio_utils/audio_cd/juce_AudioCDBurner.h +++ b/modules/juce_audio_utils/audio_cd/juce_AudioCDBurner.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/audio_cd/juce_AudioCDReader.cpp b/modules/juce_audio_utils/audio_cd/juce_AudioCDReader.cpp index fc6a511d574fe61811ed2103907521263cb0e009..78f193e23e6a32309304e4391f7f036e81326ea5 100644 --- a/modules/juce_audio_utils/audio_cd/juce_AudioCDReader.cpp +++ b/modules/juce_audio_utils/audio_cd/juce_AudioCDReader.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/audio_cd/juce_AudioCDReader.h b/modules/juce_audio_utils/audio_cd/juce_AudioCDReader.h index 31c29af8272a232fdf7cadad030d03c4bef599f1..4b776d36ef7a20feef6e868d365fb5a95ac12b5a 100644 --- a/modules/juce_audio_utils/audio_cd/juce_AudioCDReader.h +++ b/modules/juce_audio_utils/audio_cd/juce_AudioCDReader.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_AudioAppComponent.cpp b/modules/juce_audio_utils/gui/juce_AudioAppComponent.cpp index 67fb2f286d2f8dec7a751b4d0b99e7ca6f167ef5..a6a2177c9f64fa04d0c25326f811957873995db9 100644 --- a/modules/juce_audio_utils/gui/juce_AudioAppComponent.cpp +++ b/modules/juce_audio_utils/gui/juce_AudioAppComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_AudioAppComponent.h b/modules/juce_audio_utils/gui/juce_AudioAppComponent.h index 02097f65e25da5b40c34848844f647b281f0632b..4d3b828aabc5ddea3c0e700ef58767fe092abab0 100644 --- a/modules/juce_audio_utils/gui/juce_AudioAppComponent.h +++ b/modules/juce_audio_utils/gui/juce_AudioAppComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.cpp b/modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.cpp index 9727f94f2e6014837cab966f174893f3d81864fa..86097b1b2dac4b0f6c335b46250249dfadb8a5d3 100644 --- a/modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.cpp +++ b/modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.h b/modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.h index 9d85d846f9b2f54971ea3c388fa8db26c8c1a07b..354d0de649d411612f66d504233e488ffd942c71 100644 --- a/modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.h +++ b/modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_AudioThumbnail.cpp b/modules/juce_audio_utils/gui/juce_AudioThumbnail.cpp index 4b84edf1f3f2544269e71f56b68e0f7366e4bb6a..58a4edca4fd0f130efc77593fab4d6eb77c6fad9 100644 --- a/modules/juce_audio_utils/gui/juce_AudioThumbnail.cpp +++ b/modules/juce_audio_utils/gui/juce_AudioThumbnail.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_AudioThumbnail.h b/modules/juce_audio_utils/gui/juce_AudioThumbnail.h index 3821b352d2e129c90e40ebfe21c45338a18d46b4..7987e765453244142169bcdf57704d3fcf6a45dc 100644 --- a/modules/juce_audio_utils/gui/juce_AudioThumbnail.h +++ b/modules/juce_audio_utils/gui/juce_AudioThumbnail.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_AudioThumbnailBase.h b/modules/juce_audio_utils/gui/juce_AudioThumbnailBase.h index 4496731152edb995b9c812d9344715fe8e36eaa9..6c0d5727ef9dc35fce167fb5571336b3b30e3c7f 100644 --- a/modules/juce_audio_utils/gui/juce_AudioThumbnailBase.h +++ b/modules/juce_audio_utils/gui/juce_AudioThumbnailBase.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_AudioThumbnailCache.cpp b/modules/juce_audio_utils/gui/juce_AudioThumbnailCache.cpp index 4d84fd961fc55916bf5a39026fd43881d749abe4..8685fb97d0d22c38cb6cec4a61fdf3c5aa91cdd7 100644 --- a/modules/juce_audio_utils/gui/juce_AudioThumbnailCache.cpp +++ b/modules/juce_audio_utils/gui/juce_AudioThumbnailCache.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_AudioThumbnailCache.h b/modules/juce_audio_utils/gui/juce_AudioThumbnailCache.h index 6609f430ae4e060c042237e5e0067c91fe594b9b..71a3d1afea13e663a5422e6f3e7343b63eed570c 100644 --- a/modules/juce_audio_utils/gui/juce_AudioThumbnailCache.h +++ b/modules/juce_audio_utils/gui/juce_AudioThumbnailCache.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.cpp b/modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.cpp index 5ec394248d2e1909e5ccab2b91ba85a736d204f8..e6e5d6e74c02b483a4ac111d8f23959a3a747825 100644 --- a/modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.cpp +++ b/modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.h b/modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.h index b40087bdf4e5fc3b1d37186f20673a257f1e1f72..7f4a69e0516162176922fe94db952fe8ae6bb30b 100644 --- a/modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.h +++ b/modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_BluetoothMidiDevicePairingDialogue.h b/modules/juce_audio_utils/gui/juce_BluetoothMidiDevicePairingDialogue.h index 4aa9ff3cdf1e9d22990b3b035f57fe5519650e4a..f56b19d0f24ee15ca3a3b0ea718254d188c3d198 100644 --- a/modules/juce_audio_utils/gui/juce_BluetoothMidiDevicePairingDialogue.h +++ b/modules/juce_audio_utils/gui/juce_BluetoothMidiDevicePairingDialogue.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.cpp b/modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.cpp index 2be1e993e23b42e35e70719fbfb9b244d379873f..696aca5fd154fd07e627746b462ab1ff50056940 100644 --- a/modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.cpp +++ b/modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.h b/modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.h index 16619a779146bf30e70f26472bc411f3cbb83344..fbf9811b565ab1da5cecc2354e091109e943b259 100644 --- a/modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.h +++ b/modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/juce_audio_utils.cpp b/modules/juce_audio_utils/juce_audio_utils.cpp index eb9a3bf4844c38f28254a9ab2a5c65c53324e2ff..ce873805f9cde31f2f2844745a496e4fd181f4b7 100644 --- a/modules/juce_audio_utils/juce_audio_utils.cpp +++ b/modules/juce_audio_utils/juce_audio_utils.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/juce_audio_utils.h b/modules/juce_audio_utils/juce_audio_utils.h index 6cbca372fb8ed56042e606045b99397f00b2be37..f73835ece1255f231f404ea06a67e39ee23d9706 100644 --- a/modules/juce_audio_utils/juce_audio_utils.h +++ b/modules/juce_audio_utils/juce_audio_utils.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/juce_audio_utils.mm b/modules/juce_audio_utils/juce_audio_utils.mm index e639c3fd6f1d5bc2762a51709a683fc09657ea4e..436d9c5ed6942e08cbcb5b0ec2e6bf952ae438f0 100644 --- a/modules/juce_audio_utils/juce_audio_utils.mm +++ b/modules/juce_audio_utils/juce_audio_utils.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/native/juce_android_BluetoothMidiDevicePairingDialogue.cpp b/modules/juce_audio_utils/native/juce_android_BluetoothMidiDevicePairingDialogue.cpp index 531081d54e5115a8a14292a8345e405dc713095e..9f7cf1c1137f6e36835491ec169182c10806ab64 100644 --- a/modules/juce_audio_utils/native/juce_android_BluetoothMidiDevicePairingDialogue.cpp +++ b/modules/juce_audio_utils/native/juce_android_BluetoothMidiDevicePairingDialogue.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/native/juce_ios_BluetoothMidiDevicePairingDialogue.mm b/modules/juce_audio_utils/native/juce_ios_BluetoothMidiDevicePairingDialogue.mm index d513b2cbed29a37adee2121778e1cb8f2ebb1f02..dc81694f5d464a0826de9cded3ac045b38b1852b 100644 --- a/modules/juce_audio_utils/native/juce_ios_BluetoothMidiDevicePairingDialogue.mm +++ b/modules/juce_audio_utils/native/juce_ios_BluetoothMidiDevicePairingDialogue.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/native/juce_linux_AudioCDReader.cpp b/modules/juce_audio_utils/native/juce_linux_AudioCDReader.cpp index e9bd5d18f676beda88e9dffce75b6e7819d2275c..c6fba8e29d4b66474d9c18075f3ff7d684addf47 100644 --- a/modules/juce_audio_utils/native/juce_linux_AudioCDReader.cpp +++ b/modules/juce_audio_utils/native/juce_linux_AudioCDReader.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/native/juce_linux_BluetoothMidiDevicePairingDialogue.cpp b/modules/juce_audio_utils/native/juce_linux_BluetoothMidiDevicePairingDialogue.cpp index 9a221a7a7e447a293c6226b75283a0552c1c442b..aee48e3755c3487c5541a7125e962e2e2c46e9bd 100644 --- a/modules/juce_audio_utils/native/juce_linux_BluetoothMidiDevicePairingDialogue.cpp +++ b/modules/juce_audio_utils/native/juce_linux_BluetoothMidiDevicePairingDialogue.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/native/juce_mac_AudioCDBurner.mm b/modules/juce_audio_utils/native/juce_mac_AudioCDBurner.mm index ce0b1fd2f24551f4a3065b1a49c325594a7d7e72..d197e628a4b53fdab0732f05ff707a4283e40e8b 100644 --- a/modules/juce_audio_utils/native/juce_mac_AudioCDBurner.mm +++ b/modules/juce_audio_utils/native/juce_mac_AudioCDBurner.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/native/juce_mac_AudioCDReader.mm b/modules/juce_audio_utils/native/juce_mac_AudioCDReader.mm index eed80ed434db55531cc6a2762ab1cc7ff84f72b3..44e9925133e79995cd1510e5810dc1626693ff82 100644 --- a/modules/juce_audio_utils/native/juce_mac_AudioCDReader.mm +++ b/modules/juce_audio_utils/native/juce_mac_AudioCDReader.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/native/juce_mac_BluetoothMidiDevicePairingDialogue.mm b/modules/juce_audio_utils/native/juce_mac_BluetoothMidiDevicePairingDialogue.mm index 1bfa68eb40949901495a82df53307740a1910674..516fa877c00c26d72aaa7ec341b2087b933a4e4b 100644 --- a/modules/juce_audio_utils/native/juce_mac_BluetoothMidiDevicePairingDialogue.mm +++ b/modules/juce_audio_utils/native/juce_mac_BluetoothMidiDevicePairingDialogue.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/native/juce_win32_AudioCDBurner.cpp b/modules/juce_audio_utils/native/juce_win32_AudioCDBurner.cpp index 237549f5c9d34db7239f9a5acfb1775b858124cf..c55e7ee17302dcaff082989cdc27fe2fb3177737 100644 --- a/modules/juce_audio_utils/native/juce_win32_AudioCDBurner.cpp +++ b/modules/juce_audio_utils/native/juce_win32_AudioCDBurner.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/native/juce_win32_AudioCDReader.cpp b/modules/juce_audio_utils/native/juce_win32_AudioCDReader.cpp index e11717520e939128c9c78388deed6e5478da9c50..0d50a35b1e471c47a5255b735ed35c5c18eb5e8d 100644 --- a/modules/juce_audio_utils/native/juce_win32_AudioCDReader.cpp +++ b/modules/juce_audio_utils/native/juce_win32_AudioCDReader.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/native/juce_win_BluetoothMidiDevicePairingDialogue.cpp b/modules/juce_audio_utils/native/juce_win_BluetoothMidiDevicePairingDialogue.cpp index 0f1dfb362039da85789af545ca8166b3edb16f24..5421dcc0f4e92eb321ce6dff374921f888950b2c 100644 --- a/modules/juce_audio_utils/native/juce_win_BluetoothMidiDevicePairingDialogue.cpp +++ b/modules/juce_audio_utils/native/juce_win_BluetoothMidiDevicePairingDialogue.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/players/juce_AudioProcessorPlayer.cpp b/modules/juce_audio_utils/players/juce_AudioProcessorPlayer.cpp index ac56170ff779de23022782f286f45fc2b1def154..ec31b15f075aaaecde8f1d2580de8a1f36229405 100644 --- a/modules/juce_audio_utils/players/juce_AudioProcessorPlayer.cpp +++ b/modules/juce_audio_utils/players/juce_AudioProcessorPlayer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/players/juce_AudioProcessorPlayer.h b/modules/juce_audio_utils/players/juce_AudioProcessorPlayer.h index 5cfb388461027bf944cf10df2f771b0d6957f266..4458dd2ab5aa50b3854612dd6a5bec9122f29859 100644 --- a/modules/juce_audio_utils/players/juce_AudioProcessorPlayer.h +++ b/modules/juce_audio_utils/players/juce_AudioProcessorPlayer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/players/juce_SoundPlayer.cpp b/modules/juce_audio_utils/players/juce_SoundPlayer.cpp index bc5730fb148fc51c51a920341ae7efc3945e93bd..6b5bfbd55c2b5cbca37927ee5c54ff3d9ec6d116 100644 --- a/modules/juce_audio_utils/players/juce_SoundPlayer.cpp +++ b/modules/juce_audio_utils/players/juce_SoundPlayer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_audio_utils/players/juce_SoundPlayer.h b/modules/juce_audio_utils/players/juce_SoundPlayer.h index 6870efb1de014c7d5bc86bb8685b13bc0dc4969f..a985d5fa82b27052e3a2e4a4a2ffd6bc7770ce8a 100644 --- a/modules/juce_audio_utils/players/juce_SoundPlayer.h +++ b/modules/juce_audio_utils/players/juce_SoundPlayer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_box2d/juce_box2d.cpp b/modules/juce_box2d/juce_box2d.cpp index 347bdc5a86fd12b563e1c8a8f46d6962a1737b1a..334a5e3961e40c79549e1164a8f109abc99c9f28 100644 --- a/modules/juce_box2d/juce_box2d.cpp +++ b/modules/juce_box2d/juce_box2d.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_box2d/juce_box2d.h b/modules/juce_box2d/juce_box2d.h index cd4129c7248cad1fba7fcd140fc4bee9fbac6609..c9be0d1c1d1e7ae43494704e6a57bfd476dc3b36 100644 --- a/modules/juce_box2d/juce_box2d.h +++ b/modules/juce_box2d/juce_box2d.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_box2d/utils/juce_Box2DRenderer.cpp b/modules/juce_box2d/utils/juce_Box2DRenderer.cpp index b386a032fd13d3c00f434444dfa9768e708a835f..3724f87d317a723b95bd16bccb1e426dabbfa2ff 100644 --- a/modules/juce_box2d/utils/juce_Box2DRenderer.cpp +++ b/modules/juce_box2d/utils/juce_Box2DRenderer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_box2d/utils/juce_Box2DRenderer.h b/modules/juce_box2d/utils/juce_Box2DRenderer.h index 9b082024e510422792ea91b9882cfb698e1e9814..6c5731ae4dc4ef6f63f96a8a9639b9f73982c5be 100644 --- a/modules/juce_box2d/utils/juce_Box2DRenderer.h +++ b/modules/juce_box2d/utils/juce_Box2DRenderer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_core/memory/juce_AllocationHooks.cpp b/modules/juce_core/memory/juce_AllocationHooks.cpp index 7d85c7e3c249dacaab43643401fe7ce70be8cd80..3c6cb6b36df9307698873742700bef31a7210c37 100644 --- a/modules/juce_core/memory/juce_AllocationHooks.cpp +++ b/modules/juce_core/memory/juce_AllocationHooks.cpp @@ -1,13 +1,17 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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 + To use, copy, modify, and/or distribute this software for any purpose with or + without fee is hereby granted provided that the above copyright notice and + this permission notice appear in all copies. JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_core/memory/juce_AllocationHooks.h b/modules/juce_core/memory/juce_AllocationHooks.h index d61e06cf454c4f595514bc16f401b896b2686a2b..9dec58f03dcf8607770318209b5b7d78fab8c108 100644 --- a/modules/juce_core/memory/juce_AllocationHooks.h +++ b/modules/juce_core/memory/juce_AllocationHooks.h @@ -1,13 +1,17 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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 + To use, copy, modify, and/or distribute this software for any purpose with or + without fee is hereby granted provided that the above copyright notice and + this permission notice appear in all copies. JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/encryption/juce_BlowFish.cpp b/modules/juce_cryptography/encryption/juce_BlowFish.cpp index c3bd53f83fca0e4cdf42421eab8141ae11c2de55..a56b9429eb2467afc1a8d5475d5b973f695d3a98 100644 --- a/modules/juce_cryptography/encryption/juce_BlowFish.cpp +++ b/modules/juce_cryptography/encryption/juce_BlowFish.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/encryption/juce_BlowFish.h b/modules/juce_cryptography/encryption/juce_BlowFish.h index 6635d52809ef5c7d4da0d32b38c1a707e4665827..12bcf4c8c12ad05fab5f871f7437768fb2f82162 100644 --- a/modules/juce_cryptography/encryption/juce_BlowFish.h +++ b/modules/juce_cryptography/encryption/juce_BlowFish.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/encryption/juce_Primes.cpp b/modules/juce_cryptography/encryption/juce_Primes.cpp index 3ce44da3c246499da67221928d7c0f0053a46a95..b2aa0bebdaea68d8586e78a19812270284741fb9 100644 --- a/modules/juce_cryptography/encryption/juce_Primes.cpp +++ b/modules/juce_cryptography/encryption/juce_Primes.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/encryption/juce_Primes.h b/modules/juce_cryptography/encryption/juce_Primes.h index 44c720ef91f60a45384201cd65f34e14bef067ca..59f79e94097066d586de05707fc7561f34e32deb 100644 --- a/modules/juce_cryptography/encryption/juce_Primes.h +++ b/modules/juce_cryptography/encryption/juce_Primes.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/encryption/juce_RSAKey.cpp b/modules/juce_cryptography/encryption/juce_RSAKey.cpp index f8a9b227d24c281587f26e1c51e82f306037cb90..e79cf4e9817a3e05a1c51764eb2f4e7148c34c64 100644 --- a/modules/juce_cryptography/encryption/juce_RSAKey.cpp +++ b/modules/juce_cryptography/encryption/juce_RSAKey.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/encryption/juce_RSAKey.h b/modules/juce_cryptography/encryption/juce_RSAKey.h index 0c60f65d14464ea45e8d4050503b8a74538fc47f..1d9eedb848defe2e5011aeb6fa006ced1fa81e6e 100644 --- a/modules/juce_cryptography/encryption/juce_RSAKey.h +++ b/modules/juce_cryptography/encryption/juce_RSAKey.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/hashing/juce_MD5.cpp b/modules/juce_cryptography/hashing/juce_MD5.cpp index bb22e7751cbccd5b77317a645deb59cc9d79f865..b46ee0227565e8e9aa40aba9b2a2021220ec311b 100644 --- a/modules/juce_cryptography/hashing/juce_MD5.cpp +++ b/modules/juce_cryptography/hashing/juce_MD5.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/hashing/juce_MD5.h b/modules/juce_cryptography/hashing/juce_MD5.h index ff3dfbb9bb45cf04b5ec119cd1f4a24d9b9a044c..da1e55cd1390dc64e5c933607662a731f38f69ae 100644 --- a/modules/juce_cryptography/hashing/juce_MD5.h +++ b/modules/juce_cryptography/hashing/juce_MD5.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/hashing/juce_SHA256.cpp b/modules/juce_cryptography/hashing/juce_SHA256.cpp index 7ee760b4d884fb6203048486af14720774bb7704..ce38295584dbdfbdd8fdd08dcc36496120acbedb 100644 --- a/modules/juce_cryptography/hashing/juce_SHA256.cpp +++ b/modules/juce_cryptography/hashing/juce_SHA256.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/hashing/juce_SHA256.h b/modules/juce_cryptography/hashing/juce_SHA256.h index 42dad7758155170e2aec22fbd04196faf13ae140..74f615c6f2efea32446ebf6b8747e158a94fc09e 100644 --- a/modules/juce_cryptography/hashing/juce_SHA256.h +++ b/modules/juce_cryptography/hashing/juce_SHA256.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/hashing/juce_Whirlpool.cpp b/modules/juce_cryptography/hashing/juce_Whirlpool.cpp index 3b6756d448fee9d28dfaf2ce30bd7efd2d9dfb6b..cfec0a6962c3fd55cacd34320ce383c72f44dbeb 100644 --- a/modules/juce_cryptography/hashing/juce_Whirlpool.cpp +++ b/modules/juce_cryptography/hashing/juce_Whirlpool.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/hashing/juce_Whirlpool.h b/modules/juce_cryptography/hashing/juce_Whirlpool.h index 85315b80dfc6fab082962831581da9b253ddd779..555f2126b8893fda41f530a31ba5cf6c827b83d2 100644 --- a/modules/juce_cryptography/hashing/juce_Whirlpool.h +++ b/modules/juce_cryptography/hashing/juce_Whirlpool.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/juce_cryptography.cpp b/modules/juce_cryptography/juce_cryptography.cpp index 801dde59d8499f2624c62f90a15030a73517524a..f1d8f23cba2f2fb2684f855914150a03e05fb366 100644 --- a/modules/juce_cryptography/juce_cryptography.cpp +++ b/modules/juce_cryptography/juce_cryptography.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/juce_cryptography.h b/modules/juce_cryptography/juce_cryptography.h index 5a818019ab34bd37a4c08820b09a0f767a404afc..33d49d9a02078c09edbeeae964da395d2db2c372 100644 --- a/modules/juce_cryptography/juce_cryptography.h +++ b/modules/juce_cryptography/juce_cryptography.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_cryptography/juce_cryptography.mm b/modules/juce_cryptography/juce_cryptography.mm index bbe0ab4cdfd48a461b61e90c382fcf5320e9565f..79d1b1299f8932908c4af347cb88e9adda2d98a2 100644 --- a/modules/juce_cryptography/juce_cryptography.mm +++ b/modules/juce_cryptography/juce_cryptography.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/app_properties/juce_ApplicationProperties.cpp b/modules/juce_data_structures/app_properties/juce_ApplicationProperties.cpp index a49b69d368061199deaef1b1aec5a792399d6232..c770d1902dc672e14e52fdd354cdd7abfd617815 100644 --- a/modules/juce_data_structures/app_properties/juce_ApplicationProperties.cpp +++ b/modules/juce_data_structures/app_properties/juce_ApplicationProperties.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/app_properties/juce_ApplicationProperties.h b/modules/juce_data_structures/app_properties/juce_ApplicationProperties.h index 44cdc4c8af3d7dcd11d077272d16abf1e083cb66..d1e487e5c3d98f47f22a11ce8a6694d5718170b2 100644 --- a/modules/juce_data_structures/app_properties/juce_ApplicationProperties.h +++ b/modules/juce_data_structures/app_properties/juce_ApplicationProperties.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/app_properties/juce_PropertiesFile.cpp b/modules/juce_data_structures/app_properties/juce_PropertiesFile.cpp index 45aeefe54f68bdc78f808a4cb6d5730e52a7417c..7b437cb7142922bc40c37ec9cb5dd3f6b26015f1 100644 --- a/modules/juce_data_structures/app_properties/juce_PropertiesFile.cpp +++ b/modules/juce_data_structures/app_properties/juce_PropertiesFile.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/app_properties/juce_PropertiesFile.h b/modules/juce_data_structures/app_properties/juce_PropertiesFile.h index 130a2a972be26eb1f727ef55ef5b7d193d046fe2..448cc7f8a22f21c474a6a8185a303cdc89225897 100644 --- a/modules/juce_data_structures/app_properties/juce_PropertiesFile.h +++ b/modules/juce_data_structures/app_properties/juce_PropertiesFile.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/juce_data_structures.cpp b/modules/juce_data_structures/juce_data_structures.cpp index 8e081b5d9bd14702fafacfefe09a5d7e04798b5f..9ad4bbc61868aedad4dfc3b74b0d3166b12bf278 100644 --- a/modules/juce_data_structures/juce_data_structures.cpp +++ b/modules/juce_data_structures/juce_data_structures.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/juce_data_structures.h b/modules/juce_data_structures/juce_data_structures.h index e6b78cc5a92d678a6704df7ce0374b346da652c5..22cf0631ccb02fe6e4fa72192fb12d3c5d2bd33f 100644 --- a/modules/juce_data_structures/juce_data_structures.h +++ b/modules/juce_data_structures/juce_data_structures.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/juce_data_structures.mm b/modules/juce_data_structures/juce_data_structures.mm index 3757249f0624f24ddef002df011516bbe1597625..06c479a47faad9917bdb1f4fada1c1e1d8ff39e2 100644 --- a/modules/juce_data_structures/juce_data_structures.mm +++ b/modules/juce_data_structures/juce_data_structures.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/undomanager/juce_UndoManager.cpp b/modules/juce_data_structures/undomanager/juce_UndoManager.cpp index b9acf8f63ff1aaeae6554a526fea1ee48c5e47b7..69097965b0a4180cf76e614ad3650eccffadd8a9 100644 --- a/modules/juce_data_structures/undomanager/juce_UndoManager.cpp +++ b/modules/juce_data_structures/undomanager/juce_UndoManager.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/undomanager/juce_UndoManager.h b/modules/juce_data_structures/undomanager/juce_UndoManager.h index 813dfb98e4deccdff124f9a1b6b09dbf60c2ab9e..6ebfc56cf895184c1793f81522c459715c01d795 100644 --- a/modules/juce_data_structures/undomanager/juce_UndoManager.h +++ b/modules/juce_data_structures/undomanager/juce_UndoManager.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/undomanager/juce_UndoableAction.h b/modules/juce_data_structures/undomanager/juce_UndoableAction.h index 58ccae79d40f0cecf8bbdef78f27bd44fecf06ff..1aee24c19387830de394ea469a9009894871af6a 100644 --- a/modules/juce_data_structures/undomanager/juce_UndoableAction.h +++ b/modules/juce_data_structures/undomanager/juce_UndoableAction.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/values/juce_CachedValue.cpp b/modules/juce_data_structures/values/juce_CachedValue.cpp index 41fbb40adcd258d973958f265afb79cc6f36167a..8d22ccac8e6a571d58ae7b30f1f96a41e6d9b7a5 100644 --- a/modules/juce_data_structures/values/juce_CachedValue.cpp +++ b/modules/juce_data_structures/values/juce_CachedValue.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/values/juce_CachedValue.h b/modules/juce_data_structures/values/juce_CachedValue.h index 47f37d10e69bfca2b6281a3ee8b5c798c10a03a7..f0bcd45a4dd3f80db393e6e7d9694a0f57e8b021 100644 --- a/modules/juce_data_structures/values/juce_CachedValue.h +++ b/modules/juce_data_structures/values/juce_CachedValue.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/values/juce_Value.cpp b/modules/juce_data_structures/values/juce_Value.cpp index c4ee8fa2bda19b6d0c7c4b04ac6e69edbc0b17e9..496527e522629a9c128632dfa7485786b1e986cb 100644 --- a/modules/juce_data_structures/values/juce_Value.cpp +++ b/modules/juce_data_structures/values/juce_Value.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/values/juce_Value.h b/modules/juce_data_structures/values/juce_Value.h index 041285eee8ca0b078a69281181bba211687eb5db..90babe87b7b77549cdb3d023c67199e91d2a70ab 100644 --- a/modules/juce_data_structures/values/juce_Value.h +++ b/modules/juce_data_structures/values/juce_Value.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/values/juce_ValueTree.cpp b/modules/juce_data_structures/values/juce_ValueTree.cpp index e7a3fed356bb25a824807330c45f15e0166b2cbf..088f74d0e287c74a8660b29996c4e3f0f1296867 100644 --- a/modules/juce_data_structures/values/juce_ValueTree.cpp +++ b/modules/juce_data_structures/values/juce_ValueTree.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/values/juce_ValueTree.h b/modules/juce_data_structures/values/juce_ValueTree.h index 133906b78620f94866332e7192003da4aaac9079..27e1826a9647df682c3a0a87dd527d8ca5aa991f 100644 --- a/modules/juce_data_structures/values/juce_ValueTree.h +++ b/modules/juce_data_structures/values/juce_ValueTree.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/values/juce_ValueTreeSynchroniser.cpp b/modules/juce_data_structures/values/juce_ValueTreeSynchroniser.cpp index 184a173c4ad3a0601bca7c5df11a83509b9594c2..1fb36fe8381dc08f1cb1f7242d677ae3eed24ab0 100644 --- a/modules/juce_data_structures/values/juce_ValueTreeSynchroniser.cpp +++ b/modules/juce_data_structures/values/juce_ValueTreeSynchroniser.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/values/juce_ValueTreeSynchroniser.h b/modules/juce_data_structures/values/juce_ValueTreeSynchroniser.h index 6d6b55385d3f10777f5eec02bf2ee6462f658351..095dadd0726f9121c619f1887ac2d8d5ca08f58b 100644 --- a/modules/juce_data_structures/values/juce_ValueTreeSynchroniser.h +++ b/modules/juce_data_structures/values/juce_ValueTreeSynchroniser.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/values/juce_ValueWithDefault.cpp b/modules/juce_data_structures/values/juce_ValueWithDefault.cpp index e8a406e43e2476b3f04b5bcf5c3063da3d013e17..38a7539ca9645cefd909428c365de35c933334a4 100644 --- a/modules/juce_data_structures/values/juce_ValueWithDefault.cpp +++ b/modules/juce_data_structures/values/juce_ValueWithDefault.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_data_structures/values/juce_ValueWithDefault.h b/modules/juce_data_structures/values/juce_ValueWithDefault.h index af3ea128dfedf33b1805695e23bfc68534fbae62..8160cdda615cad7fa9a541960a898fc09d423fcb 100644 --- a/modules/juce_data_structures/values/juce_ValueWithDefault.h +++ b/modules/juce_data_structures/values/juce_ValueWithDefault.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/containers/juce_AudioBlock.h b/modules/juce_dsp/containers/juce_AudioBlock.h index 06821b40a5ec73d04725a3283e2fbd65f8ce12e7..a83e5a3c06cf675d428c3daa14df075ffe677d78 100644 --- a/modules/juce_dsp/containers/juce_AudioBlock.h +++ b/modules/juce_dsp/containers/juce_AudioBlock.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/containers/juce_AudioBlock_test.cpp b/modules/juce_dsp/containers/juce_AudioBlock_test.cpp index 9de302245ecce49e8ba33f869dfe62903f5286b2..cde4a779e678a3eb7a346c64ea18af8cc5bb7bcb 100644 --- a/modules/juce_dsp/containers/juce_AudioBlock_test.cpp +++ b/modules/juce_dsp/containers/juce_AudioBlock_test.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/containers/juce_FixedSizeFunction.h b/modules/juce_dsp/containers/juce_FixedSizeFunction.h index 5b71e91564e1f524853c060a2c4ee7097a098865..d298c2d6b9b33df4d903af375462d63a1962c246 100644 --- a/modules/juce_dsp/containers/juce_FixedSizeFunction.h +++ b/modules/juce_dsp/containers/juce_FixedSizeFunction.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/containers/juce_FixedSizeFunction_test.cpp b/modules/juce_dsp/containers/juce_FixedSizeFunction_test.cpp index 4651bdc2f936891f5f57543b867b998d376960e7..e0b7ac43b89b4ecc381e76a21bc86f60e9cebe78 100644 --- a/modules/juce_dsp/containers/juce_FixedSizeFunction_test.cpp +++ b/modules/juce_dsp/containers/juce_FixedSizeFunction_test.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/containers/juce_SIMDRegister.h b/modules/juce_dsp/containers/juce_SIMDRegister.h index eefbd0f806d013d9ef751424f9857c59ff17f36f..ea71c4ffd674e03b44cbbc47394a7fc7f857e3c2 100644 --- a/modules/juce_dsp/containers/juce_SIMDRegister.h +++ b/modules/juce_dsp/containers/juce_SIMDRegister.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/containers/juce_SIMDRegister_Impl.h b/modules/juce_dsp/containers/juce_SIMDRegister_Impl.h index 57eec70731b18c67c49909455d759b7bcae2b10c..8b0d1a1b6d389b229a837f950f6e4931d963d6aa 100644 --- a/modules/juce_dsp/containers/juce_SIMDRegister_Impl.h +++ b/modules/juce_dsp/containers/juce_SIMDRegister_Impl.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/containers/juce_SIMDRegister_test.cpp b/modules/juce_dsp/containers/juce_SIMDRegister_test.cpp index 87da15d5ef179e0e4ba4168e3cd7ccd681df9089..5435330ea660b030a519ac5d40a5aece4dbbbc76 100644 --- a/modules/juce_dsp/containers/juce_SIMDRegister_test.cpp +++ b/modules/juce_dsp/containers/juce_SIMDRegister_test.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/filter_design/juce_FilterDesign.cpp b/modules/juce_dsp/filter_design/juce_FilterDesign.cpp index 78bd1d0db573bb5c4cd50a7c4366e041eabacccd..a9e515fda81dbc4c9250bde95caaf40d4b46c971 100644 --- a/modules/juce_dsp/filter_design/juce_FilterDesign.cpp +++ b/modules/juce_dsp/filter_design/juce_FilterDesign.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/filter_design/juce_FilterDesign.h b/modules/juce_dsp/filter_design/juce_FilterDesign.h index cd940e21fa07dfa5c475f8d2e4cd875beb9de975..0d659d24b62e8919eb45217ce9479c21ea537c53 100644 --- a/modules/juce_dsp/filter_design/juce_FilterDesign.h +++ b/modules/juce_dsp/filter_design/juce_FilterDesign.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/frequency/juce_Convolution.cpp b/modules/juce_dsp/frequency/juce_Convolution.cpp index 674629d3de6c5f41acaa4e9b4abdaa17543c9aae..36ea1d3c511be34758604df6b2aa201c4aa21cc1 100644 --- a/modules/juce_dsp/frequency/juce_Convolution.cpp +++ b/modules/juce_dsp/frequency/juce_Convolution.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/frequency/juce_Convolution.h b/modules/juce_dsp/frequency/juce_Convolution.h index 56759dd77d0de4e0cb92bb4acd490917e9fc9e95..5f2436bbcbfdb016f7bc46c268b14466a5d96b2f 100644 --- a/modules/juce_dsp/frequency/juce_Convolution.h +++ b/modules/juce_dsp/frequency/juce_Convolution.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/frequency/juce_Convolution_test.cpp b/modules/juce_dsp/frequency/juce_Convolution_test.cpp index 3f536e39c5f41805c38d98142718c952108b1555..93209732c54df6086f9652d5674c43d5a886d3d2 100644 --- a/modules/juce_dsp/frequency/juce_Convolution_test.cpp +++ b/modules/juce_dsp/frequency/juce_Convolution_test.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/frequency/juce_FFT.cpp b/modules/juce_dsp/frequency/juce_FFT.cpp index d3c82a966ef3f34a735ba283f305af280f579709..0d0633cf768309cf2ea2cfea9b7e16cd61b5e273 100644 --- a/modules/juce_dsp/frequency/juce_FFT.cpp +++ b/modules/juce_dsp/frequency/juce_FFT.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/frequency/juce_FFT.h b/modules/juce_dsp/frequency/juce_FFT.h index 500ae9e60158c627a7ad4e6a5af00993582e9019..30ac0f81d86855586d9cba65be60f0427ff883ed 100644 --- a/modules/juce_dsp/frequency/juce_FFT.h +++ b/modules/juce_dsp/frequency/juce_FFT.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/frequency/juce_FFT_test.cpp b/modules/juce_dsp/frequency/juce_FFT_test.cpp index a314a7e2d44bdd48f619240bf4aebaa5b3b65873..5befd3d2f12c4b0a3f8ddb11a4e56b796017cc10 100644 --- a/modules/juce_dsp/frequency/juce_FFT_test.cpp +++ b/modules/juce_dsp/frequency/juce_FFT_test.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/frequency/juce_Windowing.cpp b/modules/juce_dsp/frequency/juce_Windowing.cpp index 418ae1dc8cea5c2b9e16382a7ee2a2225b7c4f7e..41ae2ef490481a1be4b2aac1a7a35b5f02bf6d6c 100644 --- a/modules/juce_dsp/frequency/juce_Windowing.cpp +++ b/modules/juce_dsp/frequency/juce_Windowing.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/frequency/juce_Windowing.h b/modules/juce_dsp/frequency/juce_Windowing.h index 26b8acc2d35caf20d3c4aeeae8605381caf077bb..2aca0ad206314e90c3d095e2bd32ec7f48e9903b 100644 --- a/modules/juce_dsp/frequency/juce_Windowing.h +++ b/modules/juce_dsp/frequency/juce_Windowing.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/juce_dsp.cpp b/modules/juce_dsp/juce_dsp.cpp index 34f7766ad6862ce80a18c960cab7952d25649efc..9e297f03585c67f89c14884302b3cf0ba8702e1f 100644 --- a/modules/juce_dsp/juce_dsp.cpp +++ b/modules/juce_dsp/juce_dsp.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/juce_dsp.h b/modules/juce_dsp/juce_dsp.h index b7c01dcdb6e95bbdd5ae4865b3da68bb2343e3f8..92fd21cf8def3649a7f5b4734a4c36dca0c5e410 100644 --- a/modules/juce_dsp/juce_dsp.h +++ b/modules/juce_dsp/juce_dsp.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/juce_dsp.mm b/modules/juce_dsp/juce_dsp.mm index 40b78bf8c688d84b34a2c3d41e0d13ebb4163ff9..9dc9631b80c0ac325711a289d9e8c76f095f0604 100644 --- a/modules/juce_dsp/juce_dsp.mm +++ b/modules/juce_dsp/juce_dsp.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/maths/juce_FastMathApproximations.h b/modules/juce_dsp/maths/juce_FastMathApproximations.h index 6597b313d627859cd9fe8dbf61c073a5e055ffa2..818f608360501adbe20c0bcb6bc261085582a8dc 100644 --- a/modules/juce_dsp/maths/juce_FastMathApproximations.h +++ b/modules/juce_dsp/maths/juce_FastMathApproximations.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/maths/juce_LogRampedValue.h b/modules/juce_dsp/maths/juce_LogRampedValue.h index d1f123802b152d3fb8abd5d9a0df4a6d0305d209..7af97758b39286a253346e9cb366d548476f1f4c 100644 --- a/modules/juce_dsp/maths/juce_LogRampedValue.h +++ b/modules/juce_dsp/maths/juce_LogRampedValue.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/maths/juce_LogRampedValue_test.cpp b/modules/juce_dsp/maths/juce_LogRampedValue_test.cpp index be7860aae3f7292c784b6f7f5f7c99c1a2f47488..a462f459a101a74af637c8636e9f1c9951a1ed4a 100644 --- a/modules/juce_dsp/maths/juce_LogRampedValue_test.cpp +++ b/modules/juce_dsp/maths/juce_LogRampedValue_test.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/maths/juce_LookupTable.cpp b/modules/juce_dsp/maths/juce_LookupTable.cpp index 47e921d8d6fc98b60f460fa3033363724fa0b641..cbd89b108366a44cc0614de0cf5d9491342f0b86 100644 --- a/modules/juce_dsp/maths/juce_LookupTable.cpp +++ b/modules/juce_dsp/maths/juce_LookupTable.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/maths/juce_LookupTable.h b/modules/juce_dsp/maths/juce_LookupTable.h index 2bc90e0081be7ad91bc11f86aa309ae46e60d840..4a43cd9ec7b691dbb4ad092164d763f3e1427927 100644 --- a/modules/juce_dsp/maths/juce_LookupTable.h +++ b/modules/juce_dsp/maths/juce_LookupTable.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/maths/juce_Matrix.cpp b/modules/juce_dsp/maths/juce_Matrix.cpp index 3845b0e17c5e909f8816e1175ded49aa6067f794..84a51a18dc5bc827725b6216d67e0c420e51a1c9 100644 --- a/modules/juce_dsp/maths/juce_Matrix.cpp +++ b/modules/juce_dsp/maths/juce_Matrix.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/maths/juce_Matrix.h b/modules/juce_dsp/maths/juce_Matrix.h index d15adaec0e4c233e86a93b77830da28234cd2709..8d6f43ab5f6ce64ecf8bf7c08ee89b5db304163e 100644 --- a/modules/juce_dsp/maths/juce_Matrix.h +++ b/modules/juce_dsp/maths/juce_Matrix.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/maths/juce_Matrix_test.cpp b/modules/juce_dsp/maths/juce_Matrix_test.cpp index 2de956c3572f866d4d063f45756f909e10b5dd19..4a15a71a093fe72b20696c23c419c1f9f28f4e3e 100644 --- a/modules/juce_dsp/maths/juce_Matrix_test.cpp +++ b/modules/juce_dsp/maths/juce_Matrix_test.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/maths/juce_Phase.h b/modules/juce_dsp/maths/juce_Phase.h index 87fed7d803aa2d7bd9bdbc612243151e1b492eba..4d5936326936428cd862557a1371535be1c622ad 100644 --- a/modules/juce_dsp/maths/juce_Phase.h +++ b/modules/juce_dsp/maths/juce_Phase.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/maths/juce_Polynomial.h b/modules/juce_dsp/maths/juce_Polynomial.h index 31e3a05159a3643be04a8b405d70bddf9bfbee0f..e9ad836b9825d6ac9b737ec62f047133b6650149 100644 --- a/modules/juce_dsp/maths/juce_Polynomial.h +++ b/modules/juce_dsp/maths/juce_Polynomial.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/maths/juce_SpecialFunctions.cpp b/modules/juce_dsp/maths/juce_SpecialFunctions.cpp index a3ba6f263144f60f9d6c94072106b45f38303857..5373bf52ab9aeb3761fb431a1bdb06ba3f399354 100644 --- a/modules/juce_dsp/maths/juce_SpecialFunctions.cpp +++ b/modules/juce_dsp/maths/juce_SpecialFunctions.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/maths/juce_SpecialFunctions.h b/modules/juce_dsp/maths/juce_SpecialFunctions.h index 945e005a69d4badd35260851abd8fdfbcadc1c8d..7ed4e9161cf4149b46bcc87070cb55c3f9bf86df 100644 --- a/modules/juce_dsp/maths/juce_SpecialFunctions.h +++ b/modules/juce_dsp/maths/juce_SpecialFunctions.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/native/juce_avx_SIMDNativeOps.cpp b/modules/juce_dsp/native/juce_avx_SIMDNativeOps.cpp index 4a2363338a8730715526ea2ead5ffe49a6add5b5..2f87732ca12ddaf3a50aefbc61d99345d4e46ef6 100644 --- a/modules/juce_dsp/native/juce_avx_SIMDNativeOps.cpp +++ b/modules/juce_dsp/native/juce_avx_SIMDNativeOps.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/native/juce_avx_SIMDNativeOps.h b/modules/juce_dsp/native/juce_avx_SIMDNativeOps.h index ed529edeb82ecc1839387f23f35317f409e962ff..e51a4d818fb10f5154d8a6476b96dd2d794120a5 100644 --- a/modules/juce_dsp/native/juce_avx_SIMDNativeOps.h +++ b/modules/juce_dsp/native/juce_avx_SIMDNativeOps.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/native/juce_fallback_SIMDNativeOps.h b/modules/juce_dsp/native/juce_fallback_SIMDNativeOps.h index 63a177662676d52bff9111ef931a4c0d34873b05..5c71495ea711b754494eaaecec82019ca78ed576 100644 --- a/modules/juce_dsp/native/juce_fallback_SIMDNativeOps.h +++ b/modules/juce_dsp/native/juce_fallback_SIMDNativeOps.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/native/juce_neon_SIMDNativeOps.cpp b/modules/juce_dsp/native/juce_neon_SIMDNativeOps.cpp index 9c24ff04ff6364eb76bf785a9ec4257b7bac958b..1219ed88d6eeb5a2555187fc500595c7e0e9d10f 100644 --- a/modules/juce_dsp/native/juce_neon_SIMDNativeOps.cpp +++ b/modules/juce_dsp/native/juce_neon_SIMDNativeOps.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/native/juce_neon_SIMDNativeOps.h b/modules/juce_dsp/native/juce_neon_SIMDNativeOps.h index c68c8e0f7a3f4cad9ff227e98de1781a3bbe845a..09188925ff23930470507d156cdbdd672f5afbec 100644 --- a/modules/juce_dsp/native/juce_neon_SIMDNativeOps.h +++ b/modules/juce_dsp/native/juce_neon_SIMDNativeOps.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/native/juce_sse_SIMDNativeOps.cpp b/modules/juce_dsp/native/juce_sse_SIMDNativeOps.cpp index 9500c4236845056d8b4b3220669c8dbeb41ea79b..1aade96f5a793380a69ca0ff213a6cc3e22d4b87 100644 --- a/modules/juce_dsp/native/juce_sse_SIMDNativeOps.cpp +++ b/modules/juce_dsp/native/juce_sse_SIMDNativeOps.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/native/juce_sse_SIMDNativeOps.h b/modules/juce_dsp/native/juce_sse_SIMDNativeOps.h index 457b0fad2c6a32d1004c95107deb269e8eafb33a..7f64d433d7017e1adbebc9fdc6775df30b057780 100644 --- a/modules/juce_dsp/native/juce_sse_SIMDNativeOps.h +++ b/modules/juce_dsp/native/juce_sse_SIMDNativeOps.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_BallisticsFilter.cpp b/modules/juce_dsp/processors/juce_BallisticsFilter.cpp index 627b2116f8a72b4b2ec4aac9c7c31a1c61896262..ea5792e0f9aa5e781b76fcd65d930b0f8e48ac74 100644 --- a/modules/juce_dsp/processors/juce_BallisticsFilter.cpp +++ b/modules/juce_dsp/processors/juce_BallisticsFilter.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_BallisticsFilter.h b/modules/juce_dsp/processors/juce_BallisticsFilter.h index 39f973c4ec7f4619b46c9da02fde5ec7181d0ac4..0df379ea93682580d48bcf790c42d1532e843f04 100644 --- a/modules/juce_dsp/processors/juce_BallisticsFilter.h +++ b/modules/juce_dsp/processors/juce_BallisticsFilter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_DelayLine.cpp b/modules/juce_dsp/processors/juce_DelayLine.cpp index 01bf4605d96f554417169adf0741c2be02bd29e3..f3479907ca11c877bfd137ac3e454a356296f4ce 100644 --- a/modules/juce_dsp/processors/juce_DelayLine.cpp +++ b/modules/juce_dsp/processors/juce_DelayLine.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_DelayLine.h b/modules/juce_dsp/processors/juce_DelayLine.h index 81d5a5ac5e3f597f7facf7572a51eb12472abbed..00950b72c1e55badf8001e8be63b1a8ce3ed853d 100644 --- a/modules/juce_dsp/processors/juce_DelayLine.h +++ b/modules/juce_dsp/processors/juce_DelayLine.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_DryWetMixer.cpp b/modules/juce_dsp/processors/juce_DryWetMixer.cpp index 8029e47fe13cdaa229a44b9cc9210163a9a39a14..21455d86e661938279277168a78b22ddfbd35b5c 100644 --- a/modules/juce_dsp/processors/juce_DryWetMixer.cpp +++ b/modules/juce_dsp/processors/juce_DryWetMixer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_DryWetMixer.h b/modules/juce_dsp/processors/juce_DryWetMixer.h index 2367756a667a1bb4863d1ed8b0e18151a9c77e2d..f2071501ea78d79c633df78a354f47cdf22c8fc6 100644 --- a/modules/juce_dsp/processors/juce_DryWetMixer.h +++ b/modules/juce_dsp/processors/juce_DryWetMixer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_FIRFilter.cpp b/modules/juce_dsp/processors/juce_FIRFilter.cpp index 8c51fa24de202a1abcd26c28955a678d2d0c8549..7dc91f919558662935497f1b2210e6a2c533d2fe 100644 --- a/modules/juce_dsp/processors/juce_FIRFilter.cpp +++ b/modules/juce_dsp/processors/juce_FIRFilter.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_FIRFilter.h b/modules/juce_dsp/processors/juce_FIRFilter.h index 82a7a7a33178d7070127225abf7b9b9afc6d99dc..800eec7b11ea23064853a3d8850ce618ad1ececd 100644 --- a/modules/juce_dsp/processors/juce_FIRFilter.h +++ b/modules/juce_dsp/processors/juce_FIRFilter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_FIRFilter_test.cpp b/modules/juce_dsp/processors/juce_FIRFilter_test.cpp index 5556a3a927bd5ec2a9294e5c7b71bc7dc12510c5..f139525b758e8321bee7a3b68af614912a2b3641 100644 --- a/modules/juce_dsp/processors/juce_FIRFilter_test.cpp +++ b/modules/juce_dsp/processors/juce_FIRFilter_test.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_FirstOrderTPTFilter.cpp b/modules/juce_dsp/processors/juce_FirstOrderTPTFilter.cpp index 812a9cdf8c84c9f5724da40dd8ebab11dbd66cfa..34c351a1bb31534df5038fa9926bf07b110d0fbe 100644 --- a/modules/juce_dsp/processors/juce_FirstOrderTPTFilter.cpp +++ b/modules/juce_dsp/processors/juce_FirstOrderTPTFilter.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_FirstOrderTPTFilter.h b/modules/juce_dsp/processors/juce_FirstOrderTPTFilter.h index b2d884d696ac18fcbefdd8e4f047df510403be7a..ec366556e4dd1242214fa6537877dcae25c852a7 100644 --- a/modules/juce_dsp/processors/juce_FirstOrderTPTFilter.h +++ b/modules/juce_dsp/processors/juce_FirstOrderTPTFilter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_IIRFilter.cpp b/modules/juce_dsp/processors/juce_IIRFilter.cpp index 3802c765e5df8951df34a771c6d4cbbee33d7401..59b51fdb8f68ce42ecacb4f60cd294bbe978993b 100644 --- a/modules/juce_dsp/processors/juce_IIRFilter.cpp +++ b/modules/juce_dsp/processors/juce_IIRFilter.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_IIRFilter.h b/modules/juce_dsp/processors/juce_IIRFilter.h index f295590b0204b8bf0fd3f909ab0b4fec00ece0c3..bb05fdba58969e199562b1118677eee938d32e3f 100644 --- a/modules/juce_dsp/processors/juce_IIRFilter.h +++ b/modules/juce_dsp/processors/juce_IIRFilter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_IIRFilter_Impl.h b/modules/juce_dsp/processors/juce_IIRFilter_Impl.h index 8cfebf5f158b38ba8285b1099bff134b77c5c801..2cef6014632bef8ed1b65a7b526039561b119bf3 100644 --- a/modules/juce_dsp/processors/juce_IIRFilter_Impl.h +++ b/modules/juce_dsp/processors/juce_IIRFilter_Impl.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_LinkwitzRileyFilter.cpp b/modules/juce_dsp/processors/juce_LinkwitzRileyFilter.cpp index 598744599344c3c95d8518439b3e63d8227b0015..716cabf159d1bdc9af7835fd80354a2df26d0fd5 100644 --- a/modules/juce_dsp/processors/juce_LinkwitzRileyFilter.cpp +++ b/modules/juce_dsp/processors/juce_LinkwitzRileyFilter.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_LinkwitzRileyFilter.h b/modules/juce_dsp/processors/juce_LinkwitzRileyFilter.h index b918845fdddf26ce6ec6513c1e37b186b9305946..d09e93094e878c5090ec223990e9e52f8cd63c2b 100644 --- a/modules/juce_dsp/processors/juce_LinkwitzRileyFilter.h +++ b/modules/juce_dsp/processors/juce_LinkwitzRileyFilter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_Oversampling.cpp b/modules/juce_dsp/processors/juce_Oversampling.cpp index f3fc9912ddc2805f84e4c5524a1d76e813bdabac..467d8a7a0c51e9a938cc4ff29056804f610f45c8 100644 --- a/modules/juce_dsp/processors/juce_Oversampling.cpp +++ b/modules/juce_dsp/processors/juce_Oversampling.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_Oversampling.h b/modules/juce_dsp/processors/juce_Oversampling.h index d673916f7809f3d7d4414d603cfdd3e9d83aa153..12fd03a66dadebb1fd3fe63582717adcd2a3e537 100644 --- a/modules/juce_dsp/processors/juce_Oversampling.h +++ b/modules/juce_dsp/processors/juce_Oversampling.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_Panner.cpp b/modules/juce_dsp/processors/juce_Panner.cpp index 1986a5b5b74ed0ba30886929258d78fb9854a864..64721048bae05b9e59a82636e3cdc2db43363e9a 100644 --- a/modules/juce_dsp/processors/juce_Panner.cpp +++ b/modules/juce_dsp/processors/juce_Panner.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_Panner.h b/modules/juce_dsp/processors/juce_Panner.h index 93ee032241b2b10c4a6b11606e12fd5369e8f94c..ac6da7ab3d974f00bc65bd8e9cccda454c7228e5 100644 --- a/modules/juce_dsp/processors/juce_Panner.h +++ b/modules/juce_dsp/processors/juce_Panner.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_ProcessContext.h b/modules/juce_dsp/processors/juce_ProcessContext.h index 38faa3ad4f4ab0ac1ae9fd9b691fbcebcf3bbb50..f0562f20329e002ba70f9081454e2eba76ddb8e6 100644 --- a/modules/juce_dsp/processors/juce_ProcessContext.h +++ b/modules/juce_dsp/processors/juce_ProcessContext.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_ProcessorChain.h b/modules/juce_dsp/processors/juce_ProcessorChain.h index 9d00e927f50145c707615b41d7447e8b97f5fec8..364bc25ddd0a846fb29091e0d5848bd2ac4d54a3 100644 --- a/modules/juce_dsp/processors/juce_ProcessorChain.h +++ b/modules/juce_dsp/processors/juce_ProcessorChain.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_ProcessorChain_test.cpp b/modules/juce_dsp/processors/juce_ProcessorChain_test.cpp index ad12025b5c25f6943a8e686930eb855e01f26583..4e4f6b126b19064f80fc3a1f224f96c5534cceea 100644 --- a/modules/juce_dsp/processors/juce_ProcessorChain_test.cpp +++ b/modules/juce_dsp/processors/juce_ProcessorChain_test.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_ProcessorDuplicator.h b/modules/juce_dsp/processors/juce_ProcessorDuplicator.h index 2110f948d4fe2fbc08f4ef3d6834d1d8fb6f9150..6fb0f993de8ff3e8fd3e213ae1655366719bd05c 100644 --- a/modules/juce_dsp/processors/juce_ProcessorDuplicator.h +++ b/modules/juce_dsp/processors/juce_ProcessorDuplicator.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_ProcessorWrapper.h b/modules/juce_dsp/processors/juce_ProcessorWrapper.h index a3f9f5e8211e2f4a3ed111fac9c1dced9667e211..e4c35e57113436bb762bfe93a60a37a459efd836 100644 --- a/modules/juce_dsp/processors/juce_ProcessorWrapper.h +++ b/modules/juce_dsp/processors/juce_ProcessorWrapper.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_StateVariableFilter.h b/modules/juce_dsp/processors/juce_StateVariableFilter.h index dc43c65b94d70ba01139f2cc56e4352823f548f7..c147f7e4221f6d3d0e92251fbb67b588d11f9e5f 100644 --- a/modules/juce_dsp/processors/juce_StateVariableFilter.h +++ b/modules/juce_dsp/processors/juce_StateVariableFilter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_StateVariableTPTFilter.cpp b/modules/juce_dsp/processors/juce_StateVariableTPTFilter.cpp index 4dc30db2410e6422515275b4873b0f33ade8d9f0..3469694b97ec28ea379ec5355f88053522f4d8bb 100644 --- a/modules/juce_dsp/processors/juce_StateVariableTPTFilter.cpp +++ b/modules/juce_dsp/processors/juce_StateVariableTPTFilter.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/processors/juce_StateVariableTPTFilter.h b/modules/juce_dsp/processors/juce_StateVariableTPTFilter.h index 8594397fc85ffc62f36ce0fb696ea20a72628799..326630635343fe2390af95db77a62ce416f3d232 100644 --- a/modules/juce_dsp/processors/juce_StateVariableTPTFilter.h +++ b/modules/juce_dsp/processors/juce_StateVariableTPTFilter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_Bias.h b/modules/juce_dsp/widgets/juce_Bias.h index 70a685da70da63b4be0fde73dfc306d1cd732a1e..77dee7527898623a1e1f07f25fd72fec03fd0072 100644 --- a/modules/juce_dsp/widgets/juce_Bias.h +++ b/modules/juce_dsp/widgets/juce_Bias.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_Chorus.cpp b/modules/juce_dsp/widgets/juce_Chorus.cpp index 8c0e2896e9f6e1a77d497d0ad4cfb5547ba1e0a2..c2711c552a513df074f0b7e57f84161050765b19 100644 --- a/modules/juce_dsp/widgets/juce_Chorus.cpp +++ b/modules/juce_dsp/widgets/juce_Chorus.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_Chorus.h b/modules/juce_dsp/widgets/juce_Chorus.h index 42934a8a49bb5dc3a596f846b6917302aaffc816..c91a6a848c7259902a848e2a99dcff10586ccc86 100644 --- a/modules/juce_dsp/widgets/juce_Chorus.h +++ b/modules/juce_dsp/widgets/juce_Chorus.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_Compressor.cpp b/modules/juce_dsp/widgets/juce_Compressor.cpp index 80ce6aa01cc1b2e8da1bb5e8f9f91c84e5a17642..949f231abbca438a0247acb1d6449c27796c16c6 100644 --- a/modules/juce_dsp/widgets/juce_Compressor.cpp +++ b/modules/juce_dsp/widgets/juce_Compressor.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_Compressor.h b/modules/juce_dsp/widgets/juce_Compressor.h index 6a54404488c98fea1d8ff4104032314a50b87cd9..b9df60dfd5d885927c7b4812eb0d891b1dae85f0 100644 --- a/modules/juce_dsp/widgets/juce_Compressor.h +++ b/modules/juce_dsp/widgets/juce_Compressor.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_Gain.h b/modules/juce_dsp/widgets/juce_Gain.h index f38b153e42e47b3a26b0183a33dd56ae5f19b8d9..adb03b14770032470fb4c396596ef498937a30c7 100644 --- a/modules/juce_dsp/widgets/juce_Gain.h +++ b/modules/juce_dsp/widgets/juce_Gain.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_LadderFilter.cpp b/modules/juce_dsp/widgets/juce_LadderFilter.cpp index c44bee832442481efa3b802ba9e6cb94bf7b6eab..c6fc81436adcb28fcf077caa7aef83edf7fed656 100644 --- a/modules/juce_dsp/widgets/juce_LadderFilter.cpp +++ b/modules/juce_dsp/widgets/juce_LadderFilter.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_LadderFilter.h b/modules/juce_dsp/widgets/juce_LadderFilter.h index efd6840a0d21211abe424544b927c8524ead1e48..d1b21122d16a4a36e478ecea9f63b12a6bea4fec 100644 --- a/modules/juce_dsp/widgets/juce_LadderFilter.h +++ b/modules/juce_dsp/widgets/juce_LadderFilter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_Limiter.cpp b/modules/juce_dsp/widgets/juce_Limiter.cpp index 16bf64562f09ad94d94c091704fdee96a1be0449..6c41ded44cc16b0c621501b0222ccac3f3ae5f57 100644 --- a/modules/juce_dsp/widgets/juce_Limiter.cpp +++ b/modules/juce_dsp/widgets/juce_Limiter.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_Limiter.h b/modules/juce_dsp/widgets/juce_Limiter.h index e2732c2339ea5735d3b9d4d85c75f1573914986a..b951ffdb471438c930ab4ee15d249f476685fd66 100644 --- a/modules/juce_dsp/widgets/juce_Limiter.h +++ b/modules/juce_dsp/widgets/juce_Limiter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_NoiseGate.cpp b/modules/juce_dsp/widgets/juce_NoiseGate.cpp index 3a4f59c1343912121eab7f22b921e61ad8c96dcb..af914bfadf2c936d3cd8bb41dec05b8c0cd5990b 100644 --- a/modules/juce_dsp/widgets/juce_NoiseGate.cpp +++ b/modules/juce_dsp/widgets/juce_NoiseGate.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_NoiseGate.h b/modules/juce_dsp/widgets/juce_NoiseGate.h index fbf423ffeed3e35b2fb1fb28d281e8dfc796a6ab..4975e734c5eb12ac2190863b9bf3e854da367bd3 100644 --- a/modules/juce_dsp/widgets/juce_NoiseGate.h +++ b/modules/juce_dsp/widgets/juce_NoiseGate.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_Oscillator.h b/modules/juce_dsp/widgets/juce_Oscillator.h index 1cfd8192f2d2c8a91efdde7355baa0e41ccecee3..1976da1f2182d164b569b4f01ab92ecd1738a596 100644 --- a/modules/juce_dsp/widgets/juce_Oscillator.h +++ b/modules/juce_dsp/widgets/juce_Oscillator.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_Phaser.cpp b/modules/juce_dsp/widgets/juce_Phaser.cpp index 38a84eaa6aac0aadbec4c3aec119bf65610f7d10..73bb0ab021193b758d6decdeda2db86e9228c7be 100644 --- a/modules/juce_dsp/widgets/juce_Phaser.cpp +++ b/modules/juce_dsp/widgets/juce_Phaser.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_Phaser.h b/modules/juce_dsp/widgets/juce_Phaser.h index 39bd381b7095d4d4a161822089af82a20427447a..a1745ccf084c4dc6656e5531783fade8bcd750ef 100644 --- a/modules/juce_dsp/widgets/juce_Phaser.h +++ b/modules/juce_dsp/widgets/juce_Phaser.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_Reverb.h b/modules/juce_dsp/widgets/juce_Reverb.h index 16a3b581c93444783801f036dc505570574d421d..8303432103b049d360c887969b8ab5feb8813dd9 100644 --- a/modules/juce_dsp/widgets/juce_Reverb.h +++ b/modules/juce_dsp/widgets/juce_Reverb.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_dsp/widgets/juce_WaveShaper.h b/modules/juce_dsp/widgets/juce_WaveShaper.h index 8fde79318ff0b68efe0d2628c4805ec6a3214c4a..6b708b761903e87da64e11c03b0c8ca42c302b1e 100644 --- a/modules/juce_dsp/widgets/juce_WaveShaper.h +++ b/modules/juce_dsp/widgets/juce_WaveShaper.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/colour/juce_Colour.cpp b/modules/juce_graphics/colour/juce_Colour.cpp index 1fc985684f75ee1f8e0e39122311247052d69146..1826cab217e0833f9dec86fdd1e6644a615cb1bd 100644 --- a/modules/juce_graphics/colour/juce_Colour.cpp +++ b/modules/juce_graphics/colour/juce_Colour.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/colour/juce_Colour.h b/modules/juce_graphics/colour/juce_Colour.h index f90c0c4bb5718340244c664b7ed6afbc899af173..82e23292306f2f2b7207e619827b5e837720ad96 100644 --- a/modules/juce_graphics/colour/juce_Colour.h +++ b/modules/juce_graphics/colour/juce_Colour.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/colour/juce_ColourGradient.cpp b/modules/juce_graphics/colour/juce_ColourGradient.cpp index 6ce95332dc8a7dc00cb67cdb9d961ef3c8686c98..95c4020e5b1724bf64710430d2c121538943570e 100644 --- a/modules/juce_graphics/colour/juce_ColourGradient.cpp +++ b/modules/juce_graphics/colour/juce_ColourGradient.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/colour/juce_ColourGradient.h b/modules/juce_graphics/colour/juce_ColourGradient.h index e229dafc477078745cfe4be9bc8d77cadf64871b..f49f27b7437f4c5f9c8094d47355e51ef90b9e19 100644 --- a/modules/juce_graphics/colour/juce_ColourGradient.h +++ b/modules/juce_graphics/colour/juce_ColourGradient.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/colour/juce_Colours.cpp b/modules/juce_graphics/colour/juce_Colours.cpp index de157136e6854824870d1f1bcd8dac933187402a..03242a65733ea97549b9184a7ac5924afb0f06c6 100644 --- a/modules/juce_graphics/colour/juce_Colours.cpp +++ b/modules/juce_graphics/colour/juce_Colours.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/colour/juce_Colours.h b/modules/juce_graphics/colour/juce_Colours.h index 4a1bdcd31e9d8f822be27c60bc677a30721172a2..78d51d209bc734f9dcf4990ff5d59086cde1c1a5 100644 --- a/modules/juce_graphics/colour/juce_Colours.h +++ b/modules/juce_graphics/colour/juce_Colours.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/colour/juce_FillType.cpp b/modules/juce_graphics/colour/juce_FillType.cpp index 922f4da581e627198a9e2fb79d6e22a8f31dcf11..4e13e404d2110a4e31ead52c2d3c555ba3c843c9 100644 --- a/modules/juce_graphics/colour/juce_FillType.cpp +++ b/modules/juce_graphics/colour/juce_FillType.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/colour/juce_FillType.h b/modules/juce_graphics/colour/juce_FillType.h index 9d018b86fe8f54ebb83c2770240fb2b527531528..6c8ceb51dbf292f2a80604da7303d1c9643b92ef 100644 --- a/modules/juce_graphics/colour/juce_FillType.h +++ b/modules/juce_graphics/colour/juce_FillType.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/colour/juce_PixelFormats.h b/modules/juce_graphics/colour/juce_PixelFormats.h index 515e04e0073f91e398ca71a9f83e48255743a5e0..2f7f7bf4e0a0d2f3f5ccbc60b2e1c2e8df4572cc 100644 --- a/modules/juce_graphics/colour/juce_PixelFormats.h +++ b/modules/juce_graphics/colour/juce_PixelFormats.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/contexts/juce_GraphicsContext.cpp b/modules/juce_graphics/contexts/juce_GraphicsContext.cpp index b53f876b2876fbe12d001ce2c7402008f2b4e4c8..12a64430974281c539b8b978cff2c6e126eedf81 100644 --- a/modules/juce_graphics/contexts/juce_GraphicsContext.cpp +++ b/modules/juce_graphics/contexts/juce_GraphicsContext.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/contexts/juce_GraphicsContext.h b/modules/juce_graphics/contexts/juce_GraphicsContext.h index 2a3413d451c0ee16628905a500a754bbd8079df3..3de34ad63a2948acdbb3c330623f600a18e09d47 100644 --- a/modules/juce_graphics/contexts/juce_GraphicsContext.h +++ b/modules/juce_graphics/contexts/juce_GraphicsContext.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/contexts/juce_LowLevelGraphicsContext.h b/modules/juce_graphics/contexts/juce_LowLevelGraphicsContext.h index 3e11a91d9c25b230d27bcd5a8efa2893d56653ee..a647b886dc57c48c180b6a477be7b2a99c6e6d8b 100644 --- a/modules/juce_graphics/contexts/juce_LowLevelGraphicsContext.h +++ b/modules/juce_graphics/contexts/juce_LowLevelGraphicsContext.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.cpp b/modules/juce_graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.cpp index 6273a4d9226be6c1ee2103817167ab5dd5059d7f..3b0fe2890835fa4bc32e6a556e140654253920a3 100644 --- a/modules/juce_graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.cpp +++ b/modules/juce_graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.h b/modules/juce_graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.h index fd88a22d278d2c8aee4a1f0ea4f5ce8b9cc924b2..d8e3509e90f9eec7755df5e5363fd79909bb9bd1 100644 --- a/modules/juce_graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.h +++ b/modules/juce_graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.cpp b/modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.cpp index c541251244cfd843c0d1b82311a40dedf47dfc74..84ff197ee6bc672375c35ad3b5c09927e51379f1 100644 --- a/modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.cpp +++ b/modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.h b/modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.h index 85c7cf61e3be0548a2de6815cd9285bdaa0a7bba..eec16e909463f0c4d08ec739a23ffecdd125c285 100644 --- a/modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.h +++ b/modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/effects/juce_DropShadowEffect.cpp b/modules/juce_graphics/effects/juce_DropShadowEffect.cpp index ed6797b17d76b8ecdf8548203de2e54024e215b2..28959dcf1df3021d00f3dabbd00bad42e8e540fe 100644 --- a/modules/juce_graphics/effects/juce_DropShadowEffect.cpp +++ b/modules/juce_graphics/effects/juce_DropShadowEffect.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/effects/juce_DropShadowEffect.h b/modules/juce_graphics/effects/juce_DropShadowEffect.h index b546e7c21b7b53d2d386143a0029e69739dae5e5..db8e0b9b0bac7f276cb12a9b88099cd241c972fe 100644 --- a/modules/juce_graphics/effects/juce_DropShadowEffect.h +++ b/modules/juce_graphics/effects/juce_DropShadowEffect.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/effects/juce_GlowEffect.cpp b/modules/juce_graphics/effects/juce_GlowEffect.cpp index 4919212ece68eac9b2ae818392d05ca487e862ad..c8c0ee209b0b28647db0eb96bb514539dda2e548 100644 --- a/modules/juce_graphics/effects/juce_GlowEffect.cpp +++ b/modules/juce_graphics/effects/juce_GlowEffect.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/effects/juce_GlowEffect.h b/modules/juce_graphics/effects/juce_GlowEffect.h index 266e320748e911756e8601c776518484c4b7870e..340c4f14394a2f1d8d45e6326beb63a722aac571 100644 --- a/modules/juce_graphics/effects/juce_GlowEffect.h +++ b/modules/juce_graphics/effects/juce_GlowEffect.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/effects/juce_ImageEffectFilter.h b/modules/juce_graphics/effects/juce_ImageEffectFilter.h index 034705574b2ca970b237abdfb4b82b17ab1b7648..05494e8f375b7bfc41c938d72b224d25ade4f3d6 100644 --- a/modules/juce_graphics/effects/juce_ImageEffectFilter.h +++ b/modules/juce_graphics/effects/juce_ImageEffectFilter.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/fonts/juce_AttributedString.cpp b/modules/juce_graphics/fonts/juce_AttributedString.cpp index bcc47eb3be3e3fc63467e4c2995fb3181636ebf3..2a2ef4b7c801878e6cd2b9fee8148cdce16815c3 100644 --- a/modules/juce_graphics/fonts/juce_AttributedString.cpp +++ b/modules/juce_graphics/fonts/juce_AttributedString.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/fonts/juce_AttributedString.h b/modules/juce_graphics/fonts/juce_AttributedString.h index c39427cee45335f07978bde49825ba2e719a82f6..9721939a0683345d86a2c0e05f86179946e9ff52 100644 --- a/modules/juce_graphics/fonts/juce_AttributedString.h +++ b/modules/juce_graphics/fonts/juce_AttributedString.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/fonts/juce_CustomTypeface.cpp b/modules/juce_graphics/fonts/juce_CustomTypeface.cpp index fcf6c25428268027018ddb957d339c36c923ed0d..4a42cf84cddbeeab645cc9cdb5e6b6495ef52f23 100644 --- a/modules/juce_graphics/fonts/juce_CustomTypeface.cpp +++ b/modules/juce_graphics/fonts/juce_CustomTypeface.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/fonts/juce_CustomTypeface.h b/modules/juce_graphics/fonts/juce_CustomTypeface.h index 7d0bd6699aaf1dba3dc6bfb2c1c975db7a5a2dbc..8fdacda95480055caa6b33dda9051caf1053b691 100644 --- a/modules/juce_graphics/fonts/juce_CustomTypeface.h +++ b/modules/juce_graphics/fonts/juce_CustomTypeface.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/fonts/juce_Font.cpp b/modules/juce_graphics/fonts/juce_Font.cpp index 84997edb314460bc4612fbff7867ee51e0125713..2612cd4a3f0bd8c297498c9714efc558a17954fe 100644 --- a/modules/juce_graphics/fonts/juce_Font.cpp +++ b/modules/juce_graphics/fonts/juce_Font.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/fonts/juce_Font.h b/modules/juce_graphics/fonts/juce_Font.h index 688caeceabfef48f0f43729b3584ca0742f4d867..c0d4da6b984dee757e5fe5d234a896b6cd48b154 100644 --- a/modules/juce_graphics/fonts/juce_Font.h +++ b/modules/juce_graphics/fonts/juce_Font.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/fonts/juce_GlyphArrangement.cpp b/modules/juce_graphics/fonts/juce_GlyphArrangement.cpp index 3c1f0c68ce65d2e21cf51ba58dce756e369aef67..6830b37e23182d3be691564cb32afcf0b3f40864 100644 --- a/modules/juce_graphics/fonts/juce_GlyphArrangement.cpp +++ b/modules/juce_graphics/fonts/juce_GlyphArrangement.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/fonts/juce_GlyphArrangement.h b/modules/juce_graphics/fonts/juce_GlyphArrangement.h index 79aa43aa8b92cfbd08920da2724e64ad824ab4c1..18500f5366bc692ed8732d9f6a771105fad90e5d 100644 --- a/modules/juce_graphics/fonts/juce_GlyphArrangement.h +++ b/modules/juce_graphics/fonts/juce_GlyphArrangement.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/fonts/juce_TextLayout.cpp b/modules/juce_graphics/fonts/juce_TextLayout.cpp index 09c4ca904c301d3f01a24a6312f7a77f3c1b9f58..288676d008c81ffc86b60e84633a2a89b24da16a 100644 --- a/modules/juce_graphics/fonts/juce_TextLayout.cpp +++ b/modules/juce_graphics/fonts/juce_TextLayout.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/fonts/juce_TextLayout.h b/modules/juce_graphics/fonts/juce_TextLayout.h index 864b23c5c3b30e43f2f8fdd3022a56d87567d52f..e466bf4d34b17042a9915e8ca1dd12b21c8323dc 100644 --- a/modules/juce_graphics/fonts/juce_TextLayout.h +++ b/modules/juce_graphics/fonts/juce_TextLayout.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/fonts/juce_Typeface.cpp b/modules/juce_graphics/fonts/juce_Typeface.cpp index b13015d580b7f2cbe9d0cb1c9bd8bfe5453a4719..8a5eae091c236f06be5783745508e3024a4147a9 100644 --- a/modules/juce_graphics/fonts/juce_Typeface.cpp +++ b/modules/juce_graphics/fonts/juce_Typeface.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/fonts/juce_Typeface.h b/modules/juce_graphics/fonts/juce_Typeface.h index 9a42f6cedc2eaca0e0df635cd9d18d8712fb8ac6..cd6f9c6c17d2739aed8a7fde0e85a9add5da6cb5 100644 --- a/modules/juce_graphics/fonts/juce_Typeface.h +++ b/modules/juce_graphics/fonts/juce_Typeface.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_AffineTransform.cpp b/modules/juce_graphics/geometry/juce_AffineTransform.cpp index 0392cbe992ab1ec1065b08bddab2a32d4bea0b45..b70945ef0254095c66bb14c28a95e210f5ff302c 100644 --- a/modules/juce_graphics/geometry/juce_AffineTransform.cpp +++ b/modules/juce_graphics/geometry/juce_AffineTransform.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_AffineTransform.h b/modules/juce_graphics/geometry/juce_AffineTransform.h index b605afdb953d260a1bee72b92875db9434db64e1..f37ff50655c56718ee9ec64135c851884402d49f 100644 --- a/modules/juce_graphics/geometry/juce_AffineTransform.h +++ b/modules/juce_graphics/geometry/juce_AffineTransform.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_BorderSize.h b/modules/juce_graphics/geometry/juce_BorderSize.h index d36219b6aa991735381ba9dfa107e4d6dfc7fc20..0fea60d3190fb16cfc9878bd53801111d0e92163 100644 --- a/modules/juce_graphics/geometry/juce_BorderSize.h +++ b/modules/juce_graphics/geometry/juce_BorderSize.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_EdgeTable.cpp b/modules/juce_graphics/geometry/juce_EdgeTable.cpp index 9ea65735885937666adc3055c4d4aa2b536c09f6..123bfefc431678b11f119faab114c3922bb2ee85 100644 --- a/modules/juce_graphics/geometry/juce_EdgeTable.cpp +++ b/modules/juce_graphics/geometry/juce_EdgeTable.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_EdgeTable.h b/modules/juce_graphics/geometry/juce_EdgeTable.h index 7e17a2876fa9e3a46a1c8b7f605a1f76c15f0846..8f474a53e915fe8072e9837d61421b9f353a58c6 100644 --- a/modules/juce_graphics/geometry/juce_EdgeTable.h +++ b/modules/juce_graphics/geometry/juce_EdgeTable.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_Line.h b/modules/juce_graphics/geometry/juce_Line.h index 0467c0d9952e6e40442d25e06d86adec3337189b..ad258e5fa9cfafd20f7642e82ea47a32a40bc9b2 100644 --- a/modules/juce_graphics/geometry/juce_Line.h +++ b/modules/juce_graphics/geometry/juce_Line.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_Parallelogram.h b/modules/juce_graphics/geometry/juce_Parallelogram.h index 47fa7c6a57e2b0ac18e0c6552541e23c3753fe3d..a8bde9d126932ffa8977244b1c047a7d6ae05506 100644 --- a/modules/juce_graphics/geometry/juce_Parallelogram.h +++ b/modules/juce_graphics/geometry/juce_Parallelogram.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_Path.cpp b/modules/juce_graphics/geometry/juce_Path.cpp index 10bc1073552ca31d4d374b186727f9031d43511a..a56f4b0f784f7298f594c232ae801fa9af85b40e 100644 --- a/modules/juce_graphics/geometry/juce_Path.cpp +++ b/modules/juce_graphics/geometry/juce_Path.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_Path.h b/modules/juce_graphics/geometry/juce_Path.h index 7cc30469ae1610afabac336d2ca680f79f0706b6..b9a5ee5f7ece15d5a35f0510e2df134913201303 100644 --- a/modules/juce_graphics/geometry/juce_Path.h +++ b/modules/juce_graphics/geometry/juce_Path.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_PathIterator.cpp b/modules/juce_graphics/geometry/juce_PathIterator.cpp index 785d00fa06e4369da1577dfb7082003786c929fd..0141b0a15a30817b2dd2dd1dc7a318550fd7ee3d 100644 --- a/modules/juce_graphics/geometry/juce_PathIterator.cpp +++ b/modules/juce_graphics/geometry/juce_PathIterator.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_PathIterator.h b/modules/juce_graphics/geometry/juce_PathIterator.h index c8b017b6c8302fa6df5c35a547a1a34f5ed9a6c2..7eb82088e5d029d27f953f95693525adda709d05 100644 --- a/modules/juce_graphics/geometry/juce_PathIterator.h +++ b/modules/juce_graphics/geometry/juce_PathIterator.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_PathStrokeType.cpp b/modules/juce_graphics/geometry/juce_PathStrokeType.cpp index 83cc3c78ec6ee6d9b7d1bd43740e6ebc60a21f11..16852647cdcc17d6a5f8212e49c9d5f473359fd6 100644 --- a/modules/juce_graphics/geometry/juce_PathStrokeType.cpp +++ b/modules/juce_graphics/geometry/juce_PathStrokeType.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_PathStrokeType.h b/modules/juce_graphics/geometry/juce_PathStrokeType.h index d882b25c795c2f2bd7d5fcfe38d05f31f64fe5c1..268086f5eb0d7e9e2ffe2609672c7bb99d8845d3 100644 --- a/modules/juce_graphics/geometry/juce_PathStrokeType.h +++ b/modules/juce_graphics/geometry/juce_PathStrokeType.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_Point.h b/modules/juce_graphics/geometry/juce_Point.h index 0e3624530f8d7599a466eb1e2277ca1ddf90c94e..8b9086df7435fc355fc2b5e023dd032b4e68ae4c 100644 --- a/modules/juce_graphics/geometry/juce_Point.h +++ b/modules/juce_graphics/geometry/juce_Point.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_Rectangle.h b/modules/juce_graphics/geometry/juce_Rectangle.h index fbb297164f0093326f14adbcdb10e9131dd343c6..640d5f496fcd11496739171e382aead617904ea6 100644 --- a/modules/juce_graphics/geometry/juce_Rectangle.h +++ b/modules/juce_graphics/geometry/juce_Rectangle.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/geometry/juce_RectangleList.h b/modules/juce_graphics/geometry/juce_RectangleList.h index 5124dc06c465131e50cf3f68415b6dc1e3e96298..783caf2ff0a8c0e3e1920506e3e7854ca25d21e5 100644 --- a/modules/juce_graphics/geometry/juce_RectangleList.h +++ b/modules/juce_graphics/geometry/juce_RectangleList.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/image_formats/juce_GIFLoader.cpp b/modules/juce_graphics/image_formats/juce_GIFLoader.cpp index d8bd362f3acbc59061ebb0fdc6097289e9efb4c2..5875e4915ae6bb72a5e6211acf2babbb9ac876f4 100644 --- a/modules/juce_graphics/image_formats/juce_GIFLoader.cpp +++ b/modules/juce_graphics/image_formats/juce_GIFLoader.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/image_formats/juce_JPEGLoader.cpp b/modules/juce_graphics/image_formats/juce_JPEGLoader.cpp index de2ee8d1048fa3c4f0bc7df5f9245334d8c0bc3d..58a61bdce8fb15320a840d43af636de2d8231e64 100644 --- a/modules/juce_graphics/image_formats/juce_JPEGLoader.cpp +++ b/modules/juce_graphics/image_formats/juce_JPEGLoader.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/image_formats/juce_PNGLoader.cpp b/modules/juce_graphics/image_formats/juce_PNGLoader.cpp index 9eb3d390bb98384c609030a9cf913ae32bec1739..79418fb84dd6418d5aa5099e67e1c3c73f81db13 100644 --- a/modules/juce_graphics/image_formats/juce_PNGLoader.cpp +++ b/modules/juce_graphics/image_formats/juce_PNGLoader.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/images/juce_Image.cpp b/modules/juce_graphics/images/juce_Image.cpp index 6820da3179def0292c01186f1a5052e2fb9b930e..43a0d3670f4105c0276abd39d9bac738a97614d8 100644 --- a/modules/juce_graphics/images/juce_Image.cpp +++ b/modules/juce_graphics/images/juce_Image.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/images/juce_Image.h b/modules/juce_graphics/images/juce_Image.h index ebf8314decd62f92a05c5c12bdf6f8a5d24a1913..4170d3e33d3ead07ea6b26492aee34d3db272629 100644 --- a/modules/juce_graphics/images/juce_Image.h +++ b/modules/juce_graphics/images/juce_Image.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/images/juce_ImageCache.cpp b/modules/juce_graphics/images/juce_ImageCache.cpp index 9606b723577f8dd9032bfad669da099a7853354a..cfe2dfa4265f7b590ebd5197876801a90b225ae2 100644 --- a/modules/juce_graphics/images/juce_ImageCache.cpp +++ b/modules/juce_graphics/images/juce_ImageCache.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/images/juce_ImageCache.h b/modules/juce_graphics/images/juce_ImageCache.h index d1f0a45807074ff0008152905c1ff5d2d91a6bb3..09554cf40676eccba37d2dbb3798ad61951ac81c 100644 --- a/modules/juce_graphics/images/juce_ImageCache.h +++ b/modules/juce_graphics/images/juce_ImageCache.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/images/juce_ImageConvolutionKernel.cpp b/modules/juce_graphics/images/juce_ImageConvolutionKernel.cpp index b8ef819a4bfb1fa705048cebe7771f7527fb2fad..396a1684d93463f73fb233955cdddb6a443df70a 100644 --- a/modules/juce_graphics/images/juce_ImageConvolutionKernel.cpp +++ b/modules/juce_graphics/images/juce_ImageConvolutionKernel.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/images/juce_ImageConvolutionKernel.h b/modules/juce_graphics/images/juce_ImageConvolutionKernel.h index 968cdaef558f6243f170dce4e678daed3b50c06e..2a79316bafb780849172e73af83e00be0761dfd5 100644 --- a/modules/juce_graphics/images/juce_ImageConvolutionKernel.h +++ b/modules/juce_graphics/images/juce_ImageConvolutionKernel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/images/juce_ImageFileFormat.cpp b/modules/juce_graphics/images/juce_ImageFileFormat.cpp index c12d681de9058cc6df4046fe1acbfd8b1f0672c0..5d8eaca1a7e1019bc1280f8ac451398c4f3d681a 100644 --- a/modules/juce_graphics/images/juce_ImageFileFormat.cpp +++ b/modules/juce_graphics/images/juce_ImageFileFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/images/juce_ImageFileFormat.h b/modules/juce_graphics/images/juce_ImageFileFormat.h index a2b5bd37f97c88a434454a9b9696262ae3daf2f6..0749084d418a255ba3ca0420231780fc1dbaa529 100644 --- a/modules/juce_graphics/images/juce_ImageFileFormat.h +++ b/modules/juce_graphics/images/juce_ImageFileFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/juce_graphics.cpp b/modules/juce_graphics/juce_graphics.cpp index 7847eff2a4016a4a44cadcd67d1e8495f7740f3d..43ad4cc6a51e5292fe9c11451068f6c9d3b9ede6 100644 --- a/modules/juce_graphics/juce_graphics.cpp +++ b/modules/juce_graphics/juce_graphics.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/juce_graphics.h b/modules/juce_graphics/juce_graphics.h index 9a2da162ad29c2513ebc746dac4bfc59e2332501..319a4541b9c48ee584921e8d56594d6cf4e30fc4 100644 --- a/modules/juce_graphics/juce_graphics.h +++ b/modules/juce_graphics/juce_graphics.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/juce_graphics.mm b/modules/juce_graphics/juce_graphics.mm index 890c47015d1504694a76001ebcc9d716e0d843d6..5dc07873f5e72b55fac61bc083fce5aeb162ae41 100644 --- a/modules/juce_graphics/juce_graphics.mm +++ b/modules/juce_graphics/juce_graphics.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_RenderingHelpers.h b/modules/juce_graphics/native/juce_RenderingHelpers.h index 622c5decd3fdb07923c6952faad05f93a760f021..f2b550226114749dc24ce8054cccecdb2154c5d1 100644 --- a/modules/juce_graphics/native/juce_RenderingHelpers.h +++ b/modules/juce_graphics/native/juce_RenderingHelpers.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_android_Fonts.cpp b/modules/juce_graphics/native/juce_android_Fonts.cpp index 33161d51bc71c95902756f1a563d8d319e55c849..f6a2e0c0274f40331aec7c459a997e68af9b81fa 100644 --- a/modules/juce_graphics/native/juce_android_Fonts.cpp +++ b/modules/juce_graphics/native/juce_android_Fonts.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_android_GraphicsContext.cpp b/modules/juce_graphics/native/juce_android_GraphicsContext.cpp index 16494f3e1f0fd28de18c0b0e20fb4012aee57145..a49000f46ba741ab8bf7de372f92d549626b971c 100644 --- a/modules/juce_graphics/native/juce_android_GraphicsContext.cpp +++ b/modules/juce_graphics/native/juce_android_GraphicsContext.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_android_IconHelpers.cpp b/modules/juce_graphics/native/juce_android_IconHelpers.cpp index 7f77c0d8e9f79c4115a8f3606980cef5498c25a8..b89815dd62c82c89d969cbb449d7100a34f56879 100644 --- a/modules/juce_graphics/native/juce_android_IconHelpers.cpp +++ b/modules/juce_graphics/native/juce_android_IconHelpers.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_freetype_Fonts.cpp b/modules/juce_graphics/native/juce_freetype_Fonts.cpp index e6c56f372df02298dfaae06548a247d4079263d2..793fa44bcfe22754d57d6def1a865cd697e7a125 100644 --- a/modules/juce_graphics/native/juce_freetype_Fonts.cpp +++ b/modules/juce_graphics/native/juce_freetype_Fonts.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_linux_Fonts.cpp b/modules/juce_graphics/native/juce_linux_Fonts.cpp index 0650e3c84b9c783935127b747b5cd3d8c58db176..a5cfd58423d3c2eaa0991472626298115f843aac 100644 --- a/modules/juce_graphics/native/juce_linux_Fonts.cpp +++ b/modules/juce_graphics/native/juce_linux_Fonts.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_linux_IconHelpers.cpp b/modules/juce_graphics/native/juce_linux_IconHelpers.cpp index 7f77c0d8e9f79c4115a8f3606980cef5498c25a8..b89815dd62c82c89d969cbb449d7100a34f56879 100644 --- a/modules/juce_graphics/native/juce_linux_IconHelpers.cpp +++ b/modules/juce_graphics/native/juce_linux_IconHelpers.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_mac_CoreGraphicsContext.h b/modules/juce_graphics/native/juce_mac_CoreGraphicsContext.h index eefa75f1d59f73b2269011502390e359f0e87beb..07f7b57cd683ca730ee0418f6bca8ebb7d76063d 100644 --- a/modules/juce_graphics/native/juce_mac_CoreGraphicsContext.h +++ b/modules/juce_graphics/native/juce_mac_CoreGraphicsContext.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_mac_CoreGraphicsContext.mm b/modules/juce_graphics/native/juce_mac_CoreGraphicsContext.mm index 7a2ec36481e73daa75d4fb6fbc9c9c22ba032d44..37bf13094005aab48d4f0829c6295d4297e97715 100644 --- a/modules/juce_graphics/native/juce_mac_CoreGraphicsContext.mm +++ b/modules/juce_graphics/native/juce_mac_CoreGraphicsContext.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_mac_CoreGraphicsHelpers.h b/modules/juce_graphics/native/juce_mac_CoreGraphicsHelpers.h index 8e9c704a16b1d18b53994e478f6997fb12592a61..d4fa0c3cb5d4e3d63e4f15c670268d3388c00bc3 100644 --- a/modules/juce_graphics/native/juce_mac_CoreGraphicsHelpers.h +++ b/modules/juce_graphics/native/juce_mac_CoreGraphicsHelpers.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_mac_Fonts.mm b/modules/juce_graphics/native/juce_mac_Fonts.mm index 7cf1e28ca5c7408eba5b1b61736378cd1af5bdf6..b6a918ce1c25607e5a5b10248151a663004cf5ab 100644 --- a/modules/juce_graphics/native/juce_mac_Fonts.mm +++ b/modules/juce_graphics/native/juce_mac_Fonts.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_mac_IconHelpers.cpp b/modules/juce_graphics/native/juce_mac_IconHelpers.cpp index 3e900011c2fd3267a4611240ff7a7badcf314a73..b90ebb464353625b2dd93f3f3c5e9e7650e262cd 100644 --- a/modules/juce_graphics/native/juce_mac_IconHelpers.cpp +++ b/modules/juce_graphics/native/juce_mac_IconHelpers.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_win32_Direct2DGraphicsContext.cpp b/modules/juce_graphics/native/juce_win32_Direct2DGraphicsContext.cpp index 6997c49ea67d80f8466ecb1c2e55697d2cbe3079..8ca777b5383f2365a6ae31c9b4fcc751fa9893b1 100644 --- a/modules/juce_graphics/native/juce_win32_Direct2DGraphicsContext.cpp +++ b/modules/juce_graphics/native/juce_win32_Direct2DGraphicsContext.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_win32_Direct2DGraphicsContext.h b/modules/juce_graphics/native/juce_win32_Direct2DGraphicsContext.h index 32015d7e8c660dd5d3198d36eb6cae36fe8eeaeb..6830621c66eacd2235aa901a6f8b99d6980a7214 100644 --- a/modules/juce_graphics/native/juce_win32_Direct2DGraphicsContext.h +++ b/modules/juce_graphics/native/juce_win32_Direct2DGraphicsContext.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_win32_DirectWriteTypeLayout.cpp b/modules/juce_graphics/native/juce_win32_DirectWriteTypeLayout.cpp index c734d9acb45677c44b34037b433301c661eb3ce6..d9120430d0032b3402cdeb18ba4ac7dcc92cf59a 100644 --- a/modules/juce_graphics/native/juce_win32_DirectWriteTypeLayout.cpp +++ b/modules/juce_graphics/native/juce_win32_DirectWriteTypeLayout.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_win32_DirectWriteTypeface.cpp b/modules/juce_graphics/native/juce_win32_DirectWriteTypeface.cpp index 14a49ce1eb2c7633b044d8c780f414b30171bd5a..4f1abee9f6962a750f78973def775a997c2b0741 100644 --- a/modules/juce_graphics/native/juce_win32_DirectWriteTypeface.cpp +++ b/modules/juce_graphics/native/juce_win32_DirectWriteTypeface.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_win32_Fonts.cpp b/modules/juce_graphics/native/juce_win32_Fonts.cpp index 73e8db6f6c573f00b2e4a94b7743d95f089796f4..3f95a4562a623ae9f8349ce7083af37c3561b572 100644 --- a/modules/juce_graphics/native/juce_win32_Fonts.cpp +++ b/modules/juce_graphics/native/juce_win32_Fonts.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/native/juce_win32_IconHelpers.cpp b/modules/juce_graphics/native/juce_win32_IconHelpers.cpp index 7f77c0d8e9f79c4115a8f3606980cef5498c25a8..b89815dd62c82c89d969cbb449d7100a34f56879 100644 --- a/modules/juce_graphics/native/juce_win32_IconHelpers.cpp +++ b/modules/juce_graphics/native/juce_win32_IconHelpers.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/placement/juce_Justification.h b/modules/juce_graphics/placement/juce_Justification.h index 10ab6e7cdbbf0824dd4891236f4e4efa2ae9e6d1..3e223633ad0c7799674c46cfae586de4045d8f03 100644 --- a/modules/juce_graphics/placement/juce_Justification.h +++ b/modules/juce_graphics/placement/juce_Justification.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/placement/juce_RectanglePlacement.cpp b/modules/juce_graphics/placement/juce_RectanglePlacement.cpp index 9c31bb17e351978923b6b3c2aebe47360b35cb43..8652727a8d2927e1d4ce4cd885072b3483ea8ddb 100644 --- a/modules/juce_graphics/placement/juce_RectanglePlacement.cpp +++ b/modules/juce_graphics/placement/juce_RectanglePlacement.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_graphics/placement/juce_RectanglePlacement.h b/modules/juce_graphics/placement/juce_RectanglePlacement.h index 86e5705a305daea4f5483e253e2311dcb6e28443..bdb1b088ef08da6304c167c3a1f797743a743b5c 100644 --- a/modules/juce_graphics/placement/juce_RectanglePlacement.h +++ b/modules/juce_graphics/placement/juce_RectanglePlacement.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/application/juce_Application.cpp b/modules/juce_gui_basics/application/juce_Application.cpp index 6dd3a0973f02d95d187fe55b519982de160a609f..88eb39cdc7958511138506dbfc77f22047b688cc 100644 --- a/modules/juce_gui_basics/application/juce_Application.cpp +++ b/modules/juce_gui_basics/application/juce_Application.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/application/juce_Application.h b/modules/juce_gui_basics/application/juce_Application.h index 9c7502e5074589c16783ed0ebcd2c553533d3b62..b2fb7ccf6acda2b26228d3c1f37f053b0b3590f7 100644 --- a/modules/juce_gui_basics/application/juce_Application.h +++ b/modules/juce_gui_basics/application/juce_Application.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_ArrowButton.cpp b/modules/juce_gui_basics/buttons/juce_ArrowButton.cpp index 8ed72841adb45f84e88d09df3d14c608120a2458..2ea421ad1d9e06ca8043d8fa9193c0f3b4334dab 100644 --- a/modules/juce_gui_basics/buttons/juce_ArrowButton.cpp +++ b/modules/juce_gui_basics/buttons/juce_ArrowButton.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_ArrowButton.h b/modules/juce_gui_basics/buttons/juce_ArrowButton.h index be2d4fe9524266252efb6530913350ae2d99973c..3c40d1c690b5c43814f210de929434164364a5d8 100644 --- a/modules/juce_gui_basics/buttons/juce_ArrowButton.h +++ b/modules/juce_gui_basics/buttons/juce_ArrowButton.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_Button.cpp b/modules/juce_gui_basics/buttons/juce_Button.cpp index 9132e824b4c1196c58af57edcfe94c79d3548e5c..1df2d6e2054c2596ff111b9872a26d1b7472f6cd 100644 --- a/modules/juce_gui_basics/buttons/juce_Button.cpp +++ b/modules/juce_gui_basics/buttons/juce_Button.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_Button.h b/modules/juce_gui_basics/buttons/juce_Button.h index 2050226ada2e55bc98ee03064a7dcaa152ace191..341076004cb528cb1af91cc110d3113427031c4b 100644 --- a/modules/juce_gui_basics/buttons/juce_Button.h +++ b/modules/juce_gui_basics/buttons/juce_Button.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_DrawableButton.cpp b/modules/juce_gui_basics/buttons/juce_DrawableButton.cpp index 27fecc9da37f943f05c1bd145d6880e78f55d162..5fb3925afbe871bae40ecfab8f9ce265d93c31d0 100644 --- a/modules/juce_gui_basics/buttons/juce_DrawableButton.cpp +++ b/modules/juce_gui_basics/buttons/juce_DrawableButton.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_DrawableButton.h b/modules/juce_gui_basics/buttons/juce_DrawableButton.h index bc5c5b74ed4033172fd9e68b8f3aaf88d2a16975..db9f09013d29379a0fba113f12e8432772a183c1 100644 --- a/modules/juce_gui_basics/buttons/juce_DrawableButton.h +++ b/modules/juce_gui_basics/buttons/juce_DrawableButton.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_HyperlinkButton.cpp b/modules/juce_gui_basics/buttons/juce_HyperlinkButton.cpp index 3354e1d4b791c3b5d533a3d3f0c85c21f5032d60..49975ac730ddd9ec04e173b7b7888508cd2b943c 100644 --- a/modules/juce_gui_basics/buttons/juce_HyperlinkButton.cpp +++ b/modules/juce_gui_basics/buttons/juce_HyperlinkButton.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_HyperlinkButton.h b/modules/juce_gui_basics/buttons/juce_HyperlinkButton.h index cd4bad7e56cd29c9d5cb5bcfc3324043a70237e8..ab10af19cf6fb04780f1ee14ca338c3d9690cf73 100644 --- a/modules/juce_gui_basics/buttons/juce_HyperlinkButton.h +++ b/modules/juce_gui_basics/buttons/juce_HyperlinkButton.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_ImageButton.cpp b/modules/juce_gui_basics/buttons/juce_ImageButton.cpp index 0371439bbb84ba7c3d495b7c74a3371dc3d05dfd..5e7f09efa229484e9a8b8347539ba6c1f095123f 100644 --- a/modules/juce_gui_basics/buttons/juce_ImageButton.cpp +++ b/modules/juce_gui_basics/buttons/juce_ImageButton.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_ImageButton.h b/modules/juce_gui_basics/buttons/juce_ImageButton.h index 8022605019e1349b634c4c12af417c70261efb11..ab20fd9fd4f6b8a2cbac77f7492d3c1a8c33ddef 100644 --- a/modules/juce_gui_basics/buttons/juce_ImageButton.h +++ b/modules/juce_gui_basics/buttons/juce_ImageButton.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_ShapeButton.cpp b/modules/juce_gui_basics/buttons/juce_ShapeButton.cpp index fcab0be62e5fb58da3067e024383794cd7c7f5c8..314544638746f534f667d4d65552a05cf9c0a84a 100644 --- a/modules/juce_gui_basics/buttons/juce_ShapeButton.cpp +++ b/modules/juce_gui_basics/buttons/juce_ShapeButton.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_ShapeButton.h b/modules/juce_gui_basics/buttons/juce_ShapeButton.h index b85579f4e32996ba9e048ce761d44166dacbc5f9..6863b1cab5bc2dff4117ff78f5a5e7baace01f3b 100644 --- a/modules/juce_gui_basics/buttons/juce_ShapeButton.h +++ b/modules/juce_gui_basics/buttons/juce_ShapeButton.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_TextButton.cpp b/modules/juce_gui_basics/buttons/juce_TextButton.cpp index 58b701ac7dce1426b9b5dbb619b9c702ef2e0d89..70427b5234cf28d82d995f60b42c831d37bdc420 100644 --- a/modules/juce_gui_basics/buttons/juce_TextButton.cpp +++ b/modules/juce_gui_basics/buttons/juce_TextButton.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_TextButton.h b/modules/juce_gui_basics/buttons/juce_TextButton.h index 18724b41d28ea7807c954abdcbc39ef043276350..5ae1cffe0191ae0a85306306b392754648b119cd 100644 --- a/modules/juce_gui_basics/buttons/juce_TextButton.h +++ b/modules/juce_gui_basics/buttons/juce_TextButton.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_ToggleButton.cpp b/modules/juce_gui_basics/buttons/juce_ToggleButton.cpp index e7801aa4f3a15dcbe1808c23dd4d228203c8df75..0c556c4e9fd4bb523a458df8397d56b8de782c88 100644 --- a/modules/juce_gui_basics/buttons/juce_ToggleButton.cpp +++ b/modules/juce_gui_basics/buttons/juce_ToggleButton.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_ToggleButton.h b/modules/juce_gui_basics/buttons/juce_ToggleButton.h index 4793e401d47c97ae5613f676f1e461340a5b79fb..3f27376b8ce18b9aeb5caa75e8d981d8ad016b16 100644 --- a/modules/juce_gui_basics/buttons/juce_ToggleButton.h +++ b/modules/juce_gui_basics/buttons/juce_ToggleButton.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_ToolbarButton.cpp b/modules/juce_gui_basics/buttons/juce_ToolbarButton.cpp index 92ee10ff2ec4bffd9f69d4c0f1214449d2227a37..3f44add39b2d40eac65388f2dbb2ca9ea8987dc2 100644 --- a/modules/juce_gui_basics/buttons/juce_ToolbarButton.cpp +++ b/modules/juce_gui_basics/buttons/juce_ToolbarButton.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/buttons/juce_ToolbarButton.h b/modules/juce_gui_basics/buttons/juce_ToolbarButton.h index ef563a54ca25cdf5e477ea34732841e2354d7f9d..cc300637adf44d66165eb3692329c259e19d18c6 100644 --- a/modules/juce_gui_basics/buttons/juce_ToolbarButton.h +++ b/modules/juce_gui_basics/buttons/juce_ToolbarButton.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/commands/juce_ApplicationCommandID.h b/modules/juce_gui_basics/commands/juce_ApplicationCommandID.h index b7e8b095feb2d48c27ba9e5e07c14e103d1a5ce9..639b87a16120ac0c19ca2f5e01def714b627c8f8 100644 --- a/modules/juce_gui_basics/commands/juce_ApplicationCommandID.h +++ b/modules/juce_gui_basics/commands/juce_ApplicationCommandID.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/commands/juce_ApplicationCommandInfo.cpp b/modules/juce_gui_basics/commands/juce_ApplicationCommandInfo.cpp index c9f50f5b687d0817f08d5e98fc38bc38376eff58..13202350ffa359c68181ad6801de45e7c6c2b721 100644 --- a/modules/juce_gui_basics/commands/juce_ApplicationCommandInfo.cpp +++ b/modules/juce_gui_basics/commands/juce_ApplicationCommandInfo.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/commands/juce_ApplicationCommandInfo.h b/modules/juce_gui_basics/commands/juce_ApplicationCommandInfo.h index a8a1ed10fbdddc8dfc969fb87a99dca8296def74..a1ef69297f0c2371a6259206b79e2deffc28d26c 100644 --- a/modules/juce_gui_basics/commands/juce_ApplicationCommandInfo.h +++ b/modules/juce_gui_basics/commands/juce_ApplicationCommandInfo.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/commands/juce_ApplicationCommandManager.cpp b/modules/juce_gui_basics/commands/juce_ApplicationCommandManager.cpp index f5417003b81e1295e844a15520c108156d1a5c73..4940e52a8d347290c8f1b700710d0f1835adf2ce 100644 --- a/modules/juce_gui_basics/commands/juce_ApplicationCommandManager.cpp +++ b/modules/juce_gui_basics/commands/juce_ApplicationCommandManager.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/commands/juce_ApplicationCommandManager.h b/modules/juce_gui_basics/commands/juce_ApplicationCommandManager.h index b8c345e9a7868e8c65177775f632a6a4c79b6d29..0965e3d5d8dfe19ca58c8cacf353151b2f41f6ac 100644 --- a/modules/juce_gui_basics/commands/juce_ApplicationCommandManager.h +++ b/modules/juce_gui_basics/commands/juce_ApplicationCommandManager.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/commands/juce_ApplicationCommandTarget.cpp b/modules/juce_gui_basics/commands/juce_ApplicationCommandTarget.cpp index 9d776a42cd0a729e66358a5bb4aec79f0d4037b0..c89056bad3237e5c8b9b1c85c4a205de92b9e719 100644 --- a/modules/juce_gui_basics/commands/juce_ApplicationCommandTarget.cpp +++ b/modules/juce_gui_basics/commands/juce_ApplicationCommandTarget.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/commands/juce_ApplicationCommandTarget.h b/modules/juce_gui_basics/commands/juce_ApplicationCommandTarget.h index cedee28ef79db88999a86740f1cdac9c8c5081eb..5544b62759821b242186482f46764de81ee276ae 100644 --- a/modules/juce_gui_basics/commands/juce_ApplicationCommandTarget.h +++ b/modules/juce_gui_basics/commands/juce_ApplicationCommandTarget.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/commands/juce_KeyPressMappingSet.cpp b/modules/juce_gui_basics/commands/juce_KeyPressMappingSet.cpp index a476b9c538f704c17f634ec3c3ba8dcf0532fb8c..cebdfe801fc66467a750ffbad0767cbd20057750 100644 --- a/modules/juce_gui_basics/commands/juce_KeyPressMappingSet.cpp +++ b/modules/juce_gui_basics/commands/juce_KeyPressMappingSet.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/commands/juce_KeyPressMappingSet.h b/modules/juce_gui_basics/commands/juce_KeyPressMappingSet.h index 69d261de5a44da995d524772edee2af68c0438b5..bb46a66cb74665bcc34da0a05f6b6bc951c8be5a 100644 --- a/modules/juce_gui_basics/commands/juce_KeyPressMappingSet.h +++ b/modules/juce_gui_basics/commands/juce_KeyPressMappingSet.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/components/juce_CachedComponentImage.h b/modules/juce_gui_basics/components/juce_CachedComponentImage.h index 86facc78cb58d38c724683133a747dd2ef1c8efa..09910be058c96aeacb49e8632b805cc554d1a770 100644 --- a/modules/juce_gui_basics/components/juce_CachedComponentImage.h +++ b/modules/juce_gui_basics/components/juce_CachedComponentImage.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/components/juce_Component.cpp b/modules/juce_gui_basics/components/juce_Component.cpp index 04c46ed077d974cf57cfb959ee9a3e4014c53d8f..80f48abe9859fd196a8155203bf54cba1ae31072 100644 --- a/modules/juce_gui_basics/components/juce_Component.cpp +++ b/modules/juce_gui_basics/components/juce_Component.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/components/juce_Component.h b/modules/juce_gui_basics/components/juce_Component.h index 9af0b8059ee4b70c7d2af91bf48f5d2b570b5187..37e91347c417d43dfe3e1a9f8e167fb6f27ac32d 100644 --- a/modules/juce_gui_basics/components/juce_Component.h +++ b/modules/juce_gui_basics/components/juce_Component.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/components/juce_ComponentListener.cpp b/modules/juce_gui_basics/components/juce_ComponentListener.cpp index af188d7b8897de7f3882a4b0c7dc2c3c215a23c7..479937d3aa7c7cc28258df17faed55e3b9a88890 100644 --- a/modules/juce_gui_basics/components/juce_ComponentListener.cpp +++ b/modules/juce_gui_basics/components/juce_ComponentListener.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/components/juce_ComponentListener.h b/modules/juce_gui_basics/components/juce_ComponentListener.h index b49730d811f06b12e491955e939d6989303650b4..da8e5654371f50870cdfbca2e7b7019d4024f98e 100644 --- a/modules/juce_gui_basics/components/juce_ComponentListener.h +++ b/modules/juce_gui_basics/components/juce_ComponentListener.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/components/juce_ModalComponentManager.cpp b/modules/juce_gui_basics/components/juce_ModalComponentManager.cpp index 8a62e812b5206a8406247374a46849325a08960a..ce106bbae23f10f2ac974d9a249bbae338bbbdf9 100644 --- a/modules/juce_gui_basics/components/juce_ModalComponentManager.cpp +++ b/modules/juce_gui_basics/components/juce_ModalComponentManager.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/components/juce_ModalComponentManager.h b/modules/juce_gui_basics/components/juce_ModalComponentManager.h index f4dd260928bbf0bc3e53b1199634934bdbb69b6d..996c5754df77aac843c2a53253e214e95a74ff6d 100644 --- a/modules/juce_gui_basics/components/juce_ModalComponentManager.h +++ b/modules/juce_gui_basics/components/juce_ModalComponentManager.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/desktop/juce_Desktop.cpp b/modules/juce_gui_basics/desktop/juce_Desktop.cpp index 17d54b438ea25cdc82f97ac40f34b8628da1542a..dbadb8a62974870778b89d159e93a55a3c4491d2 100644 --- a/modules/juce_gui_basics/desktop/juce_Desktop.cpp +++ b/modules/juce_gui_basics/desktop/juce_Desktop.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/desktop/juce_Desktop.h b/modules/juce_gui_basics/desktop/juce_Desktop.h index f43e7d92f49f3b8a8b3c5accbd6a2b5bd1493246..a63bc72b85610a17530bfed5571ab5d7764664a6 100644 --- a/modules/juce_gui_basics/desktop/juce_Desktop.h +++ b/modules/juce_gui_basics/desktop/juce_Desktop.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/desktop/juce_Displays.cpp b/modules/juce_gui_basics/desktop/juce_Displays.cpp index 54be03081b60a7d292cadc97feb448dcdac34296..30416b50f71c40eb9da736162bd56421fe2c6303 100644 --- a/modules/juce_gui_basics/desktop/juce_Displays.cpp +++ b/modules/juce_gui_basics/desktop/juce_Displays.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/desktop/juce_Displays.h b/modules/juce_gui_basics/desktop/juce_Displays.h index 6d6d747547adf611ebe4d34c39dd64d685b16fd8..8e140cf381dfd795529b3c1277e855b7bfe96df9 100644 --- a/modules/juce_gui_basics/desktop/juce_Displays.h +++ b/modules/juce_gui_basics/desktop/juce_Displays.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_Drawable.cpp b/modules/juce_gui_basics/drawables/juce_Drawable.cpp index 5e2929ac376f23bc75b7e2f8a9b19db52b035f3b..a9bcbb18d32e3e813420bde28d6961154bf36d3b 100644 --- a/modules/juce_gui_basics/drawables/juce_Drawable.cpp +++ b/modules/juce_gui_basics/drawables/juce_Drawable.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_Drawable.h b/modules/juce_gui_basics/drawables/juce_Drawable.h index 997f47fad1e5ee2285766985ac6c0afb68207ba7..2cddd85d4085a8fe42d583e1809ab079bdcd7218 100644 --- a/modules/juce_gui_basics/drawables/juce_Drawable.h +++ b/modules/juce_gui_basics/drawables/juce_Drawable.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_DrawableComposite.cpp b/modules/juce_gui_basics/drawables/juce_DrawableComposite.cpp index 941fa0b0d29e7344d056f8da6283858ebd02e3aa..ae4257df8ccd59d97907fbbc38d2e11318c14205 100644 --- a/modules/juce_gui_basics/drawables/juce_DrawableComposite.cpp +++ b/modules/juce_gui_basics/drawables/juce_DrawableComposite.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_DrawableComposite.h b/modules/juce_gui_basics/drawables/juce_DrawableComposite.h index 44e3f47b1818eae798b546823d35e1ee3d35a959..c76d0d21bd0af9f5c1005cb5f2638fbc9b525bf9 100644 --- a/modules/juce_gui_basics/drawables/juce_DrawableComposite.h +++ b/modules/juce_gui_basics/drawables/juce_DrawableComposite.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_DrawableImage.cpp b/modules/juce_gui_basics/drawables/juce_DrawableImage.cpp index 3d1363bc36a95c6deb1f9982f6379d964fe5be43..958444d4ebd9d84f329ed2a275c5011aa68fbf8b 100644 --- a/modules/juce_gui_basics/drawables/juce_DrawableImage.cpp +++ b/modules/juce_gui_basics/drawables/juce_DrawableImage.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_DrawableImage.h b/modules/juce_gui_basics/drawables/juce_DrawableImage.h index d94415dfb81023f5f2c58bbde50961ba01b84220..f2c7f4cca29cb3b1fa098d0bdd6a83969f4eb110 100644 --- a/modules/juce_gui_basics/drawables/juce_DrawableImage.h +++ b/modules/juce_gui_basics/drawables/juce_DrawableImage.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_DrawablePath.cpp b/modules/juce_gui_basics/drawables/juce_DrawablePath.cpp index 52e14bf75918ecc9442d35db6456cfabaf4b38cf..fd9919de772efd7db76fbeebebf4ad8c589a0329 100644 --- a/modules/juce_gui_basics/drawables/juce_DrawablePath.cpp +++ b/modules/juce_gui_basics/drawables/juce_DrawablePath.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_DrawablePath.h b/modules/juce_gui_basics/drawables/juce_DrawablePath.h index 3163e33706b09e1bbed7d5a79266acf5cf713c3a..244850d5052f8a794fd01b71f517c092373dcf7c 100644 --- a/modules/juce_gui_basics/drawables/juce_DrawablePath.h +++ b/modules/juce_gui_basics/drawables/juce_DrawablePath.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_DrawableRectangle.cpp b/modules/juce_gui_basics/drawables/juce_DrawableRectangle.cpp index 8256ee4a210eef54913362810c2e2f27a364bf35..299df35ec501042456e94597d080a24e83f31241 100644 --- a/modules/juce_gui_basics/drawables/juce_DrawableRectangle.cpp +++ b/modules/juce_gui_basics/drawables/juce_DrawableRectangle.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_DrawableRectangle.h b/modules/juce_gui_basics/drawables/juce_DrawableRectangle.h index 76b94ddca92e647acbca5c23e4f73fdd56f330f9..3176e16c565c03f8e37d10820a0acfd1242a4d92 100644 --- a/modules/juce_gui_basics/drawables/juce_DrawableRectangle.h +++ b/modules/juce_gui_basics/drawables/juce_DrawableRectangle.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_DrawableShape.cpp b/modules/juce_gui_basics/drawables/juce_DrawableShape.cpp index a5f6e1351300cfe684c94d5091d6bdcf2ee7c080..ca399dbda48ca0769ef2deaf6609ae855ef776f0 100644 --- a/modules/juce_gui_basics/drawables/juce_DrawableShape.cpp +++ b/modules/juce_gui_basics/drawables/juce_DrawableShape.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_DrawableShape.h b/modules/juce_gui_basics/drawables/juce_DrawableShape.h index 164dd82c8b939d7c07ed06f3a18785bb1c234c92..f729c30e95da1c39114d69ae80e895b9bca66a24 100644 --- a/modules/juce_gui_basics/drawables/juce_DrawableShape.h +++ b/modules/juce_gui_basics/drawables/juce_DrawableShape.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_DrawableText.cpp b/modules/juce_gui_basics/drawables/juce_DrawableText.cpp index efcd5391fbd43b0fa0289fd36332be99aedf8f34..e444ea334495e729ffc025746bc32344a1762e28 100644 --- a/modules/juce_gui_basics/drawables/juce_DrawableText.cpp +++ b/modules/juce_gui_basics/drawables/juce_DrawableText.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_DrawableText.h b/modules/juce_gui_basics/drawables/juce_DrawableText.h index 536607067719cfd3ad6a662b50ac26e03eb8610d..6eb84f935d72c1120372cdc0532c90c30a263007 100644 --- a/modules/juce_gui_basics/drawables/juce_DrawableText.h +++ b/modules/juce_gui_basics/drawables/juce_DrawableText.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/drawables/juce_SVGParser.cpp b/modules/juce_gui_basics/drawables/juce_SVGParser.cpp index 677a3f6aa23f12af32b35e3d34bca6716ec14b75..3918cfc92f9a013586b7559081c86f06e3c11464 100644 --- a/modules/juce_gui_basics/drawables/juce_SVGParser.cpp +++ b/modules/juce_gui_basics/drawables/juce_SVGParser.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_ContentSharer.cpp b/modules/juce_gui_basics/filebrowser/juce_ContentSharer.cpp index 2acb67cad482eda1db34985cad0b4564b38e9ebd..eef5d0ccac9f486b1a987015fc5ef32a8d255e41 100644 --- a/modules/juce_gui_basics/filebrowser/juce_ContentSharer.cpp +++ b/modules/juce_gui_basics/filebrowser/juce_ContentSharer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_ContentSharer.h b/modules/juce_gui_basics/filebrowser/juce_ContentSharer.h index 20ea286b521274952f24f08977095ba60d5cf140..e72e1499d1a04ddda6fc5ad31f2ad91898852254 100644 --- a/modules/juce_gui_basics/filebrowser/juce_ContentSharer.h +++ b/modules/juce_gui_basics/filebrowser/juce_ContentSharer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsDisplayComponent.cpp b/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsDisplayComponent.cpp index cd6d6ad83d8996e4a055bf182ba854746af0eb45..81907c9a1d7ce8e71bfc3806d903041bdb8bc7cb 100644 --- a/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsDisplayComponent.cpp +++ b/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsDisplayComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsDisplayComponent.h b/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsDisplayComponent.h index 4d9267c2a989b69624eb7b8f324b78a70984ea18..d09dac5bec4940c67b8f3053daaf24e1450080bc 100644 --- a/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsDisplayComponent.h +++ b/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsDisplayComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsList.cpp b/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsList.cpp index 71c5f7b10a7465f84af36dd992d1fa3935dd6f4c..6976073e85d7fe8392b3db020f463afd327f6edb 100644 --- a/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsList.cpp +++ b/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsList.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsList.h b/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsList.h index 11fcca806b5c12cf1e4b43ec1fc5fb33b8996fc1..691155aead6c3699c82d5e53671819ef4cbfbcd6 100644 --- a/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsList.h +++ b/modules/juce_gui_basics/filebrowser/juce_DirectoryContentsList.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileBrowserComponent.cpp b/modules/juce_gui_basics/filebrowser/juce_FileBrowserComponent.cpp index b4719a7db1fb39af83a1d64100c15776df94fb85..21c1c154a1b4c769f5b87c118923519d58e0f375 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileBrowserComponent.cpp +++ b/modules/juce_gui_basics/filebrowser/juce_FileBrowserComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileBrowserComponent.h b/modules/juce_gui_basics/filebrowser/juce_FileBrowserComponent.h index 5567108dfa02db90053d6e4bcb5f2a248a94163d..4d25ec3279be7144024e61b94d411c71bde5711f 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileBrowserComponent.h +++ b/modules/juce_gui_basics/filebrowser/juce_FileBrowserComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileBrowserListener.h b/modules/juce_gui_basics/filebrowser/juce_FileBrowserListener.h index 649337b5706b3c9eb382d40f61a493b835038334..e46890750decc40d64d0e7c5a6f0c4012dd2d317 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileBrowserListener.h +++ b/modules/juce_gui_basics/filebrowser/juce_FileBrowserListener.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileChooser.cpp b/modules/juce_gui_basics/filebrowser/juce_FileChooser.cpp index 680b455f9c4a7e0ae6653d6605f5a93e45ccee1c..661c02a357fb7fa34fbdd17df42f95a3709ebec4 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileChooser.cpp +++ b/modules/juce_gui_basics/filebrowser/juce_FileChooser.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileChooser.h b/modules/juce_gui_basics/filebrowser/juce_FileChooser.h index 6f1d837da2a3c0976b79d9fcd677bebeecc10fe2..48e8deb8b46f0a46c6975f2024144e84367c64bd 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileChooser.h +++ b/modules/juce_gui_basics/filebrowser/juce_FileChooser.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.cpp b/modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.cpp index 8e7420d10cc5ddba14937e2461b58b14c29e1b7e..40976976cac465890a5d10fb40392abb0270fac1 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.cpp +++ b/modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.h b/modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.h index e7c6cd5ed4e4b12a48bff3c37bfbabe0c9544a9b..5fbf6c88f69df0c42a96e28044c3102d79ab37cd 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.h +++ b/modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileListComponent.cpp b/modules/juce_gui_basics/filebrowser/juce_FileListComponent.cpp index 1897a6c7ce864dd086715b6283709e3e93d5386b..b3a85d4299da2ba608e0ff96f8b66e75f29e66c4 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileListComponent.cpp +++ b/modules/juce_gui_basics/filebrowser/juce_FileListComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileListComponent.h b/modules/juce_gui_basics/filebrowser/juce_FileListComponent.h index f06061e5ebe5c14836faa025145f030e8e800a82..450e6c8e869e4b1003877344963f0b7a6bc65eb7 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileListComponent.h +++ b/modules/juce_gui_basics/filebrowser/juce_FileListComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FilePreviewComponent.h b/modules/juce_gui_basics/filebrowser/juce_FilePreviewComponent.h index ac20997486e909846587676c8420c84c9a021635..135df17e55d6525e2dafcafd3945bfbf8d515b12 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FilePreviewComponent.h +++ b/modules/juce_gui_basics/filebrowser/juce_FilePreviewComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.cpp b/modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.cpp index cb7099794321a18afb2f08e048548a40451b2bd7..9974a737dbdacde813b5797104f06351b0ae0820 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.cpp +++ b/modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.h b/modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.h index 92eb77be02781c732f7c709b8d390ce86df6a5fd..26f21c07b54353602424c50300dbdd1449c2f675 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.h +++ b/modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.cpp b/modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.cpp index 4bdae6116ee38619ef9c86c7fcc91e36b9105ee5..b7c8136926f33e8e8686c92082e82458c4b3a7c6 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.cpp +++ b/modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.h b/modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.h index f3ab9241822521eecb6d9018dc72af62033cce4c..956bde2350d803498cf8e721b264808e1a30a750 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.h +++ b/modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FilenameComponent.cpp b/modules/juce_gui_basics/filebrowser/juce_FilenameComponent.cpp index b6333fbcb24f7a0502beacc501b37d258ef504c6..48512ba8c27c64d89aaaeb0602804e1c28097ca5 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FilenameComponent.cpp +++ b/modules/juce_gui_basics/filebrowser/juce_FilenameComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_FilenameComponent.h b/modules/juce_gui_basics/filebrowser/juce_FilenameComponent.h index 885c49459fe7d2256db2bb03eb098f4f96e3928a..68042f17bda62fc27a11871b79dcc27812a4b16e 100644 --- a/modules/juce_gui_basics/filebrowser/juce_FilenameComponent.h +++ b/modules/juce_gui_basics/filebrowser/juce_FilenameComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_ImagePreviewComponent.cpp b/modules/juce_gui_basics/filebrowser/juce_ImagePreviewComponent.cpp index 72a9b43265398eafef70b398fc47feffe22249fa..1b37973aaae65096d4256614c91a2fca5b67700e 100644 --- a/modules/juce_gui_basics/filebrowser/juce_ImagePreviewComponent.cpp +++ b/modules/juce_gui_basics/filebrowser/juce_ImagePreviewComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/filebrowser/juce_ImagePreviewComponent.h b/modules/juce_gui_basics/filebrowser/juce_ImagePreviewComponent.h index 784884e784e7a5b857019982f4db72646208f607..d2e625b8ab37aa5121038f1b6d9c7d2aaa63787c 100644 --- a/modules/juce_gui_basics/filebrowser/juce_ImagePreviewComponent.h +++ b/modules/juce_gui_basics/filebrowser/juce_ImagePreviewComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/juce_gui_basics.cpp b/modules/juce_gui_basics/juce_gui_basics.cpp index e317f7e95231bad8f85ae24c5bcd9fabdd9b0e90..056ff591b27790f343f4d896ae316a57059813de 100644 --- a/modules/juce_gui_basics/juce_gui_basics.cpp +++ b/modules/juce_gui_basics/juce_gui_basics.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/juce_gui_basics.h b/modules/juce_gui_basics/juce_gui_basics.h index 96f4586d15ef115ec403cc9cd3eecb5a36139ac6..fc4acbd6b5662499868086aab6ecf7d71f0df968 100644 --- a/modules/juce_gui_basics/juce_gui_basics.h +++ b/modules/juce_gui_basics/juce_gui_basics.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/juce_gui_basics.mm b/modules/juce_gui_basics/juce_gui_basics.mm index 587b4babc88af4310ea2adaf36a10c23f3b48bad..769404c3def13bff6a915deb95f4ea88d6c058fe 100644 --- a/modules/juce_gui_basics/juce_gui_basics.mm +++ b/modules/juce_gui_basics/juce_gui_basics.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_CaretComponent.cpp b/modules/juce_gui_basics/keyboard/juce_CaretComponent.cpp index e5ce1f682cf0a070be40134f234307d155f67447..7c6b83fbfd6a87ff90538b3d68b64e34e0ce4461 100644 --- a/modules/juce_gui_basics/keyboard/juce_CaretComponent.cpp +++ b/modules/juce_gui_basics/keyboard/juce_CaretComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_CaretComponent.h b/modules/juce_gui_basics/keyboard/juce_CaretComponent.h index dcfd06ebca9276aae7969d0cb39f8aa99ee89f3c..a10b26c69b750f0b0535b01f66936927759f801e 100644 --- a/modules/juce_gui_basics/keyboard/juce_CaretComponent.h +++ b/modules/juce_gui_basics/keyboard/juce_CaretComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_KeyListener.cpp b/modules/juce_gui_basics/keyboard/juce_KeyListener.cpp index 64483e1cd8cdf07f2d5612daa22df4cc0a75d4d1..6ec38c212e9960a6bca43bf4b7f924182a0760e2 100644 --- a/modules/juce_gui_basics/keyboard/juce_KeyListener.cpp +++ b/modules/juce_gui_basics/keyboard/juce_KeyListener.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_KeyListener.h b/modules/juce_gui_basics/keyboard/juce_KeyListener.h index 2787fa061fcf7e16d12a91722fdb74f581ca7058..d0f18fe91a63ffe40311ade6f0bf9c2ce13128e9 100644 --- a/modules/juce_gui_basics/keyboard/juce_KeyListener.h +++ b/modules/juce_gui_basics/keyboard/juce_KeyListener.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_KeyPress.cpp b/modules/juce_gui_basics/keyboard/juce_KeyPress.cpp index b950e9a5b7208b23c9b421f3db91cfe40b316c96..732303cb9068decf477e587e622feef4654330f6 100644 --- a/modules/juce_gui_basics/keyboard/juce_KeyPress.cpp +++ b/modules/juce_gui_basics/keyboard/juce_KeyPress.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_KeyPress.h b/modules/juce_gui_basics/keyboard/juce_KeyPress.h index 591f8a427e2777099ce7cc9deb9a19e60bf1b7d0..e9c1d0149c9bf3a6d5c772b9a85f970acd6fc48b 100644 --- a/modules/juce_gui_basics/keyboard/juce_KeyPress.h +++ b/modules/juce_gui_basics/keyboard/juce_KeyPress.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_KeyboardFocusTraverser.cpp b/modules/juce_gui_basics/keyboard/juce_KeyboardFocusTraverser.cpp index 297ba800c2607d1b68294be744f5589fba374cb3..73b558df8e17350888cebd60381881afc317538c 100644 --- a/modules/juce_gui_basics/keyboard/juce_KeyboardFocusTraverser.cpp +++ b/modules/juce_gui_basics/keyboard/juce_KeyboardFocusTraverser.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_KeyboardFocusTraverser.h b/modules/juce_gui_basics/keyboard/juce_KeyboardFocusTraverser.h index 81ea339546e534d9aaa5f8382ee489f0ae26fd50..eccfc259ab80058b664c6a352e455147f9eb8cb2 100644 --- a/modules/juce_gui_basics/keyboard/juce_KeyboardFocusTraverser.h +++ b/modules/juce_gui_basics/keyboard/juce_KeyboardFocusTraverser.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_ModifierKeys.cpp b/modules/juce_gui_basics/keyboard/juce_ModifierKeys.cpp index 01281f5f5322dc59e4c052af835504c0c36ddd07..d636499e8097131eec75448470c22a69c657e4e0 100644 --- a/modules/juce_gui_basics/keyboard/juce_ModifierKeys.cpp +++ b/modules/juce_gui_basics/keyboard/juce_ModifierKeys.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_ModifierKeys.h b/modules/juce_gui_basics/keyboard/juce_ModifierKeys.h index 3141532c3279bd9efdc3a0166f0478c6ec6bf66e..b4eb4488cef7b085bcf75b2d574d75d31d5198f8 100644 --- a/modules/juce_gui_basics/keyboard/juce_ModifierKeys.h +++ b/modules/juce_gui_basics/keyboard/juce_ModifierKeys.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_SystemClipboard.h b/modules/juce_gui_basics/keyboard/juce_SystemClipboard.h index 2c943e651c4d806aecc2441182958efa74f83eb3..77f2b16bf81fe142963328a112fa47113330baa9 100644 --- a/modules/juce_gui_basics/keyboard/juce_SystemClipboard.h +++ b/modules/juce_gui_basics/keyboard/juce_SystemClipboard.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_TextEditorKeyMapper.h b/modules/juce_gui_basics/keyboard/juce_TextEditorKeyMapper.h index 236921256ab95a0510ae0c20ea19f8c6ded388d5..1ba59e438e85c63fb552fc1436743f3861850930 100644 --- a/modules/juce_gui_basics/keyboard/juce_TextEditorKeyMapper.h +++ b/modules/juce_gui_basics/keyboard/juce_TextEditorKeyMapper.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/keyboard/juce_TextInputTarget.h b/modules/juce_gui_basics/keyboard/juce_TextInputTarget.h index 6b09b169fc1143eeff21fe7ac08bc3829efa1e0c..249b20ea1277506242fdfe03d5e663960a075f20 100644 --- a/modules/juce_gui_basics/keyboard/juce_TextInputTarget.h +++ b/modules/juce_gui_basics/keyboard/juce_TextInputTarget.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_AnimatedPosition.h b/modules/juce_gui_basics/layout/juce_AnimatedPosition.h index e84faedc4a5b15709f00a8afb58d19460febd6e6..cc75fc551afb4cc5d3af7e2ea3687fea2e7a7db7 100644 --- a/modules/juce_gui_basics/layout/juce_AnimatedPosition.h +++ b/modules/juce_gui_basics/layout/juce_AnimatedPosition.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_AnimatedPositionBehaviours.h b/modules/juce_gui_basics/layout/juce_AnimatedPositionBehaviours.h index 1fa6dcbdbdd31568b5a9dc98f3e63d139924a2cf..a4ec21a88c8bbee49bef686899dfd22c158d1caa 100644 --- a/modules/juce_gui_basics/layout/juce_AnimatedPositionBehaviours.h +++ b/modules/juce_gui_basics/layout/juce_AnimatedPositionBehaviours.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ComponentAnimator.cpp b/modules/juce_gui_basics/layout/juce_ComponentAnimator.cpp index 4f94a40b5914786aa2c6553a023dfc4ed7c734d3..1bdfbb93d1312ebb71751a1bf7eaad8c313169fc 100644 --- a/modules/juce_gui_basics/layout/juce_ComponentAnimator.cpp +++ b/modules/juce_gui_basics/layout/juce_ComponentAnimator.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ComponentAnimator.h b/modules/juce_gui_basics/layout/juce_ComponentAnimator.h index 5647c186642d63ee5d67e8e41367c75e7a9408af..b5fe424dc88344b136c7ecee63e81f81c255ba0a 100644 --- a/modules/juce_gui_basics/layout/juce_ComponentAnimator.h +++ b/modules/juce_gui_basics/layout/juce_ComponentAnimator.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ComponentBoundsConstrainer.cpp b/modules/juce_gui_basics/layout/juce_ComponentBoundsConstrainer.cpp index cd29fb1dbf20fb210bfb4d4bfa5a1187d01bf505..b2eb775e8f194e2f523cf54d1216e5291c7472fe 100644 --- a/modules/juce_gui_basics/layout/juce_ComponentBoundsConstrainer.cpp +++ b/modules/juce_gui_basics/layout/juce_ComponentBoundsConstrainer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ComponentBoundsConstrainer.h b/modules/juce_gui_basics/layout/juce_ComponentBoundsConstrainer.h index 18a9b81dc7af54ec6bbe1afde6d433b75b8349c3..ce9eb3ff49e05f38cfb0b00e4eac16075e6a7b41 100644 --- a/modules/juce_gui_basics/layout/juce_ComponentBoundsConstrainer.h +++ b/modules/juce_gui_basics/layout/juce_ComponentBoundsConstrainer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ComponentBuilder.cpp b/modules/juce_gui_basics/layout/juce_ComponentBuilder.cpp index 8fe152afe71225cb66adc063c01347727ff091b7..a8caf626b20b1382ca22015d73d93b786e6fd08d 100644 --- a/modules/juce_gui_basics/layout/juce_ComponentBuilder.cpp +++ b/modules/juce_gui_basics/layout/juce_ComponentBuilder.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ComponentBuilder.h b/modules/juce_gui_basics/layout/juce_ComponentBuilder.h index 7291d53fbcc7f9b2a988bf48084b86f0c70e2fe1..2b4b1969123395236d4a77eae6ea922ed7b9faaa 100644 --- a/modules/juce_gui_basics/layout/juce_ComponentBuilder.h +++ b/modules/juce_gui_basics/layout/juce_ComponentBuilder.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.cpp b/modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.cpp index 57ef3087399e6e40cc4a879a85086b254a753b87..45d897e0009d79973e4a9ca361e59ea5ca66cc02 100644 --- a/modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.cpp +++ b/modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.h b/modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.h index d6afdc4c726026c055421f71f50c610d426c97ca..02bfbcf4a6ed1fce3d6bf99678d2f4fb0d81f34d 100644 --- a/modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.h +++ b/modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ConcertinaPanel.cpp b/modules/juce_gui_basics/layout/juce_ConcertinaPanel.cpp index 31395b612a1601a54a22234e735486de3103cc17..ed56282f4f33c1a98590ff5a896c3e39f4b0f72c 100644 --- a/modules/juce_gui_basics/layout/juce_ConcertinaPanel.cpp +++ b/modules/juce_gui_basics/layout/juce_ConcertinaPanel.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ConcertinaPanel.h b/modules/juce_gui_basics/layout/juce_ConcertinaPanel.h index 45fb7bdf0474938d80b78a57613699622513834e..5bd717e0366608b72789be590c622db1c8d2bafb 100644 --- a/modules/juce_gui_basics/layout/juce_ConcertinaPanel.h +++ b/modules/juce_gui_basics/layout/juce_ConcertinaPanel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_FlexBox.cpp b/modules/juce_gui_basics/layout/juce_FlexBox.cpp index 5b86ffdf9f783d7b239149c6a0d5c8c10b787026..6cd91c8769ac5f867581fd5a4b53a054d2231ba2 100644 --- a/modules/juce_gui_basics/layout/juce_FlexBox.cpp +++ b/modules/juce_gui_basics/layout/juce_FlexBox.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_FlexBox.h b/modules/juce_gui_basics/layout/juce_FlexBox.h index babde8e711763e9daaea7295a3f3abb7be008bc8..1d685a3cd2add88256a5c365e3eccba643e4cb44 100644 --- a/modules/juce_gui_basics/layout/juce_FlexBox.h +++ b/modules/juce_gui_basics/layout/juce_FlexBox.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_FlexItem.h b/modules/juce_gui_basics/layout/juce_FlexItem.h index f2d5ba9b2d091b8b8dd471c03aa22555f34091c7..6d96c5c76ce4b42bf8bc45a9d6b19c5a8a31c4c1 100644 --- a/modules/juce_gui_basics/layout/juce_FlexItem.h +++ b/modules/juce_gui_basics/layout/juce_FlexItem.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_Grid.cpp b/modules/juce_gui_basics/layout/juce_Grid.cpp index 0450f6c18c94232aedba6cdd547d6c5028bf3bb2..46bd415c0ca04e1ca9584f4a86658deb11443809 100644 --- a/modules/juce_gui_basics/layout/juce_Grid.cpp +++ b/modules/juce_gui_basics/layout/juce_Grid.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_Grid.h b/modules/juce_gui_basics/layout/juce_Grid.h index 733509ae6e4d42c39396d1e61489280e49b848f5..f7bac7ad6a733c6060c6118d7d07a859d56b7839 100644 --- a/modules/juce_gui_basics/layout/juce_Grid.h +++ b/modules/juce_gui_basics/layout/juce_Grid.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_GridItem.cpp b/modules/juce_gui_basics/layout/juce_GridItem.cpp index 0241f36718b5be0bcf0f0e4313e4fc1b78cb922e..9cb29bc9b90c0f342ad8ec72c46e3ee0b13826ec 100644 --- a/modules/juce_gui_basics/layout/juce_GridItem.cpp +++ b/modules/juce_gui_basics/layout/juce_GridItem.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_GridItem.h b/modules/juce_gui_basics/layout/juce_GridItem.h index 75d05ff9653fd0d458d43228890778a73fa209c4..8dffbf36182dbf0aaae2ad74240d397a021e1a16 100644 --- a/modules/juce_gui_basics/layout/juce_GridItem.h +++ b/modules/juce_gui_basics/layout/juce_GridItem.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_GroupComponent.cpp b/modules/juce_gui_basics/layout/juce_GroupComponent.cpp index f4ca883f63a2fb6c102cb3d678c66fe0a448ef97..7ce52c77a41530731574a142aff2e806ba7fe9b8 100644 --- a/modules/juce_gui_basics/layout/juce_GroupComponent.cpp +++ b/modules/juce_gui_basics/layout/juce_GroupComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_GroupComponent.h b/modules/juce_gui_basics/layout/juce_GroupComponent.h index 71ddd4926de6adbf25cbaba5a0a295ee65d1a94f..c966a3118b7a219b06ad7a7b6b4f80ad7c466a5a 100644 --- a/modules/juce_gui_basics/layout/juce_GroupComponent.h +++ b/modules/juce_gui_basics/layout/juce_GroupComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_MultiDocumentPanel.cpp b/modules/juce_gui_basics/layout/juce_MultiDocumentPanel.cpp index a4598367fc4b0bce7b20a938cb53b33991d0e20c..218b6b6fd418232dcdc41228cf9881afb5a133ed 100644 --- a/modules/juce_gui_basics/layout/juce_MultiDocumentPanel.cpp +++ b/modules/juce_gui_basics/layout/juce_MultiDocumentPanel.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_MultiDocumentPanel.h b/modules/juce_gui_basics/layout/juce_MultiDocumentPanel.h index 022782aa1aa005fc4cf3736ffcd9438e93d979c6..4ff2f33067fac7a5fc42f6b5ec0c79e2b1f8a28f 100644 --- a/modules/juce_gui_basics/layout/juce_MultiDocumentPanel.h +++ b/modules/juce_gui_basics/layout/juce_MultiDocumentPanel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ResizableBorderComponent.cpp b/modules/juce_gui_basics/layout/juce_ResizableBorderComponent.cpp index d02b24d1d5ac2213c02f1be34e69e23beb2b0125..9f77521a372e56abe68c18a8ff5b2f116d8c2aa5 100644 --- a/modules/juce_gui_basics/layout/juce_ResizableBorderComponent.cpp +++ b/modules/juce_gui_basics/layout/juce_ResizableBorderComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ResizableBorderComponent.h b/modules/juce_gui_basics/layout/juce_ResizableBorderComponent.h index dfc7563590914527e850f72f4e9499bf1c106175..d4274ef730ab6928249791bee8aacb3c0fa07f2b 100644 --- a/modules/juce_gui_basics/layout/juce_ResizableBorderComponent.h +++ b/modules/juce_gui_basics/layout/juce_ResizableBorderComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ResizableCornerComponent.cpp b/modules/juce_gui_basics/layout/juce_ResizableCornerComponent.cpp index 8b917aa73ffa7913a8487cac708b274edfd75d42..59b23abdbdcdbc457f6443671e0fc68d7b0d6393 100644 --- a/modules/juce_gui_basics/layout/juce_ResizableCornerComponent.cpp +++ b/modules/juce_gui_basics/layout/juce_ResizableCornerComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ResizableCornerComponent.h b/modules/juce_gui_basics/layout/juce_ResizableCornerComponent.h index 118367ff7a5438f2675e579ff314f1fd91579304..2d5ce443da785c10cfb862f36bc24995dc258b80 100644 --- a/modules/juce_gui_basics/layout/juce_ResizableCornerComponent.h +++ b/modules/juce_gui_basics/layout/juce_ResizableCornerComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.cpp b/modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.cpp index aa7c51ece6038fb0c36dafbc5becfe84c6448d3f..1a32a6579208c9b32643568a8e674e881ce1d3d7 100644 --- a/modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.cpp +++ b/modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h b/modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h index 8ff38892f404668eb47d68adeff183fcec9f388a..69126ba2cb74c7f25f0490afabe162f548c65d9c 100644 --- a/modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h +++ b/modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ScrollBar.cpp b/modules/juce_gui_basics/layout/juce_ScrollBar.cpp index 6648208e7c581b5529ef18ee5e98dcc33612aed9..ddf1374d654087ca4f2b5d3a156adad61ab47792 100644 --- a/modules/juce_gui_basics/layout/juce_ScrollBar.cpp +++ b/modules/juce_gui_basics/layout/juce_ScrollBar.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_ScrollBar.h b/modules/juce_gui_basics/layout/juce_ScrollBar.h index a60d1255f28b4c48c6cff82c8a9fab219121de1e..1b5e9edbd24042c82f948458fe2a6367cd40e674 100644 --- a/modules/juce_gui_basics/layout/juce_ScrollBar.h +++ b/modules/juce_gui_basics/layout/juce_ScrollBar.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_SidePanel.cpp b/modules/juce_gui_basics/layout/juce_SidePanel.cpp index 4b5f1ff9a73cdd21ebec31b5b59cea246185abdb..c42fff1738df50408be7b92317996b74657d57c9 100644 --- a/modules/juce_gui_basics/layout/juce_SidePanel.cpp +++ b/modules/juce_gui_basics/layout/juce_SidePanel.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_SidePanel.h b/modules/juce_gui_basics/layout/juce_SidePanel.h index 5437fd22fbb7c90f293131ff2dd84e16a0e7346f..b531be08bd976395a78064c5eea83160d77cfabd 100644 --- a/modules/juce_gui_basics/layout/juce_SidePanel.h +++ b/modules/juce_gui_basics/layout/juce_SidePanel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_StretchableLayoutManager.cpp b/modules/juce_gui_basics/layout/juce_StretchableLayoutManager.cpp index 2fff9019f0b102d3f0b71870e6f6047d9f717a82..2d0d25e52771e4f8f26a627b0770b131a111e991 100644 --- a/modules/juce_gui_basics/layout/juce_StretchableLayoutManager.cpp +++ b/modules/juce_gui_basics/layout/juce_StretchableLayoutManager.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_StretchableLayoutManager.h b/modules/juce_gui_basics/layout/juce_StretchableLayoutManager.h index 55a8bd52a527303d5f49c9af03c3922a0f3ae3b1..bc7512db60d8e63ac8db64b242f3e128a56abc3b 100644 --- a/modules/juce_gui_basics/layout/juce_StretchableLayoutManager.h +++ b/modules/juce_gui_basics/layout/juce_StretchableLayoutManager.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_StretchableLayoutResizerBar.cpp b/modules/juce_gui_basics/layout/juce_StretchableLayoutResizerBar.cpp index acef29df0727ccf85347573d681cde11f2ffb2f8..297fe7e5a1ca84798fe06fd499833938dc8383b2 100644 --- a/modules/juce_gui_basics/layout/juce_StretchableLayoutResizerBar.cpp +++ b/modules/juce_gui_basics/layout/juce_StretchableLayoutResizerBar.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_StretchableLayoutResizerBar.h b/modules/juce_gui_basics/layout/juce_StretchableLayoutResizerBar.h index 16e5b0c8573015a615db9351557804ba02d9591c..2e0a5889ee659fed00c5eaeefdd51c44ad9be2ea 100644 --- a/modules/juce_gui_basics/layout/juce_StretchableLayoutResizerBar.h +++ b/modules/juce_gui_basics/layout/juce_StretchableLayoutResizerBar.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_StretchableObjectResizer.cpp b/modules/juce_gui_basics/layout/juce_StretchableObjectResizer.cpp index 1905f6ea7ae87d71fe46ec88395cc708b79d9752..3b85e53f1d7cd3ccb7271f44d6c1d655d4c67611 100644 --- a/modules/juce_gui_basics/layout/juce_StretchableObjectResizer.cpp +++ b/modules/juce_gui_basics/layout/juce_StretchableObjectResizer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_StretchableObjectResizer.h b/modules/juce_gui_basics/layout/juce_StretchableObjectResizer.h index ab13981b6fe85a7b77fbd65041372f987289b44c..577b8f9602b34b86fa8533bfac4b561c4f609e74 100644 --- a/modules/juce_gui_basics/layout/juce_StretchableObjectResizer.h +++ b/modules/juce_gui_basics/layout/juce_StretchableObjectResizer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_TabbedButtonBar.cpp b/modules/juce_gui_basics/layout/juce_TabbedButtonBar.cpp index a366b49229cd3f9e11f231d4b90e9f976d05c9fe..5c7cb9a762dd704a0593e62b925728663f806298 100644 --- a/modules/juce_gui_basics/layout/juce_TabbedButtonBar.cpp +++ b/modules/juce_gui_basics/layout/juce_TabbedButtonBar.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_TabbedButtonBar.h b/modules/juce_gui_basics/layout/juce_TabbedButtonBar.h index 79c36789cf9bf3d2e5c2b9bdd39134033013b53a..48b962f9812e932d67227415704c9d3bd6740c7d 100644 --- a/modules/juce_gui_basics/layout/juce_TabbedButtonBar.h +++ b/modules/juce_gui_basics/layout/juce_TabbedButtonBar.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_TabbedComponent.cpp b/modules/juce_gui_basics/layout/juce_TabbedComponent.cpp index fdfb5d3061df669d464bbad9b98b955c6cc14f35..4c602433cfeaa35a23a1f062e0c52f54ee4497d0 100644 --- a/modules/juce_gui_basics/layout/juce_TabbedComponent.cpp +++ b/modules/juce_gui_basics/layout/juce_TabbedComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_TabbedComponent.h b/modules/juce_gui_basics/layout/juce_TabbedComponent.h index 774ac8f2d0ecdd9b98bd6a5ae10c19668f5f09fa..e79c0b90d8a096f6be215fec88b71811c244f096 100644 --- a/modules/juce_gui_basics/layout/juce_TabbedComponent.h +++ b/modules/juce_gui_basics/layout/juce_TabbedComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_Viewport.cpp b/modules/juce_gui_basics/layout/juce_Viewport.cpp index 220190fb7faaf6b6a514cb2a8e3beeaf5b8a00f4..e0557af4bd93b1c529e893324b83e73bba3179cf 100644 --- a/modules/juce_gui_basics/layout/juce_Viewport.cpp +++ b/modules/juce_gui_basics/layout/juce_Viewport.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/layout/juce_Viewport.h b/modules/juce_gui_basics/layout/juce_Viewport.h index 1a4526238bb23859cdb9f22234064d52d46d530f..c91f337cb0b66fda883160e51f287d15b3c21907 100644 --- a/modules/juce_gui_basics/layout/juce_Viewport.h +++ b/modules/juce_gui_basics/layout/juce_Viewport.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.cpp b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.cpp index 2dcc0204d83eac045ebb2724828c5fa10a4efacb..f0bd1e124c725b75159f486adb9117568aeafd4e 100644 --- a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.cpp +++ b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.h b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.h index 283bc0ecd0b837599f300cf73db56c53c598458d..a62101604e41ffb3097ea68ab99164c1602458b8 100644 --- a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.h +++ b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V1.cpp b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V1.cpp index 7eb063d1a61d06dd9807d3f725fd5147636570ac..542e123fdb29e7fee1c8a644c2b51e2251043c46 100644 --- a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V1.cpp +++ b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V1.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V1.h b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V1.h index d7a83a536542e2b4e7010dbe4c118b43fa140f49..b6c05aed74db71a1658ffae852307b469781cb3a 100644 --- a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V1.h +++ b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V1.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V2.cpp b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V2.cpp index fd3e01e16e743444d1f2a404281a94abc7cae80a..2cbe2a863fbaf6ecbba35f9c29fcd4cd6bd2905d 100644 --- a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V2.cpp +++ b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V2.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V2.h b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V2.h index 754e6ec29fcce2fafa75bcd6edf759a5dcc63674..a6697d62f542ee7bae87759cbbb98ddf9e1f956f 100644 --- a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V2.h +++ b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V2.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.cpp b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.cpp index 163fc94c59b23b469cc9d67ba51d2eddf19fe95c..7d514243da4a1df786bd1763c9df95a26457684b 100644 --- a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.cpp +++ b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.h b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.h index ec94cf53e157b37165599b7c6830b7a64cefb6db..530ee3af0694b7875d6a9ce89543e30d63b8e9d4 100644 --- a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.h +++ b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.cpp b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.cpp index 8368f279bf17e7894e8d63f98ba263dfa5f6c44f..ecc26e234d16d9ca98414fef326ffb36d7fd7d68 100644 --- a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.cpp +++ b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.h b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.h index f39ebe81b77b2bf52ee6174b425e155a806ad50d..6b5bcaf553f22ae758f1b250fc0b7e72cdc5080e 100644 --- a/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.h +++ b/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/menus/juce_BurgerMenuComponent.cpp b/modules/juce_gui_basics/menus/juce_BurgerMenuComponent.cpp index ad47ed2fa682d15fce1e41ad933a9e39f5817ac3..0ab18d7dcef1b2342cadba7d700abdf24ac8787a 100644 --- a/modules/juce_gui_basics/menus/juce_BurgerMenuComponent.cpp +++ b/modules/juce_gui_basics/menus/juce_BurgerMenuComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/menus/juce_BurgerMenuComponent.h b/modules/juce_gui_basics/menus/juce_BurgerMenuComponent.h index 75f11d4dbc8634563be2c4947dae43c37709d352..7812f46f1752580dc3fff37de5556de1427e714d 100644 --- a/modules/juce_gui_basics/menus/juce_BurgerMenuComponent.h +++ b/modules/juce_gui_basics/menus/juce_BurgerMenuComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/menus/juce_MenuBarComponent.cpp b/modules/juce_gui_basics/menus/juce_MenuBarComponent.cpp index b25ffc06350a8e27e26d48e9d0a8604b3c6870a2..0bdbea830bfd9d61775d11d015264845456ae52f 100644 --- a/modules/juce_gui_basics/menus/juce_MenuBarComponent.cpp +++ b/modules/juce_gui_basics/menus/juce_MenuBarComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/menus/juce_MenuBarComponent.h b/modules/juce_gui_basics/menus/juce_MenuBarComponent.h index ba9265cb538ba96864f045388f32780bbe769740..ac3aef8a0a7eef30481302cca614a9d5359e3e52 100644 --- a/modules/juce_gui_basics/menus/juce_MenuBarComponent.h +++ b/modules/juce_gui_basics/menus/juce_MenuBarComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/menus/juce_MenuBarModel.cpp b/modules/juce_gui_basics/menus/juce_MenuBarModel.cpp index 6fb513610bb2592f880d847c073854b92029c2b5..cc921dc48f9e3e87931deeff9c423509861355aa 100644 --- a/modules/juce_gui_basics/menus/juce_MenuBarModel.cpp +++ b/modules/juce_gui_basics/menus/juce_MenuBarModel.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/menus/juce_MenuBarModel.h b/modules/juce_gui_basics/menus/juce_MenuBarModel.h index e9bcb90971ef203672a54e16e0446d7a10ed1b9a..07d6cdb66ded7f066d7bf7a7075441913b27fa35 100644 --- a/modules/juce_gui_basics/menus/juce_MenuBarModel.h +++ b/modules/juce_gui_basics/menus/juce_MenuBarModel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/menus/juce_PopupMenu.cpp b/modules/juce_gui_basics/menus/juce_PopupMenu.cpp index 9ff46553b8289ec8f45eb11291f41107f1f26334..b5be96f29b230972fc0e2db49495c023684b0d00 100644 --- a/modules/juce_gui_basics/menus/juce_PopupMenu.cpp +++ b/modules/juce_gui_basics/menus/juce_PopupMenu.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/menus/juce_PopupMenu.h b/modules/juce_gui_basics/menus/juce_PopupMenu.h index 86ec5d8493214fca473b038d9ac98070726aecf1..ed12b5ee7387951b492a93176892d5bc71d7e7d4 100644 --- a/modules/juce_gui_basics/menus/juce_PopupMenu.h +++ b/modules/juce_gui_basics/menus/juce_PopupMenu.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/misc/juce_BubbleComponent.cpp b/modules/juce_gui_basics/misc/juce_BubbleComponent.cpp index 5dbe20b1396b7b028b1dbc5f514d72ce6373b856..7c0848644f4a20259f22056d12b2e436566cdddf 100644 --- a/modules/juce_gui_basics/misc/juce_BubbleComponent.cpp +++ b/modules/juce_gui_basics/misc/juce_BubbleComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/misc/juce_BubbleComponent.h b/modules/juce_gui_basics/misc/juce_BubbleComponent.h index 4dbce923bdb67fcb739437a8b4b62727052f84d3..f086c8ff37bbd15fd214a033d000b56317bfe600 100644 --- a/modules/juce_gui_basics/misc/juce_BubbleComponent.h +++ b/modules/juce_gui_basics/misc/juce_BubbleComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/misc/juce_DropShadower.cpp b/modules/juce_gui_basics/misc/juce_DropShadower.cpp index 731a85c8f33119967b82a20a1d80e87b3984fc90..c8bfe6295058a760b5e3db95c08381a15a842af2 100644 --- a/modules/juce_gui_basics/misc/juce_DropShadower.cpp +++ b/modules/juce_gui_basics/misc/juce_DropShadower.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/misc/juce_DropShadower.h b/modules/juce_gui_basics/misc/juce_DropShadower.h index 4956aec42df55e98debcb45e5e99e55d3f454ff8..f28b5f2d4d911bae8cd1a6c7e6392cf0d7deba33 100644 --- a/modules/juce_gui_basics/misc/juce_DropShadower.h +++ b/modules/juce_gui_basics/misc/juce_DropShadower.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/misc/juce_JUCESplashScreen.cpp b/modules/juce_gui_basics/misc/juce_JUCESplashScreen.cpp index 284b21326a0beb4b84bdc75275ef1c1abcb73fb2..ca442b2e0989ea82f2977707baac3e75d85744a1 100644 --- a/modules/juce_gui_basics/misc/juce_JUCESplashScreen.cpp +++ b/modules/juce_gui_basics/misc/juce_JUCESplashScreen.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/misc/juce_JUCESplashScreen.h b/modules/juce_gui_basics/misc/juce_JUCESplashScreen.h index 2cb853bf970ecacf69a750ae9325609e3b8af3fd..adfa8cc31fb440602aefdf1d062c760d8bd3522a 100644 --- a/modules/juce_gui_basics/misc/juce_JUCESplashScreen.h +++ b/modules/juce_gui_basics/misc/juce_JUCESplashScreen.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_ComponentDragger.cpp b/modules/juce_gui_basics/mouse/juce_ComponentDragger.cpp index b524f6c411454638639fdd6dd4a446e9fe5b13cb..75dbdf962c67b456b7a0111bbedda589cd64098f 100644 --- a/modules/juce_gui_basics/mouse/juce_ComponentDragger.cpp +++ b/modules/juce_gui_basics/mouse/juce_ComponentDragger.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_ComponentDragger.h b/modules/juce_gui_basics/mouse/juce_ComponentDragger.h index d6f0111e3d59c3534834f71a11e87f9a6e9b8801..b4374038a1525c8a0fd4a6740a13a26d83506055 100644 --- a/modules/juce_gui_basics/mouse/juce_ComponentDragger.h +++ b/modules/juce_gui_basics/mouse/juce_ComponentDragger.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_DragAndDropContainer.cpp b/modules/juce_gui_basics/mouse/juce_DragAndDropContainer.cpp index b8d80aaa2c2d97977f6ab54526576ffd31788583..e2015686423d45c38bbaa5cf316be5222be709a7 100644 --- a/modules/juce_gui_basics/mouse/juce_DragAndDropContainer.cpp +++ b/modules/juce_gui_basics/mouse/juce_DragAndDropContainer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_DragAndDropContainer.h b/modules/juce_gui_basics/mouse/juce_DragAndDropContainer.h index 2725fc6631ddba3269f303727c15a19c3725712e..f1c6d5ad7580b617ba13ac3db7590898747c8c44 100644 --- a/modules/juce_gui_basics/mouse/juce_DragAndDropContainer.h +++ b/modules/juce_gui_basics/mouse/juce_DragAndDropContainer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_DragAndDropTarget.h b/modules/juce_gui_basics/mouse/juce_DragAndDropTarget.h index 51b424df6c3787a9025dbeceb06970b3c863e024..a160b2caf1b476547ee9486e200ae6870cec991e 100644 --- a/modules/juce_gui_basics/mouse/juce_DragAndDropTarget.h +++ b/modules/juce_gui_basics/mouse/juce_DragAndDropTarget.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_FileDragAndDropTarget.h b/modules/juce_gui_basics/mouse/juce_FileDragAndDropTarget.h index e177ef0aece6ef12866e1671d29ae66112554d22..6431651dfd948d103e99fe50e593b80a8a687cdd 100644 --- a/modules/juce_gui_basics/mouse/juce_FileDragAndDropTarget.h +++ b/modules/juce_gui_basics/mouse/juce_FileDragAndDropTarget.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_LassoComponent.h b/modules/juce_gui_basics/mouse/juce_LassoComponent.h index eb49b92e679a84b197ab27834a512c4f5be2b738..a28b87248ddeb0538a47179078a93e426516cb7d 100644 --- a/modules/juce_gui_basics/mouse/juce_LassoComponent.h +++ b/modules/juce_gui_basics/mouse/juce_LassoComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_MouseCursor.cpp b/modules/juce_gui_basics/mouse/juce_MouseCursor.cpp index acd3e3040cbf6cf0631e47aec80e1a3de891a2ec..88ed9ae440d2d0b663c04cd268a35440d0a46638 100644 --- a/modules/juce_gui_basics/mouse/juce_MouseCursor.cpp +++ b/modules/juce_gui_basics/mouse/juce_MouseCursor.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_MouseCursor.h b/modules/juce_gui_basics/mouse/juce_MouseCursor.h index 1e199e528f963ce047305f9d7f8fc7db6b181fc1..9f48cef6cccdca46106ed5846e37d809f738db3b 100644 --- a/modules/juce_gui_basics/mouse/juce_MouseCursor.h +++ b/modules/juce_gui_basics/mouse/juce_MouseCursor.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_MouseEvent.cpp b/modules/juce_gui_basics/mouse/juce_MouseEvent.cpp index 3010e737ecbc399b00e6475cb90d7bd35e6b16ef..d0923b0ae9373fc85b5d9ef7d70aad0de5842bf8 100644 --- a/modules/juce_gui_basics/mouse/juce_MouseEvent.cpp +++ b/modules/juce_gui_basics/mouse/juce_MouseEvent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_MouseEvent.h b/modules/juce_gui_basics/mouse/juce_MouseEvent.h index a6b44c90e56856905585ec4a78d19467cf937213..d63c2a49c548a46a820da20a20fe86c9a467f858 100644 --- a/modules/juce_gui_basics/mouse/juce_MouseEvent.h +++ b/modules/juce_gui_basics/mouse/juce_MouseEvent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_MouseInactivityDetector.cpp b/modules/juce_gui_basics/mouse/juce_MouseInactivityDetector.cpp index 9d0406249d4beb84055bcfb3eecf07bb26ff8b46..a69dc64e4f412990f089969e9bb4ba9569b9c688 100644 --- a/modules/juce_gui_basics/mouse/juce_MouseInactivityDetector.cpp +++ b/modules/juce_gui_basics/mouse/juce_MouseInactivityDetector.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_MouseInactivityDetector.h b/modules/juce_gui_basics/mouse/juce_MouseInactivityDetector.h index a045ded008ebd8e4dbb6a26294abc2a20900feb1..404cbc348ca907e2e6be8c9cb478e1943f70453a 100644 --- a/modules/juce_gui_basics/mouse/juce_MouseInactivityDetector.h +++ b/modules/juce_gui_basics/mouse/juce_MouseInactivityDetector.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_MouseInputSource.cpp b/modules/juce_gui_basics/mouse/juce_MouseInputSource.cpp index d96eb9d3b4dba6db268f08e4180f2fa0160024d3..928b86d225f47f0230f8ca4d93dc540bd04d8fd8 100644 --- a/modules/juce_gui_basics/mouse/juce_MouseInputSource.cpp +++ b/modules/juce_gui_basics/mouse/juce_MouseInputSource.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_MouseInputSource.h b/modules/juce_gui_basics/mouse/juce_MouseInputSource.h index de48ac3142f47e7c86993957d30e28f1a33f825e..0763b09435629452a7b7f83f000bcf3de27d7b54 100644 --- a/modules/juce_gui_basics/mouse/juce_MouseInputSource.h +++ b/modules/juce_gui_basics/mouse/juce_MouseInputSource.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_MouseListener.cpp b/modules/juce_gui_basics/mouse/juce_MouseListener.cpp index 33525671f4098ec4c942a45ef5a189d8176c4402..e9cf1126a2b9637994e4c57243edd98df5ab407d 100644 --- a/modules/juce_gui_basics/mouse/juce_MouseListener.cpp +++ b/modules/juce_gui_basics/mouse/juce_MouseListener.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_MouseListener.h b/modules/juce_gui_basics/mouse/juce_MouseListener.h index 446e028945f267ff6b1593e5d7d8eb5ec9383378..ca95126be18e8e9e8df0bb68c5ce6df0ad20eee5 100644 --- a/modules/juce_gui_basics/mouse/juce_MouseListener.h +++ b/modules/juce_gui_basics/mouse/juce_MouseListener.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_SelectedItemSet.h b/modules/juce_gui_basics/mouse/juce_SelectedItemSet.h index 8a7bb8266cfc9df8509817988787a172122f3f99..05ae0039dd91e65e79ecca6f605f69122d5ded1e 100644 --- a/modules/juce_gui_basics/mouse/juce_SelectedItemSet.h +++ b/modules/juce_gui_basics/mouse/juce_SelectedItemSet.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_TextDragAndDropTarget.h b/modules/juce_gui_basics/mouse/juce_TextDragAndDropTarget.h index 926d82661a68b453915f572d889f9e8b758e04ec..d3f4e2431de19769fe3038dade89ba4e6daecbf2 100644 --- a/modules/juce_gui_basics/mouse/juce_TextDragAndDropTarget.h +++ b/modules/juce_gui_basics/mouse/juce_TextDragAndDropTarget.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/mouse/juce_TooltipClient.h b/modules/juce_gui_basics/mouse/juce_TooltipClient.h index dbf107712e4a2bf78626eb70a291724222add004..601e0ea9014cb68f0b920094e4463c0fa47dfdbf 100644 --- a/modules/juce_gui_basics/mouse/juce_TooltipClient.h +++ b/modules/juce_gui_basics/mouse/juce_TooltipClient.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/java/app/com/rmsl/juce/ComponentPeerView.java b/modules/juce_gui_basics/native/java/app/com/rmsl/juce/ComponentPeerView.java index f2011822820df59bedd6b2281ec9c01ecd8ffe9a..823d66be36550274b521429f8d7c72aae82533a3 100644 --- a/modules/juce_gui_basics/native/java/app/com/rmsl/juce/ComponentPeerView.java +++ b/modules/juce_gui_basics/native/java/app/com/rmsl/juce/ComponentPeerView.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/java/app/com/rmsl/juce/JuceContentProviderCursor.java b/modules/juce_gui_basics/native/java/app/com/rmsl/juce/JuceContentProviderCursor.java index 4d7b84aedcdcaa4f4511403b55e73a96e9e6a7f3..5cae807f15f8d92e6c7b0ebb7e51a2a50e5cbab3 100644 --- a/modules/juce_gui_basics/native/java/app/com/rmsl/juce/JuceContentProviderCursor.java +++ b/modules/juce_gui_basics/native/java/app/com/rmsl/juce/JuceContentProviderCursor.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/java/app/com/rmsl/juce/JuceContentProviderFileObserver.java b/modules/juce_gui_basics/native/java/app/com/rmsl/juce/JuceContentProviderFileObserver.java index cc2c1c6aaf03bc0b41e803d1ad29d95fe12a7745..50241255ff0a8db0834124d91dbb3fd7c3c4c9bb 100644 --- a/modules/juce_gui_basics/native/java/app/com/rmsl/juce/JuceContentProviderFileObserver.java +++ b/modules/juce_gui_basics/native/java/app/com/rmsl/juce/JuceContentProviderFileObserver.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/javaopt/app/com/rmsl/juce/JuceActivity.java b/modules/juce_gui_basics/native/javaopt/app/com/rmsl/juce/JuceActivity.java index 43b009b3c182f9e19a99bd46adedac7fe67d22c7..f62ff4d6aee017c9bf1119adf033461e4c3c3ddb 100644 --- a/modules/juce_gui_basics/native/javaopt/app/com/rmsl/juce/JuceActivity.java +++ b/modules/juce_gui_basics/native/javaopt/app/com/rmsl/juce/JuceActivity.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/javaopt/app/com/rmsl/juce/JuceSharingContentProvider.java b/modules/juce_gui_basics/native/javaopt/app/com/rmsl/juce/JuceSharingContentProvider.java index 5384d99a0fe727ce58ed6136eb9681dbecfde669..15f62b14e209aac7e4202ab7598bb498e2bad3a7 100644 --- a/modules/juce_gui_basics/native/javaopt/app/com/rmsl/juce/JuceSharingContentProvider.java +++ b/modules/juce_gui_basics/native/javaopt/app/com/rmsl/juce/JuceSharingContentProvider.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_MultiTouchMapper.h b/modules/juce_gui_basics/native/juce_MultiTouchMapper.h index a285ff6c5ee464066288a18a9cb418d7a9533987..d6e1493c33b7165ac876e214ff8c8dcfa6f68845 100644 --- a/modules/juce_gui_basics/native/juce_MultiTouchMapper.h +++ b/modules/juce_gui_basics/native/juce_MultiTouchMapper.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_android_ContentSharer.cpp b/modules/juce_gui_basics/native/juce_android_ContentSharer.cpp index 472572070fc8f0836d43b852ac44d7cd522dedea..813a2bd0e54daccc8655087a56f8c515213b73cf 100644 --- a/modules/juce_gui_basics/native/juce_android_ContentSharer.cpp +++ b/modules/juce_gui_basics/native/juce_android_ContentSharer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_android_FileChooser.cpp b/modules/juce_gui_basics/native/juce_android_FileChooser.cpp index 2f7043deed957885367548b174b1c501495a897c..35d7f60e02fdc246b90ac6fe108033d82178eac0 100644 --- a/modules/juce_gui_basics/native/juce_android_FileChooser.cpp +++ b/modules/juce_gui_basics/native/juce_android_FileChooser.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_android_Windowing.cpp b/modules/juce_gui_basics/native/juce_android_Windowing.cpp index b1d3257bb685534bccbc95af42887d0b6bef7131..923de3b63bc756963112ccd88853f85f317464e0 100644 --- a/modules/juce_gui_basics/native/juce_android_Windowing.cpp +++ b/modules/juce_gui_basics/native/juce_android_Windowing.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_common_MimeTypes.cpp b/modules/juce_gui_basics/native/juce_common_MimeTypes.cpp index 751e3739824140819daa02ebb9a80728ecdc882e..3a3f017d09ee45a765bdd988e863ebb2c62fc7a4 100644 --- a/modules/juce_gui_basics/native/juce_common_MimeTypes.cpp +++ b/modules/juce_gui_basics/native/juce_common_MimeTypes.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp b/modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp index 973237f0925d950b4632f419324cd3ff39bdce9b..95c546272d105478968326504bd48fa09ecdae09 100644 --- a/modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp +++ b/modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_ios_FileChooser.mm b/modules/juce_gui_basics/native/juce_ios_FileChooser.mm index 61ef3f60f3ecc1da7db85ab1c07e66f1074322fc..95baab1a4589eb4c8416f8f4ba188506c6e845c7 100644 --- a/modules/juce_gui_basics/native/juce_ios_FileChooser.mm +++ b/modules/juce_gui_basics/native/juce_ios_FileChooser.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm b/modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm index 091a576015e3e8398ff6e27b60cabe5eaed2bc26..f6632ea32434c7761e1c0831db798755bc4d4a39 100644 --- a/modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm +++ b/modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_ios_Windowing.mm b/modules/juce_gui_basics/native/juce_ios_Windowing.mm index f45bd4e9be47e14d21d5e2e7b76bea3fd65a8c2a..2889f88670d43cc1007676503597fd8aa5521bf9 100644 --- a/modules/juce_gui_basics/native/juce_ios_Windowing.mm +++ b/modules/juce_gui_basics/native/juce_ios_Windowing.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_linux_FileChooser.cpp b/modules/juce_gui_basics/native/juce_linux_FileChooser.cpp index 6880496e63eccf473ae790d35f7ec8746e4d0697..780716a80d4de928309c71df9fa1d7f91c61953f 100644 --- a/modules/juce_gui_basics/native/juce_linux_FileChooser.cpp +++ b/modules/juce_gui_basics/native/juce_linux_FileChooser.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_linux_Windowing.cpp b/modules/juce_gui_basics/native/juce_linux_Windowing.cpp index 38068eb5cf28724963be3b9a8e7fff0d8a3abe5b..df0748407f31a8d7c82c39d148edf1a238dd5669 100644 --- a/modules/juce_gui_basics/native/juce_linux_Windowing.cpp +++ b/modules/juce_gui_basics/native/juce_linux_Windowing.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_mac_FileChooser.mm b/modules/juce_gui_basics/native/juce_mac_FileChooser.mm index 50685da7998866702e5e1be2b3d221dfd9bac549..ea281a70e65713c63964e60a8550000b124964b7 100644 --- a/modules/juce_gui_basics/native/juce_mac_FileChooser.mm +++ b/modules/juce_gui_basics/native/juce_mac_FileChooser.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_mac_MainMenu.mm b/modules/juce_gui_basics/native/juce_mac_MainMenu.mm index a16e1267c93b61f60b43a4b7a35db88d3817133d..3ecdb978b95efaaba2e3cad63d9a2e3b46b5371f 100644 --- a/modules/juce_gui_basics/native/juce_mac_MainMenu.mm +++ b/modules/juce_gui_basics/native/juce_mac_MainMenu.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_mac_MouseCursor.mm b/modules/juce_gui_basics/native/juce_mac_MouseCursor.mm index ac55f19fca66e3d5d82d5f4e5738a055f7d562a8..60d6049feb0d49b8dd700327d844c95bc0bcfd0a 100644 --- a/modules/juce_gui_basics/native/juce_mac_MouseCursor.mm +++ b/modules/juce_gui_basics/native/juce_mac_MouseCursor.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm b/modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm index 426b4a05b4ede559006b258bc34003cb217e55be..7adb2a869a650844cb5325c3ab3fabb290ac36ab 100644 --- a/modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm +++ b/modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_mac_Windowing.mm b/modules/juce_gui_basics/native/juce_mac_Windowing.mm index 6d662a3ac7c6e388c1f28793dfb9ee45c9ff5bbf..5ffbe393c51f7df3aa66d70e9507b9735e13b797 100644 --- a/modules/juce_gui_basics/native/juce_mac_Windowing.mm +++ b/modules/juce_gui_basics/native/juce_mac_Windowing.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp b/modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp index 4e8a0d4b716158531c198790fe4e940f738629b2..10f1b644e3c2d31c19c17d1d12df6fc17e0d8c4f 100644 --- a/modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp +++ b/modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_win32_FileChooser.cpp b/modules/juce_gui_basics/native/juce_win32_FileChooser.cpp index 39e9734cad8568f7c0132b2d47331bb2ed1d15dc..ed0285a1b17cfd354f1bd1773cdb119cd8c6682a 100644 --- a/modules/juce_gui_basics/native/juce_win32_FileChooser.cpp +++ b/modules/juce_gui_basics/native/juce_win32_FileChooser.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/juce_win32_Windowing.cpp b/modules/juce_gui_basics/native/juce_win32_Windowing.cpp index c67ed59817e723f79fa3227daf044c323bc6013c..2b60c8471392595bbfb06008f006ebfe195b8b27 100644 --- a/modules/juce_gui_basics/native/juce_win32_Windowing.cpp +++ b/modules/juce_gui_basics/native/juce_win32_Windowing.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/x11/juce_linux_X11_DragAndDrop.cpp b/modules/juce_gui_basics/native/x11/juce_linux_X11_DragAndDrop.cpp index fecbb3b48ccc0410f88ec129214c233be04a13c0..5b0f1ea19cc4d2cf109f73b60132dc8f25149f89 100644 --- a/modules/juce_gui_basics/native/x11/juce_linux_X11_DragAndDrop.cpp +++ b/modules/juce_gui_basics/native/x11/juce_linux_X11_DragAndDrop.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/x11/juce_linux_X11_Symbols.cpp b/modules/juce_gui_basics/native/x11/juce_linux_X11_Symbols.cpp index 7718411b6a6fbbc6c49e7a3ecea5022914aaaae6..e3f1cc880cf99bdb6ff4150fa1f8d0f5735261e2 100644 --- a/modules/juce_gui_basics/native/x11/juce_linux_X11_Symbols.cpp +++ b/modules/juce_gui_basics/native/x11/juce_linux_X11_Symbols.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/x11/juce_linux_X11_Symbols.h b/modules/juce_gui_basics/native/x11/juce_linux_X11_Symbols.h index b0e9ec696e569fa68c48e864958a4d6150735fed..7f180a8a26895ba6eed64e8f7c4667a1f9fec0a6 100644 --- a/modules/juce_gui_basics/native/x11/juce_linux_X11_Symbols.h +++ b/modules/juce_gui_basics/native/x11/juce_linux_X11_Symbols.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.cpp b/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.cpp index a7c5373474360490c354b4b8f1ff0024ed381c32..cf8df3b7216f4a0d6278d7999c84d35075ec6222 100644 --- a/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.cpp +++ b/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.h b/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.h index 77f377782028767a4e45b9c97dd20925ebdd29f7..6644a65fa434dcc8568952ba2cce6417c9c206f8 100644 --- a/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.h +++ b/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_MarkerList.cpp b/modules/juce_gui_basics/positioning/juce_MarkerList.cpp index d8985e84a0cbd5328e5c46753253becb5e915417..1436bd74da90d289230a5a340ff89e190b89411e 100644 --- a/modules/juce_gui_basics/positioning/juce_MarkerList.cpp +++ b/modules/juce_gui_basics/positioning/juce_MarkerList.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_MarkerList.h b/modules/juce_gui_basics/positioning/juce_MarkerList.h index 2320bc2ba6e3203634ef28eada2ed6b48d497ac4..4f6f029b14e2a0f4c891a2f79e3bb67864acf578 100644 --- a/modules/juce_gui_basics/positioning/juce_MarkerList.h +++ b/modules/juce_gui_basics/positioning/juce_MarkerList.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_RelativeCoordinate.cpp b/modules/juce_gui_basics/positioning/juce_RelativeCoordinate.cpp index aad5d624ded1676b0124a3a51e77f14b917a5c1e..50637355f8d63e84ab7e1db4ca14cc90a1bd9929 100644 --- a/modules/juce_gui_basics/positioning/juce_RelativeCoordinate.cpp +++ b/modules/juce_gui_basics/positioning/juce_RelativeCoordinate.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_RelativeCoordinate.h b/modules/juce_gui_basics/positioning/juce_RelativeCoordinate.h index f0424653a9b30a39c22f2a8e61e42830fc628963..173ac41ccfba3775dc9eaf3a0ddc22a54b08a181 100644 --- a/modules/juce_gui_basics/positioning/juce_RelativeCoordinate.h +++ b/modules/juce_gui_basics/positioning/juce_RelativeCoordinate.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_RelativeCoordinatePositioner.cpp b/modules/juce_gui_basics/positioning/juce_RelativeCoordinatePositioner.cpp index cbbf8fc039e18aff350e5626df998562bb353419..1293d643362726b6971f504dc598153e9445130b 100644 --- a/modules/juce_gui_basics/positioning/juce_RelativeCoordinatePositioner.cpp +++ b/modules/juce_gui_basics/positioning/juce_RelativeCoordinatePositioner.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_RelativeCoordinatePositioner.h b/modules/juce_gui_basics/positioning/juce_RelativeCoordinatePositioner.h index 64d73743086e9b7d55231763264a2f283ceb7a79..65a86e3b3bd3dba6bf89151fdccf83d857b15b2d 100644 --- a/modules/juce_gui_basics/positioning/juce_RelativeCoordinatePositioner.h +++ b/modules/juce_gui_basics/positioning/juce_RelativeCoordinatePositioner.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_RelativeParallelogram.cpp b/modules/juce_gui_basics/positioning/juce_RelativeParallelogram.cpp index c41eef3e8463f96d17c70fe36b810b36e35514e3..ded1936f0f083b27a248f555142133c790f6f3da 100644 --- a/modules/juce_gui_basics/positioning/juce_RelativeParallelogram.cpp +++ b/modules/juce_gui_basics/positioning/juce_RelativeParallelogram.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_RelativeParallelogram.h b/modules/juce_gui_basics/positioning/juce_RelativeParallelogram.h index ff6670dd3e3d9a15d74c1dd5060a7554122253a6..74a237aa226148395ccb2e7606195e2785e748f2 100644 --- a/modules/juce_gui_basics/positioning/juce_RelativeParallelogram.h +++ b/modules/juce_gui_basics/positioning/juce_RelativeParallelogram.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_RelativePoint.cpp b/modules/juce_gui_basics/positioning/juce_RelativePoint.cpp index a758f3ae77a4ea1eefe6b41ef0f1f32c8497e8d1..1fa8f4f7de5b418608ee2eea287091432b01fb20 100644 --- a/modules/juce_gui_basics/positioning/juce_RelativePoint.cpp +++ b/modules/juce_gui_basics/positioning/juce_RelativePoint.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_RelativePoint.h b/modules/juce_gui_basics/positioning/juce_RelativePoint.h index 67cac23ee2f3452184ce206df97bca5b69f563be..7fb0b24c56e0004e9e3ed8f68c3a9c23f6759a32 100644 --- a/modules/juce_gui_basics/positioning/juce_RelativePoint.h +++ b/modules/juce_gui_basics/positioning/juce_RelativePoint.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_RelativePointPath.cpp b/modules/juce_gui_basics/positioning/juce_RelativePointPath.cpp index 6330f9817c26a1930c4079fe532959ab7d136a65..93fadc5f13944ebfb0f77a71fe8640bff2e02441 100644 --- a/modules/juce_gui_basics/positioning/juce_RelativePointPath.cpp +++ b/modules/juce_gui_basics/positioning/juce_RelativePointPath.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_RelativePointPath.h b/modules/juce_gui_basics/positioning/juce_RelativePointPath.h index ce440fa29702f691f1e26b5484bf5780eb521036..72f1333b484b08bde7e50c8d90f26941807a1108 100644 --- a/modules/juce_gui_basics/positioning/juce_RelativePointPath.h +++ b/modules/juce_gui_basics/positioning/juce_RelativePointPath.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_RelativeRectangle.cpp b/modules/juce_gui_basics/positioning/juce_RelativeRectangle.cpp index 1485af50451175b6bfc85e8c95ba2f9db943c588..ac482ed6665e05816dcb93bc013fc5540d2c7bbd 100644 --- a/modules/juce_gui_basics/positioning/juce_RelativeRectangle.cpp +++ b/modules/juce_gui_basics/positioning/juce_RelativeRectangle.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/positioning/juce_RelativeRectangle.h b/modules/juce_gui_basics/positioning/juce_RelativeRectangle.h index 5defeff602d37fb36be034b7b31df72fd729d344..b659d146a38b8eea7c61305b60f9e2ee92944dae 100644 --- a/modules/juce_gui_basics/positioning/juce_RelativeRectangle.h +++ b/modules/juce_gui_basics/positioning/juce_RelativeRectangle.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_BooleanPropertyComponent.cpp b/modules/juce_gui_basics/properties/juce_BooleanPropertyComponent.cpp index 0d281a6a1c02f01b7065f5aec728a64dbf751026..026e9aa4fbab57019d4e9778c33b53672b1a104e 100644 --- a/modules/juce_gui_basics/properties/juce_BooleanPropertyComponent.cpp +++ b/modules/juce_gui_basics/properties/juce_BooleanPropertyComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_BooleanPropertyComponent.h b/modules/juce_gui_basics/properties/juce_BooleanPropertyComponent.h index cc9472f5c96b7dc7754b23fc529abcd8631971d6..1b5721c088632e324945dadbc0743139eb27cb28 100644 --- a/modules/juce_gui_basics/properties/juce_BooleanPropertyComponent.h +++ b/modules/juce_gui_basics/properties/juce_BooleanPropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.cpp b/modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.cpp index 806db9aecfc5cd5dfa286929a02876ca41b82596..55473ea0038d6a619a9e190af7e576cd33ff73d8 100644 --- a/modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.cpp +++ b/modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h b/modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h index 4b70fefcc43d7cbbc7086110ba74689ae7eec70a..c650f0159d58ab7356a6b861555b206046f5ef06 100644 --- a/modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h +++ b/modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp b/modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp index f0f955bcaa3be22f18b1827c507322422360bb77..6187f2eb293b529722ae73e5022ca2272a70a08c 100644 --- a/modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp +++ b/modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h b/modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h index 0538392c8b489f272149500c06279fd1fbd78676..93cb8bbf0545639ad6a3d37d5c6d4cea7505465a 100644 --- a/modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h +++ b/modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.cpp b/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.cpp index a3ca932c9efc32f1327741a93a44715e22bd7835..6bcee0ea5c22ea695bba90274fdf14e1100fd905 100644 --- a/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.cpp +++ b/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h b/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h index c9e2f557777c77f1bb03ad3e7255e07c71cbaa88..168ad9b6bd70fed75aa987dc03816fb538ff46bc 100644 --- a/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h +++ b/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_PropertyComponent.cpp b/modules/juce_gui_basics/properties/juce_PropertyComponent.cpp index 24aa50f639119b41eae328b225ccb78bc068cded..fd82089a4f3c0275c84f166aa27cd7927a20b706 100644 --- a/modules/juce_gui_basics/properties/juce_PropertyComponent.cpp +++ b/modules/juce_gui_basics/properties/juce_PropertyComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_PropertyComponent.h b/modules/juce_gui_basics/properties/juce_PropertyComponent.h index 1bf454a15f6f6b12c1ee70b47faae48850c5fb4e..c9e035ce5918182e4146e65ddebfbd11d19cf75d 100644 --- a/modules/juce_gui_basics/properties/juce_PropertyComponent.h +++ b/modules/juce_gui_basics/properties/juce_PropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_PropertyPanel.cpp b/modules/juce_gui_basics/properties/juce_PropertyPanel.cpp index e03c9291820820368af609bff186e79604f1efc2..aee1c82e634427b32d65be09920c31fc004ecc2d 100644 --- a/modules/juce_gui_basics/properties/juce_PropertyPanel.cpp +++ b/modules/juce_gui_basics/properties/juce_PropertyPanel.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_PropertyPanel.h b/modules/juce_gui_basics/properties/juce_PropertyPanel.h index 4bb3095102d367801c227e2d3531e525d98bc32e..94bafef89a661033fead506da49a569c40f5f424 100644 --- a/modules/juce_gui_basics/properties/juce_PropertyPanel.h +++ b/modules/juce_gui_basics/properties/juce_PropertyPanel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_SliderPropertyComponent.cpp b/modules/juce_gui_basics/properties/juce_SliderPropertyComponent.cpp index 2753fd17b9de1afd372642320b2222422065febf..9371e9e29bbe41fb6b6ed287b353ef9aef41a324 100644 --- a/modules/juce_gui_basics/properties/juce_SliderPropertyComponent.cpp +++ b/modules/juce_gui_basics/properties/juce_SliderPropertyComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_SliderPropertyComponent.h b/modules/juce_gui_basics/properties/juce_SliderPropertyComponent.h index 3ebed4859ae0ffbed0b154361f0e4090ded42a60..be13018e12e5825c86bf29d5fdfcca9fbd1a3ea2 100644 --- a/modules/juce_gui_basics/properties/juce_SliderPropertyComponent.h +++ b/modules/juce_gui_basics/properties/juce_SliderPropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_TextPropertyComponent.cpp b/modules/juce_gui_basics/properties/juce_TextPropertyComponent.cpp index 8e21419867e19f8721ea5ac723edfc4606bdc33e..7bbf0520a16737f92e9ba7088c7e62de79b4a4d2 100644 --- a/modules/juce_gui_basics/properties/juce_TextPropertyComponent.cpp +++ b/modules/juce_gui_basics/properties/juce_TextPropertyComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/properties/juce_TextPropertyComponent.h b/modules/juce_gui_basics/properties/juce_TextPropertyComponent.h index b508443e36657fb445ea3d2f83deb25f1aa4fb46..e0b0292f962bf7325995b367f46b054ffd57b4de 100644 --- a/modules/juce_gui_basics/properties/juce_TextPropertyComponent.h +++ b/modules/juce_gui_basics/properties/juce_TextPropertyComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ComboBox.cpp b/modules/juce_gui_basics/widgets/juce_ComboBox.cpp index 637a3aa406c267090cb88e22de9b8045e8fba900..923917bf6711116044e3f6faa542af4742cf222c 100644 --- a/modules/juce_gui_basics/widgets/juce_ComboBox.cpp +++ b/modules/juce_gui_basics/widgets/juce_ComboBox.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ComboBox.h b/modules/juce_gui_basics/widgets/juce_ComboBox.h index 1ad59997221f697c6186f582d896b908cb94b5f9..905da938eec47d0a2f22e399d6f5033a0323257a 100644 --- a/modules/juce_gui_basics/widgets/juce_ComboBox.h +++ b/modules/juce_gui_basics/widgets/juce_ComboBox.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ImageComponent.cpp b/modules/juce_gui_basics/widgets/juce_ImageComponent.cpp index 68538168fc0a56cec8f80e91ef5b0bb116d01524..1f7dc08f420e89727e1667f4832205f6db89433d 100644 --- a/modules/juce_gui_basics/widgets/juce_ImageComponent.cpp +++ b/modules/juce_gui_basics/widgets/juce_ImageComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ImageComponent.h b/modules/juce_gui_basics/widgets/juce_ImageComponent.h index dbc4ca5de61bc085724bf71b12b22c1e145fd72b..c4bf106f9aea3aee312b622a6e6fb510475b13e5 100644 --- a/modules/juce_gui_basics/widgets/juce_ImageComponent.h +++ b/modules/juce_gui_basics/widgets/juce_ImageComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_Label.cpp b/modules/juce_gui_basics/widgets/juce_Label.cpp index 374ef29dd29c6b7cb01cc80c0e5d5ec897973adc..8459d9e9276fad9ac6b284bae6f5661881a64697 100644 --- a/modules/juce_gui_basics/widgets/juce_Label.cpp +++ b/modules/juce_gui_basics/widgets/juce_Label.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_Label.h b/modules/juce_gui_basics/widgets/juce_Label.h index 5ba838c0c4178a05a7ccef795cc6faf81da8087f..4fb3753ee7ed4761550cfa1e79f28467e97edc70 100644 --- a/modules/juce_gui_basics/widgets/juce_Label.h +++ b/modules/juce_gui_basics/widgets/juce_Label.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ListBox.cpp b/modules/juce_gui_basics/widgets/juce_ListBox.cpp index d2925f5e4354965f85cb08544ec1ce730cc9dcf4..4bfc4f5de013aff9f9714628f9c7b5ccad88468a 100644 --- a/modules/juce_gui_basics/widgets/juce_ListBox.cpp +++ b/modules/juce_gui_basics/widgets/juce_ListBox.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ListBox.h b/modules/juce_gui_basics/widgets/juce_ListBox.h index a5920012881585500c07ff388d4dc5d553500b4e..1b1f70a444460278972714a2d72f66fd4c6b306e 100644 --- a/modules/juce_gui_basics/widgets/juce_ListBox.h +++ b/modules/juce_gui_basics/widgets/juce_ListBox.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ProgressBar.cpp b/modules/juce_gui_basics/widgets/juce_ProgressBar.cpp index 8ea1d849a79415783702380feed8775abcded046..1723297e7f6c36e6e8810e7bb714cb1b1410dad0 100644 --- a/modules/juce_gui_basics/widgets/juce_ProgressBar.cpp +++ b/modules/juce_gui_basics/widgets/juce_ProgressBar.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ProgressBar.h b/modules/juce_gui_basics/widgets/juce_ProgressBar.h index dac383e11479b7e8909a0215048f950a8959f1b0..e6d9712dffb601163b0ccd64f43d19166d7f48b3 100644 --- a/modules/juce_gui_basics/widgets/juce_ProgressBar.h +++ b/modules/juce_gui_basics/widgets/juce_ProgressBar.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_Slider.cpp b/modules/juce_gui_basics/widgets/juce_Slider.cpp index 75c353fb12f31769a4dadc033e398027ed708378..b4d9d38131607fd3bea3fc5dae1828107e2c20da 100644 --- a/modules/juce_gui_basics/widgets/juce_Slider.cpp +++ b/modules/juce_gui_basics/widgets/juce_Slider.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_Slider.h b/modules/juce_gui_basics/widgets/juce_Slider.h index 2fe299293772cab839536496baa8cf9756cbe484..5b567935186fb933533fd894d54fcab621d4b246 100644 --- a/modules/juce_gui_basics/widgets/juce_Slider.h +++ b/modules/juce_gui_basics/widgets/juce_Slider.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_TableHeaderComponent.cpp b/modules/juce_gui_basics/widgets/juce_TableHeaderComponent.cpp index e0b595322e6b55456d4185293cfc44fd8426985a..0309219f4f2aa5f66918d2d71c865a944ecf8566 100644 --- a/modules/juce_gui_basics/widgets/juce_TableHeaderComponent.cpp +++ b/modules/juce_gui_basics/widgets/juce_TableHeaderComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_TableHeaderComponent.h b/modules/juce_gui_basics/widgets/juce_TableHeaderComponent.h index cf4af691f47a66803dbd0cfb536f4f0590586e04..5cbf7d1c8614aa4c47b5198252be616fa3dd47ff 100644 --- a/modules/juce_gui_basics/widgets/juce_TableHeaderComponent.h +++ b/modules/juce_gui_basics/widgets/juce_TableHeaderComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_TableListBox.cpp b/modules/juce_gui_basics/widgets/juce_TableListBox.cpp index 02b11a6cc0f6bb2080fd0ddbaa464d8735fa0114..6df551589627ae5e860c5155623c54137d5b3954 100644 --- a/modules/juce_gui_basics/widgets/juce_TableListBox.cpp +++ b/modules/juce_gui_basics/widgets/juce_TableListBox.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_TableListBox.h b/modules/juce_gui_basics/widgets/juce_TableListBox.h index 13f5f8438154931b229f9e990d8bbe53702b2988..fe60687c6c98da10aa7f005075caa2cbdd6fa876 100644 --- a/modules/juce_gui_basics/widgets/juce_TableListBox.h +++ b/modules/juce_gui_basics/widgets/juce_TableListBox.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_TextEditor.cpp b/modules/juce_gui_basics/widgets/juce_TextEditor.cpp index 7d52bbfe83f26f40485f288344739e1802cfade2..98f402f16da433fd97680eff0a88631b07d71b58 100644 --- a/modules/juce_gui_basics/widgets/juce_TextEditor.cpp +++ b/modules/juce_gui_basics/widgets/juce_TextEditor.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_TextEditor.h b/modules/juce_gui_basics/widgets/juce_TextEditor.h index 12246acf11c2f370b81fd878f27d2cf0afe1c693..6107158d0d81e0be3c3a87b872d2e7e39c789804 100644 --- a/modules/juce_gui_basics/widgets/juce_TextEditor.h +++ b/modules/juce_gui_basics/widgets/juce_TextEditor.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_Toolbar.cpp b/modules/juce_gui_basics/widgets/juce_Toolbar.cpp index f8c7fc53db98478975b8a4cce398a5f1bc8e3bff..308a3642a1e1558c17e8e50dbbf6ef0af6b688cf 100644 --- a/modules/juce_gui_basics/widgets/juce_Toolbar.cpp +++ b/modules/juce_gui_basics/widgets/juce_Toolbar.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_Toolbar.h b/modules/juce_gui_basics/widgets/juce_Toolbar.h index 8f24050d1addd9d88e394f1a5cf6f31ccf2cdbe8..dd096ac53bb2f8372c1d95c575404cc5fefe0a6c 100644 --- a/modules/juce_gui_basics/widgets/juce_Toolbar.h +++ b/modules/juce_gui_basics/widgets/juce_Toolbar.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ToolbarItemComponent.cpp b/modules/juce_gui_basics/widgets/juce_ToolbarItemComponent.cpp index 030426626efa2330fd1957ac0497a140e3441694..2026a115f959d62a360db6025f76247f838300fd 100644 --- a/modules/juce_gui_basics/widgets/juce_ToolbarItemComponent.cpp +++ b/modules/juce_gui_basics/widgets/juce_ToolbarItemComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ToolbarItemComponent.h b/modules/juce_gui_basics/widgets/juce_ToolbarItemComponent.h index a1464a93e5087dc40f77c97fb013bd8c21caf5ae..5be4e85c4314f3fd29820d91ac132716e41206a0 100644 --- a/modules/juce_gui_basics/widgets/juce_ToolbarItemComponent.h +++ b/modules/juce_gui_basics/widgets/juce_ToolbarItemComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ToolbarItemFactory.h b/modules/juce_gui_basics/widgets/juce_ToolbarItemFactory.h index 5b7a0f2aba6609874f2018d441ba479613007e94..92ff4eff83bb7effcf1137bac6bec46bfb327c4a 100644 --- a/modules/juce_gui_basics/widgets/juce_ToolbarItemFactory.h +++ b/modules/juce_gui_basics/widgets/juce_ToolbarItemFactory.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ToolbarItemPalette.cpp b/modules/juce_gui_basics/widgets/juce_ToolbarItemPalette.cpp index 99d810db7e743b6cbe5578d48840a8fb3dd3aa98..d4c36fc6be8dfb51b15d5dc9e7585f5e7b5478f7 100644 --- a/modules/juce_gui_basics/widgets/juce_ToolbarItemPalette.cpp +++ b/modules/juce_gui_basics/widgets/juce_ToolbarItemPalette.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_ToolbarItemPalette.h b/modules/juce_gui_basics/widgets/juce_ToolbarItemPalette.h index 33e4589e60b6523064386ff9c0d5c6c2696e7ca6..c029ed2e01b2b5016ee267addad688815f324e57 100644 --- a/modules/juce_gui_basics/widgets/juce_ToolbarItemPalette.h +++ b/modules/juce_gui_basics/widgets/juce_ToolbarItemPalette.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_TreeView.cpp b/modules/juce_gui_basics/widgets/juce_TreeView.cpp index a3d533991f67435e1f58527d5e94db0a2f57b758..015aa212bd1b0a0b464b05667c4a9763a7057380 100644 --- a/modules/juce_gui_basics/widgets/juce_TreeView.cpp +++ b/modules/juce_gui_basics/widgets/juce_TreeView.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/widgets/juce_TreeView.h b/modules/juce_gui_basics/widgets/juce_TreeView.h index e48b660956a3dd6367f38d5e22ab77ab59673d3c..0d8055ced12460a08b53d76a1d1522ba48476a45 100644 --- a/modules/juce_gui_basics/widgets/juce_TreeView.h +++ b/modules/juce_gui_basics/widgets/juce_TreeView.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_AlertWindow.cpp b/modules/juce_gui_basics/windows/juce_AlertWindow.cpp index 0c6287af2885d8406381f841a8d044a41d981ce2..190a499440dc6c30434bf8051165e72854c0b251 100644 --- a/modules/juce_gui_basics/windows/juce_AlertWindow.cpp +++ b/modules/juce_gui_basics/windows/juce_AlertWindow.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_AlertWindow.h b/modules/juce_gui_basics/windows/juce_AlertWindow.h index d6535a2c5299b71ab963f84a25ac429bc41523c2..1b234c439bdfd99f66367113e614b55c4527f2c3 100644 --- a/modules/juce_gui_basics/windows/juce_AlertWindow.h +++ b/modules/juce_gui_basics/windows/juce_AlertWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_CallOutBox.cpp b/modules/juce_gui_basics/windows/juce_CallOutBox.cpp index 82da4602dc2299858fc66869b8b94b0bf1bc5e9d..90bc1aeb74a6c0033ee183c97152801a8a96a9bb 100644 --- a/modules/juce_gui_basics/windows/juce_CallOutBox.cpp +++ b/modules/juce_gui_basics/windows/juce_CallOutBox.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_CallOutBox.h b/modules/juce_gui_basics/windows/juce_CallOutBox.h index aef1de678f42c31093037ad612beb478846e69a8..4857772ddec8521b7a12c303b20c95965263143c 100644 --- a/modules/juce_gui_basics/windows/juce_CallOutBox.h +++ b/modules/juce_gui_basics/windows/juce_CallOutBox.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_ComponentPeer.cpp b/modules/juce_gui_basics/windows/juce_ComponentPeer.cpp index 10c4e07c5be5c77f94c89886aecf70c0a1e1a13a..7c9f504c12facb37dff32abdc35ea165e94e595a 100644 --- a/modules/juce_gui_basics/windows/juce_ComponentPeer.cpp +++ b/modules/juce_gui_basics/windows/juce_ComponentPeer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_ComponentPeer.h b/modules/juce_gui_basics/windows/juce_ComponentPeer.h index 2d5debc7153f323f545ecdc85469c87a031822f2..3dacc095a7824bea8fb2698206d7734b762cc318 100644 --- a/modules/juce_gui_basics/windows/juce_ComponentPeer.h +++ b/modules/juce_gui_basics/windows/juce_ComponentPeer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_DialogWindow.cpp b/modules/juce_gui_basics/windows/juce_DialogWindow.cpp index e15d7890ad869dcf1c03ee0cea7616a0acd056dc..ea2675d59d417effa7b048a37347dc307d6b2199 100644 --- a/modules/juce_gui_basics/windows/juce_DialogWindow.cpp +++ b/modules/juce_gui_basics/windows/juce_DialogWindow.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_DialogWindow.h b/modules/juce_gui_basics/windows/juce_DialogWindow.h index 8b06a4d738759281a5978f66db205e96ec354021..a10211525792591817088bfa2c4c56f0fcccce24 100644 --- a/modules/juce_gui_basics/windows/juce_DialogWindow.h +++ b/modules/juce_gui_basics/windows/juce_DialogWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_DocumentWindow.cpp b/modules/juce_gui_basics/windows/juce_DocumentWindow.cpp index cd02332e4d192e245d3af233771ca0799745e88b..d5d434e0daf8e45282d54163b6d0e981b6affa27 100644 --- a/modules/juce_gui_basics/windows/juce_DocumentWindow.cpp +++ b/modules/juce_gui_basics/windows/juce_DocumentWindow.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_DocumentWindow.h b/modules/juce_gui_basics/windows/juce_DocumentWindow.h index 76fa3be4ba8f4ac983b32ad9a3f201df05991026..4fc4d076db3e44b18d092c8bc5c88790a64eb2b2 100644 --- a/modules/juce_gui_basics/windows/juce_DocumentWindow.h +++ b/modules/juce_gui_basics/windows/juce_DocumentWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_NativeMessageBox.h b/modules/juce_gui_basics/windows/juce_NativeMessageBox.h index fb0a1aff786f7cb6f5c9601d0334ded5e238a309..70b097a59f3401a3be2575d01c3ba48202e41e34 100644 --- a/modules/juce_gui_basics/windows/juce_NativeMessageBox.h +++ b/modules/juce_gui_basics/windows/juce_NativeMessageBox.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_ResizableWindow.cpp b/modules/juce_gui_basics/windows/juce_ResizableWindow.cpp index 4e6a9bdfb536a7610ff4c34dc8ff3bf05249dee2..e78d4d3300a66604b1a76d68614c0b426aa4b679 100644 --- a/modules/juce_gui_basics/windows/juce_ResizableWindow.cpp +++ b/modules/juce_gui_basics/windows/juce_ResizableWindow.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_ResizableWindow.h b/modules/juce_gui_basics/windows/juce_ResizableWindow.h index 086b368e3076a6fc0e85ca65340d49852f343627..d67303595c95ee7d54707dba52b9fa2af64546fc 100644 --- a/modules/juce_gui_basics/windows/juce_ResizableWindow.h +++ b/modules/juce_gui_basics/windows/juce_ResizableWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp b/modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp index 693db7fffee1e126570182dfd5b655461e9ab40d..b2d0d497ef0f3612279e1eafc18d26c85f2d8a97 100644 --- a/modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp +++ b/modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h b/modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h index b04ff8f20d6bbc48eb0ed06c82379d8b08aacbc3..91664e0c21b467f70c641fd47c38c07ed3f98961 100644 --- a/modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h +++ b/modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_TooltipWindow.cpp b/modules/juce_gui_basics/windows/juce_TooltipWindow.cpp index 771d3bbdd34d81e2115da84d90e5e62098d4a272..f062378493a1e9c9c5f66efec5dce6c947d6f802 100644 --- a/modules/juce_gui_basics/windows/juce_TooltipWindow.cpp +++ b/modules/juce_gui_basics/windows/juce_TooltipWindow.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_TooltipWindow.h b/modules/juce_gui_basics/windows/juce_TooltipWindow.h index 6592aea75cba33f58c07c679b5d2df6cdd98a978..f82cbf6a7ac70d54d9c8ab0b11212edef0c4bb3a 100644 --- a/modules/juce_gui_basics/windows/juce_TooltipWindow.h +++ b/modules/juce_gui_basics/windows/juce_TooltipWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp b/modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp index 5c836779e2549497ea4d46908c8c002aaafdbca7..75fe2f91f3ca47681079dead62fd69b5be295b9f 100644 --- a/modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp +++ b/modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_basics/windows/juce_TopLevelWindow.h b/modules/juce_gui_basics/windows/juce_TopLevelWindow.h index 2a4c54df1bed53eb837a19eae050d82e35bfa0e6..b11d90b2259a882f6b00276e4cf1548fb1556e75 100644 --- a/modules/juce_gui_basics/windows/juce_TopLevelWindow.h +++ b/modules/juce_gui_basics/windows/juce_TopLevelWindow.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniser.cpp b/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniser.cpp index 1e4bd97d984dc4a828cbaf092dffc20937988972..e6a7dcf0a3a5cb32d2c7f3d70a0a50f9f7df1b2c 100644 --- a/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniser.cpp +++ b/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniser.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniser.h b/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniser.h index 3928c7d097ff8f82f7ab929b9ec291b6cd381c3a..784bc2d50ec957659cbc336b69e44ccc196328d4 100644 --- a/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniser.h +++ b/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniser.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniserFunctions.h b/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniserFunctions.h index 970c5fb81d8e3ef7fd4f0aed63fa5413561662c2..896dc9e23107fe54b39c9a8d6bf442382fd4d987 100644 --- a/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniserFunctions.h +++ b/modules/juce_gui_extra/code_editor/juce_CPlusPlusCodeTokeniserFunctions.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/code_editor/juce_CodeDocument.cpp b/modules/juce_gui_extra/code_editor/juce_CodeDocument.cpp index 0f44bae2db872d2ab25d6f0f33df80d0cc03dccd..c4e32fbe5363ead9f842bbc1d0634a907ec936f6 100644 --- a/modules/juce_gui_extra/code_editor/juce_CodeDocument.cpp +++ b/modules/juce_gui_extra/code_editor/juce_CodeDocument.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/code_editor/juce_CodeDocument.h b/modules/juce_gui_extra/code_editor/juce_CodeDocument.h index efaf80fdc6d083bac92f5c0a5b12a25d01c348d9..21eda641557599219ef6eaf8232e7cbfc2e9036f 100644 --- a/modules/juce_gui_extra/code_editor/juce_CodeDocument.h +++ b/modules/juce_gui_extra/code_editor/juce_CodeDocument.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp b/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp index 5c04c6acd50329380b3fecad2b175b64fd42a654..11b28861bfa2a0c432d9588191755bfbd32fd834 100644 --- a/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp +++ b/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.h b/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.h index 7386bb3b285f9d9b9b80d280c07b8358b5c714a9..29617a1538ab70378536639478a9f0d20e469bf1 100644 --- a/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.h +++ b/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/code_editor/juce_CodeTokeniser.h b/modules/juce_gui_extra/code_editor/juce_CodeTokeniser.h index 552fd654401f6fe0e5367b7fe4badcf3130a4880..c398ae672de4d517541b167f89866bfbeb2b9e93 100644 --- a/modules/juce_gui_extra/code_editor/juce_CodeTokeniser.h +++ b/modules/juce_gui_extra/code_editor/juce_CodeTokeniser.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/code_editor/juce_LuaCodeTokeniser.cpp b/modules/juce_gui_extra/code_editor/juce_LuaCodeTokeniser.cpp index 2815d47d218bb923ded339302b9cfcb36ece741b..99a3dadaf69c619fb97e7305683bb8ec63619d27 100644 --- a/modules/juce_gui_extra/code_editor/juce_LuaCodeTokeniser.cpp +++ b/modules/juce_gui_extra/code_editor/juce_LuaCodeTokeniser.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/code_editor/juce_LuaCodeTokeniser.h b/modules/juce_gui_extra/code_editor/juce_LuaCodeTokeniser.h index 980af01146ab7d763b19935defd58af15cb73968..8e1f39a64d6b025c3999f13bd47ba55696060951 100644 --- a/modules/juce_gui_extra/code_editor/juce_LuaCodeTokeniser.h +++ b/modules/juce_gui_extra/code_editor/juce_LuaCodeTokeniser.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/code_editor/juce_XMLCodeTokeniser.cpp b/modules/juce_gui_extra/code_editor/juce_XMLCodeTokeniser.cpp index 7fbdb065dfab1779f8baa83d9a4590ca9dfd97cb..be04178fb09169ce8583e4c3762feda2e72afe06 100644 --- a/modules/juce_gui_extra/code_editor/juce_XMLCodeTokeniser.cpp +++ b/modules/juce_gui_extra/code_editor/juce_XMLCodeTokeniser.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/code_editor/juce_XMLCodeTokeniser.h b/modules/juce_gui_extra/code_editor/juce_XMLCodeTokeniser.h index 46bdac12660250e85a87dbbcb835ec10c1d3ccaf..0025c2b47d8b39db9b4082a04da87bd4e058be5e 100644 --- a/modules/juce_gui_extra/code_editor/juce_XMLCodeTokeniser.h +++ b/modules/juce_gui_extra/code_editor/juce_XMLCodeTokeniser.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/documents/juce_FileBasedDocument.cpp b/modules/juce_gui_extra/documents/juce_FileBasedDocument.cpp index 3ab3f80bea273ea566aba22f79a7725afa12c19b..aa4f64a63b6513787eb23938e237aae3f40e051c 100644 --- a/modules/juce_gui_extra/documents/juce_FileBasedDocument.cpp +++ b/modules/juce_gui_extra/documents/juce_FileBasedDocument.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/documents/juce_FileBasedDocument.h b/modules/juce_gui_extra/documents/juce_FileBasedDocument.h index 3288ceab650f5f61f2b8fd906f1187882d6d8628..8e929c7601b653da21614c9d87dac10c2ce17124 100644 --- a/modules/juce_gui_extra/documents/juce_FileBasedDocument.h +++ b/modules/juce_gui_extra/documents/juce_FileBasedDocument.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/embedding/juce_ActiveXControlComponent.h b/modules/juce_gui_extra/embedding/juce_ActiveXControlComponent.h index f3b080cf0f1b8d26a66ab4ca7b23ac887af45f16..9e240e13cd35501e83ac832722e0129bed95065d 100644 --- a/modules/juce_gui_extra/embedding/juce_ActiveXControlComponent.h +++ b/modules/juce_gui_extra/embedding/juce_ActiveXControlComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/embedding/juce_AndroidViewComponent.h b/modules/juce_gui_extra/embedding/juce_AndroidViewComponent.h index 5452f3ab9c75e861b5d2091d6e226f97f163eade..3de06939f6efa15eb5fc9b291599edcc3eecb3ad 100644 --- a/modules/juce_gui_extra/embedding/juce_AndroidViewComponent.h +++ b/modules/juce_gui_extra/embedding/juce_AndroidViewComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/embedding/juce_HWNDComponent.h b/modules/juce_gui_extra/embedding/juce_HWNDComponent.h index b1a8b01527e1aff9734bf07a59a2389f162e5562..34761652c0575c5f04d32ba17a181bf3ab59c615 100644 --- a/modules/juce_gui_extra/embedding/juce_HWNDComponent.h +++ b/modules/juce_gui_extra/embedding/juce_HWNDComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/embedding/juce_NSViewComponent.h b/modules/juce_gui_extra/embedding/juce_NSViewComponent.h index d0b6ab21853ba2749647319d48bdfede8b62e411..897cc5e6a3f8aad75004442958e05b4d10364b24 100644 --- a/modules/juce_gui_extra/embedding/juce_NSViewComponent.h +++ b/modules/juce_gui_extra/embedding/juce_NSViewComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/embedding/juce_ScopedDPIAwarenessDisabler.h b/modules/juce_gui_extra/embedding/juce_ScopedDPIAwarenessDisabler.h index d79d3951daffb5f34f0f541889fe3ce966a92903..cb9644b7820e2888c0f4c9ec34b78406ff79e1dc 100644 --- a/modules/juce_gui_extra/embedding/juce_ScopedDPIAwarenessDisabler.h +++ b/modules/juce_gui_extra/embedding/juce_ScopedDPIAwarenessDisabler.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/embedding/juce_UIViewComponent.h b/modules/juce_gui_extra/embedding/juce_UIViewComponent.h index c7366ec9f0cbf015c2fec19550a49bfaaca24695..357551b39c8904a4d7e0299250123c76cd2844f8 100644 --- a/modules/juce_gui_extra/embedding/juce_UIViewComponent.h +++ b/modules/juce_gui_extra/embedding/juce_UIViewComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/embedding/juce_XEmbedComponent.h b/modules/juce_gui_extra/embedding/juce_XEmbedComponent.h index c55540f34dba1af0b65e937e9c49138744b0ea9f..9eb8e97b6f0d5186c7d99809fa9002beb73e35e7 100644 --- a/modules/juce_gui_extra/embedding/juce_XEmbedComponent.h +++ b/modules/juce_gui_extra/embedding/juce_XEmbedComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/juce_gui_extra.cpp b/modules/juce_gui_extra/juce_gui_extra.cpp index b50f8dbad568ca0190a86956778b39177338e7e0..d4ebed7fd2b443dc8f31d4f31a37f54c7d3d6d7a 100644 --- a/modules/juce_gui_extra/juce_gui_extra.cpp +++ b/modules/juce_gui_extra/juce_gui_extra.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/juce_gui_extra.h b/modules/juce_gui_extra/juce_gui_extra.h index 42197895c47e413e2b85b9e1d890b3ed504c019d..822c1885e7e463657a12677989cf32175c9db7b4 100644 --- a/modules/juce_gui_extra/juce_gui_extra.h +++ b/modules/juce_gui_extra/juce_gui_extra.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/juce_gui_extra.mm b/modules/juce_gui_extra/juce_gui_extra.mm index 0e0a1b4e92a3aa15d5ff56ac89a2db40e2221e74..5a580dc0df7bb4830b875475a89d5a57be4bc6d3 100644 --- a/modules/juce_gui_extra/juce_gui_extra.mm +++ b/modules/juce_gui_extra/juce_gui_extra.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_AnimatedAppComponent.cpp b/modules/juce_gui_extra/misc/juce_AnimatedAppComponent.cpp index 818a6738814d54810c59e35cfaa7e23beb36dc79..70ea85573e234220dc78410cf41f3fa842665b69 100644 --- a/modules/juce_gui_extra/misc/juce_AnimatedAppComponent.cpp +++ b/modules/juce_gui_extra/misc/juce_AnimatedAppComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_AnimatedAppComponent.h b/modules/juce_gui_extra/misc/juce_AnimatedAppComponent.h index 00a540640746f6642ce28eef5966f9d097112513..34f63e1c4c3ae0f0cb9da6bbe4f0071991e01499 100644 --- a/modules/juce_gui_extra/misc/juce_AnimatedAppComponent.h +++ b/modules/juce_gui_extra/misc/juce_AnimatedAppComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_AppleRemote.h b/modules/juce_gui_extra/misc/juce_AppleRemote.h index ffefc5d4c00cea5b0f298216871d555591619080..41f22cc752c2d87e704fd4329c90e77d1a154cbb 100644 --- a/modules/juce_gui_extra/misc/juce_AppleRemote.h +++ b/modules/juce_gui_extra/misc/juce_AppleRemote.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_BubbleMessageComponent.cpp b/modules/juce_gui_extra/misc/juce_BubbleMessageComponent.cpp index 829dbe4569e71398557a1e88c2be66d1d39d6bae..3417689766dba6d01638ae75fc6f3d6c88068bd4 100644 --- a/modules/juce_gui_extra/misc/juce_BubbleMessageComponent.cpp +++ b/modules/juce_gui_extra/misc/juce_BubbleMessageComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_BubbleMessageComponent.h b/modules/juce_gui_extra/misc/juce_BubbleMessageComponent.h index 740524db06d65096bb10c5dce7e96479830030af..437db81b434e2ff2cb04a6ae53e5c5763c4e5a3e 100644 --- a/modules/juce_gui_extra/misc/juce_BubbleMessageComponent.h +++ b/modules/juce_gui_extra/misc/juce_BubbleMessageComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_ColourSelector.cpp b/modules/juce_gui_extra/misc/juce_ColourSelector.cpp index 3573bb53b642686b31f01bd3e72cc37a8243f3a5..ca7878945a711d63ea26f863414a00c4546ea15c 100644 --- a/modules/juce_gui_extra/misc/juce_ColourSelector.cpp +++ b/modules/juce_gui_extra/misc/juce_ColourSelector.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_ColourSelector.h b/modules/juce_gui_extra/misc/juce_ColourSelector.h index 1b93efab9a1642225e1d27bb2ba1b6a374ee70df..5804c94a85a48bdab12b79aff3703906bd6ec704 100644 --- a/modules/juce_gui_extra/misc/juce_ColourSelector.h +++ b/modules/juce_gui_extra/misc/juce_ColourSelector.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_KeyMappingEditorComponent.cpp b/modules/juce_gui_extra/misc/juce_KeyMappingEditorComponent.cpp index 5b4f00248e7e52f5c1ba7f7cd1a00f48e35a832d..7fff036e94ac0e9bd55686e8393ace8a68ca60d1 100644 --- a/modules/juce_gui_extra/misc/juce_KeyMappingEditorComponent.cpp +++ b/modules/juce_gui_extra/misc/juce_KeyMappingEditorComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_KeyMappingEditorComponent.h b/modules/juce_gui_extra/misc/juce_KeyMappingEditorComponent.h index bb1bf6eac8e0030c25cb56d64557732776ce541c..a9d80081e64799a4eaec94a9473516b3db505f64 100644 --- a/modules/juce_gui_extra/misc/juce_KeyMappingEditorComponent.h +++ b/modules/juce_gui_extra/misc/juce_KeyMappingEditorComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_LiveConstantEditor.cpp b/modules/juce_gui_extra/misc/juce_LiveConstantEditor.cpp index c49771d2bd90de2b402696687c426560b3ba2935..2631869a3df1ad2b9f389dd61e7c821c4c4a1a25 100644 --- a/modules/juce_gui_extra/misc/juce_LiveConstantEditor.cpp +++ b/modules/juce_gui_extra/misc/juce_LiveConstantEditor.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_LiveConstantEditor.h b/modules/juce_gui_extra/misc/juce_LiveConstantEditor.h index 1afb563aaa2d8e0853d267dca45fbf1810202983..a49bc01c67c850865cdc70a5ca145bec2b804119 100644 --- a/modules/juce_gui_extra/misc/juce_LiveConstantEditor.h +++ b/modules/juce_gui_extra/misc/juce_LiveConstantEditor.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_PreferencesPanel.cpp b/modules/juce_gui_extra/misc/juce_PreferencesPanel.cpp index e552530b480e043ac115071975c5e0a0ba160d8b..f3efdc347e7faa6fb4221ed3a2a6bebe0467fb83 100644 --- a/modules/juce_gui_extra/misc/juce_PreferencesPanel.cpp +++ b/modules/juce_gui_extra/misc/juce_PreferencesPanel.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_PreferencesPanel.h b/modules/juce_gui_extra/misc/juce_PreferencesPanel.h index 3218f86ef5f99b675793d16f0977d8113ba7198e..4ce8ab1e0431639de400017592600ac8fde2fd29 100644 --- a/modules/juce_gui_extra/misc/juce_PreferencesPanel.h +++ b/modules/juce_gui_extra/misc/juce_PreferencesPanel.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_PushNotifications.cpp b/modules/juce_gui_extra/misc/juce_PushNotifications.cpp index 172293ca2007a9f45e3672070a9622f0cef6d9e8..04b682e2bee638e6058c378a04e2f6ce49c9266e 100644 --- a/modules/juce_gui_extra/misc/juce_PushNotifications.cpp +++ b/modules/juce_gui_extra/misc/juce_PushNotifications.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_PushNotifications.h b/modules/juce_gui_extra/misc/juce_PushNotifications.h index e57d9aa003023d9c72a467739de429792b7167c7..f7f276f6ea4c3bd764f461ba3235e9fd00112645 100644 --- a/modules/juce_gui_extra/misc/juce_PushNotifications.h +++ b/modules/juce_gui_extra/misc/juce_PushNotifications.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_RecentlyOpenedFilesList.cpp b/modules/juce_gui_extra/misc/juce_RecentlyOpenedFilesList.cpp index fc17aa7c5cdd4e6c013f859281fc560eb470c075..9786c087588e58a2305cedaa62efdbee47b5a4de 100644 --- a/modules/juce_gui_extra/misc/juce_RecentlyOpenedFilesList.cpp +++ b/modules/juce_gui_extra/misc/juce_RecentlyOpenedFilesList.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_RecentlyOpenedFilesList.h b/modules/juce_gui_extra/misc/juce_RecentlyOpenedFilesList.h index 629d9411029f346e9685aa9b69fc1ed492efdf27..7d2208583ee4fbed0667e114df64635fcb536ee1 100644 --- a/modules/juce_gui_extra/misc/juce_RecentlyOpenedFilesList.h +++ b/modules/juce_gui_extra/misc/juce_RecentlyOpenedFilesList.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_SplashScreen.cpp b/modules/juce_gui_extra/misc/juce_SplashScreen.cpp index 49ae4c79229b5873dbf765c0bb5ca59f186214a1..04d3fbe16b26e7e3e6308f401dc3f729887980b3 100644 --- a/modules/juce_gui_extra/misc/juce_SplashScreen.cpp +++ b/modules/juce_gui_extra/misc/juce_SplashScreen.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_SplashScreen.h b/modules/juce_gui_extra/misc/juce_SplashScreen.h index 971817e5ce2458e2e37a1951e21834cab1838ae9..ccff70b791678f51f5f1967df36dbfd368dca512 100644 --- a/modules/juce_gui_extra/misc/juce_SplashScreen.h +++ b/modules/juce_gui_extra/misc/juce_SplashScreen.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.cpp b/modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.cpp index 79e37c277a6d89e14da9f77ccf5eee50bcbf2355..52cbf28b66bf1062c080cd2c255b0b11c8457f37 100644 --- a/modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.cpp +++ b/modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.h b/modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.h index 15184b866c53957e7ae70d15eb2b7d5aac713db8..b5241d5bdc3bc3d7798bc85ba9e97a24a64da388 100644 --- a/modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.h +++ b/modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/misc/juce_WebBrowserComponent.h b/modules/juce_gui_extra/misc/juce_WebBrowserComponent.h index 01c1492c5c1c603785228505931202fdd4183c7c..4d355251f8baadeac577b132e67934e9f35942ee 100644 --- a/modules/juce_gui_extra/misc/juce_WebBrowserComponent.h +++ b/modules/juce_gui_extra/misc/juce_WebBrowserComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/java/app/com/rmsl/juce/JuceWebView.java b/modules/juce_gui_extra/native/java/app/com/rmsl/juce/JuceWebView.java index 171a9a9e6bbc19464cc6251d73ce66c3f7bfd43b..8e3eb55e710bf2e2109cc53aa7f5eb9d23f7a0a1 100644 --- a/modules/juce_gui_extra/native/java/app/com/rmsl/juce/JuceWebView.java +++ b/modules/juce_gui_extra/native/java/app/com/rmsl/juce/JuceWebView.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/java/app/com/rmsl/juce/JuceWebView21.java b/modules/juce_gui_extra/native/java/app/com/rmsl/juce/JuceWebView21.java index 9dd4b53f1d9daac8d3f7534d2a4b170fa8297032..9f8cfa6939a1e90c4ff3c46e75ef584990619239 100644 --- a/modules/juce_gui_extra/native/java/app/com/rmsl/juce/JuceWebView21.java +++ b/modules/juce_gui_extra/native/java/app/com/rmsl/juce/JuceWebView21.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/javaopt/app/com/rmsl/juce/JuceFirebaseInstanceIdService.java b/modules/juce_gui_extra/native/javaopt/app/com/rmsl/juce/JuceFirebaseInstanceIdService.java index f6defbf1e2c84e14ec464a0b7bd4d06da4fd429e..f1656a7d69400285c243d0561d75bb3e22a31e87 100644 --- a/modules/juce_gui_extra/native/javaopt/app/com/rmsl/juce/JuceFirebaseInstanceIdService.java +++ b/modules/juce_gui_extra/native/javaopt/app/com/rmsl/juce/JuceFirebaseInstanceIdService.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/javaopt/app/com/rmsl/juce/JuceFirebaseMessagingService.java b/modules/juce_gui_extra/native/javaopt/app/com/rmsl/juce/JuceFirebaseMessagingService.java index b72412fe66f7d979375698d2a12208a39afe3370..13e8323eebba599ec3289a6491125bf83ee11582 100644 --- a/modules/juce_gui_extra/native/javaopt/app/com/rmsl/juce/JuceFirebaseMessagingService.java +++ b/modules/juce_gui_extra/native/javaopt/app/com/rmsl/juce/JuceFirebaseMessagingService.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_AndroidViewComponent.cpp b/modules/juce_gui_extra/native/juce_AndroidViewComponent.cpp index 8867c55ef6a867c4ad4e1eceb46dd1c69f011218..931a80dad8050e5ef8e610b3e77ad301bc818a4d 100644 --- a/modules/juce_gui_extra/native/juce_AndroidViewComponent.cpp +++ b/modules/juce_gui_extra/native/juce_AndroidViewComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_android_PushNotifications.cpp b/modules/juce_gui_extra/native/juce_android_PushNotifications.cpp index 646bb9f183a505243b21f7542d8290eb14d3e69c..e108081ee0f5ad385d0348962bdddd155be42d0c 100644 --- a/modules/juce_gui_extra/native/juce_android_PushNotifications.cpp +++ b/modules/juce_gui_extra/native/juce_android_PushNotifications.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_android_WebBrowserComponent.cpp b/modules/juce_gui_extra/native/juce_android_WebBrowserComponent.cpp index df86b8f2ba5ee3e5c74e4e9fd3d1d69954452d49..3f6236c4e59ab3e57c751c39cc8c5352879bda3c 100644 --- a/modules/juce_gui_extra/native/juce_android_WebBrowserComponent.cpp +++ b/modules/juce_gui_extra/native/juce_android_WebBrowserComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_ios_PushNotifications.cpp b/modules/juce_gui_extra/native/juce_ios_PushNotifications.cpp index 464007a1144164cfd461653dae416bfe621a9f98..5255d835af45b0d0e3afd3bd6f8341a121996b83 100644 --- a/modules/juce_gui_extra/native/juce_ios_PushNotifications.cpp +++ b/modules/juce_gui_extra/native/juce_ios_PushNotifications.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_ios_UIViewComponent.mm b/modules/juce_gui_extra/native/juce_ios_UIViewComponent.mm index 228fcf0c4cc72b512dc6dd7a16e7e5b332ced44d..c606cd3cd91bf8fc1a44fdcad2d84afc0c1eaba1 100644 --- a/modules/juce_gui_extra/native/juce_ios_UIViewComponent.mm +++ b/modules/juce_gui_extra/native/juce_ios_UIViewComponent.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_linux_X11_SystemTrayIcon.cpp b/modules/juce_gui_extra/native/juce_linux_X11_SystemTrayIcon.cpp index b6f3b9a48cb7935a159f27de121cd8f40b6f1ba6..d18a0c495f55d8e6dd41e69360b4ab799c711345 100644 --- a/modules/juce_gui_extra/native/juce_linux_X11_SystemTrayIcon.cpp +++ b/modules/juce_gui_extra/native/juce_linux_X11_SystemTrayIcon.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_linux_X11_WebBrowserComponent.cpp b/modules/juce_gui_extra/native/juce_linux_X11_WebBrowserComponent.cpp index 8c278022155a613303777ed8032c0104ec4fc429..eee4c2103819c67878fe89e436526cf6b9865015 100644 --- a/modules/juce_gui_extra/native/juce_linux_X11_WebBrowserComponent.cpp +++ b/modules/juce_gui_extra/native/juce_linux_X11_WebBrowserComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_linux_XEmbedComponent.cpp b/modules/juce_gui_extra/native/juce_linux_XEmbedComponent.cpp index 7705de893ada428e5fe176002005991f5463d814..2d97316768384609de355da10669eb85bfac9e47 100644 --- a/modules/juce_gui_extra/native/juce_linux_XEmbedComponent.cpp +++ b/modules/juce_gui_extra/native/juce_linux_XEmbedComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_mac_AppleRemote.mm b/modules/juce_gui_extra/native/juce_mac_AppleRemote.mm index 74a3c9d652cebc673a7f67e46b78d02a9125d2b3..6aef84355e596dd590e1a5735b1f87a68e2a910a 100644 --- a/modules/juce_gui_extra/native/juce_mac_AppleRemote.mm +++ b/modules/juce_gui_extra/native/juce_mac_AppleRemote.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_mac_CarbonViewWrapperComponent.h b/modules/juce_gui_extra/native/juce_mac_CarbonViewWrapperComponent.h index 05a4ebb6ca108db1a701a7aa96f0d64c744d493b..0e48ae840e8f72a431ee872f76659190ecc79fec 100644 --- a/modules/juce_gui_extra/native/juce_mac_CarbonViewWrapperComponent.h +++ b/modules/juce_gui_extra/native/juce_mac_CarbonViewWrapperComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_mac_NSViewComponent.mm b/modules/juce_gui_extra/native/juce_mac_NSViewComponent.mm index 8cbb97abb5d3c045e39a75d7c4ec63efb3ec581a..a4d997a8370772e40e7928908871f5ad98ad50dd 100644 --- a/modules/juce_gui_extra/native/juce_mac_NSViewComponent.mm +++ b/modules/juce_gui_extra/native/juce_mac_NSViewComponent.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_mac_PushNotifications.cpp b/modules/juce_gui_extra/native/juce_mac_PushNotifications.cpp index 30ed0edd53d760c4ff041e521eeca8ee01b7cc9a..49e0e3cf676d1d29477a82e80ecd0a026737214a 100644 --- a/modules/juce_gui_extra/native/juce_mac_PushNotifications.cpp +++ b/modules/juce_gui_extra/native/juce_mac_PushNotifications.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_mac_SystemTrayIcon.cpp b/modules/juce_gui_extra/native/juce_mac_SystemTrayIcon.cpp index e4d052bd1bfa18954b456f525dd25c236b8d9599..b92b3b37afc08ef412bfcfb9589900ab5a9c2e1e 100644 --- a/modules/juce_gui_extra/native/juce_mac_SystemTrayIcon.cpp +++ b/modules/juce_gui_extra/native/juce_mac_SystemTrayIcon.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_mac_WebBrowserComponent.mm b/modules/juce_gui_extra/native/juce_mac_WebBrowserComponent.mm index 39da45f80493ad29c3a60cdff09e265e658ffe2c..219370dba623318dd5d11bacfe29f21b5ce14c9f 100644 --- a/modules/juce_gui_extra/native/juce_mac_WebBrowserComponent.mm +++ b/modules/juce_gui_extra/native/juce_mac_WebBrowserComponent.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_win32_ActiveXComponent.cpp b/modules/juce_gui_extra/native/juce_win32_ActiveXComponent.cpp index d9fe7da12e6cf8ae1e10868287ff7d2b03b7234d..c5aacd484dae8f910aee78ed420e0222fc11e162 100644 --- a/modules/juce_gui_extra/native/juce_win32_ActiveXComponent.cpp +++ b/modules/juce_gui_extra/native/juce_win32_ActiveXComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_win32_HWNDComponent.cpp b/modules/juce_gui_extra/native/juce_win32_HWNDComponent.cpp index 7b9662943c48da4a52d16ea6e18c3286fa10d6e4..c4d6ef77eb95e19ea55ce732c40ad57af76ad7bb 100644 --- a/modules/juce_gui_extra/native/juce_win32_HWNDComponent.cpp +++ b/modules/juce_gui_extra/native/juce_win32_HWNDComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_win32_SystemTrayIcon.cpp b/modules/juce_gui_extra/native/juce_win32_SystemTrayIcon.cpp index 61102476a09738195b1a95f60a7aa1ea7b68d556..629d958a9f92d7f95e71717782b1c770669b3cb9 100644 --- a/modules/juce_gui_extra/native/juce_win32_SystemTrayIcon.cpp +++ b/modules/juce_gui_extra/native/juce_win32_SystemTrayIcon.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_gui_extra/native/juce_win32_WebBrowserComponent.cpp b/modules/juce_gui_extra/native/juce_win32_WebBrowserComponent.cpp index b664924f820d0653604a39a111406734b10819ee..630cac0b36653279865515a2c07670e88c04a0b7 100644 --- a/modules/juce_gui_extra/native/juce_win32_WebBrowserComponent.cpp +++ b/modules/juce_gui_extra/native/juce_win32_WebBrowserComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/geometry/juce_Draggable3DOrientation.h b/modules/juce_opengl/geometry/juce_Draggable3DOrientation.h index 5aca8bbadcc1114826d868b0056ce9a13521acfc..dacf7be7caf73c2c7f07c3e143cd4dd13b09249d 100644 --- a/modules/juce_opengl/geometry/juce_Draggable3DOrientation.h +++ b/modules/juce_opengl/geometry/juce_Draggable3DOrientation.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/geometry/juce_Matrix3D.h b/modules/juce_opengl/geometry/juce_Matrix3D.h index 2926ab019965e7cdfc379353f8a0c12adda81162..e796cd1499f04f73a7312f2b71f504ee43303a6a 100644 --- a/modules/juce_opengl/geometry/juce_Matrix3D.h +++ b/modules/juce_opengl/geometry/juce_Matrix3D.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/geometry/juce_Quaternion.h b/modules/juce_opengl/geometry/juce_Quaternion.h index 5058deac6a34172bc4134c787b185b7b7daff025..bf21a9c0dacc77d9f124b757c139d3f21ba32ab1 100644 --- a/modules/juce_opengl/geometry/juce_Quaternion.h +++ b/modules/juce_opengl/geometry/juce_Quaternion.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/geometry/juce_Vector3D.h b/modules/juce_opengl/geometry/juce_Vector3D.h index ee7c635390b9b8ac5c6e202b36ceff7f9e8eb764..13a6bb70f8bb7d3f58dd15ea4905756caf5fac52 100644 --- a/modules/juce_opengl/geometry/juce_Vector3D.h +++ b/modules/juce_opengl/geometry/juce_Vector3D.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/juce_opengl.cpp b/modules/juce_opengl/juce_opengl.cpp index be2b9cdab81f215215ad396e8122ee79846057ea..78beeee9f81cab27a55770da904537d49cc0ae7e 100644 --- a/modules/juce_opengl/juce_opengl.cpp +++ b/modules/juce_opengl/juce_opengl.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/juce_opengl.h b/modules/juce_opengl/juce_opengl.h index 42dd30c3b10204b4987d75b819d448bb2994458d..b6182da6e6e7e72088e0f82c5d77f43f5abac827 100644 --- a/modules/juce_opengl/juce_opengl.h +++ b/modules/juce_opengl/juce_opengl.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/juce_opengl.mm b/modules/juce_opengl/juce_opengl.mm index 5af36eb3074a51adaf391623126e848ff335e3e9..7f12aac6a90dc776843c8a197bcbeced8dd95394 100644 --- a/modules/juce_opengl/juce_opengl.mm +++ b/modules/juce_opengl/juce_opengl.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/native/java/app/com/rmsl/juce/JuceOpenGLView.java b/modules/juce_opengl/native/java/app/com/rmsl/juce/JuceOpenGLView.java index b3bc31ab463b9f04210f608997ca9eefd309794d..bd07caae6d26e1e6dfee836abb5dcfa44bec80ab 100644 --- a/modules/juce_opengl/native/java/app/com/rmsl/juce/JuceOpenGLView.java +++ b/modules/juce_opengl/native/java/app/com/rmsl/juce/JuceOpenGLView.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/native/juce_MissingGLDefinitions.h b/modules/juce_opengl/native/juce_MissingGLDefinitions.h index 82ba429e725cd597bf683cfbe00054bc3da2fd4b..c23ec097a3ae086801040699bd615dcbe1694857 100644 --- a/modules/juce_opengl/native/juce_MissingGLDefinitions.h +++ b/modules/juce_opengl/native/juce_MissingGLDefinitions.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/native/juce_OpenGLExtensions.h b/modules/juce_opengl/native/juce_OpenGLExtensions.h index 073a0dbf9b92332666a87e77464ffe51a7c597e1..e7eab9dbf2af762f50f880582ce65c01c5a165c5 100644 --- a/modules/juce_opengl/native/juce_OpenGLExtensions.h +++ b/modules/juce_opengl/native/juce_OpenGLExtensions.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/native/juce_OpenGL_android.h b/modules/juce_opengl/native/juce_OpenGL_android.h index 6e030836d4056e6cd6da316d8d4e2758533041b7..63a7d14a854bbb530df5f2959d40e79d00b3502e 100644 --- a/modules/juce_opengl/native/juce_OpenGL_android.h +++ b/modules/juce_opengl/native/juce_OpenGL_android.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/native/juce_OpenGL_ios.h b/modules/juce_opengl/native/juce_OpenGL_ios.h index a5d3f60cfc84bd76be8ac67fe5e704757f202eb2..ee8e5ac46f52ed0d9beffa074e339c4244635ac6 100644 --- a/modules/juce_opengl/native/juce_OpenGL_ios.h +++ b/modules/juce_opengl/native/juce_OpenGL_ios.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/native/juce_OpenGL_linux_X11.h b/modules/juce_opengl/native/juce_OpenGL_linux_X11.h index 5f79a24b6d6ba71765266f3b81599092a2cc3830..cd2367880722e0353b3d624f73dbf6ffff58edd3 100644 --- a/modules/juce_opengl/native/juce_OpenGL_linux_X11.h +++ b/modules/juce_opengl/native/juce_OpenGL_linux_X11.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/native/juce_OpenGL_osx.h b/modules/juce_opengl/native/juce_OpenGL_osx.h index ee7f1f34f2a60171d6398f7cccb8a33deed00520..3a7686bf58379b7fbba23c2bbc75181894ca2c93 100644 --- a/modules/juce_opengl/native/juce_OpenGL_osx.h +++ b/modules/juce_opengl/native/juce_OpenGL_osx.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/native/juce_OpenGL_win32.h b/modules/juce_opengl/native/juce_OpenGL_win32.h index bc6d8e7e8211fca17694dbf8619a22826ecf2f71..6106fce54628ac0003dfd8705e0f87bdba316286 100644 --- a/modules/juce_opengl/native/juce_OpenGL_win32.h +++ b/modules/juce_opengl/native/juce_OpenGL_win32.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLContext.cpp b/modules/juce_opengl/opengl/juce_OpenGLContext.cpp index 32dc3d6c8616a39da29ee9307673ed2f21116529..59910469b473c9e7dc55479708d602b746f3c04c 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLContext.cpp +++ b/modules/juce_opengl/opengl/juce_OpenGLContext.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLContext.h b/modules/juce_opengl/opengl/juce_OpenGLContext.h index 0a11770cbfafed8ace7788a022d741f7f066af56..f4ffd1258981c393b55bee0589ba72b4f256d841 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLContext.h +++ b/modules/juce_opengl/opengl/juce_OpenGLContext.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.cpp b/modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.cpp index b36b77481c3df1ebf492bd12e53f0ae7c15abb8b..2e5e3a0677c88ac6d03f4df5818028dea5d14267 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.cpp +++ b/modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.h b/modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.h index decb2d83d08b86419940d1d6176d01a41b772aad..14e0b6f1b607a577ef1d4a75b8c1d4c6b3f590a9 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.h +++ b/modules/juce_opengl/opengl/juce_OpenGLFrameBuffer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp b/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp index 4fe1a697c49a1804a38826e0704d92b87e179270..0c056356247aba9ae3c90b738e829c34033488f3 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp +++ b/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.h b/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.h index bfcd53e44d86df442bf4383bc997193c915fc17e..8e3123ade4459744da26fba535176e7e0ed90b67 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.h +++ b/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLHelpers.cpp b/modules/juce_opengl/opengl/juce_OpenGLHelpers.cpp index 4b91d1e1a6697d9392c423a2f36c7c84844dba25..97dc1f0b580e7905f29be807c3859a56128e502b 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLHelpers.cpp +++ b/modules/juce_opengl/opengl/juce_OpenGLHelpers.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLHelpers.h b/modules/juce_opengl/opengl/juce_OpenGLHelpers.h index 73a497eec6aaa23b38f9ec620b1edc4f649dfb88..cef11c2e5f6ec5861edf98875349330d2a8584e9 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLHelpers.h +++ b/modules/juce_opengl/opengl/juce_OpenGLHelpers.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLImage.cpp b/modules/juce_opengl/opengl/juce_OpenGLImage.cpp index 41ad159477917993a3cdeb8df63c37754b78d61a..716cec64734ebd7ef59d80a33ef790ad2f6fea01 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLImage.cpp +++ b/modules/juce_opengl/opengl/juce_OpenGLImage.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLImage.h b/modules/juce_opengl/opengl/juce_OpenGLImage.h index c4627d96bd6338415fd5cb38f730b0a14a41476d..1c4b50748a95d8bd127efb928140269397d544c1 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLImage.h +++ b/modules/juce_opengl/opengl/juce_OpenGLImage.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLPixelFormat.cpp b/modules/juce_opengl/opengl/juce_OpenGLPixelFormat.cpp index 2507114d2d5e51d3fb61124dd7b384a63bfe9662..168e09aba15b059aa4b31c764bdbb5b721869cf4 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLPixelFormat.cpp +++ b/modules/juce_opengl/opengl/juce_OpenGLPixelFormat.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLPixelFormat.h b/modules/juce_opengl/opengl/juce_OpenGLPixelFormat.h index 76eb626f6fd18dc084cb17bbbf17e4b001d0a699..220280495b92cb9a8333a1e98793c213af510057 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLPixelFormat.h +++ b/modules/juce_opengl/opengl/juce_OpenGLPixelFormat.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLRenderer.h b/modules/juce_opengl/opengl/juce_OpenGLRenderer.h index 6570d5ffe6e54a5109fa240d92b63d2ed0dc0389..88ce6484395b3d32aa238a4ffe49c9792be0419b 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLRenderer.h +++ b/modules/juce_opengl/opengl/juce_OpenGLRenderer.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLShaderProgram.cpp b/modules/juce_opengl/opengl/juce_OpenGLShaderProgram.cpp index ba870ca403b17d41a936a407df89c0c98d62bc05..c9734242e2471fb2314510dcb4268445b9733a1b 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLShaderProgram.cpp +++ b/modules/juce_opengl/opengl/juce_OpenGLShaderProgram.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLShaderProgram.h b/modules/juce_opengl/opengl/juce_OpenGLShaderProgram.h index c8ec1fca219c65fcbae268e7f667761a607497d2..de48201404a623fdc2e3748f5d1b409e4e52efaa 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLShaderProgram.h +++ b/modules/juce_opengl/opengl/juce_OpenGLShaderProgram.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLTexture.cpp b/modules/juce_opengl/opengl/juce_OpenGLTexture.cpp index 477c27104608a32631e2e8bea02d13727ea58490..67ebf218bcdf98e70690430bd8cdd2e16da19b43 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLTexture.cpp +++ b/modules/juce_opengl/opengl/juce_OpenGLTexture.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/opengl/juce_OpenGLTexture.h b/modules/juce_opengl/opengl/juce_OpenGLTexture.h index 35c29339e3a446ec55a25379c3867fa3fcd31d11..1a2916ddab96fee3fc3ba9bc581eb12fdd8b2ede 100644 --- a/modules/juce_opengl/opengl/juce_OpenGLTexture.h +++ b/modules/juce_opengl/opengl/juce_OpenGLTexture.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/utils/juce_OpenGLAppComponent.cpp b/modules/juce_opengl/utils/juce_OpenGLAppComponent.cpp index 37defd2e676732ca9dcee17ddfcd3f0d6f4b7f44..d3fae9e2c1be74d5c3a45009da2c6f67af22bb6b 100644 --- a/modules/juce_opengl/utils/juce_OpenGLAppComponent.cpp +++ b/modules/juce_opengl/utils/juce_OpenGLAppComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_opengl/utils/juce_OpenGLAppComponent.h b/modules/juce_opengl/utils/juce_OpenGLAppComponent.h index 2a65107e3d184ce9d8fc0d5fc649c2e931c2342f..5dd877c694ff2716b9de5c1a1f38c995c441fe44 100644 --- a/modules/juce_opengl/utils/juce_OpenGLAppComponent.h +++ b/modules/juce_opengl/utils/juce_OpenGLAppComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/juce_osc.cpp b/modules/juce_osc/juce_osc.cpp index 0da988b3e67637b5b34c7f7a007b72b75e606adc..0e7060e236ba6f51fd0cb027f819544a1d8d76f7 100644 --- a/modules/juce_osc/juce_osc.cpp +++ b/modules/juce_osc/juce_osc.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/juce_osc.h b/modules/juce_osc/juce_osc.h index 234be172c3706e691fc98938ede5a954e768378e..32b7d098b7dd3dad16a3bd7e801cac03029ad31a 100644 --- a/modules/juce_osc/juce_osc.h +++ b/modules/juce_osc/juce_osc.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCAddress.cpp b/modules/juce_osc/osc/juce_OSCAddress.cpp index 108dd043b8fee50979549e2d6f101c282d56a524..79efc422c5c9ad198db1349dd7f966111382becb 100644 --- a/modules/juce_osc/osc/juce_OSCAddress.cpp +++ b/modules/juce_osc/osc/juce_OSCAddress.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCAddress.h b/modules/juce_osc/osc/juce_OSCAddress.h index bf73e2f6a03fec1a909c40ae9c5ce85bd93e94f6..e9ba7effa1d2f8a51c9ca2c847835d8560e34415 100644 --- a/modules/juce_osc/osc/juce_OSCAddress.h +++ b/modules/juce_osc/osc/juce_OSCAddress.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCArgument.cpp b/modules/juce_osc/osc/juce_OSCArgument.cpp index fb251430e0164bcaf1d91c5a728e27a5c718a639..442b9eaace30c87a4438e4e4534bd4a007af2d6b 100644 --- a/modules/juce_osc/osc/juce_OSCArgument.cpp +++ b/modules/juce_osc/osc/juce_OSCArgument.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCArgument.h b/modules/juce_osc/osc/juce_OSCArgument.h index d3469bb8019ca8c2e4cc616c782b47db9428dd01..20b9248bb97b16674e4a645c63483f30f468502c 100644 --- a/modules/juce_osc/osc/juce_OSCArgument.h +++ b/modules/juce_osc/osc/juce_OSCArgument.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCBundle.cpp b/modules/juce_osc/osc/juce_OSCBundle.cpp index ee1b6d5b640841ae8c0686f4a45f10e636fc9e56..56485de5d1ed4e5654517549cadb7c649cfb4d24 100644 --- a/modules/juce_osc/osc/juce_OSCBundle.cpp +++ b/modules/juce_osc/osc/juce_OSCBundle.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCBundle.h b/modules/juce_osc/osc/juce_OSCBundle.h index 293c26a305b3e9fdbdde050df9408ac2743c1d1c..42ca2ee6bf3251d4ebf4cec07c7eacaefe210c53 100644 --- a/modules/juce_osc/osc/juce_OSCBundle.h +++ b/modules/juce_osc/osc/juce_OSCBundle.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCMessage.cpp b/modules/juce_osc/osc/juce_OSCMessage.cpp index c06f315d0a43520e2e92a693c3a6dc3e78d23228..b6de5e13abee7a9d3c437d883e4ac9bf32e30ddf 100644 --- a/modules/juce_osc/osc/juce_OSCMessage.cpp +++ b/modules/juce_osc/osc/juce_OSCMessage.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCMessage.h b/modules/juce_osc/osc/juce_OSCMessage.h index 78d5520e32e05efe41d7296b9ac86029d95a8df0..de335478b9d1f102c636af7246e97f8be13ba8d4 100644 --- a/modules/juce_osc/osc/juce_OSCMessage.h +++ b/modules/juce_osc/osc/juce_OSCMessage.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCReceiver.cpp b/modules/juce_osc/osc/juce_OSCReceiver.cpp index 86d145ebc651b44e9e91829b6586f7409088044f..e9426385f2cf0c7df2b5bbca082d577639b551fc 100644 --- a/modules/juce_osc/osc/juce_OSCReceiver.cpp +++ b/modules/juce_osc/osc/juce_OSCReceiver.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCReceiver.h b/modules/juce_osc/osc/juce_OSCReceiver.h index 45b821ab64bfc65ef851f5339ea0b31284585c1e..2f6ff9e91d371c9bb95a7a6915b3bdbf4de2d7b7 100644 --- a/modules/juce_osc/osc/juce_OSCReceiver.h +++ b/modules/juce_osc/osc/juce_OSCReceiver.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCSender.cpp b/modules/juce_osc/osc/juce_OSCSender.cpp index 869f128e7b361d3fc1f0537a2663d803ee50ae19..527a3290e786357967c079397a9f27b89245179e 100644 --- a/modules/juce_osc/osc/juce_OSCSender.cpp +++ b/modules/juce_osc/osc/juce_OSCSender.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCSender.h b/modules/juce_osc/osc/juce_OSCSender.h index b671e4dc062943298edd2e419569e1afd7c1acbf..e118028c7a79c12eb7d5e8324c7cb8b81c9121c4 100644 --- a/modules/juce_osc/osc/juce_OSCSender.h +++ b/modules/juce_osc/osc/juce_OSCSender.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCTimeTag.cpp b/modules/juce_osc/osc/juce_OSCTimeTag.cpp index c392ee7f3d3a682ee5f0e5e127138920a5fe64bd..857c2ea28bcef16df5f6fd6fc5594fe291c508a4 100644 --- a/modules/juce_osc/osc/juce_OSCTimeTag.cpp +++ b/modules/juce_osc/osc/juce_OSCTimeTag.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCTimeTag.h b/modules/juce_osc/osc/juce_OSCTimeTag.h index 55babb29d5b6ff25a23a79a2edc1b91e1fb4aa3a..e00f72f99cd27ce4ba49438928490dbee94a05da 100644 --- a/modules/juce_osc/osc/juce_OSCTimeTag.h +++ b/modules/juce_osc/osc/juce_OSCTimeTag.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCTypes.cpp b/modules/juce_osc/osc/juce_OSCTypes.cpp index cd29cb5b56b944d68315b3d0ca2353c2cf827463..beeed49261ede4d320842c1877ed0e076f5fba7f 100644 --- a/modules/juce_osc/osc/juce_OSCTypes.cpp +++ b/modules/juce_osc/osc/juce_OSCTypes.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_osc/osc/juce_OSCTypes.h b/modules/juce_osc/osc/juce_OSCTypes.h index a82ca62c9bdfc20ec78ce42430ad347500ffc471..759793d5982132eda47812b292ec78726420975b 100644 --- a/modules/juce_osc/osc/juce_OSCTypes.h +++ b/modules/juce_osc/osc/juce_OSCTypes.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/in_app_purchases/juce_InAppPurchases.cpp b/modules/juce_product_unlocking/in_app_purchases/juce_InAppPurchases.cpp index 1ed83922e038d4bfa4e3dc567c52729817f52e7a..a021e11cc30b3b01f7390d0932b204f2058a9d59 100644 --- a/modules/juce_product_unlocking/in_app_purchases/juce_InAppPurchases.cpp +++ b/modules/juce_product_unlocking/in_app_purchases/juce_InAppPurchases.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/in_app_purchases/juce_InAppPurchases.h b/modules/juce_product_unlocking/in_app_purchases/juce_InAppPurchases.h index 5dddab91e97e6d4288b64d39d8e136e356ab5028..6dcaa09b347fb7bd949f2939b67fd1bb6c643b36 100644 --- a/modules/juce_product_unlocking/in_app_purchases/juce_InAppPurchases.h +++ b/modules/juce_product_unlocking/in_app_purchases/juce_InAppPurchases.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/juce_product_unlocking.cpp b/modules/juce_product_unlocking/juce_product_unlocking.cpp index 7329b9f0ad319539c4fe6994505fae1bf77d58cd..27b2d3a35b9473b919f3be271cec391cecc79f44 100644 --- a/modules/juce_product_unlocking/juce_product_unlocking.cpp +++ b/modules/juce_product_unlocking/juce_product_unlocking.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/juce_product_unlocking.h b/modules/juce_product_unlocking/juce_product_unlocking.h index 798bf43b065fb3dce8b61040a27cbac0dc6e4569..5720c7216feacb49b6b9505dd573c59bddf5efd6 100644 --- a/modules/juce_product_unlocking/juce_product_unlocking.h +++ b/modules/juce_product_unlocking/juce_product_unlocking.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/juce_product_unlocking.mm b/modules/juce_product_unlocking/juce_product_unlocking.mm index 98ee4aa0116dde902d4d68d31458ea4692174b47..1a88d06bb42da7ee0b91941acf6ee801358899e6 100644 --- a/modules/juce_product_unlocking/juce_product_unlocking.mm +++ b/modules/juce_product_unlocking/juce_product_unlocking.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/marketplace/juce_KeyFileGeneration.h b/modules/juce_product_unlocking/marketplace/juce_KeyFileGeneration.h index b55092b8d12b03121a35f7119fb038aedee49e1a..abe0e2414e75a972dc40af5f519fe9855a04400a 100644 --- a/modules/juce_product_unlocking/marketplace/juce_KeyFileGeneration.h +++ b/modules/juce_product_unlocking/marketplace/juce_KeyFileGeneration.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.cpp b/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.cpp index e85b80ed5c1dab574570c1b0ed81a3470fa1103a..8060740a71b781026e966c245cca4d101b6144c8 100644 --- a/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.cpp +++ b/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.h b/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.h index 24f214c0cea59c0f60db530b64ea15ec0929abf8..97d31d136ab9d3fb994a522caad6073f0fe71d12 100644 --- a/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.h +++ b/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockForm.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.cpp b/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.cpp index 18efaac281a9c2a80f7db887d5a3a85ee23eab02..4fb324ba7d06f06f1cb99b9de8361025a65bbba0 100644 --- a/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.cpp +++ b/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.h b/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.h index 5a6d84f0191e691164295aebb3e15e739ef04e81..aa6853cdadc2e3eacd6631945f4641e4f3e5edf4 100644 --- a/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.h +++ b/modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.cpp b/modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.cpp index 6b3316c824df3950b0366368f86a2147a8eb6c0f..e003fe3cc85727518da9b47e54c073915668e93f 100644 --- a/modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.cpp +++ b/modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.h b/modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.h index 66a8ade2bd9750f1326ad6fc63b1d30d04ea4196..9535131aa8f98e346aea8fef213f92b1362c8306 100644 --- a/modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.h +++ b/modules/juce_product_unlocking/marketplace/juce_TracktionMarketplaceStatus.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/native/javaopt/app/com/rmsl/juce/JuceBillingClient.java b/modules/juce_product_unlocking/native/javaopt/app/com/rmsl/juce/JuceBillingClient.java index 20defcb4a01818e630348fd005b96333d56f95c4..656d783bba78fcad99eb37e870f4c32e414c0d1e 100644 --- a/modules/juce_product_unlocking/native/javaopt/app/com/rmsl/juce/JuceBillingClient.java +++ b/modules/juce_product_unlocking/native/javaopt/app/com/rmsl/juce/JuceBillingClient.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/native/juce_android_InAppPurchases.cpp b/modules/juce_product_unlocking/native/juce_android_InAppPurchases.cpp index 0916ff1538fc801a13fb8261263a7fd1f7f8b2c9..d2c635918fb894398de7ce4ca0ea7f3d5fab4e12 100644 --- a/modules/juce_product_unlocking/native/juce_android_InAppPurchases.cpp +++ b/modules/juce_product_unlocking/native/juce_android_InAppPurchases.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_product_unlocking/native/juce_ios_InAppPurchases.cpp b/modules/juce_product_unlocking/native/juce_ios_InAppPurchases.cpp index 3108d519a76ac196ee9988a227b50dbf6dd30584..ca6fffb5d4694f2a2af5115f99d6dc8b7e638d89 100644 --- a/modules/juce_product_unlocking/native/juce_ios_InAppPurchases.cpp +++ b/modules/juce_product_unlocking/native/juce_ios_InAppPurchases.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/capture/juce_CameraDevice.cpp b/modules/juce_video/capture/juce_CameraDevice.cpp index 0c3596c788fa4f3d9c077d3e0fff919e9408a7cb..a9d76008aa9e0b7582e3c494de3ebcc868243541 100644 --- a/modules/juce_video/capture/juce_CameraDevice.cpp +++ b/modules/juce_video/capture/juce_CameraDevice.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/capture/juce_CameraDevice.h b/modules/juce_video/capture/juce_CameraDevice.h index 61b60502abe69efa341ab8fd0b5847eb8c9afa87..302b01aca5c6c773ed86bc525364462f54d87384 100644 --- a/modules/juce_video/capture/juce_CameraDevice.h +++ b/modules/juce_video/capture/juce_CameraDevice.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/juce_video.cpp b/modules/juce_video/juce_video.cpp index 6888f2618e3efff2d1679274aea3cc430d5c4564..f7df267db605a90d41cbc33d37e76e5158006682 100644 --- a/modules/juce_video/juce_video.cpp +++ b/modules/juce_video/juce_video.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/juce_video.h b/modules/juce_video/juce_video.h index ff7114c74cba1851c6bbaeef693265b028d1faa8..401822b9b842029c022956f395a256331a0b14b6 100644 --- a/modules/juce_video/juce_video.h +++ b/modules/juce_video/juce_video.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/juce_video.mm b/modules/juce_video/juce_video.mm index e62cc8a0e8863534a526dbb199492fc8739d7c6f..0903e8b66b642574e73862e9ec8876de7f78e22c 100644 --- a/modules/juce_video/juce_video.mm +++ b/modules/juce_video/juce_video.mm @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/java/app/com/rmsl/juce/CameraCaptureSessionCaptureCallback.java b/modules/juce_video/native/java/app/com/rmsl/juce/CameraCaptureSessionCaptureCallback.java index 11d986cddab61f7d86f6747aceeabe502707e661..5d3fff6545a9b504b05f5efd6d38ff6594730468 100644 --- a/modules/juce_video/native/java/app/com/rmsl/juce/CameraCaptureSessionCaptureCallback.java +++ b/modules/juce_video/native/java/app/com/rmsl/juce/CameraCaptureSessionCaptureCallback.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/java/app/com/rmsl/juce/CameraCaptureSessionStateCallback.java b/modules/juce_video/native/java/app/com/rmsl/juce/CameraCaptureSessionStateCallback.java index c08a2f5506c8909685358d316efc070f04ca5f26..e6cbe28f62691299ac076d1c5b4fc978fb779112 100644 --- a/modules/juce_video/native/java/app/com/rmsl/juce/CameraCaptureSessionStateCallback.java +++ b/modules/juce_video/native/java/app/com/rmsl/juce/CameraCaptureSessionStateCallback.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/java/app/com/rmsl/juce/CameraDeviceStateCallback.java b/modules/juce_video/native/java/app/com/rmsl/juce/CameraDeviceStateCallback.java index 510cd24cd8f67df7c2f024e82bd767e196573c7e..b3493e5f9f417caacabe895a21be17df34f24935 100644 --- a/modules/juce_video/native/java/app/com/rmsl/juce/CameraDeviceStateCallback.java +++ b/modules/juce_video/native/java/app/com/rmsl/juce/CameraDeviceStateCallback.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/java/app/com/rmsl/juce/JuceOrientationEventListener.java b/modules/juce_video/native/java/app/com/rmsl/juce/JuceOrientationEventListener.java index 1a478abf582fd654a679eada4622091f18da8975..6b4de807c6107d7c3444892454532b547d98ea4d 100644 --- a/modules/juce_video/native/java/app/com/rmsl/juce/JuceOrientationEventListener.java +++ b/modules/juce_video/native/java/app/com/rmsl/juce/JuceOrientationEventListener.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/java/app/com/rmsl/juce/MediaControllerCallback.java b/modules/juce_video/native/java/app/com/rmsl/juce/MediaControllerCallback.java index 2862f65d7629864badc7c1d516358729ef6d129e..f8a395089a6491c625de0d1e434f193994f6ef2f 100644 --- a/modules/juce_video/native/java/app/com/rmsl/juce/MediaControllerCallback.java +++ b/modules/juce_video/native/java/app/com/rmsl/juce/MediaControllerCallback.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/java/app/com/rmsl/juce/MediaSessionCallback.java b/modules/juce_video/native/java/app/com/rmsl/juce/MediaSessionCallback.java index a637c199b0f1355e135c9cdf80a2b46af5415b1a..f5ba7dd9fcaa38be5e845bca43985a2eeead0e27 100644 --- a/modules/juce_video/native/java/app/com/rmsl/juce/MediaSessionCallback.java +++ b/modules/juce_video/native/java/app/com/rmsl/juce/MediaSessionCallback.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/java/app/com/rmsl/juce/SystemVolumeObserver.java b/modules/juce_video/native/java/app/com/rmsl/juce/SystemVolumeObserver.java index ed06991826917686979039356123492bf1013a74..5e509f4b5289fdb02058dc48401a47566d1cac06 100644 --- a/modules/juce_video/native/java/app/com/rmsl/juce/SystemVolumeObserver.java +++ b/modules/juce_video/native/java/app/com/rmsl/juce/SystemVolumeObserver.java @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/juce_android_CameraDevice.h b/modules/juce_video/native/juce_android_CameraDevice.h index 8486dbcb8a6674b2d9b02df8249f836a2e5caa9c..f46f248fdc287459f3489057102f75a54963c604 100644 --- a/modules/juce_video/native/juce_android_CameraDevice.h +++ b/modules/juce_video/native/juce_android_CameraDevice.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/juce_android_Video.h b/modules/juce_video/native/juce_android_Video.h index 5ae8c9ceec03db4017010519f3f17818a4d3f3f7..925eb9efa29559c071049cb1d199eb2a2113d62c 100644 --- a/modules/juce_video/native/juce_android_Video.h +++ b/modules/juce_video/native/juce_android_Video.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/juce_ios_CameraDevice.h b/modules/juce_video/native/juce_ios_CameraDevice.h index c85393e19111af098bc5932f04cb81ab4ab6a2ce..17ffce0c466c17ac4bacbf435c7a96d8ec5065b2 100644 --- a/modules/juce_video/native/juce_ios_CameraDevice.h +++ b/modules/juce_video/native/juce_ios_CameraDevice.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/juce_mac_CameraDevice.h b/modules/juce_video/native/juce_mac_CameraDevice.h index e27fd396309bda955ec91c375fca3d69ce868023..c91d7c10cee1ab0215358231f5cd33fa6c96f296 100644 --- a/modules/juce_video/native/juce_mac_CameraDevice.h +++ b/modules/juce_video/native/juce_mac_CameraDevice.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/juce_mac_Video.h b/modules/juce_video/native/juce_mac_Video.h index dbdd5433e110bb7e3d37efcb465534e182b68bdd..c9505ad2e0861900b1ebe730cf3f0af4ec96762b 100644 --- a/modules/juce_video/native/juce_mac_Video.h +++ b/modules/juce_video/native/juce_mac_Video.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/juce_win32_CameraDevice.h b/modules/juce_video/native/juce_win32_CameraDevice.h index 3abbc11a3ec9f82f121dfdbb1dfceb820fb69ca2..f91ac025fa2e16c8bb13208042b5440364cee050 100644 --- a/modules/juce_video/native/juce_win32_CameraDevice.h +++ b/modules/juce_video/native/juce_win32_CameraDevice.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/native/juce_win32_Video.h b/modules/juce_video/native/juce_win32_Video.h index 20547a7f24a9c416403353abc30a32acfed79efd..fab72585f41ed6858bb649796ca34b82ed9fd103 100644 --- a/modules/juce_video/native/juce_win32_Video.h +++ b/modules/juce_video/native/juce_win32_Video.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/playback/juce_VideoComponent.cpp b/modules/juce_video/playback/juce_VideoComponent.cpp index 8bca5c325f2e6d9a307832a1ce044bc1fcbd1696..3906593819f6fd90e3c2047fb3ba2534a3d182dd 100644 --- a/modules/juce_video/playback/juce_VideoComponent.cpp +++ b/modules/juce_video/playback/juce_VideoComponent.cpp @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE diff --git a/modules/juce_video/playback/juce_VideoComponent.h b/modules/juce_video/playback/juce_VideoComponent.h index 297b0f3d270db843032797a3651ae1afb45d3b02..d325aa175d740c5565192ec21fae3775c4989bb3 100644 --- a/modules/juce_video/playback/juce_VideoComponent.h +++ b/modules/juce_video/playback/juce_VideoComponent.h @@ -1,13 +1,20 @@ /* ============================================================================== - This file is part of the JUCE 6 technical preview. + This file is part of the JUCE library. Copyright (c) 2020 - 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 this technical preview, this file is not subject to commercial licensing. + 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). JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE