From: Pablo Neira Ayuso Date: Mon, 19 Apr 2021 23:57:20 +0000 (+0200) Subject: src: incorrect header refers to GPLv2 only X-Git-Tag: libnftnl-1.2.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c335442eefcca;p=thirdparty%2Flibnftnl.git src: incorrect header refers to GPLv2 only libnftnl is GPLv2+, fix incorrect headers. Acked-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- diff --git a/examples/nft-ruleset-get.c b/examples/nft-ruleset-get.c index 70984370..cba9b098 100644 --- a/examples/nft-ruleset-get.c +++ b/examples/nft-ruleset-get.c @@ -5,9 +5,9 @@ * * Copyright (c) 2013 Pablo Neira Ayuso * - * 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 ca8f922d..8a9c6f91 100644 --- a/src/batch.c +++ b/src/batch.c @@ -2,8 +2,9 @@ * Copyright (c) 2013-2015 Pablo Neira Ayuso * * 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"