summaryrefslogtreecommitdiffstats
path: root/iptables-save.c
diff options
context:
space:
mode:
authorlaforge <laforge>2002-08-07 09:07:41 +0000
committerlaforge <laforge>2002-08-07 09:07:41 +0000
commitcf7a4ceabcdf30129cbbbcc464871930f7a3df78 (patch)
tree01dfba43dec382b567db5dd7c616ce897b3840fb /iptables-save.c
parentc1c243cbc725f65adbc3be232f7660d76a146d9b (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 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>