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=-9.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 7AC34C04AB4 for ; Sun, 19 May 2019 21:55:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4208320449 for ; Sun, 19 May 2019 21:55:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=pobox.com header.i=@pobox.com header.b="AzdVAmd4"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=lohutok.net header.i=@lohutok.net header.b="sGwNjQDj" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726010AbfESVz3 (ORCPT ); Sun, 19 May 2019 17:55:29 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:61125 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726607AbfESVz2 (ORCPT ); Sun, 19 May 2019 17:55:28 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 29A9D694B8; Sun, 19 May 2019 17:52:02 -0400 (EDT) (envelope-from allison@lohutok.net) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=subject:to:cc :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=sasl; bh=1QtEHTuUSmYH fk0ygHCEqO9TcVk=; b=AzdVAmd4fU5XDu9vVTaG9m+/9CR7xy568yW9rdSto/RO sRKis9Mp7wAnGbL50wTU/UFwBw5NgopjPywkLaGNCyrrpzE3qu9s6DcH5a1z3PVs A2+4ip5jcL0ZNoJcnPimx+oQUj5TOhza5Nr6RDmczRcIoQVF/Gx+NPqIGWRKz3M= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 2225A694B7; Sun, 19 May 2019 17:52:02 -0400 (EDT) (envelope-from allison@lohutok.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lohutok.net; h=subject:to:cc:references:from:message-id:date:mime-version:in-reply-to:content-type:content-transfer-encoding; s=2018-11.pbsmtp; bh=oip2JNfCQtrJLJfPlGmigXX/JYqXEXCiM6Zv7gqVS88=; b=sGwNjQDj6b2N0wwfTXXEBzL3BnjktNUQK1gBk+sNtkByUyiqg32wp2EALLZMrPwgPs05bWKBChbIqiz1snSvIm8q5VqOt+wCEKbC/qf3HkJ9GyrONUZdzaDAsXYCcog3MlqUX9RNsJJpF3xJdNaS0gY8CSw1vWxe0vahmnHtBxY= Received: from [192.168.0.158] (unknown [73.239.75.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 50300694B5; Sun, 19 May 2019 17:51:59 -0400 (EDT) (envelope-from allison@lohutok.net) Subject: Re: [patch 03/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3 To: Kate Stewart , Thomas Gleixner Cc: linux-spdx@vger.kernel.org, J Lovejoy References: <20190519135130.462579320@linutronix.de> <20190519154040.848507137@linutronix.de> From: Allison Randal Message-ID: Date: Sun, 19 May 2019 14:51:57 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US X-Pobox-Relay-ID: 53EEA0FA-7A80-11E9-A298-8D86F504CC47-44123303!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org Reviewed-by: Allison Randal On 5/19/19 6:30 PM, Kate Stewart wrote: > Reviewed-by: Kate Stewart >=20 > On Sun, May 19, 2019 at 12:24 PM J Lovejoy wro= te: >> >> Reviewed-by: Jilayne Lovejoy >> >>> On May 19, 2019, at 7:51 AM, Thomas Gleixner wro= te: >>> >>> Based on 1 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 version 2 or >>> later as published by the free software foundation >>> >>> extracted by the scancode license scanner the SPDX license identifier >>> >>> GPL-2.0-or-later >>> >>> has been chosen to replace the boilerplate/reference in 9 file(s). >>> >>> Signed-off-by: Thomas Gleixner >>> --- >>> https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/c= ommit/?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(-) >>> >>> --- 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 mod= ify >>> - * it under the terms of the GNU General Public License version 2 (o= r later) as >>> - * published by the Free Software Foundation. >>> */ >>> >>> /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 mod= ify >>> - * it under the terms of the GNU General Public License version 2 or= later >>> - * as published by the Free Software Foundation. >>> */ >>> >>> #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 mod= ify >>> - * it under the terms of the GNU General Public License version 2 or= later as >>> - * published by the Free Software Foundation. >>> */ >>> >>> #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 mod= ify it >>> - * under the terms of the GNU General Public License version 2 or la= ter, 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 mod= ify it >>> - * under the terms of the GNU General Public License version 2 or la= ter, 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 Foundatio= n. >>> */ >>> #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 mod= ify >>> - * it under the terms of the GNU General Public License version 2 or= later >>> - * as published by the Free Software Foundation. >>> */ >>> >>> #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 mod= ify >>> - * it under the terms of the GNU General Public License version 2 or= later >>> - * as published by the Free Software Foundation. >>> */ >>> >>> #include >>> >>> >>