Update file header comments to new standardized format for ASRock SMBus controller files

This commit is contained in:
Adam Honse
2024-05-09 06:48:05 -05:00
parent 30acbb10f7
commit 6aa6e5a972
13 changed files with 137 additions and 100 deletions

View File

@@ -1,3 +1,15 @@
/*---------------------------------------------------------*\
| ASRockSMBusControllerDetect.cpp |
| |
| Detector for SMBus ASRock ASR RGB and Polychrome |
| motherboards |
| |
| Adam Honse (CalcProgrammer1) 14 Dec 2019 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>