Provide credit for patch by Michael Zimmermann
Provide credit for patch to add support for GPT partition names. Also indicate significant effort by Sinlu Bes while we tried different ideas for how GPT partition name support should work.
This commit is contained in:
parent
64d569cfb2
commit
44eaabc57c
6
AUTHORS
6
AUTHORS
|
@ -1,7 +1,7 @@
|
||||||
This file is part of GParted
|
This file is part of GParted
|
||||||
Copyright (C) 2004, 2005, 2006
|
Copyright (C) 2004, 2005, 2006
|
||||||
Bart Hakvoort
|
Bart Hakvoort
|
||||||
Portions Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013
|
Portions Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
|
||||||
Curtis Gedak
|
Curtis Gedak
|
||||||
|
|
||||||
This file may be modified and/or distributed without restriction. This is
|
This file may be modified and/or distributed without restriction. This is
|
||||||
|
@ -83,6 +83,9 @@ Matthias Gehre <m.gehre@gmx.de>
|
||||||
Michael Monreal <michael.monreal@gmx.net>
|
Michael Monreal <michael.monreal@gmx.net>
|
||||||
* Wrote small patch to implement themed app icon in hicolor
|
* Wrote small patch to implement themed app icon in hicolor
|
||||||
|
|
||||||
|
Michael Zimmermann <sigmaepsilon92@gmail.com>
|
||||||
|
* Wrote patch to add support for GPT partition names
|
||||||
|
|
||||||
Mike Fleetwood <mike.fleetwood@googlemail.com>
|
Mike Fleetwood <mike.fleetwood@googlemail.com>
|
||||||
* Wrote small patches to improve reiser4 label support
|
* Wrote small patches to improve reiser4 label support
|
||||||
* Wrote patch to remove redundant code for trimming labels
|
* Wrote patch to remove redundant code for trimming labels
|
||||||
|
@ -124,6 +127,7 @@ Seth Hunter <hunter@ll.mit.edu>
|
||||||
|
|
||||||
Sinlu Bes <e80f00@gmail.com>
|
Sinlu Bes <e80f00@gmail.com>
|
||||||
* Wrote patch to restrict label length based on file system
|
* Wrote patch to restrict label length based on file system
|
||||||
|
* Performed significant investigative effort for GPT partition name support
|
||||||
|
|
||||||
Stephen Kirkby <mail@stephenkirkby.co.uk>
|
Stephen Kirkby <mail@stephenkirkby.co.uk>
|
||||||
* Wrote small patch to reverse umount order in xfs::copy
|
* Wrote small patch to reverse umount order in xfs::copy
|
||||||
|
|
|
@ -1520,6 +1520,7 @@ void Win_GParted::menu_help_about()
|
||||||
strings .push_back( "Seth Heeren <sgheeren@gmail.com>" ) ;
|
strings .push_back( "Seth Heeren <sgheeren@gmail.com>" ) ;
|
||||||
strings .push_back( "Joan Lledó <joanlluislledo@gmail.com>" ) ;
|
strings .push_back( "Joan Lledó <joanlluislledo@gmail.com>" ) ;
|
||||||
strings .push_back( "Phillip Susi <psusi@cfl.rr.com>" ) ;
|
strings .push_back( "Phillip Susi <psusi@cfl.rr.com>" ) ;
|
||||||
|
strings. push_back( "Michael Zimmermann <sigmaepsilon92@gmail.com>" ) ;
|
||||||
dialog .set_authors( strings ) ;
|
dialog .set_authors( strings ) ;
|
||||||
strings .clear() ;
|
strings .clear() ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue