From 410423fdc1c43a4434590253d327ef4bb87192de Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Mon, 17 Jun 2024 22:24:59 -0500 Subject: [PATCH] Update Sony Gamepad common controller files to new standardized header comment --- .../SonyGamepadControllerDetect.cpp | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Controllers/SonyGamepadController/SonyGamepadControllerDetect.cpp b/Controllers/SonyGamepadController/SonyGamepadControllerDetect.cpp index 7ffae9da..cad8ef66 100644 --- a/Controllers/SonyGamepadController/SonyGamepadControllerDetect.cpp +++ b/Controllers/SonyGamepadController/SonyGamepadControllerDetect.cpp @@ -1,14 +1,17 @@ -/*-----------------------------------------*\ -| SonyDS4Controller.h | -| | -| Detector for Sony Dualshock 4 | -| | -| Pol Rius (alpemwarrior) 24/09/2020 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| SonyGamepadControllerDetect.cpp | +| | +| Detector for Sony Gamepads | +| | +| Pol Rius (alpemwarrior) 24 Sep 2020 | +| Flora Aubry 01 Jul 2022 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #include #include - #include "RGBController_SonyDS4.h" #include "RGBController_SonyDualSense.h" #include "Detector.h"