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

Commit 9c8ac34

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 9ea0624 commit 9c8ac34

File tree

52 files changed

+1
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1
-53
lines changed

examples/AdvancedWebServer/AdvancedWebServer.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
Copyright (c) 2015, Majenko Technologies
1413
All rights reserved.

examples/AdvancedWebServer/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/HelloServer/HelloServer.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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_STM32
10-
Licensed under MIT license
1110
*****************************************************************************************************************************/
1211
/*
1312
Currently support

examples/HelloServer/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/HelloServer2/HelloServer2.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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_STM32
10-
Licensed under MIT license
1110
*****************************************************************************************************************************/
1211
/*
1312
Currently support

examples/HelloServer2/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/HttpBasicAuth/HttpBasicAuth.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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_STM32
10-
Licensed under MIT license
1110
*****************************************************************************************************************************/
1211
/*
1312
Currently support

examples/HttpBasicAuth/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/MQTTClient_Auth/MQTTClient_Auth.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

1413
/*

examples/MQTTClient_Auth/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/MQTTClient_Basic/MQTTClient_Basic.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

1413
/*

examples/MQTTClient_Basic/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/MQTTClient_SSL/MQTTClient_SSL.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

1413
/*

examples/MQTTClient_SSL/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/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.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

1413
/*

examples/MQTTClient_SSL_Auth/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/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.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

1413
/*

examples/MQTTClient_SSL_Complex/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/MQTTS_ThingStream/MQTTS_ThingStream.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

1413
/*

examples/MQTTS_ThingStream/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/MQTT_ThingStream/MQTT_ThingStream.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
/*
1413
Basic MQTT example (without SSL!)

examples/MQTT_ThingStream/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/PostServer/PostServer.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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_STM32
10-
Licensed under MIT license
1110
*****************************************************************************************************************************/
1211
/*
1312
Currently support

examples/PostServer/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/STM32_LAN8720/MQTTClient_SSL_Auth_LAN8720/MQTTClient_SSL_Auth_LAN8720.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

1413
/*

examples/STM32_LAN8720/MQTTClient_SSL_Auth_LAN8720/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/STM32_LAN8720/MQTTClient_SSL_Complex_LAN8720/MQTTClient_SSL_Complex_LAN8720.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

1413
/*

examples/STM32_LAN8720/MQTTClient_SSL_Complex_LAN8720/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/STM32_LAN8720/MQTTClient_SSL_LAN8720/MQTTClient_SSL_LAN8720.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

1413
/*

examples/STM32_LAN8720/MQTTClient_SSL_LAN8720/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/STM32_LAN8720/MQTTS_ThingStream_LAN8720/MQTTS_ThingStream_LAN8720.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

1413
/*

examples/STM32_LAN8720/MQTTS_ThingStream_LAN8720/defines.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +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
12-
*****************************************************************************************************************************/
11+
*****************************************************************************************************************************/
1312

1413
#ifndef defines_h
1514
#define defines_h

examples/STM32_LAN8720/WebClientMulti_SSL_LAN8720/WebClientMulti_SSL_LAN8720.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

1413
// This sample sketch connects to SSL website (https://www.arduino.cc/asciilogo.txt)

examples/STM32_LAN8720/WebClientMulti_SSL_LAN8720/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/STM32_LAN8720/WebClient_SSL_LAN8720/WebClient_SSL_LAN8720.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

1413
#include "defines.h"

examples/STM32_LAN8720/WebClient_SSL_LAN8720/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/SimpleAuthentication/SimpleAuthentication.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
/*
1413
Currently support

examples/SimpleAuthentication/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/UdpNTPClient/UdpNTPClient.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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_STM32
10-
Licensed under MIT license
1110
*****************************************************************************************************************************/
1211

1312
#include "defines.h"

examples/UdpNTPClient/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/UdpSendReceive/UdpSendReceive.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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_STM32
10-
Licensed under MIT license
1110
*****************************************************************************************************************************/
1211

1312
#include "defines.h"

examples/UdpSendReceive/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/WebClient/WebClient.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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_STM32
10-
Licensed under MIT license
1110
*****************************************************************************************************************************/
1211

1312
#include "defines.h"

examples/WebClient/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/WebClientMulti_SSL/WebClientMulti_SSL.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

1413
// This sample sketch connects to SSL website (https://www.arduino.cc/asciilogo.txt)

examples/WebClientMulti_SSL/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/WebClientRepeating/WebClientRepeating.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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_STM32
10-
Licensed under MIT license
1110
*****************************************************************************************************************************/
1211

1312
#include "defines.h"

examples/WebClientRepeating/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/WebClient_SSL/WebClient_SSL.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

1413
#include "defines.h"

0 commit comments

Comments
 (0)