diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-16 19:54:03 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-16 19:54:03 +0000 |
commit | 877f49ca1ae3473aff286ad13082734343dde034 (patch) | |
tree | 75188476c40545e6befe47bdb3182ea89bb21490 /iw | |
parent | 0d73c9341da92dfbe6be05d2f4d4ba5adaeea53c (diff) | |
download | anaconda-877f49ca1ae3473aff286ad13082734343dde034.tar.gz anaconda-877f49ca1ae3473aff286ad13082734343dde034.tar.xz anaconda-877f49ca1ae3473aff286ad13082734343dde034.zip |
copyright
Diffstat (limited to 'iw')
-rw-r--r-- | iw/account_gui.py | 13 | ||||
-rw-r--r-- | iw/auth_gui.py | 13 | ||||
-rw-r--r-- | iw/bootdisk_gui.py | 13 | ||||
-rw-r--r-- | iw/bootloader_gui.py | 13 | ||||
-rw-r--r-- | iw/bootloaderpassword_gui.py | 13 |
5 files changed, 65 insertions, 0 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py index e48098738..3e9d31ce4 100644 --- a/iw/account_gui.py +++ b/iw/account_gui.py @@ -1,3 +1,16 @@ +# +# account_gui.py: gui root password and user creation 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 gtk import * from iw_gui import * from translate import _, N_ diff --git a/iw/auth_gui.py b/iw/auth_gui.py index b4e3ea753..112dc12f4 100644 --- a/iw/auth_gui.py +++ b/iw/auth_gui.py @@ -1,3 +1,16 @@ +# +# auth_gui.py: gui authentication configuration 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 gtk import * from iw_gui import * from translate import _, N_ diff --git a/iw/bootdisk_gui.py b/iw/bootdisk_gui.py index 03ee81e5f..9b5d89704 100644 --- a/iw/bootdisk_gui.py +++ b/iw/bootdisk_gui.py @@ -1,3 +1,16 @@ +# +# bootdisk_gui.py: gui bootdisk creation 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. +# + import iutil from iw_gui import * from gtk import * diff --git a/iw/bootloader_gui.py b/iw/bootloader_gui.py index ca9fe22d0..5cc7ce0a9 100644 --- a/iw/bootloader_gui.py +++ b/iw/bootloader_gui.py @@ -1,3 +1,16 @@ +# +# bootloader_gui.py: gui bootloader configuration 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. +# + # must replace with explcit form so update disks will work from iw_gui import * diff --git a/iw/bootloaderpassword_gui.py b/iw/bootloaderpassword_gui.py index 0cf274987..23ae4c446 100644 --- a/iw/bootloaderpassword_gui.py +++ b/iw/bootloaderpassword_gui.py @@ -1,3 +1,16 @@ +# +# bootloaderpassword_gui.py: gui bootloader password setup 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 iw_gui import * from gtk import * |