Update more file header comments to standardized new format

This commit is contained in:
Adam Honse 2024-05-03 00:36:28 -05:00
parent f38b7485f7
commit b12cd438cd
15 changed files with 175 additions and 141 deletions

View file

@ -1,10 +1,14 @@
/******************************************************************************************\
* *
* i2c_smbus.cpp *
* *
* Device-independent i2c/SMBus communication functions *
* *
\******************************************************************************************/
/*---------------------------------------------------------*\
| i2c_smbus.cpp |
| |
| Device-independent i2c/SMBus communication functions |
| |
| Adam Honse (CalcProgrammer1) 08 Aug 2018 |
| Portions based on Linux source code |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "i2c_smbus.h"
#include <string.h>
@ -246,4 +250,4 @@ void i2c_smbus_interface::i2c_smbus_thread_function()
i2c_smbus_done_cv.notify_all();
done_lock.unlock();
}
}
}