Skip to content

Commit d21a5af

Browse files
committed
Update copyright year for 2025
1 parent 000edbb commit d21a5af

38 files changed

+38
-38
lines changed

ADLMIDI-Player/src/main/cpp/include/adlmidi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_bankmap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_bankmap.tcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_cvt.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_db.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_load.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_midiplay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_midiplay.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_opl3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_opl3.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_private.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_private.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_ptr.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/adlmidi_sequencer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/chips/common/mutex.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/chips/common/ptr.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/chips/dosbox_opl3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Interfaces over Yamaha OPL3 (YMF262) chip emulators
33
*
4-
* Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand)
4+
* Copyright (c) 2017-2025 Vitaly Novichkov (Wohlstand)
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

ADLMIDI-Player/src/main/cpp/src/chips/dosbox_opl3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Interfaces over Yamaha OPL3 (YMF262) chip emulators
33
*
4-
* Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand)
4+
* Copyright (c) 2017-2025 Vitaly Novichkov (Wohlstand)
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

ADLMIDI-Player/src/main/cpp/src/chips/java_opl3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Interfaces over Yamaha OPL3 (YMF262) chip emulators
33
*
4-
* Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand)
4+
* Copyright (c) 2017-2025 Vitaly Novichkov (Wohlstand)
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

ADLMIDI-Player/src/main/cpp/src/chips/java_opl3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Interfaces over Yamaha OPL3 (YMF262) chip emulators
33
*
4-
* Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand)
4+
* Copyright (c) 2017-2025 Vitaly Novichkov (Wohlstand)
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

ADLMIDI-Player/src/main/cpp/src/chips/nuked_opl3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Interfaces over Yamaha OPL3 (YMF262) chip emulators
33
*
4-
* Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand)
4+
* Copyright (c) 2017-2025 Vitaly Novichkov (Wohlstand)
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

ADLMIDI-Player/src/main/cpp/src/chips/nuked_opl3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Interfaces over Yamaha OPL3 (YMF262) chip emulators
33
*
4-
* Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand)
4+
* Copyright (c) 2017-2025 Vitaly Novichkov (Wohlstand)
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

ADLMIDI-Player/src/main/cpp/src/chips/nuked_opl3_v174.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Interfaces over Yamaha OPL3 (YMF262) chip emulators
33
*
4-
* Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand)
4+
* Copyright (c) 2017-2025 Vitaly Novichkov (Wohlstand)
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

ADLMIDI-Player/src/main/cpp/src/chips/nuked_opl3_v174.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Interfaces over Yamaha OPL3 (YMF262) chip emulators
33
*
4-
* Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand)
4+
* Copyright (c) 2017-2025 Vitaly Novichkov (Wohlstand)
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

ADLMIDI-Player/src/main/cpp/src/chips/opal_opl3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Interfaces over Yamaha OPL3 (YMF262) chip emulators
33
*
4-
* Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand)
4+
* Copyright (c) 2017-2025 Vitaly Novichkov (Wohlstand)
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

ADLMIDI-Player/src/main/cpp/src/chips/opal_opl3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Interfaces over Yamaha OPL3 (YMF262) chip emulators
33
*
4-
* Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand)
4+
* Copyright (c) 2017-2025 Vitaly Novichkov (Wohlstand)
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public

ADLMIDI-Player/src/main/cpp/src/chips/opl_chip_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand)
2+
* Copyright (c) 2017-2025 Vitaly Novichkov (Wohlstand)
33
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Lesser General Public

ADLMIDI-Player/src/main/cpp/src/cvt_mus2mid.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 2014 Bret Curtis
55
* Copyright (C) WildMIDI Developers 2015-2016
6-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
6+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
77
*
88
* This library is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU Library General Public

ADLMIDI-Player/src/main/cpp/src/cvt_xmi2mid.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (C) 2001 Ryan Nunn
55
* Copyright (C) 2014 Bret Curtis
66
* Copyright (C) WildMIDI Developers 2015-2016
7-
* Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
7+
* Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
88
*
99
* This library is free software; you can redistribute it and/or
1010
* modify it under the terms of the GNU Library General Public

ADLMIDI-Player/src/main/cpp/src/file_reader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* FileAndMemoryReader - a tiny helper to utify file reading from a disk and memory block
33
*
4-
* Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
4+
* Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining
77
* a copy of this software and associated documentation files (the "Software"),

ADLMIDI-Player/src/main/cpp/src/midi_sequencer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* BW_Midi_Sequencer - MIDI Sequencer for C++
33
*
4-
* Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
4+
* Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining
77
* a copy of this software and associated documentation files (the "Software"),

ADLMIDI-Player/src/main/cpp/src/midi_sequencer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* BW_Midi_Sequencer - MIDI Sequencer for C++
33
*
4-
* Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
4+
* Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining
77
* a copy of this software and associated documentation files (the "Software"),

ADLMIDI-Player/src/main/cpp/src/midi_sequencer_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* BW_Midi_Sequencer - MIDI Sequencer for C++
33
*
4-
* Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
4+
* Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining
77
* a copy of this software and associated documentation files (the "Software"),

ADLMIDI-Player/src/main/cpp/src/oplinst.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation
33
*
44
* Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma <bisqwit@iki.fi>
5-
* ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
5+
* ADLMIDI Library API: Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
66
*
77
* Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation:
88
* http://iki.fi/bisqwit/source/adlmidi.html

ADLMIDI-Player/src/main/cpp/src/wopl/wopl_file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Wohlstand's OPL3 Bank File - a bank format to store OPL3 timbre data and setup
33
*
4-
* Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
4+
* Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining
77
* a copy of this software and associated documentation files (the "Software"),

ADLMIDI-Player/src/main/cpp/src/wopl/wopl_file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Wohlstand's OPL3 Bank File - a bank format to store OPL3 timbre data and setup
33
*
4-
* Copyright (c) 2015-2024 Vitaly Novichkov <admin@wohlnet.ru>
4+
* Copyright (c) 2015-2025 Vitaly Novichkov <admin@wohlnet.ru>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining
77
* a copy of this software and associated documentation files (the "Software"),

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 Vitaly Novichkov
3+
Copyright (c) 2025 Vitaly Novichkov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)