diff options
Diffstat (limited to 'firewall.py')
-rw-r--r-- | firewall.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/firewall.py b/firewall.py index 00f3c819c..b1e0d1325 100644 --- a/firewall.py +++ b/firewall.py @@ -1,3 +1,18 @@ +# +# firewall.py - firewall install data and installation +# +# Bill Nottingham <notting@redhat.com> +# +# Copyright 2001 Red Hat, Inc. +# +# This software may be freely redistributed under the terms of the GNU +# library public license. +# +# You should have received a copy of the GNU Library Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# + import os import iutil import string |