Update Linux LED controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-25 18:23:42 -05:00
parent baa6c1a2e4
commit 523b01054a
5 changed files with 57 additions and 20 deletions

View File

@@ -1,10 +1,13 @@
/*-----------------------------------------*\
| RGBController_LinuxLED.cpp |
| |
| Generic RGB Interface for Linux LED |
| |
| Adam Honse (CalcProgrammer1) 9/25/2020 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| RGBController_LinuxLED.cpp |
| |
| RGBController for Linux sysfs LEDs |
| |
| Adam Honse (calcprogrammer1@gmail.com) 25 Sep 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "RGBController_LinuxLED_Linux.h"