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,14 +1,17 @@
/*-----------------------------------------*\
| NetworkClient.cpp |
| |
| Client code for OpenRGB SDK |
| |
| Adam Honse (CalcProgrammer1) 5/9/2020 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| NetworkClient.cpp |
| |
| OpenRGB SDK network client |
| |
| Adam Honse (CalcProgrammer1) 09 May 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <cstring>
#include "NetworkClient.h"
#include "RGBController_Network.h"
#include <cstring>
#ifdef _WIN32
#include <Windows.h>