summaryrefslogtreecommitdiffstats
path: root/iptables-restore.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-restore.c
parentd4ab5ad2b2c72d303c6ef8161076a973bc77ad3d (diff)
copyright / GPL notice
Diffstat (limited to 'iptables-restore.c')
-rw-r--r--iptables-restore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/iptables-restore.c b/iptables-restore.c
index 3abda11f..65670f24 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>