From 066d48e22f6e397dfd88514f31e0bc6712f4c062 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sat, 22 Jun 2024 19:05:34 -0500 Subject: [PATCH] Update Trust common controller files to new standardized header comment --- Controllers/TrustController/TrustControllerDetect.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Controllers/TrustController/TrustControllerDetect.cpp b/Controllers/TrustController/TrustControllerDetect.cpp index f0b0e03b..211ae2fe 100644 --- a/Controllers/TrustController/TrustControllerDetect.cpp +++ b/Controllers/TrustController/TrustControllerDetect.cpp @@ -1,3 +1,14 @@ +/*---------------------------------------------------------*\ +| TrustControllerDetect.cpp | +| | +| Detector for Trust devices | +| | +| Morgan Guimard (morg) 24 Jan 2022 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ + #include "Detector.h" #include "TrustGXT114Controller.h" #include "TrustGXT180Controller.h"