]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
copyright / GPL notice
authorHarald Welte <laforge@gnumonks.org>
Wed, 7 Aug 2002 09:07:41 +0000 (09:07 +0000)
committerHarald Welte <laforge@gnumonks.org>
Wed, 7 Aug 2002 09:07:41 +0000 (09:07 +0000)
ip6tables-standalone.c
ip6tables.c
iptables-restore.c
iptables-save.c
iptables-standalone.c

index fd576f6144b24ebb1583fe854c26c7d452685988..7391ccfb1952e2ad1100a2b589e6388c1e3c8ae2 100644 (file)
@@ -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
index b3346b140893a84df8094686975dfd63d3bfda30..ed607d9ba6966af740553f9fbaadba9ebc11d567 100644 (file)
@@ -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
index 3abda11f874eeb2df019e669610ceabd953971c3..65670f2479ea7380d6209c6ab88cabbe5a7065b6 100644 (file)
@@ -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>
index cb7da40270fad313928efbfed78b0e7de5a22cab..74e71ff46d8c2b05c77e9921b1bffb0a2f6a5575 100644 (file)
@@ -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>
index 1564bc9512a7d0bc102e813e880060464e4fde3b..8a4c90ec802c28bdb7edb6a50310c6f69024f669 100644 (file)
@@ -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)
  *