Skip to content

Commit 5a932e5

Browse files
committed
NFC examples: add headers
1 parent 6732897 commit 5a932e5

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

APIs_NFC/MessageBuilder/main.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1+
/*
2+
* Copyright (c) 2006-2020 Arm Limited and affiliates.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
25
#include "mbed.h"
36
#include "nfc/ndef/MessageBuilder.h"
47
#include "nfc/ndef/common/URI.h"

APIs_NFC/NFCController/main.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
/*
2+
* Copyright (c) 2006-2020 Arm Limited and affiliates.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
15
#include "stdint.h"
2-
36
#include "NFC.h"
47
#include "events/EventQueue.h"
58
#include "nfc/controllers/PN512Driver.h"

APIs_NFC/NFC_EEPROM/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2006-2020 Arm Limited and affiliates.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
15
#include "stdint.h"
26

37
#include "NFC.h"

APIs_NFC/SimpleMessageParser/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2006-2020 Arm Limited and affiliates.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
15
#include "mbed.h"
26
#include "nfc/ndef/MessageBuilder.h"
37
#include "nfc/ndef/common/URI.h"

0 commit comments

Comments
 (0)