Skip to content

Commit 0442f1f

Browse files
author
fpr
committed
Example headers updated
Signed-off-by: fpr <[email protected]>
1 parent 17535b2 commit 0442f1f

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

libraries/NativeEthernet/examples/AdvancedChatServer/AdvancedChatServer.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
by Tom Igoe
1616
redesigned to make use of operator== 25 Nov 2013
1717
by Norbert Truchsess
18+
modified 23 Jun 2017
19+
by Wi6Labs
1820
1921
*/
2022

libraries/NativeEthernet/examples/ChatServer/ChatServer.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
by David A. Mellis
1313
modified 9 Apr 2012
1414
by Tom Igoe
15+
modified 23 Jun 2017
16+
by Wi6Labs
1517
*/
1618

1719
#include <NativeEthernet.h>

libraries/NativeEthernet/examples/DhcpAddressPrinter/DhcpAddressPrinter.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
by Tom Igoe
1313
modified 02 Sept 2015
1414
by Arturo Guadalupi
15+
modified 23 Jun 2017
16+
by Wi6Labs
1517
*/
1618

1719
#include <NativeEthernet.h>

libraries/NativeEthernet/examples/DhcpChatServer/DhcpChatServer.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
modified 02 Sept 2015
1717
by Arturo Guadalupi
1818
Based on ChatServer example by David A. Mellis
19+
modified 23 Jun 2017
20+
by Wi6Labs
1921
2022
*/
2123

libraries/NativeEthernet/examples/TelnetClient/TelnetClient.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
created 14 Sep 2010
1616
modified 9 Apr 2012
1717
by Tom Igoe
18+
modified 23 Jun 2017
19+
by Wi6Labs
1820
1921
*/
2022

libraries/NativeEthernet/examples/WebClient/WebClient.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
by David A. Mellis
1111
modified 9 Apr 2012
1212
by Tom Igoe, based on work by Adrian McEwen
13+
modified 23 Jun 2017
14+
by Wi6Labs
1315
1416
*/
1517

libraries/NativeEthernet/examples/WebClientRepeating/WebClientRepeating.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
by Tom Igoe
1414
modified 21 Jan 2014
1515
by Federico Vanzati
16+
modified 23 Jun 2017
17+
by Wi6Labs
1618
1719
http://www.arduino.cc/en/Tutorial/WebClientRepeating
1820
This code is in the public domain.

libraries/NativeEthernet/examples/WebServer/WebServer.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
by Tom Igoe
1414
modified 02 Sept 2015
1515
by Arturo Guadalupi
16+
modified 23 Jun 2017
17+
by Wi6Labs
1618
1719
*/
1820

0 commit comments

Comments
 (0)