From b688590915aae618eb74fa0903f16509eb99a790 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Thu, 19 Jan 2023 13:49:00 +0100 Subject: [PATCH] Replacing copyright notice. --- MicroDexed.ino | 4 ++-- UI.hpp | 2 +- UI_FX_T3_6.h | 2 +- UI_FX_T4.h | 4 ++-- UI_NO_FX.h | 4 ++-- config.h | 2 +- control_sgtl5000plus.cpp | 2 +- control_sgtl5000plus.h | 2 +- dexed_sd.cpp | 2 +- dexed_sd.h | 4 ++-- disp_plus.h | 2 +- midi_devices.hpp | 2 +- midinotes.h | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/MicroDexed.ino b/MicroDexed.ino index c49225e..dcaf1fa 100644 --- a/MicroDexed.ino +++ b/MicroDexed.ino @@ -4,7 +4,7 @@ MicroDexed is a port of the Dexed sound engine Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2022 H. Wirtz + (c)2018-2023 H. Wirtz (c)2021-2022 H. Wirtz , M. Koslowski This program is free software; you can redistribute it and/or modify @@ -463,7 +463,7 @@ void setup() { #ifdef DEBUG Serial.println(F("MicroDexed based on https://github.com/asb2m10/dexed")); - Serial.println(F("(c)2018-2022 H. Wirtz ")); + Serial.println(F("(c)2018-2023 H. Wirtz ")); Serial.println(F("(c)2018-2022 H. Wirtz , M. Koslowski ")); Serial.println(F("https://codeberg.org/dcoredump/MicroDexed")); Serial.print(F("Version: ")); diff --git a/UI.hpp b/UI.hpp index 6a8bbdb..9bb3790 100644 --- a/UI.hpp +++ b/UI.hpp @@ -5,7 +5,7 @@ (https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x with audio shield. Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2022 H. Wirtz + (c)2018-2023 H. Wirtz (c)2021-2022 H. Wirtz , M. Koslowski This program is free software; you can redistribute it and/or modify diff --git a/UI_FX_T3_6.h b/UI_FX_T3_6.h index 42e592f..5faa881 100644 --- a/UI_FX_T3_6.h +++ b/UI_FX_T3_6.h @@ -5,7 +5,7 @@ (https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x with audio shield. Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2022 H. Wirtz + (c)2018-2023 H. Wirtz (c)2021-2022 H. Wirtz , M. Koslowski This program is free software; you can redistribute it and/or modify diff --git a/UI_FX_T4.h b/UI_FX_T4.h index 3d6b227..44541b9 100644 --- a/UI_FX_T4.h +++ b/UI_FX_T4.h @@ -5,7 +5,7 @@ (https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x with audio shield. Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2022 H. Wirtz + (c)2018-2023 H. Wirtz (c)2021-2022 H. Wirtz , M. Koslowski This program is free software; you can redistribute it and/or modify @@ -157,4 +157,4 @@ LCDML_add(123, LCDML_0_6, 3, "Favorites", UI_func_favorites); LCDML_add(124, LCDML_0_6, 4, "Startup", UI_func_startup); LCDML_add(125, LCDML_0, 7, "Info", UI_func_information); LCDML_addAdvanced(126, LCDML_0, 8, COND_hide, "Volume", UI_func_volume, 0, _LCDML_TYPE_default); -#define _LCDML_DISP_cnt 126 \ No newline at end of file +#define _LCDML_DISP_cnt 126 diff --git a/UI_NO_FX.h b/UI_NO_FX.h index f8052b1..3e58cfd 100644 --- a/UI_NO_FX.h +++ b/UI_NO_FX.h @@ -5,7 +5,7 @@ (https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x with audio shield. Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2022 H. Wirtz + (c)2018-2023 H. Wirtz (c)2021-2022 H. Wirtz , M. Koslowski This program is free software; you can redistribute it and/or modify @@ -94,4 +94,4 @@ LCDML_add(60, LCDML_0_4, 3, "Favorites", UI_func_favorites); LCDML_add(61, LCDML_0_4, 4, "Startup", UI_func_startup); LCDML_add(62, LCDML_0, 5, "Info", UI_func_information); LCDML_addAdvanced(63, LCDML_0, 6, COND_hide, "Volume", UI_func_volume, 0, _LCDML_TYPE_default); -#define _LCDML_DISP_cnt 63 \ No newline at end of file +#define _LCDML_DISP_cnt 63 diff --git a/config.h b/config.h index 0e9edc2..7efa16f 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ (https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x with audio shield. Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2022 H. Wirtz + (c)2018-2023 H. Wirtz (c)2021-2022 H. Wirtz , M. Koslowski This program is free software; you can redistribute it and/or modify diff --git a/control_sgtl5000plus.cpp b/control_sgtl5000plus.cpp index 11febeb..aba516a 100644 --- a/control_sgtl5000plus.cpp +++ b/control_sgtl5000plus.cpp @@ -5,7 +5,7 @@ (https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x with audio shield. Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2022 H. Wirtz + (c)2018-2023 H. Wirtz (c)2021-2022 H. Wirtz , M. Koslowski This program is free software; you can redistribute it and/or modify diff --git a/control_sgtl5000plus.h b/control_sgtl5000plus.h index a33157d..fe3992e 100644 --- a/control_sgtl5000plus.h +++ b/control_sgtl5000plus.h @@ -5,7 +5,7 @@ (https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x with audio shield. Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2022 H. Wirtz + (c)2018-2023 H. Wirtz (c)2021-2022 H. Wirtz , M. Koslowski This program is free software; you can redistribute it and/or modify diff --git a/dexed_sd.cpp b/dexed_sd.cpp index f3c601a..175805c 100644 --- a/dexed_sd.cpp +++ b/dexed_sd.cpp @@ -5,7 +5,7 @@ (https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x with audio shield. Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2022 H. Wirtz + (c)2018-2023 H. Wirtz (c)2021-2022 H. Wirtz , M. Koslowski This program is free software; you can redistribute it and/or modify diff --git a/dexed_sd.h b/dexed_sd.h index 161d241..c7b13dd 100644 --- a/dexed_sd.h +++ b/dexed_sd.h @@ -5,7 +5,7 @@ (https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x with audio shield. Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2022 H. Wirtz + (c)2018-2023 H. Wirtz (c)2021-2022 H. Wirtz , M. Koslowski This program is free software; you can redistribute it and/or modify @@ -79,4 +79,4 @@ bool get_bank_name(uint8_t b, char* name, uint8_t len); bool get_voice_name(uint8_t b, uint8_t v, char* name, uint8_t len); bool get_voice_by_bank_name(uint8_t b, const char* bank_name, uint8_t v, char* voice_name, uint8_t len); -void string_toupper(char* s); \ No newline at end of file +void string_toupper(char* s); diff --git a/disp_plus.h b/disp_plus.h index b50bd55..3b714de 100644 --- a/disp_plus.h +++ b/disp_plus.h @@ -5,7 +5,7 @@ (https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x/4.x with audio shield. Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2022 H. Wirtz + (c)2018-2023 H. Wirtz (c)2021-2022 H. Wirtz , M. Koslowski This program is free software; you can redistribute it and/or modify diff --git a/midi_devices.hpp b/midi_devices.hpp index a4076af..4a177ff 100644 --- a/midi_devices.hpp +++ b/midi_devices.hpp @@ -4,7 +4,7 @@ MicroMDAEPiano is a port of the MDA-EPiano sound engine (https://sourceforge.net/projects/mda-vst/) for the Teensy-3.5/3.6/4.x with audio shield. - (c)2019-2021 H. Wirtz + (c)2019-2023 H. Wirtz This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/midinotes.h b/midinotes.h index 8c65c3f..b03e970 100644 --- a/midinotes.h +++ b/midinotes.h @@ -5,7 +5,7 @@ (https://github.com/asb2m10/dexed) for the Teensy-3.5/3.6/4.x/4.x with audio shield. Dexed ist heavily based on https://github.com/google/music-synthesizer-for-android - (c)2018-2022 H. Wirtz + (c)2018-2023 H. Wirtz (c)2021-2022 H. Wirtz , M. Koslowski This program is free software; you can redistribute it and/or modify