diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-22 21:46:16 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-22 21:46:16 +0000 |
commit | 39d3d20bb5a12e931f7f00c57c20cb35fa306632 (patch) | |
tree | e0930a10fa2314c0cdb0563eccc38d3ac25c9436 /network.py | |
parent | 148c16ab1836bf5a8dea6cda5ed7d409a1f019a5 (diff) | |
download | anaconda-39d3d20bb5a12e931f7f00c57c20cb35fa306632.tar.gz anaconda-39d3d20bb5a12e931f7f00c57c20cb35fa306632.tar.xz anaconda-39d3d20bb5a12e931f7f00c57c20cb35fa306632.zip |
copyright
Diffstat (limited to 'network.py')
-rw-r--r-- | network.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/network.py b/network.py index 93caa608b..f3228b43e 100644 --- a/network.py +++ b/network.py @@ -1,3 +1,20 @@ +# +# network.py - network configuration install data +# +# Matt Wilson <ewt@redhat.com> +# Erik Troan <ewt@redhat.com> +# Mike Fulbright <msf@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. +# + from simpleconfig import SimpleConfigFile import string import isys |