[gparted] Provide credit in About dialog for significant contributions (#678486)



commit 9591b2de082c271a2b7fbeb1f30c677b43d7b40b
Author: Curtis Gedak <gedakc gmail com>
Date:   Sat Jun 30 11:26:34 2012 -0600

    Provide credit in About dialog for significant contributions (#678486)
    
    Closes Bug #678486 - Provide Credit in About Dialog for Significant
                         Contributions

 src/Win_GParted.cc |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index 6e9334e..b573e99 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -1413,8 +1413,18 @@ void Win_GParted::menu_help_about()
 	dialog .set_copyright( "Copyright  2004-2006 Bart Hakvoort\nCopyright  2008-2012 Curtis Gedak" ) ;
 
 	//authors
-	strings .push_back( "Bart Hakvoort <gparted users sf net>" ) ;
+	//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 Bruno <lucab debian org>" ) ;
+	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>" ) ;
 	strings .push_back( "Curtis Gedak <gedakc users sf net>" ) ;
+	strings .push_back( "Rogier Goossens <goossens rogier gmail com>" ) ;
+	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( "Phillip Susi <psusi cfl rr com>" ) ;
 	dialog .set_authors( strings ) ;
 	strings .clear() ;
 



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