Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp884727yba; Sat, 13 Apr 2019 16:57:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqw/Jbn/D8mzR6IKfdFpvfHqEdoVJmnjXt6Mo6/EOEpFuezeFI/Lz9Vq7bxAyYc8kF9rdTZl X-Received: by 2002:aa7:8289:: with SMTP id s9mr65795223pfm.208.1555199840749; Sat, 13 Apr 2019 16:57:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555199840; cv=none; d=google.com; s=arc-20160816; b=a76U2fYiajq4DNAQShgIqJGDMUt/D3JJFgDcOgLv6noaIWmxNUV6J8Y6haRIaZ4Zlg Ihj/0Xf2ZNUM64JAfaAeahLDbwgApCmf0JX6yG1GpqUz4RAPUcMFKPKrkLxwd5BxS8By Oii0EzEDWr/jFrjXkjzz1du3SCO0fHmGRsdWv/iWGQaWczBz0gm6mHDmQsUqVHVFvnr7 eVLFEOGWhFyj9Mb4Wth/hq22Mrhx9kG6vBqvsj6ksviGKznkS+7E+TTRT9LeRb41L7G8 LqPNhkeE5HgOinYSoMDiqSBkQgFYulbIIjMtBWSg4ogC/StjYMMp7lk+Um5Ha04gwFDx iHZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=SQ1Lb3G2oARDic0ZEv+YmgXwF97Aen4fa/ZT1hE34l0=; b=MHysAmIJkcFGXUcF2Qi0iAsPdbm/BPzbfMhx5Q3N6jNTACTxfw+ms2XaZFuiTT2J0f RbWVXfx+6sioFuomqBlCI0+AK0wDI4e/4Oc6hqoOoVEtRXVWBc9TPYkfjg3S1SGML8BK h9IQsEgUtUy219xSlnGMcn2yL7pbDaLamJtIcXiTj11bv7OIIKUOuuVULmmKM+poUdL1 XWTU0cw8a95XEmnnu0BziEJNI4dMyeaKdV5mt92n7UPOXdGlJ3CMMa8nJEsB1Z6YyWZ+ BlQLginFO6a1PIP0KLBJF62bYJjJohhn7znSLMShcRTS+wHU17JH3I7TVyocZhWllSXw lGNA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v21si41283834plo.34.2019.04.13.16.56.30; Sat, 13 Apr 2019 16:57:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727197AbfDMXyw (ORCPT + 99 others); Sat, 13 Apr 2019 19:54:52 -0400 Received: from 178.115.242.59.static.drei.at ([178.115.242.59]:41663 "EHLO mail.osadl.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727113AbfDMXyw (ORCPT ); Sat, 13 Apr 2019 19:54:52 -0400 Received: by mail.osadl.at (Postfix, from userid 1001) id 9C89F5C094E; Sun, 14 Apr 2019 01:54:03 +0200 (CEST) Date: Sun, 14 Apr 2019 01:54:03 +0200 From: Nicholas Mc Guire To: Fabio Estevam Cc: Nicholas Mc Guire , Russell King , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , NXP Linux Team , Mark Brown , Linus Walleij , Tony Lindgren , Mike Rapoport , Janusz Krzysztofik , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , linux-kernel Subject: Re: [PATCH 4/4] ARM: imx legacy: add an SPDX license identifier Message-ID: <20190413235403.GB26682@osadl.at> References: <1555140213-1081-1-git-send-email-hofrat@osadl.org> <1555140213-1081-5-git-send-email-hofrat@osadl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 13, 2019 at 11:11:05AM -0300, Fabio Estevam wrote: > On Sat, Apr 13, 2019 at 4:30 AM Nicholas Mc Guire wrote: > > > > The header clearly identifies this code as GPL V2 or later - so pop > > in the SPDX license identifier. > > > > Signed-off-by: Nicholas Mc Guire > > --- > > arch/arm/mach-imx/mach-mx27ads.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/mach-imx/mach-mx27ads.c b/arch/arm/mach-imx/mach-mx27ads.c > > index c83fdd3..3f68972 100644 > > --- a/arch/arm/mach-imx/mach-mx27ads.c > > +++ b/arch/arm/mach-imx/mach-mx27ads.c > > @@ -1,3 +1,4 @@ > > +// SPDX-License-Identifier: GPL-2.0+ > > As you are adding the SPDX line you could also remove the legal text below. hmmm - as I'm not the copyright holder I do not think I should be doing that - it has more information in it that only GPL V2+ thx! hofrat