diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86eeeff64e..4e91942f4b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,7 +73,7 @@ set_directory_properties(PROPERTIES
JUCE_COMPANY_NAME "JUCE"
JUCE_COMPANY_WEBSITE "https://juce.com"
JUCE_COMPANY_EMAIL "info@juce.com"
- JUCE_COMPANY_COPYRIGHT "Copyright (c) 2020 - Raw Material Software Limited")
+ JUCE_COMPANY_COPYRIGHT "Copyright (c) - Raw Material Software Limited")
option(JUCE_COPY_PLUGIN_AFTER_BUILD
"Whether or not plugins should be installed to the system after building" OFF)
diff --git a/examples/DemoRunner/Builds/MacOSX/Info-App.plist b/examples/DemoRunner/Builds/MacOSX/Info-App.plist
index 703b5e1aba..c2655e47a6 100644
--- a/examples/DemoRunner/Builds/MacOSX/Info-App.plist
+++ b/examples/DemoRunner/Builds/MacOSX/Info-App.plist
@@ -28,7 +28,7 @@
CFBundleVersion
8.0.0
NSHumanReadableCopyright
- Copyright (c) 2020 - Raw Material Software Limited
+ Copyright (c) - Raw Material Software Limited
NSHighResolutionCapable
LSApplicationCategoryType
diff --git a/examples/DemoRunner/Builds/VisualStudio2017/resources.rc b/examples/DemoRunner/Builds/VisualStudio2017/resources.rc
index 1a825fa6a9..e7abfd70bc 100644
--- a/examples/DemoRunner/Builds/VisualStudio2017/resources.rc
+++ b/examples/DemoRunner/Builds/VisualStudio2017/resources.rc
@@ -16,7 +16,7 @@ BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Raw Material Software Limited\0"
- VALUE "LegalCopyright", "Copyright (c) 2020 - Raw Material Software Limited\0"
+ VALUE "LegalCopyright", "Copyright (c) - Raw Material Software Limited\0"
VALUE "FileDescription", "DemoRunner\0"
VALUE "FileVersion", "8.0.0\0"
VALUE "ProductName", "DemoRunner\0"
diff --git a/examples/DemoRunner/Builds/VisualStudio2019/resources.rc b/examples/DemoRunner/Builds/VisualStudio2019/resources.rc
index 1a825fa6a9..e7abfd70bc 100644
--- a/examples/DemoRunner/Builds/VisualStudio2019/resources.rc
+++ b/examples/DemoRunner/Builds/VisualStudio2019/resources.rc
@@ -16,7 +16,7 @@ BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Raw Material Software Limited\0"
- VALUE "LegalCopyright", "Copyright (c) 2020 - Raw Material Software Limited\0"
+ VALUE "LegalCopyright", "Copyright (c) - Raw Material Software Limited\0"
VALUE "FileDescription", "DemoRunner\0"
VALUE "FileVersion", "8.0.0\0"
VALUE "ProductName", "DemoRunner\0"
diff --git a/examples/DemoRunner/Builds/VisualStudio2022/resources.rc b/examples/DemoRunner/Builds/VisualStudio2022/resources.rc
index 1a825fa6a9..e7abfd70bc 100644
--- a/examples/DemoRunner/Builds/VisualStudio2022/resources.rc
+++ b/examples/DemoRunner/Builds/VisualStudio2022/resources.rc
@@ -16,7 +16,7 @@ BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Raw Material Software Limited\0"
- VALUE "LegalCopyright", "Copyright (c) 2020 - Raw Material Software Limited\0"
+ VALUE "LegalCopyright", "Copyright (c) - Raw Material Software Limited\0"
VALUE "FileDescription", "DemoRunner\0"
VALUE "FileVersion", "8.0.0\0"
VALUE "ProductName", "DemoRunner\0"
diff --git a/examples/DemoRunner/Builds/iOS/Info-App.plist b/examples/DemoRunner/Builds/iOS/Info-App.plist
index f4cd06c566..2bc9f17aa8 100644
--- a/examples/DemoRunner/Builds/iOS/Info-App.plist
+++ b/examples/DemoRunner/Builds/iOS/Info-App.plist
@@ -34,7 +34,7 @@
CFBundleVersion
8.0.0
NSHumanReadableCopyright
- Copyright (c) 2020 - Raw Material Software Limited
+ Copyright (c) - Raw Material Software Limited
NSHighResolutionCapable
UIFileSharingEnabled
diff --git a/examples/DemoRunner/DemoRunner.jucer b/examples/DemoRunner/DemoRunner.jucer
index 131428cc2c..d3af149e62 100644
--- a/examples/DemoRunner/DemoRunner.jucer
+++ b/examples/DemoRunner/DemoRunner.jucer
@@ -2,7 +2,7 @@
diff --git a/extras/Build/CMake/JUCEConfig.cmake.in b/extras/Build/CMake/JUCEConfig.cmake.in
index 6a96e24e57..259dc70611 100644
--- a/extras/Build/CMake/JUCEConfig.cmake.in
+++ b/extras/Build/CMake/JUCEConfig.cmake.in
@@ -1,7 +1,7 @@
# ==============================================================================
#
# This file is part of the JUCE library.
-# Copyright (c) 2020 - Raw Material Software Limited
+# Copyright (c) - Raw Material Software Limited
#
# JUCE is an open source library subject to commercial or open-source
# licensing.
diff --git a/extras/Projucer/JuceLibraryCode/BinaryData.cpp b/extras/Projucer/JuceLibraryCode/BinaryData.cpp
index ebd6c3600f..084e3510c6 100644
--- a/extras/Projucer/JuceLibraryCode/BinaryData.cpp
+++ b/extras/Projucer/JuceLibraryCode/BinaryData.cpp
@@ -7563,7 +7563,7 @@ static const unsigned char temp_binary_data_47[] =
" ------------------------------------------------------------------------------\r\n"
"\r\n"
" The Projucer is part of the JUCE library.\r\n"
-" Copyright (c) 2020 - Raw Material Software Limited.\r\n"
+" Copyright (c) - Raw Material Software Limited.\r\n"
"\r\n"
" ==============================================================================\r\n"
"*/\r\n"
@@ -7642,7 +7642,7 @@ static const unsigned char temp_binary_data_48[] =
" ------------------------------------------------------------------------------\r\n"
"\r\n"
" The Projucer is part of the JUCE library.\r\n"
-" Copyright (c) 2020 - Raw Material Software Limited.\r\n"
+" Copyright (c) - Raw Material Software Limited.\r\n"
"\r\n"
" ==============================================================================\r\n"
"*/\r\n"
@@ -9187,8 +9187,8 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes)
case 0x4d0721bf: numBytes = 973; return jucer_AudioPluginEditorTemplate_h;
case 0x51b49ac5: numBytes = 6218; return jucer_AudioPluginFilterTemplate_cpp;
case 0x488afa0a: numBytes = 2299; return jucer_AudioPluginFilterTemplate_h;
- case 0xabad7041: numBytes = 2147; return jucer_ComponentTemplate_cpp;
- case 0xfc72fe86: numBytes = 2065; return jucer_ComponentTemplate_h;
+ case 0xabad7041: numBytes = 2142; return jucer_ComponentTemplate_cpp;
+ case 0xfc72fe86: numBytes = 2060; return jucer_ComponentTemplate_h;
case 0x1657b643: numBytes = 1531; return jucer_ContentCompSimpleTemplate_h;
case 0x0b66646c: numBytes = 1014; return jucer_ContentCompTemplate_cpp;
case 0x6fa10171: numBytes = 878; return jucer_ContentCompTemplate_h;
diff --git a/extras/Projucer/JuceLibraryCode/BinaryData.h b/extras/Projucer/JuceLibraryCode/BinaryData.h
index 1758b92fd9..006e8f09f9 100644
--- a/extras/Projucer/JuceLibraryCode/BinaryData.h
+++ b/extras/Projucer/JuceLibraryCode/BinaryData.h
@@ -150,10 +150,10 @@ namespace BinaryData
const int jucer_AudioPluginFilterTemplate_hSize = 2299;
extern const char* jucer_ComponentTemplate_cpp;
- const int jucer_ComponentTemplate_cppSize = 2147;
+ const int jucer_ComponentTemplate_cppSize = 2142;
extern const char* jucer_ComponentTemplate_h;
- const int jucer_ComponentTemplate_hSize = 2065;
+ const int jucer_ComponentTemplate_hSize = 2060;
extern const char* jucer_ContentCompSimpleTemplate_h;
const int jucer_ContentCompSimpleTemplate_hSize = 1531;
diff --git a/extras/Projucer/Source/BinaryData/Templates/jucer_ComponentTemplate.cpp b/extras/Projucer/Source/BinaryData/Templates/jucer_ComponentTemplate.cpp
index f2433e7c9f..5694609466 100644
--- a/extras/Projucer/Source/BinaryData/Templates/jucer_ComponentTemplate.cpp
+++ b/extras/Projucer/Source/BinaryData/Templates/jucer_ComponentTemplate.cpp
@@ -12,7 +12,7 @@
------------------------------------------------------------------------------
The Projucer is part of the JUCE library.
- Copyright (c) 2020 - Raw Material Software Limited.
+ Copyright (c) - Raw Material Software Limited.
==============================================================================
*/
diff --git a/extras/Projucer/Source/BinaryData/Templates/jucer_ComponentTemplate.h b/extras/Projucer/Source/BinaryData/Templates/jucer_ComponentTemplate.h
index 11b92e6554..748997bdf0 100644
--- a/extras/Projucer/Source/BinaryData/Templates/jucer_ComponentTemplate.h
+++ b/extras/Projucer/Source/BinaryData/Templates/jucer_ComponentTemplate.h
@@ -12,7 +12,7 @@
------------------------------------------------------------------------------
The Projucer is part of the JUCE library.
- Copyright (c) 2020 - Raw Material Software Limited.
+ Copyright (c) - Raw Material Software Limited.
==============================================================================
*/