Update LIFX controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-25 18:19:27 -05:00
parent 841b85a589
commit baa6c1a2e4
5 changed files with 52 additions and 25 deletions

View File

@@ -1,11 +1,22 @@
/*---------------------------------------------------------*\
| LIFXControllerDetect.cpp |
| |
| Detector for LIFX |
| |
| Adam Honse (calcprogrammer1@gmail.com) 05 Feb 2022 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h"
#include "LIFXController.h"
#include "RGBController.h"
#include "RGBController_LIFX.h"
#include "SettingsManager.h"
#include <vector>
#include <stdio.h>
#include <stdlib.h>
/******************************************************************************************\
* *