diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-07-29 21:55:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-07-29 21:55:41 +0000 |
commit | 0ec07d89144fab40d351a24dca0645eca179ce29 (patch) | |
tree | 59cddb1cbc4264f9164195670848adc1230daf03 /perl-install/resize_fat/main.pm | |
parent | bbbfaa4f23a86e291e8d0ff769ea0fb571d0e7b5 (diff) | |
download | drakx-0ec07d89144fab40d351a24dca0645eca179ce29.tar drakx-0ec07d89144fab40d351a24dca0645eca179ce29.tar.gz drakx-0ec07d89144fab40d351a24dca0645eca179ce29.tar.bz2 drakx-0ec07d89144fab40d351a24dca0645eca179ce29.tar.xz drakx-0ec07d89144fab40d351a24dca0645eca179ce29.zip |
no_comment
Diffstat (limited to 'perl-install/resize_fat/main.pm')
-rw-r--r-- | perl-install/resize_fat/main.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/resize_fat/main.pm b/perl-install/resize_fat/main.pm index fe50ddd12..6239e6075 100644 --- a/perl-install/resize_fat/main.pm +++ b/perl-install/resize_fat/main.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl # DiskDrake -# Copyright (C) 1999 MandrakeSoft +# Copyright (C) 1999 MandrakeSoft (pixel@linux-mandrake.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,6 +17,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# This is mainly a perl rewrite of the work of Andrew Clausen (libresize) + package resize_fat::main; use diagnostics; |