mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-29 22:26:37 +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 */
|
/* This file is used during the build of the paho library */
|
||||||
|
|
||||||
#ifndef VERSIONINFO_H
|
#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
|
#ifndef WIFISPI_H
|
||||||
#define 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
|
#ifndef HASP_CONF_H
|
||||||
#define 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
|
#ifndef HASP_MACRO_H
|
||||||
#define 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
|
#ifndef LV_SYMBOL_MDI_DEF_H
|
||||||
#define LV_SYMBOL_MDI_DEF_H
|
#define LV_SYMBOL_MDI_DEF_H
|
||||||
/* clang-format off */
|
/* 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 the normal default core configuration */
|
||||||
#include "stm32f4xx_hal_conf_default.h"
|
#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
|
* INCLUDES
|
||||||
*********************/
|
*********************/
|
||||||
|
@ -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
|
||||||
|
@ -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>
|
||||||
|
@ -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)
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user