Update Gigabyte Aorus RGB Fusion GPU controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-05-19 18:11:00 -05:00
parent d19df6d931
commit 75d77ea608
5 changed files with 58 additions and 39 deletions

View file

@ -1,11 +1,13 @@
/*-----------------------------------------*\
| GigabyteRGBFusionGPUController.cpp |
| |
| Driver for Gigabyte Aorus RGB Fusion GPU |
| lighting controller |
| |
| Adam Honse (CalcProgrammer1) 2/20/2020 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| GigabyteRGBFusionGPUController.cpp |
| |
| Driver for Gigabyte Aorus RGB Fusion GPU |
| |
| Adam Honse (CalcProgrammer1) 20 Feb 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "GigabyteRGBFusionGPUController.h"
@ -79,4 +81,4 @@ void RGBFusionGPUController::Save()
bus->i2c_smbus_write_byte(dev, 0x00);
bus->i2c_smbus_write_byte(dev, 0x00);
}
}
}