1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Remove outdated copyright years

This commit is contained in:
reuk 2024-04-23 12:36:47 +01:00
parent 0d93e15d50
commit 609527ad04
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
12 changed files with 16 additions and 16 deletions

View file

@ -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;

View file

@ -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;