summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_CT.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2013-04-06 13:41:25 +0200
committerPablo Neira Ayuso <pablo@soleta.eu>2013-05-29 19:26:12 +0200
commit0c3753b1d4226a6e7bea9619415cf40cadee1e58 (patch)
treea5534f7e684b8c74095a35dab8ce2a3223688c69 /extensions/libxt_CT.c
parentce7d0619ce49587ca78456caf467cf25f7cbbc4e (diff)
extensions: add copyright statements
Add copyright statements to all extensions authored by myself. Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions/libxt_CT.c')
-rw-r--r--extensions/libxt_CT.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/libxt_CT.c b/extensions/libxt_CT.c
index a576a953..c8437b6c 100644
--- a/extensions/libxt_CT.c
+++ b/extensions/libxt_CT.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2010-2013 Patrick McHardy <kaber@trash.net>
+ */
+
#include <stdio.h>
#include <string.h>
#include <xtables.h>