diff --git a/Controllers/YeelightController/RGBController_Yeelight.cpp b/Controllers/YeelightController/RGBController_Yeelight.cpp index bdebfefa..18091fbb 100644 --- a/Controllers/YeelightController/RGBController_Yeelight.cpp +++ b/Controllers/YeelightController/RGBController_Yeelight.cpp @@ -1,10 +1,13 @@ -/*-----------------------------------------*\ -| RGBController_Yeelight.cpp | -| | -| Generic RGB Interface for Yeelight | -| | -| Adam Honse (CalcProgrammer1) 1/18/2021 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_Yeelight.cpp | +| | +| RGBController for Yeelight | +| | +| Adam Honse (CalcProgrammer1) 18 Jan 2021 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #include "RGBController_Yeelight.h" diff --git a/Controllers/YeelightController/RGBController_Yeelight.h b/Controllers/YeelightController/RGBController_Yeelight.h index e50144d6..56391702 100644 --- a/Controllers/YeelightController/RGBController_Yeelight.h +++ b/Controllers/YeelightController/RGBController_Yeelight.h @@ -1,12 +1,16 @@ -/*-----------------------------------------*\ -| RGBController_Yeelight.h | -| | -| Generic RGB Interface for Yeelight | -| | -| Adam Honse (CalcProgrammer1) 1/18/2021 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_Yeelight.h | +| | +| RGBController for Yeelight | +| | +| Adam Honse (CalcProgrammer1) 18 Jan 2021 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #pragma once + #include "RGBController.h" #include "YeelightController.h" diff --git a/Controllers/YeelightController/YeelightController.cpp b/Controllers/YeelightController/YeelightController.cpp index f330326a..1a527daa 100644 --- a/Controllers/YeelightController/YeelightController.cpp +++ b/Controllers/YeelightController/YeelightController.cpp @@ -1,7 +1,12 @@ /*---------------------------------------------------------*\ -| Driver for Yeelight | +| YeelightController.cpp | | | -| Adam Honse (calcprogrammer1@gmail.com), 1/18/2021 | +| Driver for Yeelight | +| | +| Adam Honse (CalcProgrammer1) 18 Jan 2021 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | \*---------------------------------------------------------*/ #include "YeelightController.h" diff --git a/Controllers/YeelightController/YeelightController.h b/Controllers/YeelightController/YeelightController.h index 2de99aa8..fd91931b 100644 --- a/Controllers/YeelightController/YeelightController.h +++ b/Controllers/YeelightController/YeelightController.h @@ -1,17 +1,21 @@ /*---------------------------------------------------------*\ -| Definitions for Yeelight | +| YeelightController.h | | | -| Adam Honse (calcprogrammer1@gmail.com), 1/18/2021 | +| Driver for Yeelight | +| | +| Adam Honse (CalcProgrammer1) 18 Jan 2021 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | \*---------------------------------------------------------*/ -#include "RGBController.h" -#include "net_port.h" +#pragma once #include #include #include - -#pragma once +#include "RGBController.h" +#include "net_port.h" class YeelightController { diff --git a/Controllers/YeelightController/YeelightControllerDetect.cpp b/Controllers/YeelightController/YeelightControllerDetect.cpp index 9dca69a6..d5798056 100644 --- a/Controllers/YeelightController/YeelightControllerDetect.cpp +++ b/Controllers/YeelightController/YeelightControllerDetect.cpp @@ -1,11 +1,22 @@ +/*---------------------------------------------------------*\ +| YeelightControllerDetect.cpp | +| | +| Detector for Yeelight | +| | +| Adam Honse (CalcProgrammer1) 18 Jan 2021 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ + +#include +#include +#include #include "Detector.h" #include "YeelightController.h" #include "RGBController.h" #include "RGBController_Yeelight.h" #include "SettingsManager.h" -#include -#include -#include /******************************************************************************************\ * *