mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Update about webpage
This commit is contained in:
parent
9b8adb0223
commit
9b2c73fb26
@ -489,7 +489,7 @@ void webHandleAbout()
|
||||
String httpMessage((char*)0);
|
||||
httpMessage.reserve(HTTP_PAGE_SIZE);
|
||||
|
||||
httpMessage += F("<p><h3>HASP OpenHardware edition</h3>Copyright© 2020 Francis Van Roie ");
|
||||
httpMessage += F("<p><h3>openHASP/h3>Copyright© 2019-2021 Francis Van Roie ");
|
||||
httpMessage += FPSTR(MIT_LICENSE);
|
||||
httpMessage += F("<p>Based on the previous work of the following open source developers.</p><hr>");
|
||||
httpMessage += F("<p><h3>HASwitchPlate</h3>Copyright© 2019 Allen Derusha allen@derusha.org</b>");
|
||||
@ -498,14 +498,14 @@ void webHandleAbout()
|
||||
F("<p><h3>LittlevGL</h3>Copyright© 2016 Gábor Kiss-Vámosi</br>Copyright© 2019 "
|
||||
"LittlevGL");
|
||||
httpMessage += FPSTR(MIT_LICENSE);
|
||||
httpMessage += F("<p><h3>zi Font Engine</h3>Copyright© 2020 Francis Van Roie");
|
||||
httpMessage += F("<p><h3>zi Font Engine</h3>Copyright© 2020-2021 Francis Van Roie");
|
||||
httpMessage += FPSTR(MIT_LICENSE);
|
||||
httpMessage += F("<p><h3>TFT_eSPI Library</h3>Copyright© 2020 Bodmer (https://github.com/Bodmer) All "
|
||||
"rights reserved.</br>FreeBSD License</p>");
|
||||
httpMessage +=
|
||||
F("<p><i>includes parts from the <b>Adafruit_GFX library</b></br>Copyright© 2012 Adafruit Industries. "
|
||||
"All rights reserved</br>BSD License</i></p>");
|
||||
httpMessage += F("<p><h3>ArduinoJson</h3>Copyright© 2014-2020 Benoit BLANCHON");
|
||||
httpMessage += F("<p><h3>ArduinoJson</h3>Copyright© 2014-2021 Benoit BLANCHON");
|
||||
httpMessage += FPSTR(MIT_LICENSE);
|
||||
httpMessage += F("<p><h3>PubSubClient</h3>Copyright© 2008-2015 Nicholas O'Leary");
|
||||
httpMessage += FPSTR(MIT_LICENSE);
|
||||
|
@ -485,7 +485,7 @@ void webHandleAbout(AsyncWebServerRequest* request)
|
||||
String httpMessage((char*)0);
|
||||
httpMessage.reserve(HTTP_PAGE_SIZE);
|
||||
|
||||
httpMessage += F("<p><h3>HASP OpenHardware edition</h3>Copyright© 2020 Francis Van Roie ");
|
||||
httpMessage += F("<p><h3>openHASP/h3>Copyright© 2019-2021 Francis Van Roie ");
|
||||
httpMessage += FPSTR(MIT_LICENSE);
|
||||
httpMessage += F("<p>Based on the previous work of the following open source developers.</p><hr>");
|
||||
httpMessage += F("<p><h3>HASwitchPlate</h3>Copyright© 2019 Allen Derusha allen@derusha.org</b>");
|
||||
@ -494,14 +494,14 @@ void webHandleAbout(AsyncWebServerRequest* request)
|
||||
F("<p><h3>LittlevGL</h3>Copyright© 2016 Gábor Kiss-Vámosi</br>Copyright© 2019 "
|
||||
"LittlevGL");
|
||||
httpMessage += FPSTR(MIT_LICENSE);
|
||||
httpMessage += F("<p><h3>zi Font Engine</h3>Copyright© 2020 Francis Van Roie");
|
||||
httpMessage += F("<p><h3>zi Font Engine</h3>Copyright© 2020-2021 Francis Van Roie");
|
||||
httpMessage += FPSTR(MIT_LICENSE);
|
||||
httpMessage += F("<p><h3>TFT_eSPI Library</h3>Copyright© 2020 Bodmer (https://github.com/Bodmer) All "
|
||||
"rights reserved.</br>FreeBSD License</p>");
|
||||
httpMessage +=
|
||||
F("<p><i>includes parts from the <b>Adafruit_GFX library</b></br>Copyright© 2012 Adafruit Industries. "
|
||||
"All rights reserved</br>BSD License</i></p>");
|
||||
httpMessage += F("<p><h3>ArduinoJson</h3>Copyright© 2014-2020 Benoit BLANCHON");
|
||||
httpMessage += F("<p><h3>ArduinoJson</h3>Copyright© 2014-2021 Benoit BLANCHON");
|
||||
httpMessage += FPSTR(MIT_LICENSE);
|
||||
httpMessage += F("<p><h3>PubSubClient</h3>Copyright© 2008-2015 Nicholas O'Leary");
|
||||
httpMessage += FPSTR(MIT_LICENSE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user