Change SPDX license identifier from GPL 2.0 only to GPL 2.0 or later, as the original LICENSE file includes an or later clause at the end so the file headers were incorrect

master
Adam Honse 7 months ago
parent 011d36492e
commit c71cc4f18a

@ -4,7 +4,7 @@
| Autostart implementation for FreeBSD | | Autostart implementation for FreeBSD |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <fstream> #include <fstream>

@ -4,7 +4,7 @@
| Autostart implementation for FreeBSD | | Autostart implementation for FreeBSD |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -4,7 +4,7 @@
| Autostart implementation for Linux | | Autostart implementation for Linux |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <fstream> #include <fstream>

@ -4,7 +4,7 @@
| Autostart implementation for Linux | | Autostart implementation for Linux |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -4,7 +4,7 @@
| Autostart implementation for MacOS | | Autostart implementation for MacOS |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <fstream> #include <fstream>

@ -4,7 +4,7 @@
| Autostart implementation for MacOS | | Autostart implementation for MacOS |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -4,7 +4,7 @@
| Autostart implementation for Windows | | Autostart implementation for Windows |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <fstream> #include <fstream>

@ -4,7 +4,7 @@
| Autostart implementation for Windows | | Autostart implementation for Windows |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -4,7 +4,7 @@
| Autostart common implementation | | Autostart common implementation |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "AutoStart.h" #include "AutoStart.h"

@ -4,7 +4,7 @@
| Autostart common implementation | | Autostart common implementation |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -4,7 +4,7 @@
| List of named color constants | | List of named color constants |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#ifndef COLORS_H #ifndef COLORS_H

@ -7,7 +7,7 @@
| Mohammed Julfikar Ali Mahbub (o-julfikar) 01 Apr 2024 | | Mohammed Julfikar Ali Mahbub (o-julfikar) 01 Apr 2024 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\

@ -6,7 +6,7 @@
| Mohammed Julfikar Ali Mahbub (o-julfikar) 01 Apr 2024 | | Mohammed Julfikar Ali Mahbub (o-julfikar) 01 Apr 2024 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "BloodyB820RController.h" #include "BloodyB820RController.h"

@ -6,7 +6,7 @@
| Mohammed Julfikar Ali Mahbub (o-julfikar) 01 Apr 2024 | | Mohammed Julfikar Ali Mahbub (o-julfikar) 01 Apr 2024 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Mohammed Julfikar Ali Mahbub (o-julfikar) 01 Apr 2024 | | Mohammed Julfikar Ali Mahbub (o-julfikar) 01 Apr 2024 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBControllerKeyNames.h" #include "RGBControllerKeyNames.h"

@ -6,7 +6,7 @@
| Mohammed Julfikar Ali Mahbub (o-julfikar) 01 Apr 2024 | | Mohammed Julfikar Ali Mahbub (o-julfikar) 01 Apr 2024 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Chris M (Dr_No) 30 Jun 2022 | | Chris M (Dr_No) 30 Jun 2022 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "BloodyMouseController.h" #include "BloodyMouseController.h"

@ -6,7 +6,7 @@
| Chris M (Dr_No) 30 Jun 2022 | | Chris M (Dr_No) 30 Jun 2022 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Chris M (Dr_No) 30 Jun 2022 | | Chris M (Dr_No) 30 Jun 2022 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBController_BloodyMouse.h" #include "RGBController_BloodyMouse.h"

@ -6,7 +6,7 @@
| Chris M (Dr_No) 30 Jun 2022 | | Chris M (Dr_No) 30 Jun 2022 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -4,7 +4,7 @@
| Driver for Philips amBX Gaming lights | | Driver for Philips amBX Gaming lights |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "AMBXController.h" #include "AMBXController.h"

@ -4,7 +4,7 @@
| Driver for Philips amBX Gaming lights | | Driver for Philips amBX Gaming lights |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -4,7 +4,7 @@
| Detector for Philips amBX Gaming lights | | Detector for Philips amBX Gaming lights |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "Detector.h" #include "Detector.h"

@ -4,7 +4,7 @@
| RGB Controller for Philips amBX Gaming lights | | RGB Controller for Philips amBX Gaming lights |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBController_AMBX.h" #include "RGBController_AMBX.h"

@ -4,7 +4,7 @@
| RGB Controller for Philips amBX Gaming lights | | RGB Controller for Philips amBX Gaming lights |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 06 Dec 2019 | | Adam Honse (CalcProgrammer1) 06 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring> #include <cstring>

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 06 Dec 2019 | | Adam Honse (CalcProgrammer1) 06 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 06 Dec 2019 | | Adam Honse (CalcProgrammer1) 06 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <hidapi.h> #include <hidapi.h>

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 25 Dec 2019 | | Adam Honse (CalcProgrammer1) 25 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBController_AMDWraithPrism.h" #include "RGBController_AMDWraithPrism.h"

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 25 Dec 2019 | | Adam Honse (CalcProgrammer1) 25 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 10 May 2023 | | Adam Honse (CalcProgrammer1) 10 May 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <chrono> #include <chrono>

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 10 May 2023 | | Adam Honse (CalcProgrammer1) 10 May 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 10 May 2023 | | Adam Honse (CalcProgrammer1) 10 May 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "Detector.h" #include "Detector.h"

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 10 May 2023 | | Adam Honse (CalcProgrammer1) 10 May 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBController_AOCKeyboard.h" #include "RGBController_AOCKeyboard.h"

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 10 May 2023 | | Adam Honse (CalcProgrammer1) 10 May 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 20 Apr 2023 | | Adam Honse (CalcProgrammer1) 20 Apr 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring> #include <cstring>

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 20 Apr 2023 | | Adam Honse (CalcProgrammer1) 20 Apr 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 20 Apr 2023 | | Adam Honse (CalcProgrammer1) 20 Apr 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "Detector.h" #include "Detector.h"

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 20 Apr 2023 | | Adam Honse (CalcProgrammer1) 20 Apr 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBController_AOCMouse.h" #include "RGBController_AOCMouse.h"

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 20 Apr 2023 | | Adam Honse (CalcProgrammer1) 20 Apr 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 15 Apr 2023 | | Adam Honse (CalcProgrammer1) 15 Apr 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring> #include <cstring>

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 15 Apr 2023 | | Adam Honse (CalcProgrammer1) 15 Apr 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 15 Apr 2023 | | Adam Honse (CalcProgrammer1) 15 Apr 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "Detector.h" #include "Detector.h"

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 15 Apr 2023 | | Adam Honse (CalcProgrammer1) 15 Apr 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBController_AOCMousemat.h" #include "RGBController_AOCMousemat.h"

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 15 Apr 2023 | | Adam Honse (CalcProgrammer1) 15 Apr 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -7,7 +7,7 @@
| Shady Nawara (ShadyNawara) 16 Jan 2023 | | Shady Nawara (ShadyNawara) 16 Jan 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring> #include <cstring>

@ -7,7 +7,7 @@
| Shady Nawara (ShadyNawara) 16 Jan 2023 | | Shady Nawara (ShadyNawara) 16 Jan 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -7,7 +7,7 @@
| Shady Nawara (ShadyNawara) 16 Jan 2023 | | Shady Nawara (ShadyNawara) 16 Jan 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <hidapi.h> #include <hidapi.h>

@ -7,7 +7,7 @@
| Shady Nawara (ShadyNawara) 16 Jan 2023 | | Shady Nawara (ShadyNawara) 16 Jan 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <string.h> #include <string.h>

@ -7,7 +7,7 @@
| Shady Nawara (ShadyNawara) 16 Jan 2023 | | Shady Nawara (ShadyNawara) 16 Jan 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 14 Dec 2019 | | Adam Honse (CalcProgrammer1) 14 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "ASRockASRRGBSMBusController.h" #include "ASRockASRRGBSMBusController.h"

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 13 Dec 2019 | | Adam Honse (CalcProgrammer1) 13 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 15 Dec 2019 | | Adam Honse (CalcProgrammer1) 15 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBController_ASRockASRRGBSMBus.h" #include "RGBController_ASRockASRRGBSMBus.h"

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 15 Dec 2019 | | Adam Honse (CalcProgrammer1) 15 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 14 Dec 2019 | | Adam Honse (CalcProgrammer1) 14 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring> #include <cstring>

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 13 Dec 2019 | | Adam Honse (CalcProgrammer1) 13 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -7,7 +7,7 @@
| Adam Honse (CalcProgrammer1) 15 Dec 2019 | | Adam Honse (CalcProgrammer1) 15 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "LogManager.h" #include "LogManager.h"

@ -7,7 +7,7 @@
| Adam Honse (CalcProgrammer1) 15 Dec 2019 | | Adam Honse (CalcProgrammer1) 15 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 14 Dec 2019 | | Adam Honse (CalcProgrammer1) 14 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring> #include <cstring>

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 13 Dec 2019 | | Adam Honse (CalcProgrammer1) 13 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -7,7 +7,7 @@
| Adam Honse (CalcProgrammer1) 15 Dec 2019 | | Adam Honse (CalcProgrammer1) 15 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBController_ASRockPolychromeV2SMBus.h" #include "RGBController_ASRockPolychromeV2SMBus.h"

@ -7,7 +7,7 @@
| Adam Honse (CalcProgrammer1) 15 Dec 2019 | | Adam Honse (CalcProgrammer1) 15 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -7,7 +7,7 @@
| Adam Honse (CalcProgrammer1) 14 Dec 2019 | | Adam Honse (CalcProgrammer1) 14 Dec 2019 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector> #include <vector>

@ -6,7 +6,7 @@
| Gabriel Marcano (gemarcano) 21 Apr 2021 | | Gabriel Marcano (gemarcano) 21 Apr 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring> #include <cstring>

@ -6,7 +6,7 @@
| Gabriel Marcano (gemarcano) 19 Apr 2021 | | Gabriel Marcano (gemarcano) 19 Apr 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -4,7 +4,7 @@
| Detector for Dell Alienware RGB USB controller | | Detector for Dell Alienware RGB USB controller |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "Detector.h" #include "Detector.h"

@ -6,7 +6,7 @@
| Gabriel Marcano (gemarcano) 19 Apr 2021 | | Gabriel Marcano (gemarcano) 19 Apr 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <thread> #include <thread>

@ -6,7 +6,7 @@
| Gabriel Marcano (gemarcano) 19 Apr 2021 | | Gabriel Marcano (gemarcano) 19 Apr 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -7,7 +7,7 @@
| Dominik Mikolajczyk (dmiko) 23 Oct 2023 | | Dominik Mikolajczyk (dmiko) 23 Oct 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring> #include <cstring>

@ -7,7 +7,7 @@
| Dominik Mikolajczyk (dmiko) 23 Oct 2023 | | Dominik Mikolajczyk (dmiko) 23 Oct 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -7,7 +7,7 @@
| Dominik Mikolajczyk (dmiko) 23 Oct 2023 | | Dominik Mikolajczyk (dmiko) 23 Oct 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <iterator> #include <iterator>

@ -7,7 +7,7 @@
| Dominik Mikolajczyk (dmiko) 23 Oct 2023 | | Dominik Mikolajczyk (dmiko) 23 Oct 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Mohamad Sallal (msallal) 22 May 2021 | | Mohamad Sallal (msallal) 22 May 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring> #include <cstring>

@ -6,7 +6,7 @@
| Mohamad Sallal (msallal) 22 May 2021 | | Mohamad Sallal (msallal) 22 May 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Mohamad Sallal (msallal) 22 May 2021 | | Mohamad Sallal (msallal) 22 May 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <iterator> #include <iterator>

@ -6,7 +6,7 @@
| Mohamad Sallal (msallal) 22 May 2021 | | Mohamad Sallal (msallal) 22 May 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -4,7 +4,7 @@
| Detector for Alienware Keyboard | | Detector for Alienware Keyboard |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <hidapi.h> #include <hidapi.h>

@ -6,7 +6,7 @@
| Ferréol DUBOIS COLI (Fefe_du_973) 23 Jan 2025 | | Ferréol DUBOIS COLI (Fefe_du_973) 23 Jan 2025 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <bitset> #include <bitset>

@ -6,7 +6,7 @@
| Ferréol DUBOIS COLI (Fefe_du_973) 23 Jan 2025 | | Ferréol DUBOIS COLI (Fefe_du_973) 23 Jan 2025 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 08 May 2025 | | Adam Honse (CalcProgrammer1) 08 May 2025 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <chrono> #include <chrono>

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 08 May 2025 | | Adam Honse (CalcProgrammer1) 08 May 2025 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 08 May 2025 | | Adam Honse (CalcProgrammer1) 08 May 2025 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "Detector.h" #include "Detector.h"

@ -6,7 +6,7 @@
| Ferréol DUBOIS COLI (Fefe_du_973) 23 Jan 2025 | | Ferréol DUBOIS COLI (Fefe_du_973) 23 Jan 2025 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBController_AlienwareAW3423DWF.h" #include "RGBController_AlienwareAW3423DWF.h"

@ -6,7 +6,7 @@
| Ferréol DUBOIS COLI (Fefe_du_973) 23 Jan 2025 | | Ferréol DUBOIS COLI (Fefe_du_973) 23 Jan 2025 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 08 May 2025 | | Adam Honse (CalcProgrammer1) 08 May 2025 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBController_AlienwareMonitor.h" #include "RGBController_AlienwareMonitor.h"

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 08 May 2025 | | Adam Honse (CalcProgrammer1) 08 May 2025 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Sergey Gavrilov (DrZlo13) 06 Jun 2021 | | Sergey Gavrilov (DrZlo13) 06 Jun 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "AnnePro2Controller.h" #include "AnnePro2Controller.h"

@ -6,7 +6,7 @@
| Sergey Gavrilov (DrZlo13) 06 Jun 2021 | | Sergey Gavrilov (DrZlo13) 06 Jun 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Sergey Gavrilov (DrZlo13) 06 Jun 2021 | | Sergey Gavrilov (DrZlo13) 06 Jun 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "Detector.h" #include "Detector.h"

@ -6,7 +6,7 @@
| Sergey Gavrilov (DrZlo13) 06 Jun 2021 | | Sergey Gavrilov (DrZlo13) 06 Jun 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBControllerKeyNames.h" #include "RGBControllerKeyNames.h"

@ -6,7 +6,7 @@
| Sergey Gavrilov (DrZlo13) 06 Jun 2021 | | Sergey Gavrilov (DrZlo13) 06 Jun 2021 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Armin Wolf (Wer-Wolf) 09 Jan 2023 | | Armin Wolf (Wer-Wolf) 09 Jan 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring> #include <cstring>

@ -6,7 +6,7 @@
| Armin Wolf (Wer-Wolf) 09 Jan 2023 | | Armin Wolf (Wer-Wolf) 09 Jan 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Armin Wolf (Wer-Wolf) 09 Jan 2023 | | Armin Wolf (Wer-Wolf) 09 Jan 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <vector> #include <vector>

@ -6,7 +6,7 @@
| Armin Wolf (Wer-Wolf) 09 Jan 2023 | | Armin Wolf (Wer-Wolf) 09 Jan 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <math.h> #include <math.h>

@ -6,7 +6,7 @@
| Armin Wolf (Wer-Wolf) 09 Jan 2023 | | Armin Wolf (Wer-Wolf) 09 Jan 2023 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 13 Apr 2020 | | Adam Honse (CalcProgrammer1) 13 Apr 2020 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include <cstring> #include <cstring>

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 13 Apr 2020 | | Adam Honse (CalcProgrammer1) 13 Apr 2020 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 13 Apr 2020 | | Adam Honse (CalcProgrammer1) 13 Apr 2020 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#include "RGBController_AsusAuraCore.h" #include "RGBController_AsusAuraCore.h"

@ -6,7 +6,7 @@
| Adam Honse (CalcProgrammer1) 13 Apr 2020 | | Adam Honse (CalcProgrammer1) 13 Apr 2020 |
| | | |
| This file is part of the OpenRGB project | | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only | | SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/ \*---------------------------------------------------------*/
#pragma once #pragma once

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save