Update Elgato Key Light controller files to new standardized header comment

This commit is contained in:
Adam Honse committed 2024-05-16 11:43:53 -05:00
1 parent a51febd0f7
commit 8a77fe5525
5 files changed
+52 -27

No files matched your search

@@ -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>
/******************************************************************************************\
* *