summaryrefslogtreecommitdiffstats
path: root/src/socket.c
diff options
context:
space:
mode:
authorMáté Eckl <ecklm94@gmail.com>2022-12-16 20:06:10 +0100
committerFlorian Westphal <fw@strlen.de>2023-01-02 13:55:52 +0100
commitbf9164215ca998f01a75afc95220fb9db6918eac (patch)
treeae8c00e18e70d4c80f637a3ff3cb6eaa07acf975 /src/socket.c
parentf470e181d8c6280ca031cfd9ee1ab52a2b21c93a (diff)
src: Update copyright header to GPLv2+ in socket.c
Cc: Pablo Neira Ayuso <pablo@netfilter.org>, Cc: Phil Sutter <phil@nwl.cc> Signed-off-by: Máté Eckl <ecklm94@gmail.com> Signed-off-by: Balázs Scheidler <bazsi77@gmail.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src/socket.c')
-rw-r--r--src/socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket.c b/src/socket.c
index eb075153..356557b4 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -4,8 +4,8 @@
* Copyright (c) 2018 Máté Eckl <ecklm94@gmail.com>
*
* 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.
+ * it under the terms of the GNU General Public License version 2 (or any
+ * later) as published by the Free Software Foundation.
*/
#include <nftables.h>