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,3 +1,17 @@
/*---------------------------------------------------------*\
| EVGAAmpereGPUControllerDetect.cpp |
| |
| Detector 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 <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h"
#include "EVGAGPUv3Controller.h"
#include "LogManager.h"
@ -5,9 +19,6 @@
#include "RGBController_EVGAGPUv3.h"
#include "i2c_smbus.h"
#include "pci_ids.h"
#include <vector>
#include <stdio.h>
#include <stdlib.h>
/******************************************************************************************\
* *