oled_ssd1306: minor, update copyright

This commit is contained in:
King Kévin 2019-12-04 23:15:25 +01:00
parent 5bb15a2519
commit aabad269c4
2 changed files with 4 additions and 4 deletions

View File

@ -13,9 +13,9 @@
* *
*/ */
/** SSD1306 OLED library (code) /** SSD1306 OLED library (code)
* @file oled_ssd1306.c * @file
* @author King Kévin <kingkevin@cuvoodoo.info> * @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2018 * @date 2018-2019
* @note peripherals used: I2C @ref oled_ssd1306_i2c * @note peripherals used: I2C @ref oled_ssd1306_i2c
*/ */
/* standard libraries */ /* standard libraries */

View File

@ -13,9 +13,9 @@
* *
*/ */
/** SSD1306 OLED library (API) /** SSD1306 OLED library (API)
* @file oled_ssd1306.h * @file
* @author King Kévin <kingkevin@cuvoodoo.info> * @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2018 * @date 2018-2019
* @note peripherals used: I2C @ref oled_ssd1306_i2c * @note peripherals used: I2C @ref oled_ssd1306_i2c
*/ */