This library provides data update method to Fastsensing.

Dependents:   SCP1000_Fastsensing

Revision:
7:c29803218447
Parent:
6:8338b52bd7bb
Child:
9:313790e8b56d
--- a/Fastsensing.cpp	Fri May 19 01:07:07 2017 +0000
+++ b/Fastsensing.cpp	Fri May 19 01:08:43 2017 +0000
@@ -1,8 +1,27 @@
 /*
-*   Created by Akira Kashihara <akira@fastsensing.com>
-*   Description : You can upload sensing data Fastsensing and display them.
-*                 This Library needs your device ID, channel ID and each data value.
+MIT License
+
+Copyright (c) 2017 Fast Sensing Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
 */
+
 #include "Fastsensing.h"
 
 void Fastsensing::ethConnect() {