From 9b2c73fb26129face5487df60d1926848a526b1a Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 8 Aug 2021 17:17:36 +0200 Subject: [PATCH] Update about webpage --- src/sys/svc/hasp_http.cpp | 6 +++--- src/sys/svc/hasp_http_async.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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ámosi
Copyright© 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 library
Copyright© 2012 Adafruit Industries. " "All rights reserved
BSD 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ámosi
Copyright© 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 library
Copyright© 2012 Adafruit Industries. " "All rights reserved
BSD 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);