Update Patriot Viper controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-03 11:36:47 -05:00
parent 281d3d8c62
commit a87803ff26
5 changed files with 64 additions and 45 deletions

View File

@@ -1,3 +1,17 @@
/*---------------------------------------------------------*\
| PatriotViperControllerDetect.cpp |
| |
| Detector for Patriot Viper RAM |
| |
| Adam Honse (CalcProgrammer1) 01 Jan 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 "PatriotViperController.h"
#include "LogManager.h"
@@ -5,9 +19,6 @@
#include "RGBController_PatriotViper.h"
#include "i2c_smbus.h"
#include "pci_ids.h"
#include <vector>
#include <stdio.h>
#include <stdlib.h>
using namespace std::chrono_literals;
#define PATRIOT_CONTROLLER_NAME "Patriot Viper"