From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68CFCC4360F for ; Wed, 3 Apr 2019 18:32:44 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1859920882 for ; Wed, 3 Apr 2019 18:32:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="VKUKDS6j" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1859920882 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1ebAuM61F4aHLF6AnEoXLSjA2KbSuw2o73VhNARbjx8=; b=VKUKDS6jLyzCFe NYNBt9hAPyPnbJucZ+7+c/rnNeqJm1hRjD0IsJyxFeCFBXbpVjuTHmHXUjxa1g1YhqUsUqXz6vnop rd0Q1AkvFn8WXdswxDuOsxbYzVONMuvybUaxaxxNtUT8IbcFHv+jYTncBkLTuN08Qh5YLw7KvUg56 LkjxMy3XsoJ2YPvqMxmerFENenS8aSlv7sRNTxjHgjDE+xfV6Ts58y7vDZLUoe56a2JUvkyFrtexn XCRozsVXjbOZFZUGw52Mn/GTBw+eX+c5FjzRj/3c8rISceK5z8X3RWyOo/1+1I3IU6GN+7KSL8y7w i7ZLRrYYPIsBYiooEPuw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hBkgh-0007uZ-Vw; Wed, 03 Apr 2019 18:32:39 +0000 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hBkge-0007uD-Dt for linux-arm-kernel@lists.infradead.org; Wed, 03 Apr 2019 18:32:38 +0000 X-Originating-IP: 86.202.231.219 Received: from localhost (lfbn-lyo-1-149-219.w86-202.abo.wanadoo.fr [86.202.231.219]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id AA68D20005; Wed, 3 Apr 2019 18:32:26 +0000 (UTC) Date: Wed, 3 Apr 2019 20:32:24 +0200 From: Alexandre Belloni To: Joe Perches Subject: Re: [PATCH 1/4] ARM: dts: sama5d{2,4}: use SPDX-License-Identifier Message-ID: <20190403183224.GT22216@piout.net> References: <20190403162206.15794-1-alexandre.belloni@bootlin.com> <8e1f0d1c009e95bc378c8834ac75029b59b7cba9.camel@perches.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <8e1f0d1c009e95bc378c8834ac75029b59b7cba9.camel@perches.com> User-Agent: Mutt/1.11.3 (2019-02-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190403_113236_616346_35F35765 X-CRM114-Status: GOOD ( 16.75 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, Ludovic Desroches , linux-arm-kernel@lists.infradead.org, Gregory Clement Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 > > - * > > - * 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