Update EVGA V3 GPU controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-16 22:33:38 -05:00
parent 9f98e8767c
commit 19e5626d50
5 changed files with 56 additions and 37 deletions

View File

@@ -1,11 +1,13 @@
/*-----------------------------------------*\
| EVGAGPUv3Controller.cpp |
| |
| Driver for EVGA GPU RGB V3 (Ampere) |
| lighting controller |
| |
| TheRogueZeta 7/15/2021 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| EVGAGPUv3Controller.cpp |
| |
| Driver for EVGA V3 (Ampere) GPU |
| |
| TheRogueZeta 15 Jul 2021 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "EVGAGPUv3Controller.h"
#include "LogManager.h"