Skip to content

Commit 4f04bd0

Browse files
committed
Update license
1 parent df69ca2 commit 4f04bd0

22 files changed

+22
-22
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ http://www.arduino.cc/en/Reference/WiFiNINA
99

1010
== License ==
1111

12-
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
12+
Copyright (c) 2018 Arduino SA. All rights reserved.
1313
Copyright (c) 2011-2014 Arduino LLC. All right reserved.
1414
Copyright (C) 2006-2008, Atmel Corporation All rights reserved.
1515
Copyright (c) 2001-2004 Swedish Institute of Computer Science.

examples/Tools/WiFiNINAFirmwareUpdater/WiFiNINAFirmwareUpdater.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
WiFiNINAFirmwareUpdater - Firmware Updater for the
33
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.
44
5-
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
5+
Copyright (c) 2018 Arduino SA. All rights reserved.
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public

src/WiFi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
WiFi.cpp - Library for Arduino Wifi shield.
3-
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
3+
Copyright (c) 2018 Arduino SA. All rights reserved.
44
Copyright (c) 2011-2014 Arduino LLC. All right reserved.
55
66
This library is free software; you can redistribute it and/or

src/WiFi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
WiFi.h - Library for Arduino Wifi shield.
3-
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
3+
Copyright (c) 2018 Arduino SA. All rights reserved.
44
Copyright (c) 2011-2014 Arduino LLC. All right reserved.
55
66
This library is free software; you can redistribute it and/or

src/WiFiClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
WiFiClient.cpp - Library for Arduino Wifi shield.
3-
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
3+
Copyright (c) 2018 Arduino SA. All rights reserved.
44
Copyright (c) 2011-2014 Arduino LLC. All right reserved.
55
66
This library is free software; you can redistribute it and/or

src/WiFiClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
WiFiClient.cpp - Library for Arduino Wifi shield.
3-
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
3+
Copyright (c) 2018 Arduino SA. All rights reserved.
44
Copyright (c) 2011-2014 Arduino LLC. All right reserved.
55
66
This library is free software; you can redistribute it and/or

src/WiFiNINA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the WiFiNINA library.
3-
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
3+
Copyright (c) 2018 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

src/WiFiSSLClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the WiFiNINA library.
3-
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
3+
Copyright (c) 2018 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

src/WiFiSSLClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the WiFiNINA library.
3-
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
3+
Copyright (c) 2018 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

src/WiFiServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
WiFiServer.cpp - Library for Arduino Wifi shield.
3-
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
3+
Copyright (c) 2018 Arduino SA. All rights reserved.
44
Copyright (c) 2011-2014 Arduino LLC. All right reserved.
55
66
This library is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)