Update MSI GPU controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-31 11:41:23 -05:00
parent 281b02b049
commit ec59cc59b0
5 changed files with 49 additions and 39 deletions

View File

@@ -1,10 +1,15 @@
/*-----------------------------------------*\
| MSIGPUControllerDetect.cpp |
| |
| Driver for MSI GPUs |
| |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| MSIGPUControllerDetect.cpp |
| |
| Detector for MSI GPU |
| |
| 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 "MSIGPUController.h"
#include "LogManager.h"
@@ -12,15 +17,12 @@
#include "RGBController_MSIGPU.h"
#include "i2c_smbus.h"
#include "pci_ids.h"
#include <vector>
#include <stdio.h>
#include <stdlib.h>
/******************************************************************************************\
* *
* DetectMSIGPUControllers *
* DetectMSIGPUControllers *
* *
* Detect MSI GPU controllers on the enumerated I2C busses. *
* Detect MSI GPU controllers on the enumerated I2C busses. *
* *
\******************************************************************************************/