[gparted] Update AUTHORS file and Help > About > Credits



commit 62a7465fd24bb3c6333cf7c223003c6fd37c1da3
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Mon Jul 10 07:40:21 2017 +0100

    Update AUTHORS file and Help > About > Credits
    
    Provide credit for patch by Pali Rohár.

 AUTHORS            |    3 +++
 src/Win_GParted.cc |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 354181c..665473e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -105,6 +105,9 @@ Mike Fleetwood              <mike fleetwood googlemail com>
        * Created lvm2_pv.h, lvm2_pv.cc to support Logical Volume Management.
        * Created LVM2_PV_Info.h, LVM2_PV_Info.h for LMV data cache.
 
+Pali Rohár             <pali rohar gmail com>
+       * Created udf.h, udf.cc to support the udf file system.
+
 Patrick Verner         <exodusrobot yahoo com>
        * Created f2fs.h, f2fs.cc to support f2fs file system.
 
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index 0865288..0dc94fb 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -1696,6 +1696,7 @@ void Win_GParted::menu_help_about()
        strings .push_back( "Bart Hakvoort <gparted users sf net>" ) ;
        strings .push_back( "Seth Heeren <sgheeren gmail com>" ) ;
        strings .push_back( "Joan Lledó <joanlluislledo gmail com>" ) ;
+       strings .push_back( "Pali Rohár <pali rohar gmail com>" );
        strings .push_back( "Phillip Susi <psusi cfl rr com>" ) ;
        strings. push_back( "Michael Zimmermann <sigmaepsilon92 gmail com>" ) ;
        dialog .set_authors( strings ) ;


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