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,11 +1,13 @@
/*---------------------------------------------------------------------*\
| CorsairPeripheralV2SoftwareController.cpp |
| |
| Common driver for the newer Corsair peripherals that use |
| the `08` based USB protocol |
| |
| Chris M (Dr_No) 11 Aug 2022 |
\*---------------------------------------------------------------------*/
/*---------------------------------------------------------*\
| CorsairPeripheralV2SoftwareController.cpp |
| |
| Driver for Corsair V2 peripherals - software modes |
| |
| Chris M (Dr_No) 11 Aug 2022 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "LogManager.h"
#include "CorsairPeripheralV2SoftwareController.h"