Update Zotac Turing GPU controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-06-30 19:06:29 -05:00
parent 0289f0b2d4
commit 494769177f
5 changed files with 54 additions and 35 deletions

View file

@ -1,3 +1,14 @@
/*---------------------------------------------------------*\
| ZotacTuringGPUControllerDetect.cpp |
| |
| Detector for Zotac Turing GPU |
| |
| David Henry 07 Jan 2023 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "Detector.h"
#include "ZotacTuringGPUController.h"
#include "RGBController.h"