Update all Corsair controller files to use new standardized file header comment

This commit is contained in:
Adam Honse
2024-05-14 19:14:09 -05:00
parent fc97d6130b
commit da8469f478
77 changed files with 831 additions and 551 deletions

View File

@@ -1,16 +1,17 @@
/*-----------------------------------------*\
| CorsairPeripheralController.cpp |
| |
| Driver for Corsair RGB keyboard, mouse, |
| and mousemat lighting controller |
| |
| Adam Honse (CalcProgrammer1) 1/9/2020 |
\*-----------------------------------------*/
#include "CorsairPeripheralController.h"
#include "LogManager.h"
/*---------------------------------------------------------*\
| CorsairPeripheralController.cpp |
| |
| Driver for Corsair peripherals |
| |
| Adam Honse (CalcProgrammer1) 09 Jan 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <cstring>
#include "CorsairPeripheralController.h"
#include "LogManager.h"
using namespace std::chrono_literals;