diff options
author | Cristian Maglie <c.maglie@bug.st> | 2014-02-07 19:20:32 +0100 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2014-02-10 12:55:16 +0100 |
commit | 4c3a3761b8c8e30d1ac9c3b0b120932c40592cd1 (patch) | |
tree | 38d5e889347af750a7ebf3e23d65c03f53b84292 /cores/arduino/IPAddress.cpp | |
parent | cd51a0784c07df8d7fe7de0aa6779863d9d463fd (diff) |
Added license for Client, IPAddressm and Server
See #1847
Diffstat (limited to 'cores/arduino/IPAddress.cpp')
-rw-r--r-- | cores/arduino/IPAddress.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cores/arduino/IPAddress.cpp b/cores/arduino/IPAddress.cpp index f698f2a..22a0e42 100644 --- a/cores/arduino/IPAddress.cpp +++ b/cores/arduino/IPAddress.cpp @@ -1,3 +1,21 @@ +/* + IPAddress.cpp - Base class that provides IPAddress + Copyright (c) 2011 Adrian McEwen. 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 + 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 +*/ #include <Arduino.h> #include <IPAddress.h> |