]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
extensions: add copyright statements
authorPatrick McHardy <kaber@trash.net>
Sat, 6 Apr 2013 11:41:25 +0000 (13:41 +0200)
committerPablo Neira Ayuso <pablo@soleta.eu>
Wed, 29 May 2013 17:26:12 +0000 (19:26 +0200)
Add copyright statements to all extensions authored by myself.

Signed-off-by: Patrick McHardy <kaber@trash.net>
extensions/libip6t_DNPT.c
extensions/libip6t_SNPT.c
extensions/libxt_CLASSIFY.c
extensions/libxt_CT.c
extensions/libxt_RATEEST.c
extensions/libxt_addrtype.c
extensions/libxt_policy.c
extensions/libxt_rateest.c
extensions/libxt_statistic.c

index 703adf609298e12316e2a1de3a86d765c6bc9a3d..a442de6d1de0760fa5c62f270a8c379fc9850570 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2012-2013 Patrick McHardy <kaber@trash.net>
+ */
+
 #include <stdio.h>
 #include <string.h>
 #include <xtables.h>
index 7ed80b20f8d6fb5e509c3f79b0725cbd900aa07c..4f10de038ce7cccaf967a9a4d47e93e424075866 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2012-2013 Patrick McHardy <kaber@trash.net>
+ */
+
 #include <stdio.h>
 #include <string.h>
 #include <xtables.h>
index ee0f9e1c4a509a10693fc35d2e5fee2af0329923..e04657aed7ff263a9fc63119a33587c5162e865c 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2003-2013 Patrick McHardy <kaber@trash.net>
+ */
+
 #include <stdio.h>
 #include <xtables.h>
 #include <linux/netfilter/xt_CLASSIFY.h>
index a576a953622145fa1ed77d0877d8c932b5099eff..c8437b6c5178cebdaf83b4a18da82bcd3affd19d 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2010-2013 Patrick McHardy <kaber@trash.net>
+ */
+
 #include <stdio.h>
 #include <string.h>
 #include <xtables.h>
index acdefb90cede422024add3272a685b20b064d225..449ceab67c23574fa3aee4957753bf96c50858a8 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2008-2013 Patrick McHardy <kaber@trash.net>
+ */
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
index e8a8545691678441f4e104b7315482768a46cf73..e5d3033ccc5ca5a5b21905e645c8cd382b05b545 100644 (file)
@@ -1,4 +1,6 @@
 /* Shared library add-on to iptables to add addrtype matching support 
+ *
+ * Copyright (c) 2003-2013 Patrick McHardy <kaber@trash.net>
  * 
  * This program is released under the terms of GNU GPL */
 #include <stdio.h>
index 54ec22947ff3f150da250b39c5a1048b2d06a4f0..0a64a80c25b7650841b61f9e87e439cce6a86309 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2005-2013 Patrick McHardy <kaber@trash.net>
+ */
+
 #include <stdbool.h>
 #include <stdint.h>
 #include <stdio.h>
index 185a8135ecbf9dd1252c81ea55533c736faf5cc2..fb244121fafe29ce96f7ce133b97b884049321c7 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2008-2013 Patrick McHardy <kaber@trash.net>
+ */
+
 #include <stdbool.h>
 #include <stdio.h>
 #include <string.h>
index c23805fb306c07f5665a3072070a7d97817c3daa..b6ae5f5ce389b9a640ccafdc3ce9f975c061d03a 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2006-2013 Patrick McHardy <kaber@trash.net>
+ */
+
 #include <math.h>
 #include <stdio.h>
 #include <string.h>