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,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,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 567CAC072A4 for ; Mon, 20 May 2019 09:00:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2D8E920656 for ; Mon, 20 May 2019 09:00:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558342853; bh=Fv0h6vpz82pm2xOrY6ndZogarxnA7kutBZhO5fTA2Y8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Napt53FVY5PRLWxqsc82GRkC8KrT6eJWyZi+FU+JEeYHLm91hfRr0qkQrlWG1LBM5 AlsU7mJ19WwAFJ6x5BinLOx4rtD+NXhxOBs3Tn7LMIZPDhs7j9cBxfz7lOFvMnSamj In5wx3xvK1maPLxOc05w844hC8zVIzhUiO36fVEA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731179AbfETJAx (ORCPT ); Mon, 20 May 2019 05:00:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:60096 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727301AbfETJAw (ORCPT ); Mon, 20 May 2019 05:00:52 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8AEAD204FD; Mon, 20 May 2019 09:00:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558342852; bh=Fv0h6vpz82pm2xOrY6ndZogarxnA7kutBZhO5fTA2Y8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hx7fDZzqqsujfuTykcyfsL6+lMJEyx7KTG5AX7ry4AA37Pu+890t539MIPstpRxUg 7jlxIP4VRaTGrsCqDepJvW7Tw3yxCJnbGjU/DAehV1Zct3OtnP5Ku+pSClt4HctWZu swON8B+DyO5B4pWDAHmOIbw+7iKGAoAvN1f66mUw= Date: Mon, 20 May 2019 11:00:49 +0200 From: Greg KH To: Thomas Gleixner Cc: linux-spdx@vger.kernel.org Subject: Re: [patch 01/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 Message-ID: <20190520090049.GA27213@kroah.com> References: <20190519135130.462579320@linutronix.de> <20190519154040.652910950@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190519154040.652910950@linutronix.de> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Sun, May 19, 2019 at 03:51:31PM +0200, Thomas Gleixner wrote: > Based on 2 normalized pattern(s): > > this program 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 this program is distributed in the > hope that it will be useful but without any warranty without even > the implied warranty of merchantability or fitness for a particular > purpose see the gnu general public license for more details you > should have received a copy of the gnu general public license along > with this program if not write to the free software foundation inc > 51 franklin street fifth floor boston ma 02110 1301 usa > > > this program 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 [no]_[pad]_[ctrl] any later version this program is > distributed in the hope that it will be useful but without any > warranty without even the implied warranty of merchantability or > fitness for a particular purpose see the gnu general public license > for more details you should have received a copy of the gnu general > public license along with this program if not write to the free > software foundation inc 51 franklin street fifth floor boston ma > 02110 1301 usa > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 176 file(s). > > Signed-off-by: Thomas Gleixner Commenting only on the first instance of this in the series: > --- a/arch/arm/boot/dts/imx51-eukrea-cpuimx51.dtsi > +++ b/arch/arm/boot/dts/imx51-eukrea-cpuimx51.dtsi > @@ -1,19 +1,6 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later I thought we were sticking with the "GPL-2.0+" string for this? I know we support both in the scripts and the license parsing, is it just a "up to the sender" as to what they prefer? thanks, greg k-h