summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ip6tables-standalone.c7
-rw-r--r--ip6tables.c7
-rw-r--r--iptables-restore.c6
-rw-r--r--iptables-save.c7
-rw-r--r--iptables-standalone.c7
5 files changed, 29 insertions, 5 deletions
diff --git a/ip6tables-standalone.c b/ip6tables-standalone.c
index fd576f6..7391ccf 100644
--- a/ip6tables-standalone.c
+++ b/ip6tables-standalone.c
@@ -1,6 +1,13 @@
/*
* Author: Paul.Russell@rustcorp.com.au and mneuling@radlogic.com.au
*
+ * (C) 2000-2002 by the netfilter coreteam <coreteam@netfilter.org>:
+ * Paul 'Rusty' Russell <rusty@rustcorp.com.au>
+ * Marc Boucher <marc+nf@mbsi.ca>
+ * James Morris <jmorris@intercode.com.au>
+ * Harald Welte <laforge@gnumonks.org>
+ * Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
+ *
* Based on the ipchains code by Paul Russell and Michael Neuling
*
* iptables -- IP firewall administration for kernels with
diff --git a/ip6tables.c b/ip6tables.c
index b3346b1..ed607d9 100644
--- a/ip6tables.c
+++ b/ip6tables.c
@@ -3,6 +3,13 @@
/*
* Author: Paul.Russell@rustcorp.com.au and mneuling@radlogic.com.au
*
+ * (C) 2000-2002 by the netfilter coreteam <coreteam@netfilter.org>:
+ * Paul 'Rusty' Russell <rusty@rustcorp.com.au>
+ * Marc Boucher <marc+nf@mbsi.ca>
+ * James Morris <jmorris@intercode.com.au>
+ * Harald Welte <laforge@gnumonks.org>
+ * Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
diff --git a/iptables-restore.c b/iptables-restore.c
index 3abda11..65670f2 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -1,10 +1,10 @@
/* Code to restore the iptables state, from file by iptables-save.
- * (C) 2000 by Harald Welte <laforge@gnumonks.org>
+ * (C) 2000-2002 by Harald Welte <laforge@gnumonks.org>
* based on previous code from Rusty Russell <rusty@linuxcare.com.au>
*
- * This code is distributed under the terms of GNU GPL
+ * This code is distributed under the terms of GNU GPL v2
*
- * $Id: iptables-restore.c,v 1.20 2002/01/17 20:43:10 laforge Exp $
+ * $Id: iptables-restore.c,v 1.21 2002/05/29 13:08:15 laforge Exp $
*/
#include <getopt.h>
diff --git a/iptables-save.c b/iptables-save.c
index cb7da40..74e71ff 100644
--- a/iptables-save.c
+++ b/iptables-save.c
@@ -1,6 +1,9 @@
/* Code to save the iptables state, in human readable-form. */
-/* Authors: Paul 'Rusty' Russell <rusty@rustcorp.com.au> and
- * Harald Welte <laforge@gnumonks.org>
+/* (C) 1999 by Paul 'Rusty' Russell <rusty@rustcorp.com.au> and
+ * (C) 2000-2002 by Harald Welte <laforge@gnumonks.org>
+ *
+ * This code is distributed under the terms of GNU GPL v2
+ *
*/
#include <getopt.h>
#include <sys/errno.h>
diff --git a/iptables-standalone.c b/iptables-standalone.c
index 1564bc9..8a4c90e 100644
--- a/iptables-standalone.c
+++ b/iptables-standalone.c
@@ -3,6 +3,13 @@
*
* Based on the ipchains code by Paul Russell and Michael Neuling
*
+ * (C) 2000-2002 by the netfilter coreteam <coreteam@netfilter.org>:
+ * Paul 'Rusty' Russell <rusty@rustcorp.com.au>
+ * Marc Boucher <marc+nf@mbsi.ca>
+ * James Morris <jmorris@intercode.com.au>
+ * Harald Welte <laforge@gnumonks.org>
+ * Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
+ *
* iptables -- IP firewall administration for kernels with
* firewall table (aimed for the 2.3 kernels)
*