From e24a3c09d7decd3ef062384ba3830e9558bc26d6 Mon Sep 17 00:00:00 2001 From: ccli8 Date: Tue, 27 Nov 2018 09:44:27 +0800 Subject: [PATCH] [Nuvoton] Fix license description for analog-out HAL files 1. Fix copyright year 2. Add SPDX --- targets/TARGET_NUVOTON/TARGET_M2351/analogout_api.c | 5 +++-- targets/TARGET_NUVOTON/TARGET_M451/analogout_api.c | 5 +++-- targets/TARGET_NUVOTON/TARGET_M480/analogout_api.c | 5 +++-- targets/TARGET_NUVOTON/TARGET_NANO100/analogout_api.c | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/targets/TARGET_NUVOTON/TARGET_M2351/analogout_api.c b/targets/TARGET_NUVOTON/TARGET_M2351/analogout_api.c index f8ee5527db..d54d0f628b 100644 --- a/targets/TARGET_NUVOTON/TARGET_M2351/analogout_api.c +++ b/targets/TARGET_NUVOTON/TARGET_M2351/analogout_api.c @@ -1,5 +1,6 @@ -/* mbed Microcontroller Library - * Copyright (c) 2015-2016 Nuvoton +/* + * Copyright (c) 2018, Nuvoton Technology Corporation + * 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_NUVOTON/TARGET_M451/analogout_api.c b/targets/TARGET_NUVOTON/TARGET_M451/analogout_api.c index 07af71e3bc..f89467079d 100644 --- a/targets/TARGET_NUVOTON/TARGET_M451/analogout_api.c +++ b/targets/TARGET_NUVOTON/TARGET_M451/analogout_api.c @@ -1,5 +1,6 @@ -/* mbed Microcontroller Library - * Copyright (c) 2015-2016 Nuvoton +/* + * Copyright (c) 2018, Nuvoton Technology Corporation + * 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_NUVOTON/TARGET_M480/analogout_api.c b/targets/TARGET_NUVOTON/TARGET_M480/analogout_api.c index 948ea8b3ec..1e57e94121 100644 --- a/targets/TARGET_NUVOTON/TARGET_M480/analogout_api.c +++ b/targets/TARGET_NUVOTON/TARGET_M480/analogout_api.c @@ -1,5 +1,6 @@ -/* mbed Microcontroller Library - * Copyright (c) 2015-2016 Nuvoton +/* + * Copyright (c) 2018, Nuvoton Technology Corporation + * 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_NUVOTON/TARGET_NANO100/analogout_api.c b/targets/TARGET_NUVOTON/TARGET_NANO100/analogout_api.c index 5d3a95c12d..a1e332888b 100644 --- a/targets/TARGET_NUVOTON/TARGET_NANO100/analogout_api.c +++ b/targets/TARGET_NUVOTON/TARGET_NANO100/analogout_api.c @@ -1,5 +1,6 @@ -/* mbed Microcontroller Library - * Copyright (c) 2015-2016 Nuvoton +/* + * Copyright (c) 2018, Nuvoton Technology Corporation + * 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.