From c335442eefcca160fb00f033b236deea61bd7b10 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 20 Apr 2021 01:57:20 +0200 Subject: src: incorrect header refers to GPLv2 only libnftnl is GPLv2+, fix incorrect headers. Acked-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- src/batch.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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 * * 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" -- cgit v1.2.3