diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-22 20:56:08 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-22 20:56:08 +0000 |
commit | dc90d0d24505923d75d4128736a3ee643713470f (patch) | |
tree | ebbc7d308694bdfbf15055ef405641be19a4456f /comps.py | |
parent | 3f4a6cb887dfdf44d89fb54191676ba6e6ac933a (diff) | |
download | anaconda-dc90d0d24505923d75d4128736a3ee643713470f.tar.gz anaconda-dc90d0d24505923d75d4128736a3ee643713470f.tar.xz anaconda-dc90d0d24505923d75d4128736a3ee643713470f.zip |
copyright
Diffstat (limited to 'comps.py')
-rw-r--r-- | comps.py | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +# +# comps.py: header list and component set (package groups) management +# +# Erik Troan <ewt@redhat.com> +# Matt Wilson <msw@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 rpm import os from string import * |