mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-29 06:06:40 +00:00
Add missing MIT License
This commit is contained in:
parent
6f81434615
commit
d40a9188f8
@ -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 */
|
||||
|
||||
#ifndef VERSIONINFO_H
|
||||
|
@ -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
|
||||
#define WIFISPI_H
|
||||
|
||||
|
@ -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
|
||||
#define HASP_CONF_H
|
||||
|
||||
|
@ -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
|
||||
#define HASP_MACRO_H
|
||||
|
||||
|
@ -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
|
||||
#define LV_SYMBOL_MDI_DEF_H
|
||||
/* clang-format off */
|
||||
|
@ -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 "stm32f4xx_hal_conf_default.h"
|
||||
|
||||
|
@ -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
|
||||
*********************/
|
||||
|
@ -1,7 +1,5 @@
|
||||
/**
|
||||
* @file lv_zifont.h
|
||||
*
|
||||
*/
|
||||
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
|
||||
For full license information read the LICENSE file in the project folder */
|
||||
|
||||
#ifndef LV_ZIFONT_H
|
||||
#define LV_ZIFONT_H
|
||||
|
@ -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)
|
||||
|
||||
#include <cstdint>
|
||||
|
@ -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*/
|
||||
|
||||
static void set_style_attribute(lv_style_t * style, lv_state_t state, int16_t val)
|
||||
|
@ -1,7 +1,5 @@
|
||||
/**
|
||||
* @file lv_theme_hasp.h
|
||||
*
|
||||
*/
|
||||
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
|
||||
For full license information read the LICENSE file in the project folder */
|
||||
|
||||
#ifndef LV_THEME_HASP_H
|
||||
#define LV_THEME_HASP_H
|
||||
|
@ -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
|
||||
#include <Arduino.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user