Update EVision keyboard controller files to new standardized header comment

This commit is contained in:
Adam Honse committed 2024-05-17 11:49:02 -05:00
1 parent 8650ec51ae
commit cd5b8e08c7
9 files changed
+103 -76

No files matched your search

@@ -1,10 +1,13 @@
/*-------------------------------------------------------------------*\
| EVisionV2KeyboardController.cpp |
| |
| Driver for recent EVision RGB keyboard lighting controller |
| |
| Le Philousophe 25 Dec 2022 |
\*-------------------------------------------------------------------*/
/*---------------------------------------------------------*\
| EVisionV2KeyboardController.cpp |
| |
| Driver for EVision V2 keyboard |
| |
| Le Philousophe 25 Dec 2022 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <cstring>
#include "LogManager.h"