Update EVGA V2 GPU controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-17 11:33:17 -05:00
parent 211497193d
commit b93e6be0b0
5 changed files with 56 additions and 37 deletions

View File

@@ -1,12 +1,23 @@
/*---------------------------------------------------------*\
| EVGATuringGPUControllerDetect.cpp |
| |
| Detector for EVGA V2 (Turing) GPU |
| |
| TheRogueZeta 15 Apr 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 "EVGAGPUv2Controller.h"
#include "RGBController.h"
#include "RGBController_EVGAGPUv2.h"
#include "i2c_smbus.h"
#include "pci_ids.h"
#include <vector>
#include <stdio.h>
#include <stdlib.h>
/******************************************************************************************\
* *