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

Commit 6e3a891

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 5b0ffe3 commit 6e3a891

File tree

24 files changed

+0
-24
lines changed

24 files changed

+0
-24
lines changed

examples/HTTPClient/BasicAuthGet/BasicAuthGet.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
Based on and modified from ESP8266 https://github.com/esp8266/Arduino/releases
77
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
8-
Licensed under MIT license
98
109
GET client with HTTP basic authentication for ArduinoHttpClient library
1110
Connects to server once every five seconds, sends a GET request

examples/HTTPClient/BasicAuthGet/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
66
77
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
8-
Licensed under MIT license
98
***************************************************************************************************************************************/
109

1110
#pragma once

examples/HTTPClient/CustomHeader/CustomHeader.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
Based on and modified from ESP8266 https://github.com/esp8266/Arduino/releases
77
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
8-
Licensed under MIT license
98
109
Custom request header example for the ArduinoHttpClient
1110
library. This example sends a GET and a POST request with a custom header every 5 seconds.

examples/HTTPClient/CustomHeader/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
66
77
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
8-
Licensed under MIT license
98
***************************************************************************************************************************************/
109

1110
#pragma once

examples/HTTPClient/DweetGet/DweetGet.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
Based on and modified from ESP8266 https://github.com/esp8266/Arduino/releases
77
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
8-
Licensed under MIT license
98
109
Connects to dweet.io once every ten seconds, sends a GET request and a request body. Uses SSL
1110

examples/HTTPClient/DweetGet/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
66
77
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
8-
Licensed under MIT license
98
***************************************************************************************************************************************/
109

1110
#pragma once

examples/HTTPClient/DweetPost/DweetPost.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
Based on and modified from ESP8266 https://github.com/esp8266/Arduino/releases
77
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
8-
Licensed under MIT license
98
109
Connects to dweet.io once every ten seconds, sends a POST request and a request body.
1110

examples/HTTPClient/DweetPost/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
66
77
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
8-
Licensed under MIT license
98
***************************************************************************************************************************************/
109

1110
#pragma once

examples/HTTPClient/HueBlink/HueBlink.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
Based on and modified from ESP8266 https://github.com/esp8266/Arduino/releases
77
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
8-
Licensed under MIT license
98
109
Uses HttpClient to control Philips Hue
1110
For more on Hue developer API see http://developer.meethue.com

examples/HTTPClient/HueBlink/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
66
77
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
8-
Licensed under MIT license
98
***************************************************************************************************************************************/
109

1110
#pragma once

0 commit comments

Comments
 (0)