Update Espurna controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-16 22:28:01 -05:00
parent d5590ed427
commit 9f98e8767c
5 changed files with 52 additions and 29 deletions

View File

@@ -1,11 +1,22 @@
/*---------------------------------------------------------*\
| EspurnaControllerDetect.cpp |
| |
| Detctor for Espurna |
| |
| Adam Honse (calcprogrammer1@gmail.com) 11 Sep 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h"
#include "EspurnaController.h"
#include "RGBController.h"
#include "RGBController_Espurna.h"
#include "SettingsManager.h"
#include <vector>
#include <stdio.h>
#include <stdlib.h>
/******************************************************************************************\
* *