Cc: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>, Cc: Balazs Scheidler <bazsi77@xxxxxxxxx>, Cc: Florian Westphal <fw@xxxxxxxxx>, Cc: Phil Sutter <phil@xxxxxx> Signed-off-by: Máté Eckl <ecklm94@xxxxxxxxx> --- src/socket.c | 4 ++-- 1 file 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@xxxxxxxxx> * * 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> -- ecklm