2008-04-07 13:41:18 -06:00
|
|
|
This file is part of GParted
|
2009-11-05 11:08:32 -07:00
|
|
|
Copyright (C) 2004, 2005, 2006
|
2008-04-07 13:41:18 -06:00
|
|
|
Bart Hakvoort
|
2010-10-05 13:27:20 -06:00
|
|
|
Portions Copyright (C) 2008, 2009, 2010
|
2008-04-07 13:41:18 -06:00
|
|
|
Curtis Gedak
|
|
|
|
|
|
|
|
This file may be modified and/or distributed without restriction. This is
|
|
|
|
not an invitation to misrepresent who contributed to GNU GParted.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
We need to keep track of copyright (see the Maintainer HOWTO on www.gnu.org).
|
|
|
|
|
|
|
|
Curtis Gedak <gedakc@users.sourceforge.net>
|
2009-11-04 09:53:48 -07:00
|
|
|
* Created SWRaid.h, SWRaid.cc to support Linux software RAID devices.
|
2009-03-20 19:56:58 -06:00
|
|
|
* Created DMRaid.h, DMRaid.cc to support /dev/mapper dmraid devices.
|
2008-12-18 15:07:06 -07:00
|
|
|
* Created ext4.h, ext4.cc to support ext4 file systems
|
2008-11-11 10:19:46 -07:00
|
|
|
* Created FS_Info.h, FS_Info.cc
|
2008-11-08 16:55:17 -07:00
|
|
|
* Rewrote read_label functionality for hfs
|
|
|
|
* Wrote create, read_label, and check_repair functionality for hfs+
|
2008-12-18 15:07:06 -07:00
|
|
|
* Wrote read_label functionality for fat16 and fat32 file systems
|
2008-11-11 10:19:46 -07:00
|
|
|
* Wrote following Utils:: methods:
|
|
|
|
regexp_label(), fat_compliant_label(),
|
|
|
|
create_mtoolsrc_file(), delete_mtoolsrc_file,
|
|
|
|
trim(), cleanup_cursor(), get_lang()
|
|
|
|
* Wrote partition write_label functionality
|
2008-04-07 13:41:18 -06:00
|
|
|
* Created Dialog_Partion_Label.h, Dialog_Partition_Label.cc
|
2008-07-23 10:17:40 -06:00
|
|
|
* Created OperationLabelPartition.h, OperationLabelPartition.cc
|
|
|
|
* Maintained from official 0.3.5 release onward
|
2008-04-07 13:41:18 -06:00
|
|
|
|
2009-02-23 13:22:30 -07:00
|
|
|
Luca Bruno <lucab@debian.org>
|
2010-10-05 13:27:20 -06:00
|
|
|
* Created btrfs.h, btrfs.c to support btrfs file system.
|
2009-02-23 13:22:30 -07:00
|
|
|
* Wrote patch for initial btrfs support.
|
|
|
|
|
2008-09-22 16:41:49 -06:00
|
|
|
Michael Monreal <michael.monreal@gmx.net>
|
|
|
|
* Wrote small patch to implement themed app icon in hicolor
|
|
|
|
|
2008-09-22 16:54:50 -06:00
|
|
|
Sebastian Kraft <kraft.sebastian@gmail.com>
|
2008-09-22 16:41:49 -06:00
|
|
|
* Designed Tango theme icons
|
|
|
|
|
2010-10-05 13:27:20 -06:00
|
|
|
Seth Heeren <sgheeren@hotmail.com>
|
|
|
|
* Wrote small patch to improve GParted_Core::get_filesystems and prevent crashes
|
|
|
|
* Wrote several small patches to fix memory leaks and valgrind errors
|
|
|
|
|
2008-04-07 13:41:18 -06:00
|
|
|
Bart Harkvoort <gparted@users.sourceforge.net>
|
|
|
|
* Original author of GParted.
|
|
|
|
* Created and maintained up to official 0.3.3 release and
|
|
|
|
the unofficial 0.3.4 release.
|