summaryrefslogtreecommitdiffstats
path: root/iptables-save.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2002-08-07 09:07:41 +0000
committerHarald Welte <laforge@gnumonks.org>2002-08-07 09:07:41 +0000
commit10a907f6736864f3f60d36f78c78e655b6bb64ee (patch)
tree01dfba43dec382b567db5dd7c616ce897b3840fb /iptables-save.c
parentd4ab5ad2b2c72d303c6ef8161076a973bc77ad3d (diff)
copyright / GPL notice
Diffstat (limited to 'iptables-save.c')
-rw-r--r--iptables-save.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/iptables-save.c b/iptables-save.c
index cb7da402..74e71ff4 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>