From 3c5b8711a83caad7d6e4525a823002cac0f593a4 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 30 Dec 2011 00:49:35 +0100 Subject: src: clarify licensing terms of library (GPLv2+) This patch is *not* changing the licensing terms of this library (which was initially released under GPLv2 and later on extended to GPLv2+ after contacting all the contributors who kindly agreed to extend it to any later GPL version). Jan says: "In libnetfilter_conntrack, there are many .c files declaring GNU GPL incorporated herein by reference without telling which version(s) exactly apply. Given src/main.c for example is actually GPL-2.0+, the reference made is ambiguous." This patch should definitely clarify this. Signed-off-by: Pablo Neira Ayuso --- include/libnetfilter_conntrack/libnetfilter_conntrack_dccp.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/libnetfilter_conntrack/libnetfilter_conntrack_dccp.h') diff --git a/include/libnetfilter_conntrack/libnetfilter_conntrack_dccp.h b/include/libnetfilter_conntrack/libnetfilter_conntrack_dccp.h index 89e957b..dc13e1e 100644 --- a/include/libnetfilter_conntrack/libnetfilter_conntrack_dccp.h +++ b/include/libnetfilter_conntrack/libnetfilter_conntrack_dccp.h @@ -1,10 +1,3 @@ -/* - * (C) 2009 by Pablo Neira Ayuso - * - * This software may be used and distributed according to the terms - * of the GNU General Public License, incorporated herein by reference. - */ - #ifndef _LIBNETFILTER_CONNTRACK_DCCP_H_ #define _LIBNETFILTER_CONNTRACK_DCCP_H_ -- cgit v1.2.3