Update MSI Optix controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-01 00:45:53 -05:00
parent 9c19195625
commit 803d1681c4
5 changed files with 58 additions and 38 deletions

View File

@@ -1,3 +1,14 @@
/*---------------------------------------------------------*\
| MSIOptixControllerDetect.cpp |
| |
| Detector for MSI Optix |
| |
| Morgan Guimard (morg) 10 Jan 2022 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "Detector.h"
#include "MSIOptixController.h"
#include "RGBController.h"