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

Commit 5b0ffe3

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 1b12368 commit 5b0ffe3

File tree

62 files changed

+2
-64
lines changed

Some content is hidden

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

62 files changed

+2
-64
lines changed

examples/AdvancedWebServer/AdvancedWebServer.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
77
88
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
9-
Licensed under MIT license
109
1110
Copyright (c) 2015, Majenko Technologies
1211
All rights reserved.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
77
88
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
9-
Licensed under MIT license
109
1110
Copyright (c) 2015, Majenko Technologies
1211
All rights reserved.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
EthernetWebServer_SSL is a library for the Ethernet shields to run WebServer and Client with/without SSL
55
66
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
7-
Licensed under MIT license
87
*****************************************************************************************************************************/
98
/*
109
The Arduino board communicates with the shield using the SPI bus. This is on digital pins 11, 12, and 13 on the Uno

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
EthernetWebServer_SSL is a library for the Ethernet shields to run WebServer and Client with/without SSL
55
66
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
7-
Licensed under MIT license
87
*****************************************************************************************************************************/
98
/*
109
The Arduino board communicates with the shield using the SPI bus. This is on digital pins 11, 12, and 13 on the Uno

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
EthernetWebServer_SSL is a library for the Ethernet shields to run WebServer and Client with/without SSL
55
66
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
7-
Licensed under MIT license
87
*****************************************************************************************************************************/
98
/*
109
The Arduino board communicates with the shield using the SPI bus. This is on digital pins 11, 12, and 13 on the Uno

examples/HttpBasicAuth/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)