From 32c7b950656d8e8c7d9db9f3e9ece07ed0e3f666 Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Mon, 28 Mar 2022 13:04:49 +1100 Subject: [PATCH] Update copyright headers --- mc_mitm/source/async/future_response.hpp | 15 +++++++++++++++ .../bluetooth_mitm/bluetooth/bluetooth_ble.cpp | 2 +- .../bluetooth_mitm/bluetooth/bluetooth_ble.hpp | 2 +- .../bluetooth/bluetooth_circular_buffer.cpp | 2 +- .../bluetooth/bluetooth_circular_buffer.hpp | 2 +- .../bluetooth_mitm/bluetooth/bluetooth_core.cpp | 2 +- .../bluetooth_mitm/bluetooth/bluetooth_core.hpp | 2 +- .../bluetooth_mitm/bluetooth/bluetooth_events.cpp | 2 +- .../bluetooth_mitm/bluetooth/bluetooth_events.hpp | 2 +- .../bluetooth_mitm/bluetooth/bluetooth_hid.cpp | 2 +- .../bluetooth_mitm/bluetooth/bluetooth_hid.hpp | 2 +- .../bluetooth/bluetooth_hid_report.cpp | 2 +- .../bluetooth/bluetooth_hid_report.hpp | 2 +- .../bluetooth_mitm/bluetooth/bluetooth_types.hpp | 2 +- .../bluetooth_mitm/bluetoothmitm_module.cpp | 2 +- .../bluetooth_mitm/bluetoothmitm_module.hpp | 2 +- .../source/bluetooth_mitm/btdrv_mitm_flags.cpp | 2 +- .../source/bluetooth_mitm/btdrv_mitm_flags.hpp | 2 +- .../source/bluetooth_mitm/btdrv_mitm_service.cpp | 2 +- .../source/bluetooth_mitm/btdrv_mitm_service.hpp | 2 +- mc_mitm/source/bluetooth_mitm/btdrv_shim.c | 2 +- mc_mitm/source/bluetooth_mitm/btdrv_shim.h | 2 +- mc_mitm/source/btm_mitm/btm/btm_types.hpp | 2 +- mc_mitm/source/btm_mitm/btm_mitm_service.cpp | 2 +- mc_mitm/source/btm_mitm/btm_mitm_service.hpp | 2 +- mc_mitm/source/btm_mitm/btm_shim.c | 2 +- mc_mitm/source/btm_mitm/btm_shim.h | 2 +- mc_mitm/source/btm_mitm/btmmitm_module.cpp | 2 +- mc_mitm/source/btm_mitm/btmmitm_module.hpp | 2 +- mc_mitm/source/controllers/8bitdo_controller.cpp | 2 +- mc_mitm/source/controllers/8bitdo_controller.hpp | 2 +- mc_mitm/source/controllers/atgames_controller.cpp | 2 +- mc_mitm/source/controllers/atgames_controller.hpp | 2 +- .../source/controllers/controller_management.cpp | 2 +- .../source/controllers/controller_management.hpp | 2 +- mc_mitm/source/controllers/controller_utils.cpp | 2 +- mc_mitm/source/controllers/controller_utils.hpp | 2 +- .../source/controllers/dualsense_controller.cpp | 2 +- .../source/controllers/dualsense_controller.hpp | 2 +- .../source/controllers/dualshock4_controller.cpp | 2 +- .../source/controllers/dualshock4_controller.hpp | 2 +- .../controllers/emulated_switch_controller.cpp | 2 +- .../controllers/emulated_switch_controller.hpp | 2 +- mc_mitm/source/controllers/gamesir_controller.cpp | 2 +- mc_mitm/source/controllers/gamesir_controller.hpp | 2 +- .../source/controllers/gamestick_controller.cpp | 2 +- .../source/controllers/gamestick_controller.hpp | 2 +- mc_mitm/source/controllers/gembox_controller.cpp | 2 +- mc_mitm/source/controllers/gembox_controller.hpp | 2 +- .../source/controllers/hyperkin_controller.cpp | 2 +- .../source/controllers/hyperkin_controller.hpp | 2 +- mc_mitm/source/controllers/icade_controller.cpp | 2 +- mc_mitm/source/controllers/icade_controller.hpp | 2 +- mc_mitm/source/controllers/ipega_controller.cpp | 2 +- mc_mitm/source/controllers/ipega_controller.hpp | 2 +- mc_mitm/source/controllers/lanshen_controller.cpp | 2 +- mc_mitm/source/controllers/lanshen_controller.hpp | 2 +- .../source/controllers/mad_catz_controller.cpp | 2 +- .../source/controllers/mad_catz_controller.hpp | 2 +- mc_mitm/source/controllers/mocute_controller.cpp | 2 +- mc_mitm/source/controllers/mocute_controller.hpp | 2 +- .../controllers/nvidia_shield_controller.cpp | 2 +- .../controllers/nvidia_shield_controller.hpp | 2 +- mc_mitm/source/controllers/ouya_controller.cpp | 2 +- mc_mitm/source/controllers/ouya_controller.hpp | 2 +- mc_mitm/source/controllers/powera_controller.cpp | 2 +- mc_mitm/source/controllers/powera_controller.hpp | 2 +- mc_mitm/source/controllers/razer_controller.cpp | 2 +- mc_mitm/source/controllers/razer_controller.hpp | 2 +- .../source/controllers/steelseries_controller.cpp | 2 +- .../source/controllers/steelseries_controller.hpp | 2 +- .../source/controllers/switch_analog_stick.cpp | 2 +- .../source/controllers/switch_analog_stick.hpp | 2 +- mc_mitm/source/controllers/switch_controller.cpp | 2 +- mc_mitm/source/controllers/switch_controller.hpp | 2 +- mc_mitm/source/controllers/wii_controller.cpp | 2 +- mc_mitm/source/controllers/wii_controller.hpp | 2 +- .../source/controllers/xbox_one_controller.cpp | 2 +- .../source/controllers/xbox_one_controller.hpp | 2 +- mc_mitm/source/controllers/xiaomi_controller.cpp | 2 +- mc_mitm/source/controllers/xiaomi_controller.hpp | 2 +- mc_mitm/source/mcmitm_config.cpp | 2 +- mc_mitm/source/mcmitm_config.hpp | 2 +- mc_mitm/source/mcmitm_initialization.cpp | 2 +- mc_mitm/source/mcmitm_initialization.hpp | 2 +- mc_mitm/source/mcmitm_main.cpp | 2 +- mc_mitm/source/mcmitm_version.hpp | 2 +- mc_mitm/source/utils.cpp | 2 +- mc_mitm/source/utils.hpp | 2 +- 89 files changed, 103 insertions(+), 88 deletions(-) diff --git a/mc_mitm/source/async/future_response.hpp b/mc_mitm/source/async/future_response.hpp index c3341d6..fad67cf 100644 --- a/mc_mitm/source/async/future_response.hpp +++ b/mc_mitm/source/async/future_response.hpp @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2020-2022 ndeadly + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #pragma once #include diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_ble.cpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_ble.cpp index 2ae9806..0c303da 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_ble.cpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_ble.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_ble.hpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_ble.hpp index 2927850..f38b68b 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_ble.hpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_ble.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_circular_buffer.cpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_circular_buffer.cpp index 13515f9..e7d8939 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_circular_buffer.cpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_circular_buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_circular_buffer.hpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_circular_buffer.hpp index f1caac1..1cb46a9 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_circular_buffer.hpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_circular_buffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_core.cpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_core.cpp index f04c69e..45727f2 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_core.cpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_core.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_core.hpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_core.hpp index 5c693fc..1e251bb 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_core.hpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_core.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_events.cpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_events.cpp index d72207b..5c5fa16 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_events.cpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_events.hpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_events.hpp index 4c4825c..f8c629d 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_events.hpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_events.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid.cpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid.cpp index 099169e..2d230ce 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid.cpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid.hpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid.hpp index 22d8944..0b3166b 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid.hpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid_report.cpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid_report.cpp index 9fb5bd7..48a27ae 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid_report.cpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid_report.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid_report.hpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid_report.hpp index d6121ff..865d948 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid_report.hpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_hid_report.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_types.hpp b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_types.hpp index b8e4623..2f2281c 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_types.hpp +++ b/mc_mitm/source/bluetooth_mitm/bluetooth/bluetooth_types.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetoothmitm_module.cpp b/mc_mitm/source/bluetooth_mitm/bluetoothmitm_module.cpp index 2fdebe4..11ea158 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetoothmitm_module.cpp +++ b/mc_mitm/source/bluetooth_mitm/bluetoothmitm_module.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/bluetoothmitm_module.hpp b/mc_mitm/source/bluetooth_mitm/bluetoothmitm_module.hpp index b0d239e..3db3ec8 100644 --- a/mc_mitm/source/bluetooth_mitm/bluetoothmitm_module.hpp +++ b/mc_mitm/source/bluetooth_mitm/bluetoothmitm_module.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/btdrv_mitm_flags.cpp b/mc_mitm/source/bluetooth_mitm/btdrv_mitm_flags.cpp index 20c9b6d..39fdc59 100644 --- a/mc_mitm/source/bluetooth_mitm/btdrv_mitm_flags.cpp +++ b/mc_mitm/source/bluetooth_mitm/btdrv_mitm_flags.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/btdrv_mitm_flags.hpp b/mc_mitm/source/bluetooth_mitm/btdrv_mitm_flags.hpp index 9b3e2cc..5bdf177 100644 --- a/mc_mitm/source/bluetooth_mitm/btdrv_mitm_flags.hpp +++ b/mc_mitm/source/bluetooth_mitm/btdrv_mitm_flags.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/btdrv_mitm_service.cpp b/mc_mitm/source/bluetooth_mitm/btdrv_mitm_service.cpp index 672ce98..6abc0ef 100644 --- a/mc_mitm/source/bluetooth_mitm/btdrv_mitm_service.cpp +++ b/mc_mitm/source/bluetooth_mitm/btdrv_mitm_service.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/btdrv_mitm_service.hpp b/mc_mitm/source/bluetooth_mitm/btdrv_mitm_service.hpp index 97490b5..3151d3f 100644 --- a/mc_mitm/source/bluetooth_mitm/btdrv_mitm_service.hpp +++ b/mc_mitm/source/bluetooth_mitm/btdrv_mitm_service.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/btdrv_shim.c b/mc_mitm/source/bluetooth_mitm/btdrv_shim.c index de01f34..0f98199 100644 --- a/mc_mitm/source/bluetooth_mitm/btdrv_shim.c +++ b/mc_mitm/source/bluetooth_mitm/btdrv_shim.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/bluetooth_mitm/btdrv_shim.h b/mc_mitm/source/bluetooth_mitm/btdrv_shim.h index 35ed237..7819bb9 100644 --- a/mc_mitm/source/bluetooth_mitm/btdrv_shim.h +++ b/mc_mitm/source/bluetooth_mitm/btdrv_shim.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/btm_mitm/btm/btm_types.hpp b/mc_mitm/source/btm_mitm/btm/btm_types.hpp index e3c2858..fc51f69 100644 --- a/mc_mitm/source/btm_mitm/btm/btm_types.hpp +++ b/mc_mitm/source/btm_mitm/btm/btm_types.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/btm_mitm/btm_mitm_service.cpp b/mc_mitm/source/btm_mitm/btm_mitm_service.cpp index 191acc6..756cd46 100644 --- a/mc_mitm/source/btm_mitm/btm_mitm_service.cpp +++ b/mc_mitm/source/btm_mitm/btm_mitm_service.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/btm_mitm/btm_mitm_service.hpp b/mc_mitm/source/btm_mitm/btm_mitm_service.hpp index 5e26e21..cbfab62 100644 --- a/mc_mitm/source/btm_mitm/btm_mitm_service.hpp +++ b/mc_mitm/source/btm_mitm/btm_mitm_service.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/btm_mitm/btm_shim.c b/mc_mitm/source/btm_mitm/btm_shim.c index eaa3145..66c7806 100644 --- a/mc_mitm/source/btm_mitm/btm_shim.c +++ b/mc_mitm/source/btm_mitm/btm_shim.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/btm_mitm/btm_shim.h b/mc_mitm/source/btm_mitm/btm_shim.h index 9ab5b2b..4c9f2eb 100644 --- a/mc_mitm/source/btm_mitm/btm_shim.h +++ b/mc_mitm/source/btm_mitm/btm_shim.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/btm_mitm/btmmitm_module.cpp b/mc_mitm/source/btm_mitm/btmmitm_module.cpp index 6725932..bfba16b 100644 --- a/mc_mitm/source/btm_mitm/btmmitm_module.cpp +++ b/mc_mitm/source/btm_mitm/btmmitm_module.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/btm_mitm/btmmitm_module.hpp b/mc_mitm/source/btm_mitm/btmmitm_module.hpp index bd2de2b..cad3d28 100644 --- a/mc_mitm/source/btm_mitm/btmmitm_module.hpp +++ b/mc_mitm/source/btm_mitm/btmmitm_module.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/8bitdo_controller.cpp b/mc_mitm/source/controllers/8bitdo_controller.cpp index 6581a49..1790249 100644 --- a/mc_mitm/source/controllers/8bitdo_controller.cpp +++ b/mc_mitm/source/controllers/8bitdo_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/8bitdo_controller.hpp b/mc_mitm/source/controllers/8bitdo_controller.hpp index bb9c8f1..0c08d68 100644 --- a/mc_mitm/source/controllers/8bitdo_controller.hpp +++ b/mc_mitm/source/controllers/8bitdo_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/atgames_controller.cpp b/mc_mitm/source/controllers/atgames_controller.cpp index 3ee4e62..f5c3d3b 100644 --- a/mc_mitm/source/controllers/atgames_controller.cpp +++ b/mc_mitm/source/controllers/atgames_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/atgames_controller.hpp b/mc_mitm/source/controllers/atgames_controller.hpp index 6cc2b43..037e46e 100644 --- a/mc_mitm/source/controllers/atgames_controller.hpp +++ b/mc_mitm/source/controllers/atgames_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/controller_management.cpp b/mc_mitm/source/controllers/controller_management.cpp index dfea110..a8963ec 100644 --- a/mc_mitm/source/controllers/controller_management.cpp +++ b/mc_mitm/source/controllers/controller_management.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/controller_management.hpp b/mc_mitm/source/controllers/controller_management.hpp index 29b7fac..f62400a 100644 --- a/mc_mitm/source/controllers/controller_management.hpp +++ b/mc_mitm/source/controllers/controller_management.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/controller_utils.cpp b/mc_mitm/source/controllers/controller_utils.cpp index 218e3c1..f7336e6 100644 --- a/mc_mitm/source/controllers/controller_utils.cpp +++ b/mc_mitm/source/controllers/controller_utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/controller_utils.hpp b/mc_mitm/source/controllers/controller_utils.hpp index 3dcc9be..da368c8 100644 --- a/mc_mitm/source/controllers/controller_utils.hpp +++ b/mc_mitm/source/controllers/controller_utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/dualsense_controller.cpp b/mc_mitm/source/controllers/dualsense_controller.cpp index d7e511f..e94b0a9 100644 --- a/mc_mitm/source/controllers/dualsense_controller.cpp +++ b/mc_mitm/source/controllers/dualsense_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/dualsense_controller.hpp b/mc_mitm/source/controllers/dualsense_controller.hpp index f06f53b..52f0f24 100644 --- a/mc_mitm/source/controllers/dualsense_controller.hpp +++ b/mc_mitm/source/controllers/dualsense_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/dualshock4_controller.cpp b/mc_mitm/source/controllers/dualshock4_controller.cpp index 7817bd7..67696e3 100644 --- a/mc_mitm/source/controllers/dualshock4_controller.cpp +++ b/mc_mitm/source/controllers/dualshock4_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/dualshock4_controller.hpp b/mc_mitm/source/controllers/dualshock4_controller.hpp index 4e1b7b4..3478def 100644 --- a/mc_mitm/source/controllers/dualshock4_controller.hpp +++ b/mc_mitm/source/controllers/dualshock4_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/emulated_switch_controller.cpp b/mc_mitm/source/controllers/emulated_switch_controller.cpp index 891f9f4..e688b82 100644 --- a/mc_mitm/source/controllers/emulated_switch_controller.cpp +++ b/mc_mitm/source/controllers/emulated_switch_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/emulated_switch_controller.hpp b/mc_mitm/source/controllers/emulated_switch_controller.hpp index 23f042f..100afa4 100644 --- a/mc_mitm/source/controllers/emulated_switch_controller.hpp +++ b/mc_mitm/source/controllers/emulated_switch_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/gamesir_controller.cpp b/mc_mitm/source/controllers/gamesir_controller.cpp index 0b22eda..c7eabf2 100644 --- a/mc_mitm/source/controllers/gamesir_controller.cpp +++ b/mc_mitm/source/controllers/gamesir_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/gamesir_controller.hpp b/mc_mitm/source/controllers/gamesir_controller.hpp index c84af8a..f1b8105 100644 --- a/mc_mitm/source/controllers/gamesir_controller.hpp +++ b/mc_mitm/source/controllers/gamesir_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/gamestick_controller.cpp b/mc_mitm/source/controllers/gamestick_controller.cpp index c918cd9..cf9b210 100644 --- a/mc_mitm/source/controllers/gamestick_controller.cpp +++ b/mc_mitm/source/controllers/gamestick_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/gamestick_controller.hpp b/mc_mitm/source/controllers/gamestick_controller.hpp index 5578de9..c06f2f2 100644 --- a/mc_mitm/source/controllers/gamestick_controller.hpp +++ b/mc_mitm/source/controllers/gamestick_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/gembox_controller.cpp b/mc_mitm/source/controllers/gembox_controller.cpp index 24549e7..3d08c5a 100644 --- a/mc_mitm/source/controllers/gembox_controller.cpp +++ b/mc_mitm/source/controllers/gembox_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/gembox_controller.hpp b/mc_mitm/source/controllers/gembox_controller.hpp index 4b74e36..6adbc88 100644 --- a/mc_mitm/source/controllers/gembox_controller.hpp +++ b/mc_mitm/source/controllers/gembox_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/hyperkin_controller.cpp b/mc_mitm/source/controllers/hyperkin_controller.cpp index 7b4c84d..6fa47a8 100644 --- a/mc_mitm/source/controllers/hyperkin_controller.cpp +++ b/mc_mitm/source/controllers/hyperkin_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/hyperkin_controller.hpp b/mc_mitm/source/controllers/hyperkin_controller.hpp index 45371e7..cde78cd 100644 --- a/mc_mitm/source/controllers/hyperkin_controller.hpp +++ b/mc_mitm/source/controllers/hyperkin_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/icade_controller.cpp b/mc_mitm/source/controllers/icade_controller.cpp index 7d20a22..0121c52 100644 --- a/mc_mitm/source/controllers/icade_controller.cpp +++ b/mc_mitm/source/controllers/icade_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/icade_controller.hpp b/mc_mitm/source/controllers/icade_controller.hpp index 3b29811..9e4e014 100644 --- a/mc_mitm/source/controllers/icade_controller.hpp +++ b/mc_mitm/source/controllers/icade_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/ipega_controller.cpp b/mc_mitm/source/controllers/ipega_controller.cpp index 14abd67..4059583 100644 --- a/mc_mitm/source/controllers/ipega_controller.cpp +++ b/mc_mitm/source/controllers/ipega_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/ipega_controller.hpp b/mc_mitm/source/controllers/ipega_controller.hpp index 79fdd32..2448484 100644 --- a/mc_mitm/source/controllers/ipega_controller.hpp +++ b/mc_mitm/source/controllers/ipega_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/lanshen_controller.cpp b/mc_mitm/source/controllers/lanshen_controller.cpp index 09e2b76..8063b40 100644 --- a/mc_mitm/source/controllers/lanshen_controller.cpp +++ b/mc_mitm/source/controllers/lanshen_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/lanshen_controller.hpp b/mc_mitm/source/controllers/lanshen_controller.hpp index 95f9e54..f7cea32 100644 --- a/mc_mitm/source/controllers/lanshen_controller.hpp +++ b/mc_mitm/source/controllers/lanshen_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/mad_catz_controller.cpp b/mc_mitm/source/controllers/mad_catz_controller.cpp index cce835c..b0fe86c 100644 --- a/mc_mitm/source/controllers/mad_catz_controller.cpp +++ b/mc_mitm/source/controllers/mad_catz_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/mad_catz_controller.hpp b/mc_mitm/source/controllers/mad_catz_controller.hpp index cae96a2..d67e07b 100644 --- a/mc_mitm/source/controllers/mad_catz_controller.hpp +++ b/mc_mitm/source/controllers/mad_catz_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/mocute_controller.cpp b/mc_mitm/source/controllers/mocute_controller.cpp index 8771b68..38c2745 100644 --- a/mc_mitm/source/controllers/mocute_controller.cpp +++ b/mc_mitm/source/controllers/mocute_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/mocute_controller.hpp b/mc_mitm/source/controllers/mocute_controller.hpp index 5ee46f9..b443929 100644 --- a/mc_mitm/source/controllers/mocute_controller.hpp +++ b/mc_mitm/source/controllers/mocute_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/nvidia_shield_controller.cpp b/mc_mitm/source/controllers/nvidia_shield_controller.cpp index cf086ce..43d20b1 100644 --- a/mc_mitm/source/controllers/nvidia_shield_controller.cpp +++ b/mc_mitm/source/controllers/nvidia_shield_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/nvidia_shield_controller.hpp b/mc_mitm/source/controllers/nvidia_shield_controller.hpp index e2fb405..95d9ec2 100644 --- a/mc_mitm/source/controllers/nvidia_shield_controller.hpp +++ b/mc_mitm/source/controllers/nvidia_shield_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/ouya_controller.cpp b/mc_mitm/source/controllers/ouya_controller.cpp index 4f9b336..257f289 100644 --- a/mc_mitm/source/controllers/ouya_controller.cpp +++ b/mc_mitm/source/controllers/ouya_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/ouya_controller.hpp b/mc_mitm/source/controllers/ouya_controller.hpp index e643a41..c5ed77b 100644 --- a/mc_mitm/source/controllers/ouya_controller.hpp +++ b/mc_mitm/source/controllers/ouya_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/powera_controller.cpp b/mc_mitm/source/controllers/powera_controller.cpp index c5c5d2f..7ffb2aa 100644 --- a/mc_mitm/source/controllers/powera_controller.cpp +++ b/mc_mitm/source/controllers/powera_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/powera_controller.hpp b/mc_mitm/source/controllers/powera_controller.hpp index 128704c..b3daa96 100644 --- a/mc_mitm/source/controllers/powera_controller.hpp +++ b/mc_mitm/source/controllers/powera_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/razer_controller.cpp b/mc_mitm/source/controllers/razer_controller.cpp index 903f7bd..a3403e7 100644 --- a/mc_mitm/source/controllers/razer_controller.cpp +++ b/mc_mitm/source/controllers/razer_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/razer_controller.hpp b/mc_mitm/source/controllers/razer_controller.hpp index fd3bd81..0186455 100644 --- a/mc_mitm/source/controllers/razer_controller.hpp +++ b/mc_mitm/source/controllers/razer_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/steelseries_controller.cpp b/mc_mitm/source/controllers/steelseries_controller.cpp index 7adea15..c511152 100644 --- a/mc_mitm/source/controllers/steelseries_controller.cpp +++ b/mc_mitm/source/controllers/steelseries_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/steelseries_controller.hpp b/mc_mitm/source/controllers/steelseries_controller.hpp index f3f284a..981cdb5 100644 --- a/mc_mitm/source/controllers/steelseries_controller.hpp +++ b/mc_mitm/source/controllers/steelseries_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/switch_analog_stick.cpp b/mc_mitm/source/controllers/switch_analog_stick.cpp index 87ba273..e0a59dc 100644 --- a/mc_mitm/source/controllers/switch_analog_stick.cpp +++ b/mc_mitm/source/controllers/switch_analog_stick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/switch_analog_stick.hpp b/mc_mitm/source/controllers/switch_analog_stick.hpp index 9aff881..a929ad8 100644 --- a/mc_mitm/source/controllers/switch_analog_stick.hpp +++ b/mc_mitm/source/controllers/switch_analog_stick.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/switch_controller.cpp b/mc_mitm/source/controllers/switch_controller.cpp index 7f3c8bf..51e554f 100644 --- a/mc_mitm/source/controllers/switch_controller.cpp +++ b/mc_mitm/source/controllers/switch_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/switch_controller.hpp b/mc_mitm/source/controllers/switch_controller.hpp index aeb398c..bbfc050 100644 --- a/mc_mitm/source/controllers/switch_controller.hpp +++ b/mc_mitm/source/controllers/switch_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/wii_controller.cpp b/mc_mitm/source/controllers/wii_controller.cpp index 76339ba..7e6c3c6 100644 --- a/mc_mitm/source/controllers/wii_controller.cpp +++ b/mc_mitm/source/controllers/wii_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/wii_controller.hpp b/mc_mitm/source/controllers/wii_controller.hpp index 65487e0..fb93638 100644 --- a/mc_mitm/source/controllers/wii_controller.hpp +++ b/mc_mitm/source/controllers/wii_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/xbox_one_controller.cpp b/mc_mitm/source/controllers/xbox_one_controller.cpp index 0b96c12..9287a9c 100644 --- a/mc_mitm/source/controllers/xbox_one_controller.cpp +++ b/mc_mitm/source/controllers/xbox_one_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/xbox_one_controller.hpp b/mc_mitm/source/controllers/xbox_one_controller.hpp index 34ea37a..4c13e25 100644 --- a/mc_mitm/source/controllers/xbox_one_controller.hpp +++ b/mc_mitm/source/controllers/xbox_one_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/xiaomi_controller.cpp b/mc_mitm/source/controllers/xiaomi_controller.cpp index 931a927..2cb27b4 100644 --- a/mc_mitm/source/controllers/xiaomi_controller.cpp +++ b/mc_mitm/source/controllers/xiaomi_controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/controllers/xiaomi_controller.hpp b/mc_mitm/source/controllers/xiaomi_controller.hpp index c87e4e5..dbc8ed5 100644 --- a/mc_mitm/source/controllers/xiaomi_controller.hpp +++ b/mc_mitm/source/controllers/xiaomi_controller.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/mcmitm_config.cpp b/mc_mitm/source/mcmitm_config.cpp index e380c4d..ee3a493 100644 --- a/mc_mitm/source/mcmitm_config.cpp +++ b/mc_mitm/source/mcmitm_config.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/mcmitm_config.hpp b/mc_mitm/source/mcmitm_config.hpp index 21a75f4..20eb22a 100644 --- a/mc_mitm/source/mcmitm_config.hpp +++ b/mc_mitm/source/mcmitm_config.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/mcmitm_initialization.cpp b/mc_mitm/source/mcmitm_initialization.cpp index 156a932..af7b9ae 100644 --- a/mc_mitm/source/mcmitm_initialization.cpp +++ b/mc_mitm/source/mcmitm_initialization.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/mcmitm_initialization.hpp b/mc_mitm/source/mcmitm_initialization.hpp index 9dd5423..7bf2cf4 100644 --- a/mc_mitm/source/mcmitm_initialization.hpp +++ b/mc_mitm/source/mcmitm_initialization.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/mcmitm_main.cpp b/mc_mitm/source/mcmitm_main.cpp index 3e8c0b0..6254676 100644 --- a/mc_mitm/source/mcmitm_main.cpp +++ b/mc_mitm/source/mcmitm_main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/mcmitm_version.hpp b/mc_mitm/source/mcmitm_version.hpp index 3741200..2f69a8f 100644 --- a/mc_mitm/source/mcmitm_version.hpp +++ b/mc_mitm/source/mcmitm_version.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/utils.cpp b/mc_mitm/source/utils.cpp index df3ddf3..987d3cb 100644 --- a/mc_mitm/source/utils.cpp +++ b/mc_mitm/source/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/mc_mitm/source/utils.hpp b/mc_mitm/source/utils.hpp index 2b18ea3..2bb5011 100644 --- a/mc_mitm/source/utils.hpp +++ b/mc_mitm/source/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 ndeadly + * Copyright (c) 2020-2022 ndeadly * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License,