Skip to content

Commit 9eb2bac

Browse files
agdlFederico Fissore
authored andcommitted
First licenses review
1 parent 8b0fcbe commit 9eb2bac

Some content is hidden

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

54 files changed

+891
-210
lines changed

libraries/Bridge/README.adoc

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

88
== License ==
99

10-
Copyright (c) Arduino LLC. All right reserved.
10+
Copyright (c) 2014 Arduino LLC. All right reserved.
1111

1212
This library is free software; you can redistribute it and/or
1313
modify it under the terms of the GNU Lesser General Public

libraries/Esplora/README.adoc

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

88
== License ==
99

10-
Copyright (c) Arduino LLC. All right reserved.
10+
Copyright (c) 2012 Arduino LLC. All right reserved.
1111

1212
This library is free software; you can redistribute it and/or
1313
modify it under the terms of the GNU Lesser General Public

libraries/Esplora/src/Esplora.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Esplora.cpp - Arduino Esplora board library
33
Written by Enrico Gueli
4-
Copyright (c) 2012 Arduino(TM) All right reserved.
4+
Copyright (c) 2012 Arduino LLC. All right reserved.
55
66
This library is free software; you can redistribute it and/or
77
modify it under the terms of the GNU Lesser General Public

libraries/Esplora/src/Esplora.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Esplora.h - Arduino Esplora board library
33
Written by Enrico Gueli
4-
Copyright (c) 2012 Arduino(TM) All right reserved.
4+
Copyright (c) 2012 Arduino LLC. All right reserved.
55
66
This library is free software; you can redistribute it and/or
77
modify it under the terms of the GNU Lesser General Public

libraries/Ethernet/README.adoc

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

88
== License ==
99

10-
Copyright (c) Arduino LLC. All right reserved.
10+
Copyright (c) 2010 Arduino LLC. All right reserved.
1111

1212
This library is free software; you can redistribute it and/or
1313
modify it under the terms of the GNU Lesser General Public

libraries/Ethernet/src/utility/w5100.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010 by Cristian Maglie <[email protected]>
2+
* Copyright (c) 2010 by Arduino LLC. All rights reserved.
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of either the GNU General Public License version 2

libraries/Ethernet/src/utility/w5100.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010 by Cristian Maglie <[email protected]>
2+
* Copyright (c) 2010 by Arduino LLC. All rights reserved.
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of either the GNU General Public License version 2

libraries/Firmata/README.adoc

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

88
== License ==
99

10-
Copyright (c) Arduino LLC. All right reserved.
10+
Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
11+
Copyright (c) 2010 Arduino LLC. All right reserved.
1112

1213
This library is free software; you can redistribute it and/or
1314
modify it under the terms of the GNU Lesser General Public

libraries/Firmata/src/Firmata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Firmata.h - Firmata library
3-
Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
3+
Copyright (C) 2006-2008 Hans-Christoph Steiner. 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

libraries/GSM/README.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ For more information about this library please visit us at
66
http://arduino.cc/en/Reference/GSM
77

88
== License ==
9-
10-
Copyright (c) Arduino LLC. All right reserved.
9+
Copyright (c) 2012 Telefónica Digital - PDI - Physical Internet Lab
1110

1211
This library is free software; you can redistribute it and/or
1312
modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)