diff options
author | Wohlstand <admin@wohlnet.ru> | 2025-01-01 01:41:31 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2025-01-01 01:41:31 +0300 |
commit | 5a5eeb6f08a3b0a2c67761ba1e63972958512bc0 (patch) | |
tree | 3e9eb4138459134ec0f8062521cf02c4b77ea9ae /utils/midiplay | |
parent | 90e48d7440f32cd50da82e8301c4ef76e2aa7cdc (diff) | |
download | libADLMIDI-5a5eeb6f08a3b0a2c67761ba1e63972958512bc0.tar.gz libADLMIDI-5a5eeb6f08a3b0a2c67761ba1e63972958512bc0.tar.bz2 libADLMIDI-5a5eeb6f08a3b0a2c67761ba1e63972958512bc0.zip |
Update copyright year for 2025
Diffstat (limited to 'utils/midiplay')
-rw-r--r-- | utils/midiplay/adlmidiplay.cpp | 2 | ||||
-rw-r--r-- | utils/midiplay/audio.h | 2 | ||||
-rw-r--r-- | utils/midiplay/audio_sdl.c | 2 | ||||
-rw-r--r-- | utils/midiplay/audio_winmm.c | 2 | ||||
-rw-r--r-- | utils/midiplay/utf8main.h | 2 | ||||
-rw-r--r-- | utils/midiplay/utf8main_win32.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/utils/midiplay/adlmidiplay.cpp b/utils/midiplay/adlmidiplay.cpp index 6f2adea..1d9c50c 100644 --- a/utils/midiplay/adlmidiplay.cpp +++ b/utils/midiplay/adlmidiplay.cpp @@ -3,7 +3,7 @@ * a Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi> - * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru> + * ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru> * * Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation: * http://iki.fi/bisqwit/source/adlmidi.html diff --git a/utils/midiplay/audio.h b/utils/midiplay/audio.h index 2ab5f99..fd5a031 100644 --- a/utils/midiplay/audio.h +++ b/utils/midiplay/audio.h @@ -3,7 +3,7 @@ * a Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi> - * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru> + * ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru> * * Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation: * http://iki.fi/bisqwit/source/adlmidi.html diff --git a/utils/midiplay/audio_sdl.c b/utils/midiplay/audio_sdl.c index 0f575b1..acaa6e9 100644 --- a/utils/midiplay/audio_sdl.c +++ b/utils/midiplay/audio_sdl.c @@ -3,7 +3,7 @@ * a Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi> - * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru> + * ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru> * * Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation: * http://iki.fi/bisqwit/source/adlmidi.html diff --git a/utils/midiplay/audio_winmm.c b/utils/midiplay/audio_winmm.c index 8f2d781..3d40139 100644 --- a/utils/midiplay/audio_winmm.c +++ b/utils/midiplay/audio_winmm.c @@ -3,7 +3,7 @@ * a Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi> - * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru> + * ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru> * * Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation: * http://iki.fi/bisqwit/source/adlmidi.html diff --git a/utils/midiplay/utf8main.h b/utils/midiplay/utf8main.h index 8cab2cc..185ecaa 100644 --- a/utils/midiplay/utf8main.h +++ b/utils/midiplay/utf8main.h @@ -2,7 +2,7 @@ * utf8main - a small wrapper over entry points * to provide the UTF8 encoded main function * - * Copyright (c) 2017-2023 Vitaly Novichkov <admin@wohlnet.ru> + * Copyright (c) 2017-2025 Vitaly Novichkov <admin@wohlnet.ru> * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software diff --git a/utils/midiplay/utf8main_win32.cpp b/utils/midiplay/utf8main_win32.cpp index 131c848..0731b79 100644 --- a/utils/midiplay/utf8main_win32.cpp +++ b/utils/midiplay/utf8main_win32.cpp @@ -2,7 +2,7 @@ * utf8main - a small wrapper over entry points * to provide the UTF8 encoded main function * - * Copyright (c) 2017-2023 Vitaly Novichkov <admin@wohlnet.ru> + * Copyright (c) 2017-2025 Vitaly Novichkov <admin@wohlnet.ru> * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software |