Update even more file header comments to standardized new format
This commit is contained in:
parent
200b8e3a24
commit
a3066db16c
31 changed files with 284 additions and 152 deletions
|
|
@ -1,5 +1,17 @@
|
|||
#include "RGBController.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController.cpp |
|
||||
| |
|
||||
| OpenRGB's RGB controller hardware abstration layer, |
|
||||
| provides a generic representation of an RGB device |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 02 Jun 2019 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <cstring>
|
||||
#include "RGBController.h"
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue