Nrithya Theetharappan / Mbed 2 deprecated Avnet_ATT_Cellular_IOT_modified

Dependencies:   FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Files at this revision

API Documentation at this revision

Comitter:
fkellermavnet
Date:
Thu Aug 11 00:03:09 2016 +0000
Parent:
67:11db02bb93e1
Child:
69:5a3414cc7531
Commit message:
Added Avnet copyright headers on all source files.

Changed in this revision

HTS221.h Show annotated file Show diff for this revision Revisions of this file
cell_modem.cpp Show annotated file Show diff for this revision Revisions of this file
cell_modem.h Show annotated file Show diff for this revision Revisions of this file
config_me.h Show annotated file Show diff for this revision Revisions of this file
hardware.h Show annotated file Show diff for this revision Revisions of this file
hts221_driver.cpp Show annotated file Show diff for this revision Revisions of this file
itm_output.cpp Show annotated file Show diff for this revision Revisions of this file
itm_output.h Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
sensors.cpp Show annotated file Show diff for this revision Revisions of this file
sensors.h Show annotated file Show diff for this revision Revisions of this file
wnc_control.cpp Show annotated file Show diff for this revision Revisions of this file
wnc_control.h Show annotated file Show diff for this revision Revisions of this file
--- a/HTS221.h	Thu Aug 04 16:24:13 2016 +0000
+++ b/HTS221.h	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,19 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
 
 #ifndef HTS221_H_
 #define HTS221_H_
--- a/cell_modem.cpp	Thu Aug 04 16:24:13 2016 +0000
+++ b/cell_modem.cpp	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,20 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
+
 #include "mbed.h"
 #include <cctype>
 #include <string>
--- a/cell_modem.h	Thu Aug 04 16:24:13 2016 +0000
+++ b/cell_modem.h	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,20 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
+
 #ifndef __CELL_MODEM_H_
 #define __CELL_MODEM_H_
 int cell_modem_init();
--- a/config_me.h	Thu Aug 04 16:24:13 2016 +0000
+++ b/config_me.h	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,20 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
+
 #ifndef __CONFIG_ME_H_
 #define __CONFIG_ME_H_
 
--- a/hardware.h	Thu Aug 04 16:24:13 2016 +0000
+++ b/hardware.h	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,20 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
+
 #ifndef Hardware_H_
 #define Hardware_H_
 #include "MODSERIAL.h"
--- a/hts221_driver.cpp	Thu Aug 04 16:24:13 2016 +0000
+++ b/hts221_driver.cpp	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,19 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
 
 #include "HTS221.h"
 
--- a/itm_output.cpp	Thu Aug 04 16:24:13 2016 +0000
+++ b/itm_output.cpp	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,20 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
+
 //Used for ULINK output only
 //
 
--- a/itm_output.h	Thu Aug 04 16:24:13 2016 +0000
+++ b/itm_output.h	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,20 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
+
 #ifndef __ITM_OUTPUT__
 #define __ITM_OUTPUT__
 
--- a/main.cpp	Thu Aug 04 16:24:13 2016 +0000
+++ b/main.cpp	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,20 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
+
 #include "mbed.h" 
 #include <cctype>
 #include <string>
--- a/sensors.cpp	Thu Aug 04 16:24:13 2016 +0000
+++ b/sensors.cpp	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,20 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
+
 #include "mbed.h"
 #include "sensors.h"
 #include "hardware.h"
--- a/sensors.h	Thu Aug 04 16:24:13 2016 +0000
+++ b/sensors.h	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,20 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
+
 #ifndef __SENSORS_H_
 #define __SENSORS_H_
 
--- a/wnc_control.cpp	Thu Aug 04 16:24:13 2016 +0000
+++ b/wnc_control.cpp	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,20 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
+
 #include "mbed.h"
 #include <cctype>
 #include <string>
--- a/wnc_control.h	Thu Aug 04 16:24:13 2016 +0000
+++ b/wnc_control.h	Thu Aug 11 00:03:09 2016 +0000
@@ -1,3 +1,19 @@
+/* ===================================================================
+Copyright © 2016, AVNET Inc.  
+
+Licensed under the Apache License, Version 2.0 (the "License"); 
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, 
+software distributed under the License is distributed on an 
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
+either express or implied. See the License for the specific 
+language governing permissions and limitations under the License.
+
+======================================================================== */
 
 #ifndef __WNC_CONTROL_H_
 #define __WNC_CONTROL_H_