summaryrefslogtreecommitdiffstats
path: root/include/internal
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2011-12-30 00:49:35 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2011-12-30 00:49:35 +0100
commit3c5b8711a83caad7d6e4525a823002cac0f593a4 (patch)
treef827b82eb84920a708306acde5bb4052b5c6af9a /include/internal
parente429d0b35f7e505b814c61786bb2df9eff51ab05 (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'include/internal')
-rw-r--r--include/internal/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/internal/internal.h b/include/internal/internal.h
index a984e6b..7dce03c 100644
--- a/include/internal/internal.h
+++ b/include/internal/internal.h
@@ -1,9 +1,4 @@
/*
- * (C) 2006 by Pablo Neira Ayuso <pablo@netfilter.org>
- *
- * This software may be used and distributed according to the terms
- * of the GNU General Public License, incorporated herein by reference.
- *
* WARNING: Do *NOT* ever include this file, only for internal use!
* Use the set/get API in order to set/get the conntrack attributes
*/