Skip to content

Commit d614b16

Browse files
agdlFederico Fissore
authored andcommitted
First licenses review
1 parent 5a1b3c7 commit d614b16

File tree

9 files changed

+12
-9
lines changed

9 files changed

+12
-9
lines changed

README.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ http://arduino.cc/en/Reference/WiFi
77

88
== License ==
99

10-
Copyright (c) Arduino LLC. All right reserved.
10+
Copyright (c) 2011-2014 Arduino LLC. All right reserved.
11+
Copyright (C) 2006-2008, Atmel Corporation All rights reserved.
12+
Copyright (c) 2001-2004 Swedish Institute of Computer Science.
13+
Copyright (c) 2009-2010, H&D Wireless AB All rights reserved.
1114

1215
This library is free software; you can redistribute it and/or
1316
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) 2011-2014 Arduino. All right reserved.
3+
Copyright (c) 2011-2014 Arduino LLC. All right 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/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) 2011-2014 Arduino. All right reserved.
3+
Copyright (c) 2011-2014 Arduino LLC. All right 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/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) 2011-2014 Arduino. All right reserved.
3+
Copyright (c) 2011-2014 Arduino LLC. All right 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/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) 2011-2014 Arduino. All right reserved.
3+
Copyright (c) 2011-2014 Arduino LLC. All right 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) 2011-2014 Arduino. All right reserved.
3+
Copyright (c) 2011-2014 Arduino LLC. All right 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.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
WiFiServer.h - Library for Arduino Wifi shield.
3-
Copyright (c) 2011-2014 Arduino. All right reserved.
3+
Copyright (c) 2011-2014 Arduino LLC. All right 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/WiFiUdp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
WiFiUdp.cpp - Library for Arduino Wifi shield.
3-
Copyright (c) 2011-2014 Arduino. All right reserved.
3+
Copyright (c) 2011-2014 Arduino LLC. All right 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/WiFiUdp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
WiFiUdp.h - Library for Arduino Wifi shield.
3-
Copyright (c) 2011-2014 Arduino. All right reserved.
3+
Copyright (c) 2011-2014 Arduino LLC. All right 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

0 commit comments

Comments
 (0)