Update ENE SMBus controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-16 22:06:29 -05:00
parent 9b1ea375b8
commit 50ec1095c1
17 changed files with 200 additions and 142 deletions

View File

@@ -1,10 +1,13 @@
/*-----------------------------------------*\
| RGBController_ENESMBus.cpp |
| |
| Generic RGB Interface for ENE SMBus |
| |
| Adam Honse (CalcProgrammer1) 6/13/2019 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| RGBController_ENESMBus.cpp |
| |
| RGBController for ENE SMBus devices |
| |
| Adam Honse (CalcProgrammer1) 13 Jun 2019 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "RGBController_ENESMBus.h"
#include "LogManager.h"