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=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 8D006C282CE for ; Wed, 22 May 2019 13:14:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D73F2089E for ; Wed, 22 May 2019 13:14:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728827AbfEVNOt (ORCPT ); Wed, 22 May 2019 09:14:49 -0400 Received: from mail-ua1-f66.google.com ([209.85.222.66]:35217 "EHLO mail-ua1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728808AbfEVNOt (ORCPT ); Wed, 22 May 2019 09:14:49 -0400 Received: by mail-ua1-f66.google.com with SMTP id r7so839959ual.2 for ; Wed, 22 May 2019 06:14:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qCwQjs+OPmVKTWUGNRfxFM0SQwrhkJNrCnQ2oJpG16E=; b=dvgHNlMZAraf39thzJgx+iZHNrQOiSuwVN5nVHdOZjtrmg9BXjebkMDHjDacwzgmlZ xqqj3Dt9X5mKoN+So15eq9BTArQlsZmkWC6AXx7GeR2wSIWANDCdeRhQixXZH9T4UP2S GMxZYR6KJ2kIAP3IsQkTvS0cIEspvr99IrLQjZ8GEXgLx/XK9jTTp75viqJLIMSOYhp9 4eihKl5OZyhbnL7Tm9S3JjBfpbddVJVozF6N7JuGBshGhTTIb2Wsp6aC6Dhkted3a0Oj W0rynoUBsqOV5MI9Q7MrmfFT8/emzYTUj6402zaaiXDVwHn6uvByym9rYld/kzisKTUY dwbw== X-Gm-Message-State: APjAAAUSDPCLU7vqqqStyZLhCG5/wRNgYjjim8XcNkNe1D1NXVVok3qs 53FzBXpj2/y/odKWssz5pzVFgPT0nC6+IUMxFvNU1A== X-Google-Smtp-Source: APXvYqwACH99A0fv3dweaIOj0BrnguzZUMx9e+IQC0mp5+WyOi27xF7qJT5zRxJOEe1J9Pv9MeR/cNqKT3yuR2tsmqY= X-Received: by 2002:ab0:69c8:: with SMTP id u8mr24391109uaq.132.1558530888122; Wed, 22 May 2019 06:14:48 -0700 (PDT) MIME-Version: 1.0 References: <20190520075121.768803433@linutronix.de> <20190520075210.769496418@linutronix.de> In-Reply-To: <20190520075210.769496418@linutronix.de> From: Richard Fontana Date: Wed, 22 May 2019 09:14:37 -0400 Message-ID: Subject: Re: [patch 02/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77 To: Thomas Gleixner Cc: linux-spdx@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org Reviewed-by: Richard Fontana On Wed, May 22, 2019 at 8:05 AM Thomas Gleixner wrote: > > 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 as > published by the free software foundation or any later at your > option > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 5 file(s). > > Signed-off-by: Thomas Gleixner > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch4&id=837cdb861a7f > --- > net/netfilter/nf_conntrack_timeout.c | 5 +---- > net/netfilter/nf_conntrack_timestamp.c | 5 +---- > net/netfilter/nfnetlink_acct.c | 5 +---- > net/netfilter/nfnetlink_cthelper.c | 5 +---- > net/netfilter/nfnetlink_cttimeout.c | 5 +---- > 5 files changed, 5 insertions(+), 20 deletions(-) > > --- a/net/netfilter/nf_conntrack_timeout.c > +++ b/net/netfilter/nf_conntrack_timeout.c > @@ -1,10 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * (C) 2012 by Pablo Neira Ayuso > * (C) 2012 by Vyatta 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 as > - * published by the Free Software Foundation (or any later at your option). > */ > > #include > --- a/net/netfilter/nf_conntrack_timestamp.c > +++ b/net/netfilter/nf_conntrack_timestamp.c > @@ -1,9 +1,6 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * (C) 2010 Pablo Neira Ayuso > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation (or any later at your option). > */ > > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > --- a/net/netfilter/nfnetlink_acct.c > +++ b/net/netfilter/nfnetlink_acct.c > @@ -1,10 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * (C) 2011 Pablo Neira Ayuso > * (C) 2011 Intra2net AG > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation (or any later at your option). > */ > #include > #include > --- a/net/netfilter/nfnetlink_cthelper.c > +++ b/net/netfilter/nfnetlink_cthelper.c > @@ -1,10 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * (C) 2012 Pablo Neira Ayuso > * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation (or any later at your option). > - * > * This software has been sponsored by Vyatta Inc. > */ > #include > --- a/net/netfilter/nfnetlink_cttimeout.c > +++ b/net/netfilter/nfnetlink_cttimeout.c > @@ -1,10 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * (C) 2012 by Pablo Neira Ayuso > * (C) 2012 by Vyatta 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 as > - * published by the Free Software Foundation (or any later at your option). > */ > #include > #include > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.