Update Holtek controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-05-19 19:24:17 -05:00
parent de7d0a4c76
commit 4aa92c6272
9 changed files with 99 additions and 69 deletions

View file

@ -1,11 +1,20 @@
/*---------------------------------------------------------*\
| HoltekControllerDetect.cpp |
| |
| Detector for Holtek devices |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <vector>
#include <hidapi/hidapi.h>
#include "Detector.h"
#include "HoltekA070Controller.h"
#include "RGBController.h"
#include "RGBController_HoltekA070.h"
#include "HoltekA1FAController.h"
#include "RGBController_HoltekA1FA.h"
#include <vector>
#include <hidapi/hidapi.h>
/*-----------------------------------------------------*\
| Holtek Semiconductor Inc. vendor ID |