diff --git a/Controllers/SinowealthController/SinowealthController/RGBController_Sinowealth.cpp b/Controllers/SinowealthController/SinowealthController/RGBController_Sinowealth.cpp index b6a958b7..2d71fe8b 100644 --- a/Controllers/SinowealthController/SinowealthController/RGBController_Sinowealth.cpp +++ b/Controllers/SinowealthController/SinowealthController/RGBController_Sinowealth.cpp @@ -1,11 +1,13 @@ -/*-----------------------------------------*\ -| RGBController_Sinowealth.cpp | -| | -| Definitions and types for Sinowealth | -| mice, including Glorious | -| | -| Niels Westphal (crashniels) 20/5/2020 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_Sinowealth.cpp | +| | +| RGBController for Sinowealth mice, including Glorious | +| | +| Niels Westphal (crashniels) 20 May 2020 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #include "RGBController_Sinowealth.h" diff --git a/Controllers/SinowealthController/SinowealthController/RGBController_Sinowealth.h b/Controllers/SinowealthController/SinowealthController/RGBController_Sinowealth.h index 644ec5c5..fc628ed3 100644 --- a/Controllers/SinowealthController/SinowealthController/RGBController_Sinowealth.h +++ b/Controllers/SinowealthController/SinowealthController/RGBController_Sinowealth.h @@ -1,11 +1,13 @@ -/*-----------------------------------------*\ -| RGBController_Sinowealth.h | -| | -| Definitions and types for Sinowealth | -| mice, including Glorious | -| | -| Niels Westphal (crashniels) 20/5/2020 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_Sinowealth.h | +| | +| RGBController for Sinowealth mice, including Glorious | +| | +| Niels Westphal (crashniels) 20 May 2020 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #pragma once diff --git a/Controllers/SinowealthController/SinowealthController/SinowealthController.cpp b/Controllers/SinowealthController/SinowealthController/SinowealthController.cpp index 2085e7a5..d2ba0353 100644 --- a/Controllers/SinowealthController/SinowealthController/SinowealthController.cpp +++ b/Controllers/SinowealthController/SinowealthController/SinowealthController.cpp @@ -1,11 +1,13 @@ -/*-----------------------------------------*\ -| SinowealthController.cpp | -| | -| Definitions and types for Sinowealth | -| mice, including Glorious | -| | -| Niels Westphal (crashniels) 20/5/2020 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| SinowealthController.cpp | +| | +| Driver for Sinowealth mice, including Glorious | +| | +| Niels Westphal (crashniels) 20 May 2020 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #include #include "LogManager.h" diff --git a/Controllers/SinowealthController/SinowealthController/SinowealthController.h b/Controllers/SinowealthController/SinowealthController/SinowealthController.h index 3ed338e7..4c1f5b94 100644 --- a/Controllers/SinowealthController/SinowealthController/SinowealthController.h +++ b/Controllers/SinowealthController/SinowealthController/SinowealthController.h @@ -1,18 +1,20 @@ -/*-----------------------------------------*\ -| SinowealthController.h | -| | -| Definitions and types for Sinowealth | -| mice, including Glorious | -| | -| Niels Westphal (crashniels) 20/5/2020 | -\*-----------------------------------------*/ - -#include "RGBController.h" -#include -#include +/*---------------------------------------------------------*\ +| SinowealthController.h | +| | +| Driver for Sinowealth mice, including Glorious | +| | +| Niels Westphal (crashniels) 20 May 2020 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #pragma once +#include +#include +#include "RGBController.h" + #define SINOWEALTH_CONFIG_SIZE 167 #define SINOWEALTH_CONFIG_SIZE_MIN 131 #define SINOWEALTH_CONFIG_REPORT_SIZE 520