Re: [PATCH v3] arch: arm: mach-stm32: Fix copyright

From: Philippe Ombredanne
Date: Wed Nov 29 2017 - 12:03:44 EST


On Wed, Nov 29, 2017 at 4:25 PM, Benjamin Gaignard
<benjamin.gaignard@xxxxxxxxxx> wrote:
> Uniformize STMicroelectronics copyrights header
> Add SPDX identifier
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx>
> ---
> arch/arm/mach-stm32/board-dt.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/mach-stm32/board-dt.c b/arch/arm/mach-stm32/board-dt.c
> index e918686e4191..77899ae4b8ed 100644
> --- a/arch/arm/mach-stm32/board-dt.c
> +++ b/arch/arm/mach-stm32/board-dt.c
> @@ -1,5 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * Copyright (C) Maxime Coquelin 2015
> + * Copyright (C) STMicroelectronics SA 2017
> * Author: Maxime Coquelin <mcoquelin.stm32@xxxxxxxxx>
> * License terms: GNU General Public License (GPL), version 2
> */

Sorry to be picky there, but you can now rightfully remove this line
IMHO as the "SPDX-License-Identifier: GPL-2.0" already covers it now
e.g:

> - * License terms: GNU General Public License (GPL), version 2

--
Cordially
Philippe Ombredanne