[gparted] Recognise contribution by Antoine Viallon



commit 415f5020366eb225b187d72ba684e724647e76a3
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Sat Mar 23 11:53:39 2019 +0000

    Recognise contribution by Antoine Viallon

 AUTHORS            | 3 +++
 src/Win_GParted.cc | 1 +
 2 files changed, 4 insertions(+)
---
diff --git a/AUTHORS b/AUTHORS
index e56e4b22..7996c629 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,6 +26,9 @@ Names are listed in alphabetical order by first name.
 Albert Young           <youngac3 gmail com>
        * Wrote patch to prevent hang labeling FAT if illegal chars in label
 
+Antoine Viallon                <antoine viallon gmail com>
+       * Added F2FS file system usage reading, resizing and checking.
+
 Bart Harkvoort         <gparted users sourceforge net>
        * Original author of GParted.
        * Created and maintained up to official 0.3.3 release and
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index 97dd8c39..94afab3f 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -1880,6 +1880,7 @@ void Win_GParted::menu_help_about()
        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( "Antoine Viallon <antoine viallon gmail 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]