summaryrefslogtreecommitdiffstats
path: root/src/conntrack/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conntrack/filter.c')
-rw-r--r--src/conntrack/filter.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/conntrack/filter.c b/src/conntrack/filter.c
index 5ea7d5e..952cbba 100644
--- a/src/conntrack/filter.c
+++ b/src/conntrack/filter.c
@@ -1,4 +1,11 @@
-#include "internal.h"
+/*
+ * (C) 2008 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.
+ */
+
+#include "internal/internal.h"
static void filter_attr_l4proto(struct nfct_filter *filter, const void *value)
{