Update Razer controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-07 11:27:32 -05:00
parent 16bc33c18a
commit d2d342ade7
6 changed files with 69 additions and 36 deletions

View File

@@ -1,17 +1,19 @@
/*-----------------------------------------*\
| RazerController.cpp |
| |
| Driver for Razer devices |
| |
| Adam Honse (CalcProgrammer1) 1/22/2021 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| RazerController.cpp |
| |
| Driver for Razer devices |
| |
| Adam Honse (CalcProgrammer1) 22 Jan 2021 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <string.h>
#include "RazerController.h"
#include "RazerDevices.h"
#include "LogManager.h"
#include <string.h>
using namespace std::chrono_literals;
RazerController::RazerController(hid_device* dev_handle, hid_device* dev_argb_handle, const char* path, unsigned short pid, std::string dev_name)