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

Commit 629b9a9

Browse files
authored
v1.4.4 to change license to GPLv3
### Releases v1.4.4 1. Change license from `MIT` to `GPLv3`. Check [Licensing of SSLClient #16](khoih-prog/EthernetWebServer_SSL#16)
1 parent 9c8ac34 commit 629b9a9

File tree

24 files changed

+2
-24
lines changed

24 files changed

+2
-24
lines changed

examples/HTTPClient/BasicAuthGet/BasicAuthGet.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
1312
GET client with HTTP basic authentication for ArduinoHttpClient library
1413
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
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
***************************************************************************************************************************************/
1312

1413
#ifndef defines_h

examples/HTTPClient/CustomHeader/CustomHeader.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
1312
Custom request header example for the ArduinoHttpClient
1413
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
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
***************************************************************************************************************************************/
1312

1413
#ifndef defines_h

examples/HTTPClient/DweetGet/DweetGet.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
1312
Connects to dweet.io once every ten seconds, sends a GET request and a request body. Uses SSL
1413

examples/HTTPClient/DweetGet/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
***************************************************************************************************************************************/
1312

1413
#ifndef defines_h

examples/HTTPClient/DweetPost/DweetPost.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
11+
1212
Connects to dweet.io once every ten seconds, sends a POST request and a request body.
1313
1414
Shows how to use Strings to assemble path and parse content from response. dweet.io expects:

examples/HTTPClient/DweetPost/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
***************************************************************************************************************************************/
1312

1413
#ifndef defines_h

examples/HTTPClient/HueBlink/HueBlink.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
1312
Uses HttpClient to control Philips Hue
1413
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
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
***************************************************************************************************************************************/
1312

1413
#ifndef defines_h

examples/HTTPClient/PostWithHeaders/PostWithHeaders.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
1312
POST with headers client for HttpClient
1413
Connects to server once every five seconds, sends a POST request

examples/HTTPClient/PostWithHeaders/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
***************************************************************************************************************************************/
1312

1413
#ifndef defines_h

examples/HTTPClient/SimpleDelete/SimpleDelete.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
1312
Simple DELETE client for HttpClient
1413
Connects to server once every five seconds, sends a DELETE request

examples/HTTPClient/SimpleDelete/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
***************************************************************************************************************************************/
1312

1413
#ifndef defines_h

examples/HTTPClient/SimpleGet/SimpleGet.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
1312
Simple GET client for HttpClient
1413
Connects to server once every five seconds, sends a GET request

examples/HTTPClient/SimpleGet/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
***************************************************************************************************************************************/
1312

1413
#ifndef defines_h

examples/HTTPClient/SimpleHTTPExample/SimpleHTTPExample.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
1312
Simple example to show how to use the HttpClient library
1413
Get's the web page given at http://<kHostname><kPath> and outputs the content to the serial port

examples/HTTPClient/SimpleHTTPExample/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
***************************************************************************************************************************************/
1312

1413
#ifndef defines_h

examples/HTTPClient/SimplePost/SimplePost.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
1312
Simple POST client for HttpClient
1413
Connects to server once every five seconds, sends a POST request

examples/HTTPClient/SimplePost/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
***************************************************************************************************************************************/
1312

1413
#ifndef defines_h

examples/HTTPClient/SimplePut/SimplePut.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
11+
1212
Simple PUT client for HttpClient
1313
Connects to server once every five seconds, sends a PUT request
1414
and a request body

examples/HTTPClient/SimplePut/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
***************************************************************************************************************************************/
1312

1413
#ifndef defines_h

examples/HTTPClient/SimpleWebSocket/SimpleWebSocket.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
1312
Simple WebSocket client for HttpClient
1413
Connects to the WebSocket server, and sends a hello

examples/HTTPClient/SimpleWebSocket/defines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
99
1010
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
11-
Licensed under MIT license
1211
***************************************************************************************************************************************/
1312

1413
#ifndef defines_h

0 commit comments

Comments
 (0)