All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Joe Perches <joe@perches.com>
Cc: linux-kernel@vger.kernel.org,
	Ludovic Desroches <ludovic.desroches@microchip.com>,
	linux-arm-kernel@lists.infradead.org,
	Gregory Clement <gregory.clement@bootlin.com>
Subject: Re: [PATCH 1/4] ARM: dts: sama5d{2,4}: use SPDX-License-Identifier
Date: Wed, 3 Apr 2019 20:32:24 +0200	[thread overview]
Message-ID: <20190403183224.GT22216@piout.net> (raw)
In-Reply-To: <8e1f0d1c009e95bc378c8834ac75029b59b7cba9.camel@perches.com>

On 03/04/2019 10:08:52-0700, Joe Perches wrote:
> On Wed, 2019-04-03 at 18:22 +0200, Alexandre Belloni wrote:
> > The X11 license text [1] is explicitly for the X Consortium and has a
> > couple of extra clauses. The MIT license text [2] is actually what the
> > current DT files claim.
> []
> > diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
> []
> > @@ -1,46 +1,9 @@
> > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> 
> Nope - NAK...
> 
> That's not the correct identifier.
> It's not GPL-2.0, it's either GPL-2.0+ or GPL-2.0-or-later
> 
> Check this for all submitted patches in this series.
> 

Ah, correct, I carefully checked the X11/MIT thingy but not the GPL,
I'll recheck. Thanks for catching that.

> >  /*
> >   * sama5d2.dtsi - Device Tree Include file for SAMA5D2 family SoC
> >   *
> >   *  Copyright (C) 2015 Atmel,
> >   *                2015 Ludovic Desroches <ludovic.desroches@atmel.com>
> > - *
> > - * This file is dual-licensed: you can use it either under the terms
> > - * of the GPL or the X11 license, at your option. Note that this dual
> > - * licensing only applies to this file, and not this project as a
> > - * whole.
> > - *
> > - *  a) This file is free software; you can redistribute it and/or
> > - *     modify it under the terms of the GNU General Public License as
> > - *     published by the Free Software Foundation; either version 2 of the
> > - *     License, or (at your option) any later version.
> > 
> 

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Joe Perches <joe@perches.com>
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Gregory Clement <gregory.clement@bootlin.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] ARM: dts: sama5d{2,4}: use SPDX-License-Identifier
Date: Wed, 3 Apr 2019 20:32:24 +0200	[thread overview]
Message-ID: <20190403183224.GT22216@piout.net> (raw)
In-Reply-To: <8e1f0d1c009e95bc378c8834ac75029b59b7cba9.camel@perches.com>

On 03/04/2019 10:08:52-0700, Joe Perches wrote:
> On Wed, 2019-04-03 at 18:22 +0200, Alexandre Belloni wrote:
> > The X11 license text [1] is explicitly for the X Consortium and has a
> > couple of extra clauses. The MIT license text [2] is actually what the
> > current DT files claim.
> []
> > diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
> []
> > @@ -1,46 +1,9 @@
> > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> 
> Nope - NAK...
> 
> That's not the correct identifier.
> It's not GPL-2.0, it's either GPL-2.0+ or GPL-2.0-or-later
> 
> Check this for all submitted patches in this series.
> 

Ah, correct, I carefully checked the X11/MIT thingy but not the GPL,
I'll recheck. Thanks for catching that.

> >  /*
> >   * sama5d2.dtsi - Device Tree Include file for SAMA5D2 family SoC
> >   *
> >   *  Copyright (C) 2015 Atmel,
> >   *                2015 Ludovic Desroches <ludovic.desroches@atmel.com>
> > - *
> > - * This file is dual-licensed: you can use it either under the terms
> > - * of the GPL or the X11 license, at your option. Note that this dual
> > - * licensing only applies to this file, and not this project as a
> > - * whole.
> > - *
> > - *  a) This file is free software; you can redistribute it and/or
> > - *     modify it under the terms of the GNU General Public License as
> > - *     published by the Free Software Foundation; either version 2 of the
> > - *     License, or (at your option) any later version.
> > 
> 

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2019-04-03 18:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-03 16:22 [PATCH 1/4] ARM: dts: sama5d{2,4}: use SPDX-License-Identifier Alexandre Belloni
2019-04-03 16:22 ` Alexandre Belloni
2019-04-03 16:22 ` [PATCH 2/4] ARM: dts: at91sam9xe: " Alexandre Belloni
2019-04-03 16:22   ` Alexandre Belloni
2019-04-03 16:22 ` [PATCH 3/4] ARM: dts: atmel boards: " Alexandre Belloni
2019-04-03 16:22   ` Alexandre Belloni
2019-04-03 16:22 ` [PATCH 4/4] ARM: dts: at91-vinco: " Alexandre Belloni
2019-04-03 16:22   ` Alexandre Belloni
2019-04-03 17:07 ` [PATCH 1/4] ARM: dts: sama5d{2,4}: " Nicolas.Ferre
2019-04-03 17:07   ` Nicolas.Ferre
2019-04-03 17:08 ` Joe Perches
2019-04-03 17:08   ` Joe Perches
2019-04-03 18:32   ` Alexandre Belloni [this message]
2019-04-03 18:32     ` Alexandre Belloni

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=20190403183224.GT22216@piout.net \
    --to=alexandre.belloni@bootlin.com \
    --cc=gregory.clement@bootlin.com \
    --cc=joe@perches.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ludovic.desroches@microchip.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.