summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-04-20 01:57:20 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2021-04-20 01:58:46 +0200
commitc335442eefcca160fb00f033b236deea61bd7b10 (patch)
tree5e24808f1cb51c787ede4506489b051324a46d13 /src
parent9d4172b2eb507ddfb0846cdd52ca209fd228f0b0 (diff)
src: incorrect header refers to GPLv2 only
libnftnl is GPLv2+, fix incorrect headers. Acked-by: Arturo Borrero Gonzalez <arturo@netfilter.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src')
-rw-r--r--src/batch.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/batch.c b/src/batch.c
index ca8f922..8a9c6f9 100644
--- a/src/batch.c
+++ b/src/batch.c
@@ -2,8 +2,9 @@
* Copyright (c) 2013-2015 Pablo Neira Ayuso <pablo@netfilter.org>
*
* 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 as published
+ * by the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*/
#include "internal.h"