diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-22 21:12:41 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-22 21:12:41 +0000 |
commit | e55e94331e5730bdad62c4a0ca19184bae6277b8 (patch) | |
tree | c6260cdc78e8b6e54a2dba62abb281da8370079d /bootloader.py | |
parent | 5e4f52af656fd36c1b4067715858cda456b2c663 (diff) | |
download | anaconda-e55e94331e5730bdad62c4a0ca19184bae6277b8.tar.gz anaconda-e55e94331e5730bdad62c4a0ca19184bae6277b8.tar.xz anaconda-e55e94331e5730bdad62c4a0ca19184bae6277b8.zip |
copyright
Diffstat (limited to 'bootloader.py')
-rw-r--r-- | bootloader.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bootloader.py b/bootloader.py index c8c6db9bd..efed9062f 100644 --- a/bootloader.py +++ b/bootloader.py @@ -1,3 +1,18 @@ +# +# bootloader.py: bootloader configuration data +# +# Erik Troan <ewt@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 isys import partitioning from translate import _ |