diff options
author | Wohlstand <admin@wohlnet.ru> | 2023-01-03 01:50:35 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2023-01-03 01:50:35 +0300 |
commit | 981459f1db49d8b173b080d3036526f3a344b685 (patch) | |
tree | a3f438aef9368f23ae647ba4d60aa8ca6fbbd18b /src/chips | |
parent | ebc1b561cf88937611d7ae489c81b72bebd188d4 (diff) | |
download | libADLMIDI-981459f1db49d8b173b080d3036526f3a344b685.tar.gz libADLMIDI-981459f1db49d8b173b080d3036526f3a344b685.tar.bz2 libADLMIDI-981459f1db49d8b173b080d3036526f3a344b685.zip |
Updated copyright for 2023
Diffstat (limited to 'src/chips')
-rw-r--r-- | src/chips/common/mutex.hpp | 2 | ||||
-rw-r--r-- | src/chips/common/ptr.hpp | 2 | ||||
-rw-r--r-- | src/chips/dosbox_opl3.cpp | 2 | ||||
-rw-r--r-- | src/chips/dosbox_opl3.h | 2 | ||||
-rw-r--r-- | src/chips/java_opl3.cpp | 2 | ||||
-rw-r--r-- | src/chips/java_opl3.h | 2 | ||||
-rw-r--r-- | src/chips/nuked_opl3.cpp | 2 | ||||
-rw-r--r-- | src/chips/nuked_opl3.h | 2 | ||||
-rw-r--r-- | src/chips/nuked_opl3_v174.cpp | 2 | ||||
-rw-r--r-- | src/chips/nuked_opl3_v174.h | 2 | ||||
-rw-r--r-- | src/chips/opal_opl3.cpp | 2 | ||||
-rw-r--r-- | src/chips/opal_opl3.h | 2 | ||||
-rw-r--r-- | src/chips/opl_chip_base.h | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/src/chips/common/mutex.hpp b/src/chips/common/mutex.hpp index a8d23b2..3500653 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 <bisqwit@iki.fi> - * ADLMIDI Library API: Copyright (c) 2015-2022 Vitaly Novichkov <admin@wohlnet.ru> + * ADLMIDI Library API: Copyright (c) 2015-2023 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/src/chips/common/ptr.hpp b/src/chips/common/ptr.hpp index 3dc4ea8..4a37760 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 <bisqwit@iki.fi> - * ADLMIDI Library API: Copyright (c) 2015-2022 Vitaly Novichkov <admin@wohlnet.ru> + * ADLMIDI Library API: Copyright (c) 2015-2023 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/src/chips/dosbox_opl3.cpp b/src/chips/dosbox_opl3.cpp index 3326cee..b516d15 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-2022 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2023 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 82df942..580fdbc 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-2022 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2023 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 ef0c379..0979366 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-2022 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2023 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 27c9132..1dbfae0 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-2022 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2023 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 3a8c4c4..0ac6cdc 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-2022 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2023 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 d8ce65d..7de73b5 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-2022 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2023 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 b8047c3..cba2502 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-2022 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2023 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 0c0e0a3..5ac3a82 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-2022 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2023 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 8d63a69..9bbcc4f 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-2022 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2023 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 4df4e08..880c820 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-2022 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2023 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 b375c85..35823c2 100644 --- a/src/chips/opl_chip_base.h +++ b/src/chips/opl_chip_base.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2023 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 |