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:
Curtis Gedak 2015-02-01 11:01:41 -07:00
parent 64d569cfb2
commit 44eaabc57c
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
This file is part of GParted
Copyright (C) 2004, 2005, 2006
Bart Hakvoort
Portions Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013
Portions Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
Curtis Gedak
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>
* 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>
* Wrote small patches to improve reiser4 label support
* Wrote patch to remove redundant code for trimming labels
@ -124,6 +127,7 @@ Seth Hunter <hunter@ll.mit.edu>
Sinlu Bes <e80f00@gmail.com>
* 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>
* Wrote small patch to reverse umount order in xfs::copy

View File

@ -1520,6 +1520,7 @@ void Win_GParted::menu_help_about()
strings .push_back( "Seth Heeren <sgheeren@gmail.com>" ) ;
strings .push_back( "Joan Lledó <joanlluislledo@gmail.com>" ) ;
strings .push_back( "Phillip Susi <psusi@cfl.rr.com>" ) ;
strings. push_back( "Michael Zimmermann <sigmaepsilon92@gmail.com>" ) ;
dialog .set_authors( strings ) ;
strings .clear() ;