Add missing MIT License

This commit is contained in:
fvanroie 2021-06-12 00:59:29 +02:00
parent 6f81434615
commit d40a9188f8
12 changed files with 34 additions and 8 deletions

View File

@ -1,3 +1,6 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
/* This file is used during the build of the paho library */ /* This file is used during the build of the paho library */
#ifndef VERSIONINFO_H #ifndef VERSIONINFO_H

View File

@ -1,3 +1,6 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef WIFISPI_H #ifndef WIFISPI_H
#define WIFISPI_H #define WIFISPI_H

View File

@ -1,3 +1,6 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_CONF_H #ifndef HASP_CONF_H
#define HASP_CONF_H #define HASP_CONF_H

View File

@ -1,3 +1,6 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_MACRO_H #ifndef HASP_MACRO_H
#define HASP_MACRO_H #define HASP_MACRO_H

View File

@ -1,3 +1,6 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef LV_SYMBOL_MDI_DEF_H #ifndef LV_SYMBOL_MDI_DEF_H
#define LV_SYMBOL_MDI_DEF_H #define LV_SYMBOL_MDI_DEF_H
/* clang-format off */ /* clang-format off */

View File

@ -1,3 +1,6 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
/* Include the normal default core configuration */ /* Include the normal default core configuration */
#include "stm32f4xx_hal_conf_default.h" #include "stm32f4xx_hal_conf_default.h"

View File

@ -1,3 +1,6 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
/********************* /*********************
* INCLUDES * INCLUDES
*********************/ *********************/

View File

@ -1,7 +1,5 @@
/** /* MIT License - Copyright (c) 2019-2021 Francis Van Roie
* @file lv_zifont.h For full license information read the LICENSE file in the project folder */
*
*/
#ifndef LV_ZIFONT_H #ifndef LV_ZIFONT_H
#define LV_ZIFONT_H #define LV_ZIFONT_H

View File

@ -1,3 +1,6 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if defined(POSIX) #if defined(POSIX)
#include <cstdint> #include <cstdint>

View File

@ -1,3 +1,6 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_attribute.h" /*To see all the hashes*/ #include "hasp_attribute.h" /*To see all the hashes*/
static void set_style_attribute(lv_style_t * style, lv_state_t state, int16_t val) static void set_style_attribute(lv_style_t * style, lv_state_t state, int16_t val)

View File

@ -1,7 +1,5 @@
/** /* MIT License - Copyright (c) 2019-2021 Francis Van Roie
* @file lv_theme_hasp.h For full license information read the LICENSE file in the project folder */
*
*/
#ifndef LV_THEME_HASP_H #ifndef LV_THEME_HASP_H
#define LV_THEME_HASP_H #define LV_THEME_HASP_H

View File

@ -1,3 +1,6 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifdef ARDUINO #ifdef ARDUINO
#include <Arduino.h> #include <Arduino.h>
#endif #endif