From 581e1cb62aaf34ce2a7fa666b70de292ac7013c0 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sun, 7 Jan 2024 03:59:27 +0300 Subject: Updated copyright year to 2024 --- src/adlmidi.cpp | 2 +- src/adlmidi_bankmap.h | 2 +- src/adlmidi_bankmap.tcc | 2 +- src/adlmidi_cvt.hpp | 2 +- src/adlmidi_db.h | 2 +- src/adlmidi_load.cpp | 2 +- src/adlmidi_midiplay.cpp | 2 +- src/adlmidi_midiplay.hpp | 2 +- src/adlmidi_opl3.cpp | 2 +- src/adlmidi_opl3.hpp | 2 +- src/adlmidi_private.cpp | 2 +- src/adlmidi_private.hpp | 2 +- src/adlmidi_ptr.hpp | 2 +- src/adlmidi_sequencer.cpp | 2 +- src/chips/common/mutex.hpp | 2 +- src/chips/common/ptr.hpp | 2 +- src/chips/dosbox_opl3.cpp | 2 +- src/chips/dosbox_opl3.h | 2 +- src/chips/java_opl3.cpp | 2 +- src/chips/java_opl3.h | 2 +- src/chips/nuked_opl3.cpp | 2 +- src/chips/nuked_opl3.h | 2 +- src/chips/nuked_opl3_v174.cpp | 2 +- src/chips/nuked_opl3_v174.h | 2 +- src/chips/opal_opl3.cpp | 2 +- src/chips/opal_opl3.h | 2 +- src/chips/opl_chip_base.h | 2 +- src/cvt_mus2mid.hpp | 2 +- src/cvt_xmi2mid.hpp | 2 +- src/file_reader.hpp | 2 +- src/midi_sequencer.h | 2 +- src/midi_sequencer.hpp | 2 +- src/midi_sequencer_impl.hpp | 2 +- src/oplinst.h | 2 +- src/wopl/wopl_file.c | 2 +- src/wopl/wopl_file.h | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) (limited to 'src') diff --git a/src/adlmidi.cpp b/src/adlmidi.cpp index fd2976d..be4b6bf 100644 --- a/src/adlmidi.cpp +++ b/src/adlmidi.cpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_bankmap.h b/src/adlmidi_bankmap.h index 6e74a17..90f19c0 100644 --- a/src/adlmidi_bankmap.h +++ b/src/adlmidi_bankmap.h @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_bankmap.tcc b/src/adlmidi_bankmap.tcc index 152e811..094d1ae 100644 --- a/src/adlmidi_bankmap.tcc +++ b/src/adlmidi_bankmap.tcc @@ -2,7 +2,7 @@ * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_cvt.hpp b/src/adlmidi_cvt.hpp index 9161198..220e9ec 100644 --- a/src/adlmidi_cvt.hpp +++ b/src/adlmidi_cvt.hpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_db.h b/src/adlmidi_db.h index 8f7e345..32e620d 100644 --- a/src/adlmidi_db.h +++ b/src/adlmidi_db.h @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_load.cpp b/src/adlmidi_load.cpp index b8bfb4a..e3f5819 100644 --- a/src/adlmidi_load.cpp +++ b/src/adlmidi_load.cpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_midiplay.cpp b/src/adlmidi_midiplay.cpp index f682fed..2ce2ed0 100644 --- a/src/adlmidi_midiplay.cpp +++ b/src/adlmidi_midiplay.cpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_midiplay.hpp b/src/adlmidi_midiplay.hpp index 41b5b7c..4ac5b3d 100644 --- a/src/adlmidi_midiplay.hpp +++ b/src/adlmidi_midiplay.hpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_opl3.cpp b/src/adlmidi_opl3.cpp index e388d45..5f9ecdc 100644 --- a/src/adlmidi_opl3.cpp +++ b/src/adlmidi_opl3.cpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_opl3.hpp b/src/adlmidi_opl3.hpp index 823b630..ca35157 100644 --- a/src/adlmidi_opl3.hpp +++ b/src/adlmidi_opl3.hpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_private.cpp b/src/adlmidi_private.cpp index 1931ccd..da974d5 100644 --- a/src/adlmidi_private.cpp +++ b/src/adlmidi_private.cpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 64a927b..3d9251a 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_ptr.hpp b/src/adlmidi_ptr.hpp index 6d651eb..60e8ce5 100644 --- a/src/adlmidi_ptr.hpp +++ b/src/adlmidi_ptr.hpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/adlmidi_sequencer.cpp b/src/adlmidi_sequencer.cpp index 4eb30dc..39361cb 100644 --- a/src/adlmidi_sequencer.cpp +++ b/src/adlmidi_sequencer.cpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/chips/common/mutex.hpp b/src/chips/common/mutex.hpp index 3500653..ced49df 100644 --- a/src/chips/common/mutex.hpp +++ b/src/chips/common/mutex.hpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/chips/common/ptr.hpp b/src/chips/common/ptr.hpp index 4a37760..f80ffd6 100644 --- a/src/chips/common/ptr.hpp +++ b/src/chips/common/ptr.hpp @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/chips/dosbox_opl3.cpp b/src/chips/dosbox_opl3.cpp index b516d15..32890ce 100644 --- a/src/chips/dosbox_opl3.cpp +++ b/src/chips/dosbox_opl3.cpp @@ -1,7 +1,7 @@ /* * Interfaces over Yamaha OPL3 (YMF262) chip emulators * - * Copyright (c) 2017-2023 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/chips/dosbox_opl3.h b/src/chips/dosbox_opl3.h index 580fdbc..5ac876e 100644 --- a/src/chips/dosbox_opl3.h +++ b/src/chips/dosbox_opl3.h @@ -1,7 +1,7 @@ /* * Interfaces over Yamaha OPL3 (YMF262) chip emulators * - * Copyright (c) 2017-2023 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/chips/java_opl3.cpp b/src/chips/java_opl3.cpp index 0979366..855d88d 100644 --- a/src/chips/java_opl3.cpp +++ b/src/chips/java_opl3.cpp @@ -1,7 +1,7 @@ /* * Interfaces over Yamaha OPL3 (YMF262) chip emulators * - * Copyright (c) 2017-2023 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/chips/java_opl3.h b/src/chips/java_opl3.h index 1dbfae0..c7b3806 100644 --- a/src/chips/java_opl3.h +++ b/src/chips/java_opl3.h @@ -1,7 +1,7 @@ /* * Interfaces over Yamaha OPL3 (YMF262) chip emulators * - * Copyright (c) 2017-2023 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/chips/nuked_opl3.cpp b/src/chips/nuked_opl3.cpp index 0ac6cdc..8d28303 100644 --- a/src/chips/nuked_opl3.cpp +++ b/src/chips/nuked_opl3.cpp @@ -1,7 +1,7 @@ /* * Interfaces over Yamaha OPL3 (YMF262) chip emulators * - * Copyright (c) 2017-2023 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/chips/nuked_opl3.h b/src/chips/nuked_opl3.h index 7de73b5..f0f03ed 100644 --- a/src/chips/nuked_opl3.h +++ b/src/chips/nuked_opl3.h @@ -1,7 +1,7 @@ /* * Interfaces over Yamaha OPL3 (YMF262) chip emulators * - * Copyright (c) 2017-2023 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/chips/nuked_opl3_v174.cpp b/src/chips/nuked_opl3_v174.cpp index cba2502..4f1f57e 100644 --- a/src/chips/nuked_opl3_v174.cpp +++ b/src/chips/nuked_opl3_v174.cpp @@ -1,7 +1,7 @@ /* * Interfaces over Yamaha OPL3 (YMF262) chip emulators * - * Copyright (c) 2017-2023 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/chips/nuked_opl3_v174.h b/src/chips/nuked_opl3_v174.h index 5ac3a82..582a4d0 100644 --- a/src/chips/nuked_opl3_v174.h +++ b/src/chips/nuked_opl3_v174.h @@ -1,7 +1,7 @@ /* * Interfaces over Yamaha OPL3 (YMF262) chip emulators * - * Copyright (c) 2017-2023 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/chips/opal_opl3.cpp b/src/chips/opal_opl3.cpp index 3ea2bde..a8ae7d7 100644 --- a/src/chips/opal_opl3.cpp +++ b/src/chips/opal_opl3.cpp @@ -1,7 +1,7 @@ /* * Interfaces over Yamaha OPL3 (YMF262) chip emulators * - * Copyright (c) 2017-2023 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/chips/opal_opl3.h b/src/chips/opal_opl3.h index 880c820..d580729 100644 --- a/src/chips/opal_opl3.h +++ b/src/chips/opal_opl3.h @@ -1,7 +1,7 @@ /* * Interfaces over Yamaha OPL3 (YMF262) chip emulators * - * Copyright (c) 2017-2023 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/chips/opl_chip_base.h b/src/chips/opl_chip_base.h index 35823c2..5fc58ba 100644 --- a/src/chips/opl_chip_base.h +++ b/src/chips/opl_chip_base.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2023 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2024 Vitaly Novichkov (Wohlstand) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/cvt_mus2mid.hpp b/src/cvt_mus2mid.hpp index 03f8912..e4eeefa 100644 --- a/src/cvt_mus2mid.hpp +++ b/src/cvt_mus2mid.hpp @@ -3,7 +3,7 @@ * * Copyright (C) 2014 Bret Curtis * Copyright (C) WildMIDI Developers 2015-2016 - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/cvt_xmi2mid.hpp b/src/cvt_xmi2mid.hpp index d344e0d..ca03578 100644 --- a/src/cvt_xmi2mid.hpp +++ b/src/cvt_xmi2mid.hpp @@ -4,7 +4,7 @@ * Copyright (C) 2001 Ryan Nunn * Copyright (C) 2014 Bret Curtis * Copyright (C) WildMIDI Developers 2015-2016 - * Copyright (c) 2015-2023 Vitaly Novichkov + * Copyright (c) 2015-2024 Vitaly Novichkov * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/file_reader.hpp b/src/file_reader.hpp index fd140b8..71e4388 100644 --- a/src/file_reader.hpp +++ b/src/file_reader.hpp @@ -1,7 +1,7 @@ /* * FileAndMemoryReader - a tiny helper to utify file reading from a disk and memory block * - * Copyright (c) 2015-2023 Vitaly Novichkov + * Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/midi_sequencer.h b/src/midi_sequencer.h index ef0e18b..bda7c64 100644 --- a/src/midi_sequencer.h +++ b/src/midi_sequencer.h @@ -1,7 +1,7 @@ /* * BW_Midi_Sequencer - MIDI Sequencer for C++ * - * Copyright (c) 2015-2023 Vitaly Novichkov + * Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/midi_sequencer.hpp b/src/midi_sequencer.hpp index 8c1ec21..e6e9983 100644 --- a/src/midi_sequencer.hpp +++ b/src/midi_sequencer.hpp @@ -1,7 +1,7 @@ /* * BW_Midi_Sequencer - MIDI Sequencer for C++ * - * Copyright (c) 2015-2023 Vitaly Novichkov + * Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/midi_sequencer_impl.hpp b/src/midi_sequencer_impl.hpp index 5eb2d95..94849f9 100644 --- a/src/midi_sequencer_impl.hpp +++ b/src/midi_sequencer_impl.hpp @@ -1,7 +1,7 @@ /* * BW_Midi_Sequencer - MIDI Sequencer for C++ * - * Copyright (c) 2015-2023 Vitaly Novichkov + * Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/oplinst.h b/src/oplinst.h index b37ac3f..092ba56 100644 --- a/src/oplinst.h +++ b/src/oplinst.h @@ -2,7 +2,7 @@ * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015-2023 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/wopl/wopl_file.c b/src/wopl/wopl_file.c index 99b569e..ffa9ad0 100644 --- a/src/wopl/wopl_file.c +++ b/src/wopl/wopl_file.c @@ -1,7 +1,7 @@ /* * Wohlstand's OPL3 Bank File - a bank format to store OPL3 timbre data and setup * - * Copyright (c) 2015-2023 Vitaly Novichkov + * Copyright (c) 2015-2024 Vitaly Novichkov * * 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/src/wopl/wopl_file.h b/src/wopl/wopl_file.h index 1283347..2615778 100644 --- a/src/wopl/wopl_file.h +++ b/src/wopl/wopl_file.h @@ -1,7 +1,7 @@ /* * Wohlstand's OPL3 Bank File - a bank format to store OPL3 timbre data and setup * - * Copyright (c) 2015-2023 Vitaly Novichkov + * Copyright (c) 2015-2024 Vitaly Novichkov * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the "Software"), -- cgit v1.2.3