1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +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

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

View file

@ -28,7 +28,7 @@
<key>CFBundleVersion</key>
<string>8.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2020 - Raw Material Software Limited</string>
<string>Copyright (c) - Raw Material Software Limited</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSApplicationCategoryType</key>

View file

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

View file

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

View file

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

View file

@ -34,7 +34,7 @@
<key>CFBundleVersion</key>
<string>8.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2020 - Raw Material Software Limited</string>
<string>Copyright (c) - Raw Material Software Limited</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>UIFileSharingEnabled</key>

View file

@ -2,7 +2,7 @@
<JUCERPROJECT name="DemoRunner" projectType="guiapp" defines="JUCE_DEMO_RUNNER=1&#10;JUCE_UNIT_TESTS=1"
bundleIdentifier="com.rmsl.jucedemorunner" version="8.0.0" companyName="Raw Material Software Limited"
companyCopyright="Copyright (c) 2020 - Raw Material Software Limited"
companyCopyright="Copyright (c) - Raw Material Software Limited"
companyWebsite="https://www.juce.com/" companyEmail="info@juce.com"
id="yj7xMM" useAppConfig="0" addUsingNamespaceToJuceHeader="1"
jucerFormatVersion="1">

View file

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

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;

View file

@ -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.
==============================================================================
*/

View file

@ -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.
==============================================================================
*/