diff --git a/AUTHORS b/AUTHORS index 354181cd..665473e4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -105,6 +105,9 @@ Mike Fleetwood * 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 + * Created udf.h, udf.cc to support the udf file system. + Patrick Verner * Created f2fs.h, f2fs.cc to support f2fs file system. diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc index 0865288a..0dc94fb9 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 " ) ; strings .push_back( "Seth Heeren " ) ; strings .push_back( "Joan Lledó " ) ; + strings .push_back( "Pali Rohár " ); strings .push_back( "Phillip Susi " ) ; strings. push_back( "Michael Zimmermann " ) ; dialog .set_authors( strings ) ;