Recognise contribution by Luca Bacci
This commit is contained in:
parent
2fad309601
commit
4b341c8dd9
4
AUTHORS
4
AUTHORS
|
@ -67,6 +67,10 @@ Joan Lledó <joanlluislledo@gmail.com>
|
|||
* Created Dialog_Rescue_Data.h, Dialog_Rescue_Data.cc to attempt data rescue.
|
||||
* Wrote patch to add attempt data rescue for lost partitions.
|
||||
|
||||
Luca Bacci <luca.bacci982@gmail.com>
|
||||
* Created OptionComboBox.h, OptionComboBox.cc.
|
||||
* Modernised the code to use Gtkmm 2.24.
|
||||
|
||||
Luca Bruno <lucab@debian.org>
|
||||
* Created btrfs.h, btrfs.cc to support btrfs file system.
|
||||
* Wrote patch for initial btrfs support.
|
||||
|
|
|
@ -1742,6 +1742,7 @@ void Win_GParted::menu_help_about()
|
|||
//authors
|
||||
//Names listed in alphabetical order by LAST name.
|
||||
//See also AUTHORS file -- names listed in opposite order to try to be fair.
|
||||
strings .push_back( "Luca Bacci <luca.bacci982@gmail.com>" );
|
||||
strings .push_back( "Sinlu Bes <e80f00@gmail.com>" ) ;
|
||||
strings .push_back( "Luca Bruno <lucab@debian.org>" ) ;
|
||||
strings .push_back( "Wrolf Courtney <wrolf@wrolf.net>" ) ;
|
||||
|
|
Loading…
Reference in New Issue