Update Gigabyte Aorus case controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-05-19 17:36:17 -05:00
parent c8bafd10aa
commit e22267fbeb
5 changed files with 53 additions and 38 deletions

View file

@ -1,8 +1,17 @@
#include <hidapi/hidapi.h>
/*---------------------------------------------------------*\
| GigabyteAorusPCCaseControllerDetect.cpp |
| |
| Detector for Gigabyte Aorus case |
| |
| Denis Nazarov (nenderus) 10 Feb 2024 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <hidapi/hidapi.h>
#include "Detector.h"
#include "RGBController.h"
#include "GigabyteAorusPCCaseController.h"
#include "RGBController_GigabyteAorusPCCase.h"