diff options
author | Matt Wilson <msw@redhat.com> | 2001-10-29 17:37:18 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-10-29 17:37:18 +0000 |
commit | f6cdd27eed257dd4e774e406666419dba4537efe (patch) | |
tree | 3d35e2d2e4632beafe3b1e93f486d3df9181a239 /isys/isys.py | |
parent | e0850cbdf8ac632dc4257f6d6cd9c625f5694764 (diff) | |
download | anaconda-f6cdd27eed257dd4e774e406666419dba4537efe.tar.gz anaconda-f6cdd27eed257dd4e774e406666419dba4537efe.tar.xz anaconda-f6cdd27eed257dd4e774e406666419dba4537efe.zip |
no longer need balkan, add copyright
Diffstat (limited to 'isys/isys.py')
-rw-r--r-- | isys/isys.py | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/isys/isys.py b/isys/isys.py index af85c693f..aa22a4ccb 100644 --- a/isys/isys.py +++ b/isys/isys.py @@ -1,5 +1,20 @@ +# +# isys.py - installer utilitiy functions and glue for C module +# +# Matt Wilson <msw@redhat.com> +# Erik Troan <ewt@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 kudzu -import _balkan import _isys import string import os |