summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--examples/nft-ruleset-get.c6
-rw-r--r--src/batch.c5
2 files changed, 6 insertions, 5 deletions
diff --git a/examples/nft-ruleset-get.c b/examples/nft-ruleset-get.c
index 7098437..cba9b09 100644
--- a/examples/nft-ruleset-get.c
+++ b/examples/nft-ruleset-get.c
@@ -5,9 +5,9 @@
*
* Copyright (c) 2013 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.
*
*/
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"