Update MSI-RGB controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-01 00:50:19 -05:00
parent 803d1681c4
commit 67f7c40fa5
5 changed files with 62 additions and 41 deletions

View File

@@ -1,12 +1,23 @@
/*---------------------------------------------------------*\
| MSIRGBControllerDetect.cpp |
| |
| Detector for MSI-RGB motherboard |
| |
| Adam Honse (CalcProgrammer1) 11 Feb 2020 |
| |
| 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 "MSIRGBController.h"
#include "RGBController.h"
#include "RGBController_MSIRGB.h"
#include "super_io.h"
#include "dmiinfo.h"
#include <vector>
#include <stdio.h>
#include <stdlib.h>
/******************************************************************************************\
* *