From 67cc3b0fafb82ff70f171ef195b2d39c41ec2c8d Mon Sep 17 00:00:00 2001 From: aglass0fmilk Date: Fri, 3 May 2019 09:33:39 -0400 Subject: [PATCH] Added spdx identifiers and fixed indentation in targets.json --- targets/targets.json | 2 +- .../targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhyHw.h | 3 ++- .../TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index 9ff2879c51..ccdd877caf 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -7236,7 +7236,7 @@ "TRNG", "USTICKER", "QSPI", - "USBDEVICE" + "USBDEVICE" ], "extra_labels": [ "NORDIC", diff --git a/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhyHw.h b/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhyHw.h index 99e0b19814..9345877141 100644 --- a/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhyHw.h +++ b/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhyHw.h @@ -1,5 +1,6 @@ /* mbed Microcontroller Library - * Copyright (c) 2018-2018 ARM Limited + * Copyright (c) 2018-2019 ARM Limited + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp b/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp index dd4fe587d7..bf0cf582b1 100644 --- a/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp +++ b/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp @@ -1,5 +1,6 @@ /* mbed Microcontroller Library - * Copyright (c) 2018-2018 ARM Limited + * Copyright (c) 2018-2019 ARM Limited + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.