diff options
-rw-r--r-- | textw/bootdisk_text.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textw/bootdisk_text.py b/textw/bootdisk_text.py index 8151febe4..3ab940843 100644 --- a/textw/bootdisk_text.py +++ b/textw/bootdisk_text.py @@ -1,3 +1,16 @@ +# +# bootdisk_text.py: text mode bootdisk creation +# +# 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 translate import _ from snack import * |