Skip to content

Commit

Permalink
Update Copyright to include 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Feb 2, 2024
1 parent fb2bebf commit 9a97c35
Show file tree
Hide file tree
Showing 47 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2023 Francis Van Roie
Copyright (c) 2019-2024 Francis Van Roie
Copyright (c) 2018-2019 Allen Derusha [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
@@ -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
;
; PlatformIO Project Configuration File
Expand Down
2 changes: 1 addition & 1 deletion src/dev/esp32/esp32.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_DEVICE_ESP32_H
Expand Down
2 changes: 1 addition & 1 deletion src/drv/tft/tft_driver_arduinogfx.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#if defined(ARDUINO) && defined(HASP_USE_ARDUINOGFX)
Expand Down
2 changes: 1 addition & 1 deletion src/drv/tft/tft_driver_lovyangfx.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#if defined(ARDUINO) && defined(LGFX_USE_V1)
Expand Down
2 changes: 1 addition & 1 deletion src/drv/touch/touch_driver_gt911.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#if defined(ARDUINO) && (TOUCH_DRIVER == 0x0911) && !defined(HASP_USE_LGFX_TOUCH)
Expand Down
2 changes: 1 addition & 1 deletion src/drv/touch/touch_driver_gt911.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_GT911_TOUCH_DRIVER_H
Expand Down
2 changes: 1 addition & 1 deletion src/drv/touch/touch_driver_tftespi.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_TFTESPI_TOUCH_DRIVER_H
Expand Down
2 changes: 1 addition & 1 deletion src/hasp/hasp.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include "hasplib.h"
Expand Down
2 changes: 1 addition & 1 deletion src/hasp/hasp.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_H
Expand Down
2 changes: 1 addition & 1 deletion src/hasp/hasp_attribute.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include "hasplib.h"
Expand Down
2 changes: 1 addition & 1 deletion src/hasp/hasp_dispatch.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include <time.h>
Expand Down
2 changes: 1 addition & 1 deletion src/hasp/hasp_font.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion src/hasp/hasp_nvs.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#ifdef ESP32
Expand Down
2 changes: 1 addition & 1 deletion src/hasp/hasp_nvs.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_NVS_H
Expand Down
2 changes: 1 addition & 1 deletion src/hasp/hasp_object.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_OBJECT_H
Expand Down
2 changes: 1 addition & 1 deletion src/hasp/hasp_task.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include "hasplib.h"
Expand Down
2 changes: 1 addition & 1 deletion src/hasp_config.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#if HASP_USE_CONFIG > 0
Expand Down
2 changes: 1 addition & 1 deletion src/hasp_config.h
Original file line number Diff line number Diff line change
@@ -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 */

#if HASP_USE_CONFIG > 0
Expand Down
2 changes: 1 addition & 1 deletion src/hasp_debug.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include "hasplib.h"
Expand Down
2 changes: 1 addition & 1 deletion src/hasp_filesystem.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#ifdef ARDUINO
Expand Down
2 changes: 1 addition & 1 deletion src/hasp_filesystem.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_FILESYSTEM_H
Expand Down
2 changes: 1 addition & 1 deletion src/hasp_gui.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include "hasplib.h"
Expand Down
2 changes: 1 addition & 1 deletion src/hasp_oobe.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#if HASP_USE_CONFIG > 0
Expand Down
2 changes: 1 addition & 1 deletion src/hasp_oobe.h
Original file line number Diff line number Diff line change
@@ -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 */

#if HASP_USE_CONFIG > 0
Expand Down
2 changes: 1 addition & 1 deletion src/hasplib.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifdef ARDUINO
Expand Down
2 changes: 1 addition & 1 deletion src/main_arduino.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#if !(defined(WINDOWS) || defined(POSIX))
Expand Down
2 changes: 1 addition & 1 deletion src/mqtt/hasp_mqtt.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_MQTT_H
Expand Down
2 changes: 1 addition & 1 deletion src/mqtt/hasp_mqtt_esp.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include "hasp_conf.h"
Expand Down
2 changes: 1 addition & 1 deletion src/mqtt/hasp_mqtt_paho_single.cpp
Original file line number Diff line number Diff line change
@@ -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 */

/* Single threaded synchronous paho client */
Expand Down
2 changes: 1 addition & 1 deletion src/mqtt/hasp_mqtt_pubsubclient.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include "hasp_conf.h"
Expand Down
2 changes: 1 addition & 1 deletion src/sys/gpio/hasp_gpio.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include "lv_conf.h" // For timing defines
Expand Down
2 changes: 1 addition & 1 deletion src/sys/gpio/hasp_gpio.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_GPIO_H
Expand Down
2 changes: 1 addition & 1 deletion src/sys/net/hasp_time.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include <time.h>
Expand Down
2 changes: 1 addition & 1 deletion src/sys/net/hasp_time.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_TIME_H
Expand Down
2 changes: 1 addition & 1 deletion src/sys/net/hasp_wifi.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include <Arduino.h>
Expand Down
2 changes: 1 addition & 1 deletion src/sys/net/hasp_wifi.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_WIFI_H
Expand Down
2 changes: 1 addition & 1 deletion src/sys/svc/hasp_console.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include "hasplib.h"
Expand Down
2 changes: 1 addition & 1 deletion src/sys/svc/hasp_console.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_CONSOLE_H
Expand Down
2 changes: 1 addition & 1 deletion src/sys/svc/hasp_ftp.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include "hasplib.h"
Expand Down
2 changes: 1 addition & 1 deletion src/sys/svc/hasp_ftp.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_FTP_H
Expand Down
4 changes: 2 additions & 2 deletions src/sys/svc/hasp_http.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include "hasplib.h"
Expand Down Expand Up @@ -920,7 +920,7 @@ static void http_handle_about()
<span v-if="model.l && !!model.l" v-t="'about.' + model.l"></span></p>
</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.clause2'"></p>
<p v-t="'about.clause3'"></p>
Expand Down
2 changes: 1 addition & 1 deletion src/sys/svc/hasp_http.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_HTTP_H
Expand Down
2 changes: 1 addition & 1 deletion src/sys/svc/hasp_http_async.cpp
Original file line number Diff line number Diff line change
@@ -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 */

//#include "webServer.h"
Expand Down
2 changes: 1 addition & 1 deletion src/sys/svc/hasp_mdns.h
Original file line number Diff line number Diff line change
@@ -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 */

#ifndef HASP_MDNS_H
Expand Down
2 changes: 1 addition & 1 deletion src/sys/svc/hasp_ota.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)
Expand Down
2 changes: 1 addition & 1 deletion src/sys/svc/hasp_telnet.cpp
Original file line number Diff line number Diff line change
@@ -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 */

#include "hasplib.h"
Expand Down

0 comments on commit 9a97c35

Please sign in to comment.