Update yet more file header comments to standardized new format

This commit is contained in:
Adam Honse 2024-05-03 21:56:32 -05:00
parent a3066db16c
commit a7c400bc65
26 changed files with 288 additions and 133 deletions

View file

@ -1,13 +1,15 @@
/*-----------------------------------------*\
| ResourceManager.h |
| |
| OpenRGB Resource Manager controls access |
| to application components including |
| RGBControllers, I2C interfaces, and |
| network SDK components |
| |
| Adam Honse (CalcProgrammer1) 9/27/2020 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| ResourceManager.h |
| |
| OpenRGB Resource Manager controls access to application |
| components including RGBControllers, I2C interfaces, |
| and network SDK components |
| |
| Adam Honse (CalcProgrammer1) 27 Sep 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#pragma once
@ -16,7 +18,6 @@
#include <functional>
#include <thread>
#include <string>
#include "hidapi_wrapper.h"
#include "i2c_smbus.h"
#include "filesystem.h"