diff --git a/Controllers/RazerController/RazerControllerDetect.cpp b/Controllers/RazerController/RazerControllerDetect.cpp index c439d608e..3a9fcbcc4 100644 --- a/Controllers/RazerController/RazerControllerDetect.cpp +++ b/Controllers/RazerController/RazerControllerDetect.cpp @@ -1,3 +1,16 @@ +/*---------------------------------------------------------*\ +| RazerControllerDetect.cpp | +| | +| Detector for Razer devices | +| | +| Adam Honse (CalcProgrammer1) 22 Jan 2021 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ + +#include +#include #include "Detector.h" #include "LogManager.h" #include "RazerController.h" @@ -9,10 +22,6 @@ #include "RGBController_RazerAddressable.h" #include "RGBController_RazerKraken.h" -#include - -#include - /******************************************************************************************\ * * * DetectRazerControllers * diff --git a/Controllers/RazerController/RazerDevices.cpp b/Controllers/RazerController/RazerDevices.cpp index 8a3711f8d..6185c99db 100644 --- a/Controllers/RazerController/RazerDevices.cpp +++ b/Controllers/RazerController/RazerDevices.cpp @@ -1,10 +1,13 @@ -/*-----------------------------------------*\ -| RazerDevices.cpp | -| | -| Razer device table static data | -| | -| Adam Honse (CalcProgrammer1) 9/4/2021 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| RazerDevices.cpp | +| | +| Device list for Razer devices | +| | +| Adam Honse (CalcProgrammer1) 04 Sep 2021 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #include "RazerDevices.h" diff --git a/Controllers/RazerController/RazerDevices.h b/Controllers/RazerController/RazerDevices.h index 0c4be4363..62384703e 100644 --- a/Controllers/RazerController/RazerDevices.h +++ b/Controllers/RazerController/RazerDevices.h @@ -1,10 +1,15 @@ -/*-----------------------------------------*\ -| RazerDevices.h | -| | -| Razer device table definitions | -| | -| Adam Honse (CalcProgrammer1) 9/4/2021 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| RazerDevices.h | +| | +| Device list for Razer devices | +| | +| Adam Honse (CalcProgrammer1) 04 Sep 2021 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ + +#pragma once #include #include "RGBController.h"