public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: imx: Switch NXP boards to SPDX identifier
Date: Tue, 15 May 2018 15:55:33 +0800	[thread overview]
Message-ID: <20180515075532.GQ26863@dragon> (raw)
In-Reply-To: <1526320727-29157-1-git-send-email-festevam@gmail.com>

On Mon, May 14, 2018 at 02:58:47PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> Adopt the SPDX license identifier headers to ease license compliance
> management.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  arch/arm/boot/dts/imx23-evk.dts          | 13 +++-------
>  arch/arm/boot/dts/imx25-pdk.dts          | 13 +++-------
>  arch/arm/boot/dts/imx27-pdk.dts          | 13 +++-------
>  arch/arm/boot/dts/imx28-evk.dts          | 13 +++-------
>  arch/arm/boot/dts/imx35-pdk.dts          | 15 +++--------
>  arch/arm/boot/dts/imx50-evk.dts          | 17 ++++--------
>  arch/arm/boot/dts/imx51-babbage.dts      | 15 +++--------
>  arch/arm/boot/dts/imx53-qsb-common.dtsi  | 15 +++--------
>  arch/arm/boot/dts/imx53-qsb.dts          | 15 +++--------
>  arch/arm/boot/dts/imx53-qsrb.dts         | 15 +++--------
>  arch/arm/boot/dts/imx53-smd.dts          | 17 ++++--------
>  arch/arm/boot/dts/imx6dl-sabreauto.dts   | 10 +++-----
>  arch/arm/boot/dts/imx6dl-sabresd.dts     | 10 +++-----
>  arch/arm/boot/dts/imx6q-sabreauto.dts    | 16 ++++--------
>  arch/arm/boot/dts/imx6q-sabresd.dts      | 15 +++--------
>  arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 15 +++--------
>  arch/arm/boot/dts/imx6qdl-sabresd.dtsi   | 15 +++--------
>  arch/arm/boot/dts/imx6qp-sabreauto.dts   | 44 +++-----------------------------
>  arch/arm/boot/dts/imx6qp-sabresd.dts     | 44 +++-----------------------------
>  arch/arm/boot/dts/imx6sl-evk.dts         | 10 +++-----
>  arch/arm/boot/dts/imx6sx-sabreauto.dts   | 10 +++-----
>  arch/arm/boot/dts/imx6ul-14x14-evk.dts   | 10 +++-----
>  arch/arm/boot/dts/imx7d-sdb-sht11.dts    | 44 +++-----------------------------
>  arch/arm/boot/dts/imx7d-sdb.dts          | 44 +++-----------------------------
>  24 files changed, 86 insertions(+), 362 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx23-evk.dts b/arch/arm/boot/dts/imx23-evk.dts
> index 9d92ece82..d3cdd3b 100644
> --- a/arch/arm/boot/dts/imx23-evk.dts
> +++ b/arch/arm/boot/dts/imx23-evk.dts
> @@ -1,13 +1,6 @@
> -/*
> - * Copyright 2012 Freescale Semiconductor, Inc.
> - *
> - * The code contained herein is licensed under the GNU General Public
> - * License. You may obtain a copy of the GNU General Public License
> - * Version 2 or later at the following locations:
> - *
> - * http://www.opensource.org/licenses/gpl-license.html
> - * http://www.gnu.org/copyleft/gpl.html
> - */
> +// SPDX-License-Identifier: GPL-2.0+
> +//
> +// Copyright 2012 Freescale Semiconductor, I/*

I/*?  Should be Inc.

<snip>

> diff --git a/arch/arm/boot/dts/imx6q-sabreauto.dts b/arch/arm/boot/dts/imx6q-sabreauto.dts
> index 334b924..66f2728 100644
> --- a/arch/arm/boot/dts/imx6q-sabreauto.dts
> +++ b/arch/arm/boot/dts/imx6q-sabreauto.dts
> @@ -1,14 +1,8 @@
> -/*
> - * Copyright 2012 Freescale Semiconductor, Inc.
> - * Copyright 2011 Linaro Ltd.
> - *
> - * The code contained herein is licensed under the GNU General Public
> - * License. You may obtain a copy of the GNU General Public License
> - * Version 2 or later at the following locations:
> - *
> - * http://www.opensource.org/licenses/gpl-license.html
> - * http://www.gnu.org/copyleft/gpl.html
> - */
> +// SPDX-License-Identifier: GPL-2.0+
> +//
> +// Copyright 2012 Freescale Semiconductor, Inc.
> +// Copyright 2011 Linaro Ltd.
> +

Unnecessary newline.

>  
>  /dts-v1/;
>  

I fixed them up and applied the patch.

Shawn

      reply	other threads:[~2018-05-15  7:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-14 17:58 [PATCH] ARM: dts: imx: Switch NXP boards to SPDX identifier Fabio Estevam
2018-05-15  7:55 ` Shawn Guo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180515075532.GQ26863@dragon \
    --to=shawnguo@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox