NFC API for mbed using the MicroNFCBoard as a peripheral

Dependents:   MicroNFCBoardAPI_P2P_Client MicroNFCBoardAPI_Blink MicroNFCBoardAPI_Tag_Emulator MicroNFCBoardAPI_Tag_Reader ... more

Files at this revision

API Documentation at this revision

Comitter:
AppNearMe
Date:
Fri Apr 24 12:59:31 2015 +0000
Parent:
0:07fa9c0dd549
Child:
2:9b0733b8fa95
Commit message:
Set license to Apache 2

Changed in this revision

micronfcboard.cpp Show annotated file Show diff for this revision Revisions of this file
micronfcboard.h Show annotated file Show diff for this revision Revisions of this file
transport.cpp Show annotated file Show diff for this revision Revisions of this file
transport.h Show annotated file Show diff for this revision Revisions of this file
--- a/micronfcboard.cpp	Fri Apr 24 12:57:23 2015 +0000
+++ b/micronfcboard.cpp	Fri Apr 24 12:59:31 2015 +0000
@@ -1,7 +1,19 @@
-/**
- * \file micronfcboard.cpp
- * \copyright Copyright (c) AppNearMe Ltd 2015
- * \author Donatien Garnier
+/*
+MicroNFCBoard mbed API
+
+Copyright (c) 2014-2015 AppNearMe Ltd
+
+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 "micronfcboard.h"
--- a/micronfcboard.h	Fri Apr 24 12:57:23 2015 +0000
+++ b/micronfcboard.h	Fri Apr 24 12:59:31 2015 +0000
@@ -1,7 +1,19 @@
-/**
- * \file micronfcboard.h
- * \copyright Copyright (c) AppNearMe Ltd 2015
- * \author Donatien Garnier
+/*
+MicroNFCBoard mbed API
+
+Copyright (c) 2014-2015 AppNearMe Ltd
+
+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 SRC_MICRONFCBOARD_H_
 #define SRC_MICRONFCBOARD_H_
--- a/transport.cpp	Fri Apr 24 12:57:23 2015 +0000
+++ b/transport.cpp	Fri Apr 24 12:59:31 2015 +0000
@@ -1,7 +1,19 @@
-/**
- * \file transport.cpp
- * \copyright Copyright (c) AppNearMe Ltd 2015
- * \author Donatien Garnier
+/*
+MicroNFCBoard mbed API
+
+Copyright (c) 2014-2015 AppNearMe Ltd
+
+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 "transport.h"
--- a/transport.h	Fri Apr 24 12:57:23 2015 +0000
+++ b/transport.h	Fri Apr 24 12:59:31 2015 +0000
@@ -1,7 +1,19 @@
-/**
- * \file transport.h
- * \copyright Copyright (c) AppNearMe Ltd 2015
- * \author Donatien Garnier
+/*
+MicroNFCBoard mbed API
+
+Copyright (c) 2014-2015 AppNearMe Ltd
+
+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 SRC_TRANSPORT_H_
 #define SRC_TRANSPORT_H_