[gparted] Provide credit for patch by Michael Zimmermann



commit 44eaabc57c7b92bf9549176de92853c8c65c093a
Author: Curtis Gedak <gedakc gmail com>
Date:   Sun Feb 1 11:01:41 2015 -0700

    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.

 AUTHORS            |    6 +++++-
 src/Win_GParted.cc |    1 +
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 685555c..9b94a12 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index 18919fd..4562c33 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -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() ;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]