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,20 @@
/*---------------------------------------------------------*\
| Processing Code for Corsair Lighting Node Pro |
| CorsairLightingNodeController.cpp |
| |
| Adam Honse (calcprogrammer1@gmail.com), 1/12/2020 |
| Driver for Corsair Lighting Node devices |
| |
| Adam Honse (calcprogrammer1@gmail.com) 12 Jan 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "CorsairLightingNodeController.h"
#include "CorsairDeviceGuard.h"
#include <cstring>
#include <fstream>
#include <iostream>
#include <string>
#include <cstring>
#include "CorsairLightingNodeController.h"
#include "CorsairDeviceGuard.h"
using namespace std::chrono_literals;