Merge pull request #2950 from agdl/master

License fix
This commit is contained in:
Federico Fissore 2015-04-09 17:34:49 +02:00
commit 0eb5ce63ce
1 changed files with 10 additions and 11 deletions

View File

@ -7,18 +7,17 @@ http://arduino.cc/en/Reference/SD
== License == == License ==
Copyright (c) Arduino LLC. All right reserved. Copyright (c) 2010 SparkFun Electronics
This library is free software; you can redistribute it and/or This program is free software: you can redistribute it and/or modify
modify it under the terms of the GNU Lesser General Public it under the terms of the GNU General Public License as published by
License as published by the Free Software Foundation; either the Free Software Foundation, either version 3 of the License, or
version 2.1 of the License, or (at your option) any later version. (at your option) any later version.
This library is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Lesser General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU General Public License
License along with this library; if not, write to the Free Software along with this program. If not, see <http://www.gnu.org/licenses/>.
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA