Update Copyright to include 2024

This commit is contained in:
fvanroie 2024-02-02 18:26:42 +01:00
parent fb2bebf14e
commit 9a97c35df1
47 changed files with 48 additions and 48 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2019-2023 Francis Van Roie Copyright (c) 2019-2024 Francis Van Roie
Copyright (c) 2018-2019 Allen Derusha allen@derusha.org Copyright (c) 2018-2019 Allen Derusha allen@derusha.org
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,4 +1,4 @@
; MIT License - Copyright (c) 2019-2023 Francis Van Roie ; MIT License - Copyright (c) 2019-2024 Francis Van Roie
; For full license information read the LICENSE file in the project folder ; For full license information read the LICENSE file in the project folder
; ;
; PlatformIO Project Configuration File ; PlatformIO Project Configuration File

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_DEVICE_ESP32_H #ifndef HASP_DEVICE_ESP32_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#if defined(ARDUINO) && defined(HASP_USE_ARDUINOGFX) #if defined(ARDUINO) && defined(HASP_USE_ARDUINOGFX)

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#if defined(ARDUINO) && defined(LGFX_USE_V1) #if defined(ARDUINO) && defined(LGFX_USE_V1)

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#if defined(ARDUINO) && (TOUCH_DRIVER == 0x0911) && !defined(HASP_USE_LGFX_TOUCH) #if defined(ARDUINO) && (TOUCH_DRIVER == 0x0911) && !defined(HASP_USE_LGFX_TOUCH)

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_GT911_TOUCH_DRIVER_H #ifndef HASP_GT911_TOUCH_DRIVER_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_TFTESPI_TOUCH_DRIVER_H #ifndef HASP_TFTESPI_TOUCH_DRIVER_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include "hasplib.h" #include "hasplib.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_H #ifndef HASP_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include "hasplib.h" #include "hasplib.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include <time.h> #include <time.h>

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifdef ESP32 #ifdef ESP32

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_NVS_H #ifndef HASP_NVS_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_OBJECT_H #ifndef HASP_OBJECT_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include "hasplib.h" #include "hasplib.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#if HASP_USE_CONFIG > 0 #if HASP_USE_CONFIG > 0

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#if HASP_USE_CONFIG > 0 #if HASP_USE_CONFIG > 0

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include "hasplib.h" #include "hasplib.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifdef ARDUINO #ifdef ARDUINO

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_FILESYSTEM_H #ifndef HASP_FILESYSTEM_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include "hasplib.h" #include "hasplib.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#if HASP_USE_CONFIG > 0 #if HASP_USE_CONFIG > 0

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#if HASP_USE_CONFIG > 0 #if HASP_USE_CONFIG > 0

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifdef ARDUINO #ifdef ARDUINO

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#if !(defined(WINDOWS) || defined(POSIX)) #if !(defined(WINDOWS) || defined(POSIX))

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_MQTT_H #ifndef HASP_MQTT_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include "hasp_conf.h" #include "hasp_conf.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
/* Single threaded synchronous paho client */ /* Single threaded synchronous paho client */

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include "hasp_conf.h" #include "hasp_conf.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include "lv_conf.h" // For timing defines #include "lv_conf.h" // For timing defines

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_GPIO_H #ifndef HASP_GPIO_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include <time.h> #include <time.h>

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_TIME_H #ifndef HASP_TIME_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include <Arduino.h> #include <Arduino.h>

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_WIFI_H #ifndef HASP_WIFI_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include "hasplib.h" #include "hasplib.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_CONSOLE_H #ifndef HASP_CONSOLE_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include "hasplib.h" #include "hasplib.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_FTP_H #ifndef HASP_FTP_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include "hasplib.h" #include "hasplib.h"
@ -920,7 +920,7 @@ static void http_handle_about()
<span v-if="model.l && !!model.l" v-t="'about.' + model.l"></span></p> <span v-if="model.l && !!model.l" v-t="'about.' + model.l"></span></p>
</template> </template>
<h3>openHASP</h3><p>Copyright 2019-2023 Francis Van Roie</br>MIT License</p> <h3>openHASP</h3><p>Copyright 2019-2024 Francis Van Roie</br>MIT License</p>
<p v-t="'about.clause1'"></p> <p v-t="'about.clause1'"></p>
<p v-t="'about.clause2'"></p> <p v-t="'about.clause2'"></p>
<p v-t="'about.clause3'"></p> <p v-t="'about.clause3'"></p>

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_HTTP_H #ifndef HASP_HTTP_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
//#include "webServer.h" //#include "webServer.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#ifndef HASP_MDNS_H #ifndef HASP_MDNS_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32) #if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie /* MIT License - Copyright (c) 2019-2024 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
#include "hasplib.h" #include "hasplib.h"