From 829b4088ac669d4b214f756edbaaa16d731938a5 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sun, 21 Jan 2018 07:14:31 +0300 Subject: Copyright year update 2018 --- README.md | 2 +- cmake/openwattcom-dos/custom-h/mymap.h | 2 +- cmake/openwattcom-dos/custom-h/myset.h | 2 +- include/adlmidi.h | 2 +- include/adlmidi.hpp | 2 +- src/adlmidi.cpp | 2 +- src/adlmidi_load.cpp | 2 +- src/adlmidi_midiplay.cpp | 2 +- src/adlmidi_mus2mid.c | 2 +- src/adlmidi_opl3.cpp | 2 +- src/adlmidi_private.cpp | 2 +- src/adlmidi_private.hpp | 2 +- src/adlmidi_xmi2mid.c | 2 +- utils/gen_adldata/ini/ini_processing.cpp | 2 +- utils/gen_adldata/ini/ini_processing.h | 2 +- utils/gen_adldata/ini/ini_processing_variant.h | 2 +- utils/vlc_codec/libadlmidi.c | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3b6820d..4bf5efd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,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-2017 Vitaly Novichkov +ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation: diff --git a/cmake/openwattcom-dos/custom-h/mymap.h b/cmake/openwattcom-dos/custom-h/mymap.h index 560621e..269a96e 100644 --- a/cmake/openwattcom-dos/custom-h/mymap.h +++ b/cmake/openwattcom-dos/custom-h/mymap.h @@ -1,7 +1,7 @@ /* PtrList - A custom STD::Vector implementation. Workaround for OpenWatcom's crashing implementation -Copyright (c) 2017 Vitaliy Novichkov +Copyright (c) 2015-2018 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/cmake/openwattcom-dos/custom-h/myset.h b/cmake/openwattcom-dos/custom-h/myset.h index c5e581d..cf443c8 100644 --- a/cmake/openwattcom-dos/custom-h/myset.h +++ b/cmake/openwattcom-dos/custom-h/myset.h @@ -1,7 +1,7 @@ /* PtrList - A custom STD::Vector implementation. Workaround for OpenWatcom's crashing implementation -Copyright (c) 2017 Vitaliy Novichkov +Copyright (c) 2015-2018 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/include/adlmidi.h b/include/adlmidi.h index e3554a1..a1ac0f8 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -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) 2017 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2018 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/include/adlmidi.hpp b/include/adlmidi.hpp index c589e3b..63f2abd 100644 --- a/include/adlmidi.hpp +++ b/include/adlmidi.hpp @@ -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) 2017 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2018 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 bab8750..d40db53 100644 --- a/src/adlmidi.cpp +++ b/src/adlmidi.cpp @@ -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) 2017 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2018 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 f9ddcc4..c67076b 100644 --- a/src/adlmidi_load.cpp +++ b/src/adlmidi_load.cpp @@ -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) 2017 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2018 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 bfe6f9a..432785f 100644 --- a/src/adlmidi_midiplay.cpp +++ b/src/adlmidi_midiplay.cpp @@ -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) 2017 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2018 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_mus2mid.c b/src/adlmidi_mus2mid.c index 7d0d94e..8268198 100644 --- a/src/adlmidi_mus2mid.c +++ b/src/adlmidi_mus2mid.c @@ -3,7 +3,7 @@ * * Copyright (C) 2014 Bret Curtis * Copyright (C) WildMIDI Developers 2015-2016 - * ADLMIDI Library API: Copyright (c) 2017 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2018 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/adlmidi_opl3.cpp b/src/adlmidi_opl3.cpp index 9813621..7ac8f30 100644 --- a/src/adlmidi_opl3.cpp +++ b/src/adlmidi_opl3.cpp @@ -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) 2017 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2018 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 1fcf0b2..1f3cb7d 100644 --- a/src/adlmidi_private.cpp +++ b/src/adlmidi_private.cpp @@ -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) 2017 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2018 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 6dda27c..9ff18e6 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -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) 2017 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2018 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_xmi2mid.c b/src/adlmidi_xmi2mid.c index df86ccc..3389709 100644 --- a/src/adlmidi_xmi2mid.c +++ b/src/adlmidi_xmi2mid.c @@ -4,7 +4,7 @@ * Copyright (C) 2001 Ryan Nunn * Copyright (C) 2014 Bret Curtis * Copyright (C) WildMIDI Developers 2015-2016 - * Copyright (c) 2017 Vitaly Novichkov + * Copyright (c) 2015-2018 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/utils/gen_adldata/ini/ini_processing.cpp b/utils/gen_adldata/ini/ini_processing.cpp index 6e53ba5..26da540 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) 2017 Vitaliy Novichkov +Copyright (c) 2015-2018 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/utils/gen_adldata/ini/ini_processing.h b/utils/gen_adldata/ini/ini_processing.h index 52ab2e2..8da4b7e 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) 2017 Vitaliy Novichkov +Copyright (c) 2015-2018 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/utils/gen_adldata/ini/ini_processing_variant.h b/utils/gen_adldata/ini/ini_processing_variant.h index 3395e4e..41a96dd 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) 2017 Vitaliy Novichkov +Copyright (c) 2015-2018 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/utils/vlc_codec/libadlmidi.c b/utils/vlc_codec/libadlmidi.c index 9de0b4a..a345e7b 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 © 2017 Vitaly Novichkov + * Copyright © 2015-2018 Vitaly Novichkov * $Id$ * * This program is free software: you can redistribute it and/or modify -- cgit v1.2.3