From 10e93ea22f634ee3e12bde77612344336b0d991b Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Thu, 14 Jan 2021 23:49:15 +0300 Subject: Updated copyright for 2021 --- 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 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'src/chips') diff --git a/src/chips/common/mutex.hpp b/src/chips/common/mutex.hpp index 60be9ba..45bc080 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-2020 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2021 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 af37a67..88b2992 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-2020 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2015-2021 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 6d94eac..45b4439 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-2020 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2021 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 58082b4..20fa19d 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-2020 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2021 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 5acd6e5..6b6d9dd 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-2020 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2021 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 ccaa4de..16baad6 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-2020 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2021 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 a83ef8c..a26e68a 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-2020 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2021 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 8764dd0..58ca7c6 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-2020 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2021 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 a3fb023..9c29a88 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-2020 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2021 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 63abb15..ec310c8 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-2020 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2021 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 260743f..202ec16 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-2020 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2021 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 0ff07c5..965e24b 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-2020 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2021 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 980e23b..9d02755 100644 --- a/src/chips/opl_chip_base.h +++ b/src/chips/opl_chip_base.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Vitaly Novichkov (Wohlstand) + * Copyright (c) 2017-2021 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 -- cgit v1.2.3