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 F2401C04AAF for ; Tue, 21 May 2019 13:49:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D1A8221019 for ; Tue, 21 May 2019 13:49:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728292AbfEUNtI (ORCPT ); Tue, 21 May 2019 09:49:08 -0400 Received: from mail-vs1-f66.google.com ([209.85.217.66]:46978 "EHLO mail-vs1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728256AbfEUNtI (ORCPT ); Tue, 21 May 2019 09:49:08 -0400 Received: by mail-vs1-f66.google.com with SMTP id x8so7250712vsx.13 for ; Tue, 21 May 2019 06:49:07 -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=Ju/SoCFFSWJuzhCWMSuJT8pfjnOY1BQUvOdjLkVs0sg=; b=lColYyMO2z15E7WC06hb9AhuDK2O9MEvjZOL4en1UV51NWcOji89YM84WsHwjhFnSX KR9XkMPVWU8G2kZpOzcTeAfyobJHsutKXObfCXGSKxpVO8dfMqDX53b63afQcF/DHizh 0m+9PRmP/XBELHFcNTKXrS/774G5Ywz8QmyzxCsZTHb9iO4VssC3aRI+HoMDx58n1r6f MQd/VqnFNu63QbVw9VSpkCNGaNm0Y/ltfG6NC18Kzz4NkuT8PDJDLwZbD4Cc6hdj8dOr uNbutbtM/6t4A6jlDQCtoOov5MwP2kV359x/Zug8ggd3MpIcufiWy6S9mz3ta8zF3Mk1 4CSQ== X-Gm-Message-State: APjAAAWzJF7SydsRWBIIvAVJ47YTlPxbTEK+nemXQBYy7W+P9xGg5QU7 kzzioTJwEhZxflTgPYIUHWydnEy68+878FL4TXLCxg== X-Google-Smtp-Source: APXvYqxFpY+UO31wBtDchKwra9DIUDuLaJpOEekgTIBku0Cymlu/ISsXfBi1EGY8k6sy3PAmr5T9W7Fze5kL0uKCATs= X-Received: by 2002:a67:f047:: with SMTP id q7mr6322562vsm.122.1558446547497; Tue, 21 May 2019 06:49:07 -0700 (PDT) MIME-Version: 1.0 References: <20190520071851.141112241@linutronix.de> <20190520071859.749329557@linutronix.de> In-Reply-To: <20190520071859.749329557@linutronix.de> From: Richard Fontana Date: Tue, 21 May 2019 09:48:56 -0400 Message-ID: Subject: Re: [patch 22/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 72 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 Tue, May 21, 2019 at 3:45 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 or > any later at your option 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 1 file(s). > > Signed-off-by: Thomas Gleixner > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch3&id=69233ac311ba > --- > net/netfilter/xt_nfacct.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > --- a/net/netfilter/xt_nfacct.c > +++ b/net/netfilter/xt_nfacct.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 (or any > - * later at your option) as published by the Free Software Foundation. > */ > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.