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 | |
parent | 90e48d7440f32cd50da82e8301c4ef76e2aa7cdc (diff) | |
download | libADLMIDI-5a5eeb6f08a3b0a2c67761ba1e63972958512bc0.tar.gz libADLMIDI-5a5eeb6f08a3b0a2c67761ba1e63972958512bc0.tar.bz2 libADLMIDI-5a5eeb6f08a3b0a2c67761ba1e63972958512bc0.zip |
Update copyright year for 2025
Diffstat (limited to 'utils')
-rw-r--r-- | utils/gen_adldata/ini/ini_processing.cpp | 2 | ||||
-rw-r--r-- | utils/gen_adldata/ini/ini_processing.h | 2 | ||||
-rw-r--r-- | utils/gen_adldata/ini/ini_processing_variant.h | 2 | ||||
-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 | ||||
-rw-r--r-- | utils/vlc_codec/libadlmidi.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/utils/gen_adldata/ini/ini_processing.cpp b/utils/gen_adldata/ini/ini_processing.cpp index 643b694..7a82e9e 100644 --- a/utils/gen_adldata/ini/ini_processing.cpp +++ b/utils/gen_adldata/ini/ini_processing.cpp @@ -1,7 +1,7 @@ /* * INI Processor - a small library which allows you parsing INI-files * - * Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru> + * Copyright (c) 2015-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"), diff --git a/utils/gen_adldata/ini/ini_processing.h b/utils/gen_adldata/ini/ini_processing.h index 13a5687..f75e82d 100644 --- a/utils/gen_adldata/ini/ini_processing.h +++ b/utils/gen_adldata/ini/ini_processing.h @@ -1,7 +1,7 @@ /* * INI Processor - a small library which allows you parsing INI-files * - * Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru> + * Copyright (c) 2015-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"), diff --git a/utils/gen_adldata/ini/ini_processing_variant.h b/utils/gen_adldata/ini/ini_processing_variant.h index 94666df..7cfbde7 100644 --- a/utils/gen_adldata/ini/ini_processing_variant.h +++ b/utils/gen_adldata/ini/ini_processing_variant.h @@ -1,7 +1,7 @@ /* * INI Processor - a small library which allows you parsing INI-files * - * Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru> + * Copyright (c) 2015-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"), 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 diff --git a/utils/vlc_codec/libadlmidi.c b/utils/vlc_codec/libadlmidi.c index 29a77e2..61f132e 100644 --- a/utils/vlc_codec/libadlmidi.c +++ b/utils/vlc_codec/libadlmidi.c @@ -1,7 +1,7 @@ /***************************************************************************** * libadlmidi.c: Software MIDI synthesizer using OPL3 Synth emulation ***************************************************************************** - * Copyright © 2015-2024 Vitaly Novichkov + * Copyright © 2015-2025 Vitaly Novichkov * $Id$ * * This program is free software: you can redistribute it and/or modify |