Skip to content

Commit

Permalink
First licenses review
Browse files Browse the repository at this point in the history
  • Loading branch information
agdl authored and Federico Fissore committed Apr 23, 2015
1 parent 8b0fcbe commit 9eb2bac
Show file tree
Hide file tree
Showing 54 changed files with 891 additions and 210 deletions.
2 changes: 1 addition & 1 deletion libraries/Bridge/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ http://arduino.cc/en/Reference/YunBridgeLibrary

== License ==

Copyright (c) Arduino LLC. All right reserved.
Copyright (c) 2014 Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion libraries/Esplora/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ http://arduino.cc/en/Reference/EsploraLibrary

== License ==

Copyright (c) Arduino LLC. All right reserved.
Copyright (c) 2012 Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion libraries/Esplora/src/Esplora.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Esplora.cpp - Arduino Esplora board library
Written by Enrico Gueli
Copyright (c) 2012 Arduino(TM) All right reserved.
Copyright (c) 2012 Arduino LLC. All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion libraries/Esplora/src/Esplora.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Esplora.h - Arduino Esplora board library
Written by Enrico Gueli
Copyright (c) 2012 Arduino(TM) All right reserved.
Copyright (c) 2012 Arduino LLC. All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion libraries/Ethernet/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ http://arduino.cc/en/Reference/Ethernet

== License ==

Copyright (c) Arduino LLC. All right reserved.
Copyright (c) 2010 Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion libraries/Ethernet/src/utility/w5100.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010 by Cristian Maglie <[email protected]>
* Copyright (c) 2010 by Arduino LLC. All rights reserved.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of either the GNU General Public License version 2
Expand Down
2 changes: 1 addition & 1 deletion libraries/Ethernet/src/utility/w5100.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010 by Cristian Maglie <[email protected]>
* Copyright (c) 2010 by Arduino LLC. All rights reserved.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of either the GNU General Public License version 2
Expand Down
3 changes: 2 additions & 1 deletion libraries/Firmata/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ http://arduino.cc/en/Reference/Firmata

== License ==

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

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion libraries/Firmata/src/Firmata.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Firmata.h - Firmata library
Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 1 addition & 2 deletions libraries/GSM/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ For more information about this library please visit us at
http://arduino.cc/en/Reference/GSM

== License ==

Copyright (c) Arduino LLC. All right reserved.
Copyright (c) 2012 Telefónica Digital - PDI - Physical Internet Lab

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
292 changes: 134 additions & 158 deletions libraries/GSM/extras/License.txt

Large diffs are not rendered by default.

35 changes: 34 additions & 1 deletion libraries/GSM/src/GSM3IO.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
/*
This file is part of the GSM3 communications library for Arduino
-- Multi-transport communications platform
-- Fully asynchronous
-- Includes code for the Arduino-Telefonica GSM/GPRS Shield V1
-- Voice calls
-- SMS
-- TCP/IP connections
-- HTTP basic clients
This library has been developed by Telefónica Digital - PDI -
- Physical Internet Lab, as part as its collaboration with
Arduino and the Open Hardware Community.
September-December 2012
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The latest version of this library can always be found at
https://github.com/BlueVia/Official-Arduino
*/
#ifdef TTOPEN_V1
#define __POWERPIN__ 5
#define __RESETPIN__ 6
Expand All @@ -23,4 +56,4 @@
#define __TXPIN__ 3
#define __RXPIN__ 8
#define __RXINT__ 3
#endif
#endif
35 changes: 34 additions & 1 deletion libraries/GSM/src/GSM3MobileAccessProvider.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
/*
This file is part of the GSM3 communications library for Arduino
-- Multi-transport communications platform
-- Fully asynchronous
-- Includes code for the Arduino-Telefonica GSM/GPRS Shield V1
-- Voice calls
-- SMS
-- TCP/IP connections
-- HTTP basic clients
This library has been developed by Telefónica Digital - PDI -
- Physical Internet Lab, as part as its collaboration with
Arduino and the Open Hardware Community.
September-December 2012
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The latest version of this library can always be found at
https://github.com/BlueVia/Official-Arduino
*/
#include <GSM3MobileAccessProvider.h>

GSM3MobileAccessProvider* theGSM3MobileAccessProvider;
GSM3MobileAccessProvider* theGSM3MobileAccessProvider;
35 changes: 34 additions & 1 deletion libraries/GSM/src/GSM3MobileCellManagement.cpp
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
#include <GSM3MobileCellManagement.h>
/*
This file is part of the GSM3 communications library for Arduino
-- Multi-transport communications platform
-- Fully asynchronous
-- Includes code for the Arduino-Telefonica GSM/GPRS Shield V1
-- Voice calls
-- SMS
-- TCP/IP connections
-- HTTP basic clients
This library has been developed by Telefónica Digital - PDI -
- Physical Internet Lab, as part as its collaboration with
Arduino and the Open Hardware Community.
September-December 2012
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The latest version of this library can always be found at
https://github.com/BlueVia/Official-Arduino
*/
#include <GSM3MobileCellManagement.h>
35 changes: 34 additions & 1 deletion libraries/GSM/src/GSM3MobileClientProvider.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
/*
This file is part of the GSM3 communications library for Arduino
-- Multi-transport communications platform
-- Fully asynchronous
-- Includes code for the Arduino-Telefonica GSM/GPRS Shield V1
-- Voice calls
-- SMS
-- TCP/IP connections
-- HTTP basic clients
This library has been developed by Telefónica Digital - PDI -
- Physical Internet Lab, as part as its collaboration with
Arduino and the Open Hardware Community.
September-December 2012
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The latest version of this library can always be found at
https://github.com/BlueVia/Official-Arduino
*/
#include <GSM3MobileClientProvider.h>

GSM3MobileClientProvider* theGSM3MobileClientProvider;
GSM3MobileClientProvider* theGSM3MobileClientProvider;
35 changes: 34 additions & 1 deletion libraries/GSM/src/GSM3MobileDataNetworkProvider.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
/*
This file is part of the GSM3 communications library for Arduino
-- Multi-transport communications platform
-- Fully asynchronous
-- Includes code for the Arduino-Telefonica GSM/GPRS Shield V1
-- Voice calls
-- SMS
-- TCP/IP connections
-- HTTP basic clients
This library has been developed by Telefónica Digital - PDI -
- Physical Internet Lab, as part as its collaboration with
Arduino and the Open Hardware Community.
September-December 2012
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The latest version of this library can always be found at
https://github.com/BlueVia/Official-Arduino
*/
#include <GSM3MobileDataNetworkProvider.h>

// GSM3MobileDataNetworkProvider* theGSM3MobileDataNetworkProvider;
// GSM3MobileDataNetworkProvider* theGSM3MobileDataNetworkProvider;
33 changes: 33 additions & 0 deletions libraries/GSM/src/GSM3MobileSMSProvider.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
/*
This file is part of the GSM3 communications library for Arduino
-- Multi-transport communications platform
-- Fully asynchronous
-- Includes code for the Arduino-Telefonica GSM/GPRS Shield V1
-- Voice calls
-- SMS
-- TCP/IP connections
-- HTTP basic clients
This library has been developed by Telefónica Digital - PDI -
- Physical Internet Lab, as part as its collaboration with
Arduino and the Open Hardware Community.
September-December 2012
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The latest version of this library can always be found at
https://github.com/BlueVia/Official-Arduino
*/
#include <GSM3MobileSMSProvider.h>

GSM3MobileSMSProvider* theGSM3SMSProvider;
40 changes: 37 additions & 3 deletions libraries/GSM/src/GSM3MobileServerProvider.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
#include <GSM3MobileServerProvider.h>
/*
This file is part of the GSM3 communications library for Arduino
-- Multi-transport communications platform
-- Fully asynchronous
-- Includes code for the Arduino-Telefonica GSM/GPRS Shield V1
-- Voice calls
-- SMS
-- TCP/IP connections
-- HTTP basic clients
This library has been developed by Telefónica Digital - PDI -
- Physical Internet Lab, as part as its collaboration with
Arduino and the Open Hardware Community.
September-December 2012
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The latest version of this library can always be found at
https://github.com/BlueVia/Official-Arduino
*/

#include <GSM3MobileServerProvider.h>

GSM3MobileServerProvider* theGSM3MobileServerProvider;

GSM3MobileServerProvider* theGSM3MobileServerProvider;


Loading

0 comments on commit 9eb2bac

Please sign in to comment.