Update Elgato Light Strip controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-16 11:48:14 -05:00
parent 8a77fe5525
commit d9866e3bd4
5 changed files with 60 additions and 35 deletions

View File

@@ -1,3 +1,12 @@
/*---------------------------------------------------------*\
| ElgatoLightStripControllerDetect.cpp |
| |
| Detector for Elgato Light Strip |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "Detector.h"
#include "ElgatoLightStripController.h"
#include "RGBController_ElgatoLightStrip.h"