diff --git a/src/sys/svc/hasp_http.cpp b/src/sys/svc/hasp_http.cpp
index 92e44e75..49fe6d1c 100644
--- a/src/sys/svc/hasp_http.cpp
+++ b/src/sys/svc/hasp_http.cpp
@@ -489,7 +489,7 @@ void webHandleAbout()
String httpMessage((char*)0);
httpMessage.reserve(HTTP_PAGE_SIZE);
- httpMessage += F("
HASP OpenHardware edition
Copyright© 2020 Francis Van Roie ");
+ httpMessage += F("openHASP/h3>Copyright© 2019-2021 Francis Van Roie ");
httpMessage += FPSTR(MIT_LICENSE);
httpMessage += F("
Based on the previous work of the following open source developers.
");
httpMessage += F("HASwitchPlate
Copyright© 2019 Allen Derusha allen@derusha.org");
@@ -498,14 +498,14 @@ void webHandleAbout()
F("LittlevGL
Copyright© 2016 Gábor Kiss-VámosiCopyright© 2019 "
"LittlevGL");
httpMessage += FPSTR(MIT_LICENSE);
- httpMessage += F("zi Font Engine
Copyright© 2020 Francis Van Roie");
+ httpMessage += F("zi Font Engine
Copyright© 2020-2021 Francis Van Roie");
httpMessage += FPSTR(MIT_LICENSE);
httpMessage += F("TFT_eSPI Library
Copyright© 2020 Bodmer (https://github.com/Bodmer) All "
"rights reserved.FreeBSD License");
httpMessage +=
F("includes parts from the Adafruit_GFX libraryCopyright© 2012 Adafruit Industries. "
"All rights reservedBSD License
");
- httpMessage += F("ArduinoJson
Copyright© 2014-2020 Benoit BLANCHON");
+ httpMessage += F("ArduinoJson
Copyright© 2014-2021 Benoit BLANCHON");
httpMessage += FPSTR(MIT_LICENSE);
httpMessage += F("PubSubClient
Copyright© 2008-2015 Nicholas O'Leary");
httpMessage += FPSTR(MIT_LICENSE);
diff --git a/src/sys/svc/hasp_http_async.cpp b/src/sys/svc/hasp_http_async.cpp
index 0dd24e5a..7bb67860 100644
--- a/src/sys/svc/hasp_http_async.cpp
+++ b/src/sys/svc/hasp_http_async.cpp
@@ -485,7 +485,7 @@ void webHandleAbout(AsyncWebServerRequest* request)
String httpMessage((char*)0);
httpMessage.reserve(HTTP_PAGE_SIZE);
- httpMessage += F("HASP OpenHardware edition
Copyright© 2020 Francis Van Roie ");
+ httpMessage += F("openHASP/h3>Copyright© 2019-2021 Francis Van Roie ");
httpMessage += FPSTR(MIT_LICENSE);
httpMessage += F("
Based on the previous work of the following open source developers.
");
httpMessage += F("HASwitchPlate
Copyright© 2019 Allen Derusha allen@derusha.org");
@@ -494,14 +494,14 @@ void webHandleAbout(AsyncWebServerRequest* request)
F("LittlevGL
Copyright© 2016 Gábor Kiss-VámosiCopyright© 2019 "
"LittlevGL");
httpMessage += FPSTR(MIT_LICENSE);
- httpMessage += F("zi Font Engine
Copyright© 2020 Francis Van Roie");
+ httpMessage += F("zi Font Engine
Copyright© 2020-2021 Francis Van Roie");
httpMessage += FPSTR(MIT_LICENSE);
httpMessage += F("TFT_eSPI Library
Copyright© 2020 Bodmer (https://github.com/Bodmer) All "
"rights reserved.FreeBSD License");
httpMessage +=
F("includes parts from the Adafruit_GFX libraryCopyright© 2012 Adafruit Industries. "
"All rights reservedBSD License
");
- httpMessage += F("ArduinoJson
Copyright© 2014-2020 Benoit BLANCHON");
+ httpMessage += F("ArduinoJson
Copyright© 2014-2021 Benoit BLANCHON");
httpMessage += FPSTR(MIT_LICENSE);
httpMessage += F("PubSubClient
Copyright© 2008-2015 Nicholas O'Leary");
httpMessage += FPSTR(MIT_LICENSE);