Update Elgato Key Light controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-16 11:43:53 -05:00
parent a51febd0f7
commit 8a77fe5525
5 changed files with 52 additions and 27 deletions

View File

@@ -1,11 +1,20 @@
/*---------------------------------------------------------*\
| ElgatoKeyLightControllerDetect.cpp |
| |
| Detector for Elgato Key Light |
| |
| 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 "ElgatoKeyLightController.h"
#include "RGBController.h"
#include "RGBController_ElgatoKeyLight.h"
#include "SettingsManager.h"
#include <vector>
#include <stdio.h>
#include <stdlib.h>
/******************************************************************************************\
* *