diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-09 02:25:41 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-09 02:25:41 +0000 |
commit | 773ebb98d7daef8a1dad3b53cd0fa4c2fb2a2850 (patch) | |
tree | 10b20521d063b557e0eeda8a7919f2d65a1dffa9 /textw/installpath_text.py | |
parent | 0b3b2c9d15c0434fdd15bcef8c2dd0d7d5c1635c (diff) | |
download | anaconda-773ebb98d7daef8a1dad3b53cd0fa4c2fb2a2850.tar.gz anaconda-773ebb98d7daef8a1dad3b53cd0fa4c2fb2a2850.tar.xz anaconda-773ebb98d7daef8a1dad3b53cd0fa4c2fb2a2850.zip |
more copyright notices
Diffstat (limited to 'textw/installpath_text.py')
-rw-r--r-- | textw/installpath_text.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textw/installpath_text.py b/textw/installpath_text.py index d99754cab..7a7bedc29 100644 --- a/textw/installpath_text.py +++ b/textw/installpath_text.py @@ -1,3 +1,16 @@ +# +# installpath_text: text mode installation type selection dialog +# +# 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 snack import * from constants_text import * from translate import _ |