From a3ded7574c7e29301b38419a852e93e26a0c783a Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Mon, 17 Jun 2024 22:33:55 -0500 Subject: [PATCH] Update SRGBmods LED Controller V1 controller files to new standardized header comment --- .../RGBController_SRGBmodsLEDControllerV1.cpp | 18 +++++++------- .../RGBController_SRGBmodsLEDControllerV1.h | 18 +++++++------- .../SRGBmodsLEDControllerV1.cpp | 19 ++++++++------- .../SRGBmodsLEDControllerV1.h | 24 ++++++++++--------- 4 files changed, 44 insertions(+), 35 deletions(-) diff --git a/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/RGBController_SRGBmodsLEDControllerV1.cpp b/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/RGBController_SRGBmodsLEDControllerV1.cpp index 3b0daedf..9bcee4d7 100644 --- a/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/RGBController_SRGBmodsLEDControllerV1.cpp +++ b/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/RGBController_SRGBmodsLEDControllerV1.cpp @@ -1,11 +1,13 @@ -/*-----------------------------------------*\ -| RGBController_SRGBmodsLEDControllerV1.cpp| -| | -| Generic RGB Interface for SRGBmods | -| LED Controller V1 | -| | -| Adam Honse (CalcProgrammer1) 6/30/2023 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_SRGBmodsLEDControllerV1.cpp | +| | +| RGBController for SRGBmods LED Controller V1 | +| | +| Adam Honse (CalcProgrammer1) 30 Jun 2023 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #include "RGBController_SRGBmodsLEDControllerV1.h" diff --git a/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/RGBController_SRGBmodsLEDControllerV1.h b/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/RGBController_SRGBmodsLEDControllerV1.h index 91c3f343..5c08e287 100644 --- a/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/RGBController_SRGBmodsLEDControllerV1.h +++ b/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/RGBController_SRGBmodsLEDControllerV1.h @@ -1,11 +1,13 @@ -/*-----------------------------------------*\ -| RGBController_SRGBmodsLEDControllerV1.h | -| | -| Generic RGB Interface for SRGBmods | -| LED Controller V1 | -| | -| Adam Honse (CalcProgrammer1) 6/30/2023 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_SRGBmodsLEDControllerV1.h | +| | +| RGBController for SRGBmods LED Controller V1 | +| | +| Adam Honse (CalcProgrammer1) 30 Jun 2023 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #pragma once diff --git a/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/SRGBmodsLEDControllerV1.cpp b/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/SRGBmodsLEDControllerV1.cpp index 478713ec..6344d930 100644 --- a/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/SRGBmodsLEDControllerV1.cpp +++ b/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/SRGBmodsLEDControllerV1.cpp @@ -1,13 +1,16 @@ -/*-----------------------------------------*\ -| SRGBmodsLEDControllerV1.cpp | -| | -| Driver for SRGBmods LED Controller V1 | -| | -| Adam Honse (CalcProgrammer1) 6/30/2023 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| SRGBmodsLEDControllerV1.cpp | +| | +| Driver for SRGBmods LED Controller V1 | +| | +| Adam Honse (CalcProgrammer1) 30 Jun 2023 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ -#include "SRGBmodsLEDControllerV1.h" #include +#include "SRGBmodsLEDControllerV1.h" using namespace std::chrono_literals; diff --git a/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/SRGBmodsLEDControllerV1.h b/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/SRGBmodsLEDControllerV1.h index 73276a63..52bfcbd2 100644 --- a/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/SRGBmodsLEDControllerV1.h +++ b/Controllers/SRGBmodsController/SRGBmodsLEDControllerV1/SRGBmodsLEDControllerV1.h @@ -1,18 +1,20 @@ -/*-----------------------------------------*\ -| SRGBmodsLEDControllerV1.h | -| | -| Definitions and types for SRGBmods | -| LED Controller V1 | -| | -| Adam Honse (CalcProgrammer1) 6/30/2023 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| SRGBmodsLEDControllerV1.h | +| | +| Driver for SRGBmods LED Controller V1 | +| | +| Adam Honse (CalcProgrammer1) 30 Jun 2023 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ + +#pragma once -#include "RGBController.h" #include #include #include - -#pragma once +#include "RGBController.h" enum {