Update EVGA GP102 GPU controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-17 11:32:20 -05:00
parent df379e680f
commit 794f6a81e9
5 changed files with 59 additions and 43 deletions

View File

@@ -1,3 +1,17 @@
/*---------------------------------------------------------*\
| EVGAGP102ControllerDetect.cpp |
| |
| Detector for EVGA GP102 GPU |
| |
| Fabricio Murta (avengerx) 31 Jan 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 "EVGAGP102Controller.h"
#include "LogManager.h"
@@ -5,10 +19,6 @@
#include "RGBController_EVGAGP102.h"
#include "i2c_smbus.h"
#include "pci_ids.h"
#include <vector>
#include <stdio.h>
#include <stdlib.h>
typedef struct
{