devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Agner <stefan@agner.ch>
To: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>,
	Igor Opaniuk <igor.opaniuk@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org,
	Philippe Schenker <philippe.schenker@toradex.com>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Stefan Agner <stefan.agner@toradex.com>,
	Max Krummenacher <max.krummenacher@toradex.com>,
	Igor Opaniuk <igor.opaniuk@toradex.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 5/5] arm: dts: vf: toradex: re-license GPL-2.0+ to GPL-2.0
Date: Wed, 26 Feb 2020 11:00:42 +0100	[thread overview]
Message-ID: <8a33d75f0bdf10b0b15514ac790a248d@agner.ch> (raw)
In-Reply-To: <CAGgjyvHE+B-VCSfmR9MeO2-u6=dVCUCmCorEa1J+NG5vwQoRfA@mail.gmail.com>

On 2020-02-26 10:29, Oleksandr Suvorov wrote:
> On Mon, Feb 24, 2020 at 7:33 PM Igor Opaniuk <igor.opaniuk@gmail.com> wrote:
>>
>> From: Igor Opaniuk <igor.opaniuk@toradex.com>
>>
>> Specify explicitly that GPL-2.0 license can be used and not
>> GPL-2.0+ (which also includes next less permissive versions of GPL)
>> in Toradex Vybrid-based SoM device trees.
>>
>> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
> 
> Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
> 
> And please ignore my note about copyright for the previous change of this file.
> 

The Linux on Vybrids Cortex-M4 was an entirely private endeavour of me,
so there is no Toradex Copyright here.

I agree on the License change.

Acked-by: Stefan Agner <stefan@agner.ch>

--
Stefan

>> ---
>>
>>  arch/arm/boot/dts/vf610m4-colibri.dts | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/vf610m4-colibri.dts b/arch/arm/boot/dts/vf610m4-colibri.dts
>> index 2c2db47..75c6d82 100644
>> --- a/arch/arm/boot/dts/vf610m4-colibri.dts
>> +++ b/arch/arm/boot/dts/vf610m4-colibri.dts
>> @@ -1,7 +1,8 @@
>> -// SPDX-License-Identifier: GPL-2.0+ OR MIT
>> +// SPDX-License-Identifier: GPL-2.0 OR MIT
>>  /*
>>   * Device tree for Colibri VF61 Cortex-M4 support
>>   *
>> + * Copyright (C) 2020 Toradex AG
>>   * Copyright (C) 2015 Stefan Agner
>>   */
>>
>> --
>> 2.7.4
>>

  reply	other threads:[~2020-02-26 10:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-24 17:32 [PATCH v1 1/5] arm: dts: imx6: toradex: use SPDX-License-Identifier Igor Opaniuk
2020-02-24 17:32 ` [PATCH v1 2/5] arm: dts: imx7: " Igor Opaniuk
2020-02-26  9:25   ` Oleksandr Suvorov
2020-02-28 16:49   ` Marcel Ziswiler
2020-02-24 17:32 ` [PATCH v1 3/5] arm: dts: vf: " Igor Opaniuk
2020-02-26  9:23   ` Oleksandr Suvorov
2020-02-28 16:52   ` Marcel Ziswiler
2020-02-24 17:32 ` [PATCH v1 4/5] arm: dts: vf: toradex: re-license GPL-2.0+ to GPL-2.0 Igor Opaniuk
2020-02-28 16:54   ` Marcel Ziswiler
2020-02-24 17:32 ` [PATCH v1 5/5] " Igor Opaniuk
2020-02-26  9:29   ` Oleksandr Suvorov
2020-02-26 10:00     ` Stefan Agner [this message]
2020-02-28 16:55   ` Marcel Ziswiler
2020-02-24 21:33 ` [PATCH v1 1/5] arm: dts: imx6: toradex: use SPDX-License-Identifier Oleksandr Suvorov
2020-02-28 16:47 ` Marcel Ziswiler

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=8a33d75f0bdf10b0b15514ac790a248d@agner.ch \
    --to=stefan@agner.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=igor.opaniuk@gmail.com \
    --cc=igor.opaniuk@toradex.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --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=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=stefan.agner@toradex.com \
    /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).