Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 5f0638b

Browse files
authored
v1.7.7 to change license to GPLv3
### Releases v1.7.7 1. Change license from `MIT` to `GPLv3`. Check [Licensing of SSLClient #16](#16)
1 parent 17fbc8c commit 5f0638b

26 files changed

+78
-77
lines changed

src/EthernetHttpClient_SSL.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
// Library to simplify HTTP fetching on Arduino
2929
// (c) Copyright Arduino. 2016

src/EthernetWebServer_SSL-impl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
#pragma once
2929

src/EthernetWebServer_SSL.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,17 +22,18 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
#pragma once
2929

30-
#define ETHERNET_WEBSERVER_SSL_VERSION "EthernetWebServer_SSL v1.7.6"
30+
#define ETHERNET_WEBSERVER_SSL_VERSION "EthernetWebServer_SSL v1.7.7"
3131

3232
#define ETHERNET_WEBSERVER_SSL_VERSION_MAJOR 1
3333
#define ETHERNET_WEBSERVER_SSL_VERSION_MINOR 7
34-
#define ETHERNET_WEBSERVER_SSL_VERSION_PATCH 6
34+
#define ETHERNET_WEBSERVER_SSL_VERSION_PATCH 7
3535

36-
#define ETHERNET_WEBSERVER_SSL_VERSION_INT 1007006
36+
#define ETHERNET_WEBSERVER_SSL_VERSION_INT 1007007
3737

3838
#define USE_NEW_WEBSERVER_VERSION true
3939

src/EthernetWrapper_SSL.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727
#pragma once
2828

2929
#include "detail/Debug.h"

src/Ethernet_HTTPClient/Ethernet_HttpClient.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
// Class to simplify HTTP fetching on Arduino
2929
// (c) Copyright 2010-2011 MCQN Ltd

src/Ethernet_HTTPClient/Ethernet_HttpClient.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
// Class to simplify HTTP fetching on Arduino
2929
// (c) Copyright MCQN Ltd. 2010-2012

src/Ethernet_HTTPClient/Ethernet_URLEncoder.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
// Library to simplify HTTP fetching on Arduino
2929
// (c) Copyright Arduino. 2019

src/Ethernet_HTTPClient/Ethernet_URLEncoder.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
// Library to simplify HTTP fetching on Arduino
2929
// (c) Copyright Arduino. 2019

src/Ethernet_HTTPClient/Ethernet_WebSocketClient.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
// (c) Copyright Arduino. 2016
2929
// Released under Apache License, version 2.0

src/Ethernet_HTTPClient/Ethernet_WebSocketClient.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
// (c) Copyright Arduino. 2016
2929
// Released under Apache License, version 2.0

src/Parsing_SSL-impl.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,9 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
27+
2728
#pragma once
2829

2930
#include <Arduino.h>

src/detail/Debug.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
#pragma once
2929

src/detail/ESP_RequestHandlersImpl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
#pragma once
2929

src/detail/RequestHandler.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
#pragma once
2929

src/detail/RequestHandlersImpl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
#pragma once
2929

src/detail/esp_detail/mimetable.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
#if (ESP32 || ESP8266)
2929

src/detail/esp_detail/mimetable.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
#pragma once
2929

src/detail/mimetable.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
88
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
Licensed under MIT license
1110
12-
Version: 1.7.6
11+
Version: 1.7.7
1312
1413
Version Modified By Date Comments
1514
------- ----------- ---------- -----------
@@ -23,7 +22,8 @@
2322
1.7.4 K Hoang 11/01/2022 Fix libb64 fallthrough compile warning
2423
1.7.5 K Hoang 02/03/2022 Fix decoding error bug
2524
1.7.6 K Hoang 14/03/2022 Fix bug when using QNEthernet staticIP. Add staticIP option to NativeEthernet
26-
*************************************************************************************************************************************/
25+
1.7.7 K Hoang 14/03/2022 Change licence from `MIT` to `GPLv3`
26+
*****************************************************************************************************************************/
2727

2828
#pragma once
2929

0 commit comments

Comments
 (0)