Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 93

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 <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520075212.233647300@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
f17b7eec c6ae4c04

+1 -17
+1 -17
net/netfilter/ipvs/ip_vs_nfct.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * ip_vs_nfct.c: Netfilter connection tracking support for IPVS 3 4 * ··· 8 7 * Portions Copyright (C) 2003-2010 9 8 * Julian Anastasov 10 9 * 11 - * 12 - * This code is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2 of the License, or 15 - * (at your option) any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 24 - * 25 - * 26 10 * Authors: 27 11 * Ben North <ben@redfrontdoor.org> 28 12 * Julian Anastasov <ja@ssi.bg> Reorganize and sync with latest kernels 29 13 * Hannes Eder <heder@google.com> Extend NFCT support for FTP, ipvs match 30 - * 31 14 * 32 15 * Current status: 33 16 * ··· 28 43 * when RELATED conntrack is created from real server (Active FTP DATA) 29 44 * - if iptables_nat is not loaded the Passive FTP will not work (the 30 45 * PASV response can not be NAT-ed) but Active FTP should work 31 - * 32 46 */ 33 47 34 48 #define KMSG_COMPONENT "IPVS"