X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=net%2Fnetfilter%2Fxt_multiport.c;h=44a00f5acde8ae3a371fe0f8159d549b00c13cb7;hb=d2912cb15bdda8ba4a5dd73396ad62641af2f520;hp=1cde0e4985b73f75d82fa98f8e62f1bf47d1a02a;hpb=20c8ccb1975b8d5639789d1025ad6ada38bd6f48;p=thirdparty%2Fkernel%2Fstable.git diff --git a/net/netfilter/xt_multiport.c b/net/netfilter/xt_multiport.c index 1cde0e4985b73..44a00f5acde8a 100644 --- a/net/netfilter/xt_multiport.c +++ b/net/netfilter/xt_multiport.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* Kernel module to match one of a list of TCP/UDP(-Lite)/SCTP/DCCP ports: ports are in the same place so we can treat them as equal. */ /* (C) 1999-2001 Paul `Rusty' Russell * (C) 2002-2004 Netfilter Core Team - * - * 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. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include