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,12 +1,17 @@
/*---------------------------------------------------------*\
| Driver for Elgato Key Light |
| ElgatoKeyLightController.cpp |
| |
| Monks (imtherealestmonkey@gmail.com), 11/03/2021 |
| Driver for Elgato Key Light |
| |
| Monks (imtherealestmonkey@gmail.com), 03 Nov 2021 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <iostream>
#include "ElgatoKeyLightController.h"
#include "json.hpp"
#include <iostream>
using json = nlohmann::json;