[gparted] Provide credit for patch by Wrolf Courtney (#754649)



commit dbc81f1537cf7bfd538d2306c84b860333b527a3
Author: Curtis Gedak <gedakc gmail com>
Date:   Sun Sep 20 09:59:31 2015 -0600

    Provide credit for patch by Wrolf Courtney (#754649)
    
    Add recognition for work done by Wrolf Courtney to display LVM logical
    volumes.
    
    Bug 754649 - Display Logical Volumes in Volume Group of LVM2 Partition

 AUTHORS            |    3 +++
 src/Win_GParted.cc |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 9b94a12..3d6886f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -134,3 +134,6 @@ Stephen Kirkby              <mail stephenkirkby co uk>
 
 Vincent Untz           <vuntz gnome org>
        * Wrote small patch to correctly link to gthread
+
+Wrolf Courtney         <wrolf wrolf net>
+       * Wrote patch to display logical volumes in LVM2 partition volume group
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index a003a36..72ec8a8 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -1633,6 +1633,7 @@ void Win_GParted::menu_help_about()
        //See also AUTHORS file -- names listed in opposite order to try to be fair.
        strings .push_back( "Sinlu Bes <e80f00 gmail com>" ) ;
        strings .push_back( "Luca Bruno <lucab debian org>" ) ;
+       strings .push_back( "Wrolf Courtney <wrolf wrolf net>" ) ;
        strings .push_back( "Jérôme Dumesnil <jerome dumesnil gmail com>" ) ;
        strings .push_back( "Markus Elfring <elfring users sourceforge net>" ) ;
        strings .push_back( "Mike Fleetwood <mike fleetwood googlemail com>" ) ;


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