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 A6FAEC282CE for ; Wed, 22 May 2019 12:48:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 85F4A21479 for ; Wed, 22 May 2019 12:48:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729023AbfEVMs0 (ORCPT ); Wed, 22 May 2019 08:48:26 -0400 Received: from mail-ua1-f68.google.com ([209.85.222.68]:43995 "EHLO mail-ua1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728703AbfEVMs0 (ORCPT ); Wed, 22 May 2019 08:48:26 -0400 Received: by mail-ua1-f68.google.com with SMTP id u4so788216uau.10 for ; Wed, 22 May 2019 05:48:25 -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=c/UbGmvLiOQs9IEh9+CV3ZJPrVsGL/PVHfSS5YPTQPg=; b=SGCwA8sJ6hosOt3fj1UrEVIym/9RGfreChSVKI3ZlTMc/JkWBWX22i2kZfetIbnQPH IwhQN05ympUC+PR3EfujuE74VKY+ADYSapaJVFjGVbg+2zshXzSv4GGWZUW6l/ISS2dG mNy5vZqg5BuEizcfyG+DCKkw/6IjIJCmAxRU2/wca8WaHZEAWDATrRTbXtHbWVsQsFea Mi6OfrN9aKFvLgnmonZpz4deGwHZXIIv/lW9b6NFILiW+yww6un4A0tcvx3/HBoGkUp7 ljGL0EKb03zdTsuZqFm5+Q+4+dUvP1RTYk+np0XkIgHXYzeWJtzUw6V76Y3tid9Ko9Pf bB+A== X-Gm-Message-State: APjAAAXK97XCZdlPhy45zbmAuzr8A3PCgt1VwJMLTjYkUK7ylijq45J3 7gzvs44Nh42+GlW4ol02KeFBh/eET4NsrL4wv8b/jg== X-Google-Smtp-Source: APXvYqziQ69keTVZGICm2RmNGgDl46oKwcShULlgTJ1C5dK3IunUkQwl87ktfCKhBy/dmoN5yxeuC/5ykgIjPf7u0LY= X-Received: by 2002:ab0:2c15:: with SMTP id l21mr4281263uar.139.1558529305203; Wed, 22 May 2019 05:48:25 -0700 (PDT) MIME-Version: 1.0 References: <20190520075121.768803433@linutronix.de> <20190520075212.233647300@linutronix.de> In-Reply-To: <20190520075212.233647300@linutronix.de> From: Richard Fontana Date: Wed, 22 May 2019 08:48:14 -0400 Message-ID: Subject: Re: [patch 18/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 93 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:06 AM Thomas Gleixner wrote: > > Based on 1 normalized pattern(s): > > this code 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 see http www gnu org licenses > > 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=batch4&id=6ace6e5335d1 > --- > net/netfilter/ipvs/ip_vs_nfct.c | 18 +----------------- > 1 file changed, 1 insertion(+), 17 deletions(-) > > --- a/net/netfilter/ipvs/ip_vs_nfct.c > +++ b/net/netfilter/ipvs/ip_vs_nfct.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * ip_vs_nfct.c: Netfilter connection tracking support for IPVS > * > @@ -7,27 +8,11 @@ > * Portions Copyright (C) 2003-2010 > * Julian Anastasov > * > - * > - * This code 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, see . > - * > - * > * Authors: > * Ben North > * Julian Anastasov Reorganize and sync with latest kernels > * Hannes Eder Extend NFCT support for FTP, ipvs match > * > - * > * Current status: > * > * - provide conntrack confirmation for new and related connections, by > @@ -43,7 +28,6 @@ > * when RELATED conntrack is created from real server (Active FTP DATA) > * - if iptables_nat is not loaded the Passive FTP will not work (the > * PASV response can not be NAT-ed) but Active FTP should work > - * > */ > > #define KMSG_COMPONENT "IPVS" > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.