mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-23 23:37:48 -05:00
Update even more file header comments to standardized new format
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
/*---------------------------------------------------------------------*\
|
||||
| KeyboardLayoutManager.cpp |
|
||||
| |
|
||||
| Helper library to produce keyboard layouts |
|
||||
| |
|
||||
| Chris M (Dr_No) 04 Feb 2023 |
|
||||
| |
|
||||
\*---------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| KeyboardLayoutManager.cpp |
|
||||
| |
|
||||
| Helper library to produce keyboard layouts |
|
||||
| |
|
||||
| Chris M (Dr_No) 04 Feb 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "LogManager.h"
|
||||
#include "KeyboardLayoutManager.h"
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
/*---------------------------------------------------------------------*\
|
||||
| KeyboardLayoutManager.h |
|
||||
| |
|
||||
| Helper library to produce keyboard layouts |
|
||||
| |
|
||||
| Chris M (Dr_No) 04 Feb 2023 |
|
||||
| |
|
||||
\*---------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| KeyboardLayoutManager.h |
|
||||
| |
|
||||
| Helper library to produce keyboard layouts |
|
||||
| |
|
||||
| Chris M (Dr_No) 04 Feb 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
|
||||
Reference in New Issue
Block a user