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=-8.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, 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 7FFDAC04AB4 for ; Sun, 19 May 2019 17:24:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 54F11204EC for ; Sun, 19 May 2019 17:24:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=jilayne.com header.i=@jilayne.com header.b="L6k82SL7" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726542AbfESRYp (ORCPT ); Sun, 19 May 2019 13:24:45 -0400 Received: from mx1-c1.supremebox.com ([198.23.53.215]:49886 "EHLO mx1.supremebox.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726079AbfESRYp (ORCPT ); Sun, 19 May 2019 13:24:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=jilayne.com ; s=default; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date: In-Reply-To:From:Subject:Mime-Version:Content-Type:Sender:Reply-To:Content-ID :Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To: Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe :List-Post:List-Owner:List-Archive; bh=kHYXKtryQVunzV+csJwKC+ajCIGY6EkOQ+dYEdqEK6Q=; b=L6k82SL7d4yNoqqmfFpMPMupbe pbmOTcB/WxqbdZr9CnF+jZfh98yYiXk+f4Xv2uk+WozN7G7JtSHRfe45cG4AddqjielmNaiVl2EWB +OBeLZsULIARrT9LQlS2mBOdMpeigkLc4YlPfoWIHjljloWTFI5y66vqA1b0nW2gkXwE=; Received: from [67.164.173.226] (helo=[10.0.0.176]) by mx1.supremebox.com with esmtpa (Exim 4.89) (envelope-from ) id 1hSPYB-0004R2-EJ; Sun, 19 May 2019 17:24:43 +0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\)) Subject: Re: [patch 03/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3 From: J Lovejoy In-Reply-To: <20190519154040.848507137@linutronix.de> Date: Sun, 19 May 2019 11:24:43 -0600 Cc: linux-spdx@vger.kernel.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20190519135130.462579320@linutronix.de> <20190519154040.848507137@linutronix.de> To: Thomas Gleixner X-Mailer: Apple Mail (2.3445.104.8) X-Sender-Ident-agJab5osgicCis: opensource@jilayne.com Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org Reviewed-by: Jilayne Lovejoy > On May 19, 2019, at 7:51 AM, Thomas Gleixner = wrote: >=20 > Based on 1 normalized pattern(s): >=20 > this program is free software you can redistribute it and or modify > it under the terms of the gnu general public license version 2 or > later as published by the free software foundation >=20 > extracted by the scancode license scanner the SPDX license identifier >=20 > GPL-2.0-or-later >=20 > has been chosen to replace the boilerplate/reference in 9 file(s). >=20 > Signed-off-by: Thomas Gleixner > --- > = https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit= /?h=3Dstep2&id=3Dd00e81e6582b > --- > arch/arm/boot/dts/omap3-n900.dts | 5 +---- > arch/mips/jz4740/board-qi_lb60.c | 5 +---- > drivers/hwmon/aspeed-pwm-tacho.c | 5 +---- > net/ipv4/netfilter/nf_dup_ipv4.c | 5 +---- > net/ipv6/netfilter/nf_dup_ipv6.c | 5 +---- > net/netfilter/xt_TEE.c | 5 +---- > sound/soc/atmel/atmel-classd.c | 5 +---- > sound/soc/atmel/atmel-pdmic.c | 5 +---- > 8 files changed, 8 insertions(+), 32 deletions(-) >=20 > --- a/arch/arm/boot/dts/omap3-n900.dts > +++ b/arch/arm/boot/dts/omap3-n900.dts > @@ -1,10 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (C) 2013 Pavel Machek > * Copyright (C) 2013-2014 Aaro Koskinen > - * > - * This program is free software; you can redistribute it and/or = modify > - * it under the terms of the GNU General Public License version 2 (or = later) as > - * published by the Free Software Foundation. > */ >=20 > /dts-v1/; > --- a/arch/mips/jz4740/board-qi_lb60.c > +++ b/arch/mips/jz4740/board-qi_lb60.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * linux/arch/mips/jz4740/board-qi_lb60.c > * > @@ -6,10 +7,6 @@ > * Copyright (c) 2009 Qi Hardware inc., > * Author: Xiangfu Liu > * Copyright 2010, Lars-Peter Clausen > - * > - * This program is free software; you can redistribute it and/or = modify > - * it under the terms of the GNU General Public License version 2 or = later > - * as published by the Free Software Foundation. > */ >=20 > #include > --- a/drivers/hwmon/aspeed-pwm-tacho.c > +++ b/drivers/hwmon/aspeed-pwm-tacho.c > @@ -1,9 +1,6 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (c) 2016 Google, Inc > - * > - * This program is free software; you can redistribute it and/or = modify > - * it under the terms of the GNU General Public License version 2 or = later as > - * published by the Free Software Foundation. > */ >=20 > #include > --- a/net/ipv4/netfilter/nf_dup_ipv4.c > +++ b/net/ipv4/netfilter/nf_dup_ipv4.c > @@ -1,12 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * (C) 2007 by Sebastian Cla=C3=9Fen > * (C) 2007-2010 by Jan Engelhardt > * > * Extracted from xt_TEE.c > - * > - * This program is free software; you can redistribute it and/or = modify it > - * under the terms of the GNU General Public License version 2 or = later, as > - * published by the Free Software Foundation. > */ > #include > #include > --- a/net/ipv6/netfilter/nf_dup_ipv6.c > +++ b/net/ipv6/netfilter/nf_dup_ipv6.c > @@ -1,12 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * (C) 2007 by Sebastian Cla=C3=9Fen > * (C) 2007-2010 by Jan Engelhardt > * > * Extracted from xt_TEE.c > - * > - * This program is free software; you can redistribute it and/or = modify it > - * under the terms of the GNU General Public License version 2 or = later, as > - * published by the Free Software Foundation. > */ > #include > #include > --- a/net/netfilter/xt_TEE.c > +++ b/net/netfilter/xt_TEE.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * "TEE" target extension for Xtables > * Copyright =C2=A9 Sebastian Cla=C3=9Fen, 2007 > @@ -5,10 +6,6 @@ > * > * based on ipt_ROUTE.c from C=C3=A9dric de Launois > * > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License > - * version 2 or later, as published by the Free Software = Foundation. > */ > #include > #include > --- a/sound/soc/atmel/atmel-classd.c > +++ b/sound/soc/atmel/atmel-classd.c > @@ -1,12 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Atmel ALSA SoC Audio Class D Amplifier (CLASSD) driver > * > * Copyright (C) 2015 Atmel > * > * Author: Songjun Wu > - * > - * This program is free software; you can redistribute it and/or = modify > - * it under the terms of the GNU General Public License version 2 or = later > - * as published by the Free Software Foundation. > */ >=20 > #include > --- a/sound/soc/atmel/atmel-pdmic.c > +++ b/sound/soc/atmel/atmel-pdmic.c > @@ -1,12 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Atmel PDMIC driver > * > * Copyright (C) 2015 Atmel > * > * Author: Songjun Wu > - * > - * This program is free software; you can redistribute it and/or = modify > - * it under the terms of the GNU General Public License version 2 or = later > - * as published by the Free Software Foundation. > */ >=20 > #include >=20 >=20