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=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS 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 644ABC7618B for ; Fri, 26 Jul 2019 13:47:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3A06322CE5 for ; Fri, 26 Jul 2019 13:47:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564148832; bh=wWDVrhVDq129hupS9yDE02XQBwqYn+UohqnvI+uxemA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=GihqD6SdEoxMtmj+lATXgedPdQuG016AnN0yvyRpCiLqtLUaCah+3qNqcA9HtjUTe r8Ksa25m9P6hkUExHytNczLaLz0yQ2RVcba59ZFbK/jhwlAUj9xyfZsiCP8nuOe44K pfU2va8qjC7nPxIfY71RF37pnMc5yl8q2qlsTPPU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388737AbfGZNrJ (ORCPT ); Fri, 26 Jul 2019 09:47:09 -0400 Received: from foss.arm.com ([217.140.110.172]:44158 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388109AbfGZNrI (ORCPT ); Fri, 26 Jul 2019 09:47:08 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 30DCE152D; Fri, 26 Jul 2019 06:47:08 -0700 (PDT) Received: from big-swifty.misterjones.org (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 362503F694; Fri, 26 Jul 2019 06:47:07 -0700 (PDT) Date: Fri, 26 Jul 2019 14:47:05 +0100 Message-ID: <861rycoqli.wl-maz@kernel.org> From: Marc Zyngier To: Charles Keepax Cc: , , , Subject: Re: [PATCH] irqchip: madera: Fixup SPDX headers In-Reply-To: <20190625154717.28640-1-ckeepax@opensource.cirrus.com> References: <20190625154717.28640-1-ckeepax@opensource.cirrus.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/26 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Organization: Approximate MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 25 Jun 2019 16:47:17 +0100, Charles Keepax wrote: > > GPL-2.0-only is the preferred way of expressing v2 of the GPL, update > the code to use this. > > Signed-off-by: Charles Keepax > --- > drivers/irqchip/irq-madera.c | 2 +- > include/linux/irqchip/irq-madera.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/irqchip/irq-madera.c b/drivers/irqchip/irq-madera.c > index 8b81271c823c6..6b0457876941d 100644 > --- a/drivers/irqchip/irq-madera.c > +++ b/drivers/irqchip/irq-madera.c > @@ -1,4 +1,4 @@ > -// SPDX-License-Identifier: GPL-2.0 > +// SPDX-License-Identifier: GPL-2.0-only > /* > * Interrupt support for Cirrus Logic Madera codecs > * > diff --git a/include/linux/irqchip/irq-madera.h b/include/linux/irqchip/irq-madera.h > index 1160fa3769ae6..3a46cadd38654 100644 > --- a/include/linux/irqchip/irq-madera.h > +++ b/include/linux/irqchip/irq-madera.h > @@ -1,4 +1,4 @@ > -/* SPDX-License-Identifier: GPL-2.0 */ > +/* SPDX-License-Identifier: GPL-2.0-only */ > /* > * Interrupt support for Cirrus Logic Madera codecs > * > -- > 2.11.0 > I'm not sure this changes anything. LICENSES/preferred/GPL-2.0 doesn't seem to distinguish the two tags. Thomas, what do you think? M. -- Jazz is not dead, it just smells funny.