Update Crucial controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-15 11:38:36 -05:00
parent e9d7b6b103
commit 1eb2a68a16
5 changed files with 63 additions and 44 deletions

View File

@@ -1,3 +1,17 @@
/*---------------------------------------------------------*\
| CrucialControllerDetect.cpp |
| |
| Detector for Crucial Ballistix RAM |
| |
| Adam Honse (CalcProgrammer1) 19 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 "CrucialController.h"
#include "LogManager.h"
@@ -5,9 +19,6 @@
#include "RGBController_Crucial.h"
#include "i2c_smbus.h"
#include "pci_ids.h"
#include <vector>
#include <stdio.h>
#include <stdlib.h>
using namespace std::chrono_literals;