Skip to content

Commit 67cc3b0

Browse files
committed
Added spdx identifiers and fixed indentation in targets.json
1 parent cd3d939 commit 67cc3b0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7236,7 +7236,7 @@
72367236
"TRNG",
72377237
"USTICKER",
72387238
"QSPI",
7239-
"USBDEVICE"
7239+
"USBDEVICE"
72407240
],
72417241
"extra_labels": [
72427242
"NORDIC",

usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhyHw.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2018-2018 ARM Limited
2+
* Copyright (c) 2018-2019 ARM Limited
3+
* SPDX-License-Identifier: Apache-2.0
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2018-2018 ARM Limited
2+
* Copyright (c) 2018-2019 ARM Limited
3+
* SPDX-License-Identifier: Apache-2.0
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)