linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Igor Opaniuk <igor.opaniuk@gmail.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org,
	Igor Opaniuk <igor.opaniuk@toradex.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Fabio Estevam <festevam@gmail.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	linux-kernel@vger.kernel.org, Stefan Agner <stefan@agner.ch>,
	Oleksandr Suvorov <oleksandr.suvorov@toradex.com>,
	Philippe Schenker <philippe.schenker@toradex.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	Max Krummenacher <max.krummenacher@toradex.com>,
	Shawn Guo <shawnguo@kernel.org>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT
Date: Mon, 30 Mar 2020 14:46:04 -0600	[thread overview]
Message-ID: <20200330204604.GA11575@bogus> (raw)
In-Reply-To: <20200317101947.27250-1-igor.opaniuk@gmail.com>

On Tue, Mar 17, 2020 at 12:19:43PM +0200, Igor Opaniuk wrote:
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
> 
> Dual license files adding MIT license, which will permit to re-use
> device trees in other non-GPL OSS projects.

Are you the only author on these files? If not, you don't have rights to 
do this.

> 
> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
> ---
> 
>  arch/arm/boot/dts/imx6dl-pinfunc.h | 2 +-
>  arch/arm/boot/dts/imx6dl.dtsi      | 2 +-
>  arch/arm/boot/dts/imx6qdl.dtsi     | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx6dl-pinfunc.h b/arch/arm/boot/dts/imx6dl-pinfunc.h
> index 9d88d09f9bf6..960d300ea9ba 100644
> --- a/arch/arm/boot/dts/imx6dl-pinfunc.h
> +++ b/arch/arm/boot/dts/imx6dl-pinfunc.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0-only */
> +/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
>  /*
>   * Copyright 2013 Freescale Semiconductor, Inc.
>   */
> diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
> index 008312ee0c31..77e946b3d012 100644
> --- a/arch/arm/boot/dts/imx6dl.dtsi
> +++ b/arch/arm/boot/dts/imx6dl.dtsi
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0 OR MIT
>  //
>  // Copyright 2013 Freescale Semiconductor, Inc.
>  
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index e6b4b8525f98..75d746952932 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0+
> +// SPDX-License-Identifier: GPL-2.0+ OR MIT
>  //
>  // Copyright 2011 Freescale Semiconductor, Inc.
>  // Copyright 2011 Linaro Ltd.
> -- 
> 2.17.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-03-30 20:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-17 10:19 [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT Igor Opaniuk
2020-03-17 10:19 ` [RFC PATCH v1 2/5] ARM: dt-bindings: clock: " Igor Opaniuk
2020-03-17 10:19 ` [RFC PATCH v1 3/5] dt-bindings: gpio: Dual license file " Igor Opaniuk
2020-03-17 10:19 ` [RFC PATCH v1 4/5] dt-bindings: input: Dual license input.h " Igor Opaniuk
2020-03-17 10:19 ` [RFC PATCH v1 5/5] input: Dual license file " Igor Opaniuk
2020-03-30 20:46 ` Rob Herring [this message]
2020-04-02  6:18   ` [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license " Igor Opaniuk

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=20200330204604.GA11575@bogus \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=igor.opaniuk@gmail.com \
    --cc=igor.opaniuk@toradex.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=mark.rutland@arm.com \
    --cc=max.krummenacher@toradex.com \
    --cc=oleksandr.suvorov@toradex.com \
    --cc=philippe.schenker@toradex.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=stefan@agner.ch \
    /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;
as well as URLs for NNTP newsgroup(s).