diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-07 15:42:06 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-07 15:42:06 +0000 |
commit | aa17c6c33af7e2695aba75928762a81898f5865d (patch) | |
tree | cc6ce4b4344077846b183720a670b74e5c91da0e /iw/confirm_gui.py | |
parent | 457d6e95e7af9abfddf9abd9d5fd5232a40a8778 (diff) | |
download | anaconda-aa17c6c33af7e2695aba75928762a81898f5865d.tar.gz anaconda-aa17c6c33af7e2695aba75928762a81898f5865d.tar.xz anaconda-aa17c6c33af7e2695aba75928762a81898f5865d.zip |
copyright
Diffstat (limited to 'iw/confirm_gui.py')
-rw-r--r-- | iw/confirm_gui.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/iw/confirm_gui.py b/iw/confirm_gui.py index 95c62527c..501dba162 100644 --- a/iw/confirm_gui.py +++ b/iw/confirm_gui.py @@ -1,3 +1,16 @@ +# +# confirm_gui.py: install/upgrade point of no return screen. +# +# 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 gtk import * from iw_gui import * from translate import _, N_ |