Update PNY GPU controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-04 11:26:22 -05:00
parent 3cf1f58f30
commit bd5473663b
5 changed files with 56 additions and 37 deletions

View File

@@ -1,11 +1,13 @@
/*-----------------------------------------*\
| PNYGPUController.cpp |
| |
| Driver for PNY GPU RGB (Turing) |
| lighting controller |
| |
| KendallMorgan 10/17/2021 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| PNYGPUController.cpp |
| |
| Driver for PNY Turing GPU |
| |
| KendallMorgan 17 Oct 2021 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "PNYGPUController.h"