diff --git a/Controllers/ElgatoLightStripController/ElgatoLightStripController.cpp b/Controllers/ElgatoLightStripController/ElgatoLightStripController.cpp index 9e9467b1..561ab243 100644 --- a/Controllers/ElgatoLightStripController/ElgatoLightStripController.cpp +++ b/Controllers/ElgatoLightStripController/ElgatoLightStripController.cpp @@ -1,15 +1,20 @@ -/*--------------------------------------------------------*\ -| Driver for Elgato Light Strip | -| | -| Monks (imtherealestmonkey@gmail.com), 11/03/2021 | -| Edit by DomePlaysHD 14/03/2024 | -\*--------------------------------------------------------*/ +/*---------------------------------------------------------*\ +| ElgatoLightStripController.cpp | +| | +| Driver for Elgato Light Strip | +| | +| Monks (@iamtherealestmonkey) 03 Nov 2021 | +| DomePlaysHD 14 Mar 2024 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ -#include "ElgatoLightStripController.h" -#include "json.hpp" -#include #include #include +#include +#include "ElgatoLightStripController.h" +#include "json.hpp" #include "LogManager.h" using json = nlohmann::json; diff --git a/Controllers/ElgatoLightStripController/ElgatoLightStripController.h b/Controllers/ElgatoLightStripController/ElgatoLightStripController.h index 48d12b96..d0dc5566 100644 --- a/Controllers/ElgatoLightStripController/ElgatoLightStripController.h +++ b/Controllers/ElgatoLightStripController/ElgatoLightStripController.h @@ -1,16 +1,21 @@ -/*--------------------------------------------------------*\ -| Definitions for Elgato Light Strip | -| | -| Monks (imtherealestmonkey@gmail.com), 11/03/2021 | -| Edit by DomePlaysHD 12/03/2024 | -\*--------------------------------------------------------*/ - -#include "net_port.h" -#include "hsv.h" -#include +/*---------------------------------------------------------*\ +| ElgatoLightStripController.h | +| | +| Driver for Elgato Light Strip | +| | +| Monks (@iamtherealestmonkey) 03 Nov 2021 | +| DomePlaysHD 12 Mar 2024 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #pragma once +#include +#include "net_port.h" +#include "hsv.h" + class ElgatoLightStripController { public: diff --git a/Controllers/ElgatoLightStripController/ElgatoLightStripControllerDetect.cpp b/Controllers/ElgatoLightStripController/ElgatoLightStripControllerDetect.cpp index dae13d40..45830486 100644 --- a/Controllers/ElgatoLightStripController/ElgatoLightStripControllerDetect.cpp +++ b/Controllers/ElgatoLightStripController/ElgatoLightStripControllerDetect.cpp @@ -1,3 +1,12 @@ +/*---------------------------------------------------------*\ +| ElgatoLightStripControllerDetect.cpp | +| | +| Detector for Elgato Light Strip | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ + #include "Detector.h" #include "ElgatoLightStripController.h" #include "RGBController_ElgatoLightStrip.h" diff --git a/Controllers/ElgatoLightStripController/RGBController_ElgatoLightStrip.cpp b/Controllers/ElgatoLightStripController/RGBController_ElgatoLightStrip.cpp index 9983ba7e..67b5347d 100644 --- a/Controllers/ElgatoLightStripController/RGBController_ElgatoLightStrip.cpp +++ b/Controllers/ElgatoLightStripController/RGBController_ElgatoLightStrip.cpp @@ -1,11 +1,14 @@ -/*--------------------------------------------------------*\ -| RGBController_ElgatoLightStrip.cpp | -| | -| Generic RGB Interface for ElgatoLightStrip | -| | -| Monks (@iamtherealestmonkey) 11/03/2021 | -| Edit by DomePlaysHD 12/03/2024 | -\*-------------------------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_ElgatoLightStrip.cpp | +| | +| RGBController for Elgato Light Strip | +| | +| Monks (@iamtherealestmonkey) 03 Nov 2021 | +| DomePlaysHD 12 Mar 2024 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #include "RGBController_ElgatoLightStrip.h" #include "hsv.h" diff --git a/Controllers/ElgatoLightStripController/RGBController_ElgatoLightStrip.h b/Controllers/ElgatoLightStripController/RGBController_ElgatoLightStrip.h index 38dd3431..ed959eb0 100644 --- a/Controllers/ElgatoLightStripController/RGBController_ElgatoLightStrip.h +++ b/Controllers/ElgatoLightStripController/RGBController_ElgatoLightStrip.h @@ -1,11 +1,14 @@ -/*--------------------------------------------------------*\ -| RGBController_ElgatoLightStrip.h | -| | -| Generic RGB Interface for Elgato LightStrip | -| | -| Monks (imtherealestmonkey@gmail.com) 11/01/2021 | -| Edit by DomePlaysHD 12/03/2024 | -\*--------------------------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_ElgatoLightStrip.h | +| | +| RGBController for Elgato Light Strip | +| | +| Monks (@iamtherealestmonkey) 01 Nov 2021 | +| DomePlaysHD 12 Mar 2024 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #pragma once