Update MSI GPU V2 controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-31 11:45:11 -05:00
parent ec59cc59b0
commit e924257ddd
5 changed files with 55 additions and 40 deletions

View File

@@ -1,13 +1,16 @@
/*-----------------------------------------*\
| MSIGPUController.cpp |
| |
| Driver for MSI GPUs |
| Wojciech Lazarski 03/Jan/2023 |
| |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| MSIGPUv2Controller.cpp |
| |
| Driver for MSI V2 GPU (ITE9) |
| |
| Wojciech Lazarski 03 Jan 2023 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "MSIGPUv2Controller.h"
#include <cstring>
#include "MSIGPUv2Controller.h"
using namespace std::chrono_literals;