diff --git a/targets/TARGET_ARM_FM/TARGET_FVP_MPS2/lp_ticker.c b/targets/TARGET_ARM_FM/TARGET_FVP_MPS2/lp_ticker.c index e41df80b60..32c5023e0d 100644 --- a/targets/TARGET_ARM_FM/TARGET_FVP_MPS2/lp_ticker.c +++ b/targets/TARGET_ARM_FM/TARGET_FVP_MPS2/lp_ticker.c @@ -1,5 +1,6 @@ /* mbed Microcontroller Library - * Copyright (c) 2006-2018 ARM Limited + * Copyright (c) 2006-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/targets/TARGET_ARM_FM/TARGET_FVP_MPS2/sleep_api.c b/targets/TARGET_ARM_FM/TARGET_FVP_MPS2/sleep_api.c index eceef58578..d1c2717d36 100644 --- a/targets/TARGET_ARM_FM/TARGET_FVP_MPS2/sleep_api.c +++ b/targets/TARGET_ARM_FM/TARGET_FVP_MPS2/sleep_api.c @@ -2,7 +2,8 @@ /** \addtogroup hal */ /** @{*/ /* mbed Microcontroller Library - * Copyright (c) 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/targets/TARGET_ARM_FM/TARGET_FVP_MPS2/us_ticker.c b/targets/TARGET_ARM_FM/TARGET_FVP_MPS2/us_ticker.c index 106a69c2ca..d09e87f84f 100644 --- a/targets/TARGET_ARM_FM/TARGET_FVP_MPS2/us_ticker.c +++ b/targets/TARGET_ARM_FM/TARGET_FVP_MPS2/us_ticker.c @@ -1,5 +1,6 @@ /* mbed Microcontroller Library - * Copyright (c) 2006-2018 ARM Limited + * Copyright (c) 2006-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.