From 43fdc9239ab016bc0f99f414b474bd8019b1a595 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sat, 5 Jan 2019 14:10:48 +0300 Subject: Update copyright year to 2019 --- src/adldata.hh | 4 ++-- src/adlmidi.cpp | 2 +- src/adlmidi_bankmap.h | 2 +- src/adlmidi_cvt.hpp | 2 +- src/adlmidi_load.cpp | 4 ++-- 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/dosbox_opl3.cpp | 2 +- src/chips/dosbox_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/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/wopl/wopl_file.c | 2 +- src/wopl/wopl_file.h | 2 +- 28 files changed, 30 insertions(+), 30 deletions(-) (limited to 'src') diff --git a/src/adldata.hh b/src/adldata.hh index 93d4144..0d219e1 100644 --- a/src/adldata.hh +++ b/src/adldata.hh @@ -1,8 +1,8 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * 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) 2016 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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.cpp b/src/adlmidi.cpp index 8708110..575b533 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 b87b73d..c4402e9 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 1db7c7c..68088e5 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 fbef356..d19c61a 100644 --- a/src/adlmidi_load.cpp +++ b/src/adlmidi_load.cpp @@ -1,8 +1,8 @@ -/* +/* * 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 2574be7..8b2f185 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 3d0a5eb..fd58b13 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 70b7f6e..c2cbb1a 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 e8bdb61..8a689ab 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 87a7309..b793129 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 835f413..0bad970 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 4026f5d..7def439 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 5f9bb2f..e8c7a5d 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 0b9501f..f192930 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-2018 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2019 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 eb79300..765fd40 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-2018 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2019 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 bbf4a25..58b3890 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-2018 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2019 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 33baf54..838631d 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-2018 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2019 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 6bb06c2..d2f0fe9 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-2018 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2019 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 9eaeb19..9dcfe8b 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-2018 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2019 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 723bbc9..2dbf726 100644 --- a/src/chips/opl_chip_base.h +++ b/src/chips/opl_chip_base.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2019 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 b5096c6..7aa355f 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-2018 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2019 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 435de81..8f21ac8 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-2018 Vitaly Novichkov + * Copyright (c) 2015-2019 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 a3fca0c..c044e90 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-2018 Vitaly Novichkov + * Copyright (c) 2015-2019 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 50e7109..a914451 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-2018 Vitaly Novichkov + * Copyright (c) 2015-2019 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 f361f0b..04ac866 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-2018 Vitaly Novichkov + * Copyright (c) 2015-2019 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 f5e1b15..446e2e7 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-2018 Vitaly Novichkov + * Copyright (c) 2015-2019 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.c b/src/wopl/wopl_file.c index 6e9103b..9903e72 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-2018 Vitaly Novichkov + * Copyright (c) 2015-2019 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 7461743..5333b75 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-2018 Vitaly Novichkov + * Copyright (c) 2015-2019 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