diff options
Diffstat (limited to 'tools/cvslog2changelog.pl')
-rwxr-xr-x | tools/cvslog2changelog.pl | 53 |
1 files changed, 27 insertions, 26 deletions
diff --git a/tools/cvslog2changelog.pl b/tools/cvslog2changelog.pl index 4f0cfe180..2b58ebf55 100755 --- a/tools/cvslog2changelog.pl +++ b/tools/cvslog2changelog.pl @@ -57,31 +57,32 @@ sub auto_fill { BEGIN { %users = ( - 'gc' => 'Guillaume Cottenceau <gc@mandrakesoft.com>', - 'fpons' => 'François Pons <fpons@mandrakesoft.com>', - 'pablo' => 'Pablo Saratxaga <pablo@mandrakesoft.com>', - 'damien' => 'dam\'s <dams@idm.fr>', - 'install' => 'DrakX <install@mandrakesoft.com>', - 'prigaux' => 'Pixel <pixel@mandrakesoft.com>', - 'flepied' => 'Frederic Lepied <flepied@mandrakesoft.com>', - 'chmouel' => 'Chmouel Boudjnah <chmouel@mandrakesoft.com>', - 'uid526' => 'dam\'s <damien@mandrakesoft.com>', - 'uid533' => 'François Pons <fpons@mandrakesoft.com>', - 'uid535' => 'Guillaume Cottenceau <gc@mandrakesoft.com>', - 'uid553' => 'Pixel <pixel@mandrakesoft.com>', - 'tvignaud' =>'Thierry Vignaud <tvignaud@mandrakesoft.com>', - 'sbenedict'=>'Stew Benedict <sbenedict@mandrakesoft.com>', - 'tkamppeter'=>'Till Kamppeter <till@mandrakesoft.com>', - 'yduret' => 'Yves Duret <yduret@mandrakesoft.com>', - 'daouda' => 'Daouda Lo <daouda@mandrakesoft.com>', - 'dchaumette' => 'Damien Chaumette <dchaumette@mandrakesoft.com>', - 'cbelisle' =>'Christian Belisle <cbelisle@mandrakesoft.com>', - 'warly' => 'Warly <warly@mandrakesoft.com>', - 'jgotti' => 'Jonathan Gotti <jgotti@mandrakesoft.com>', - 'fcrozat' => 'Frederic Crozat <fcrozat@mandrakesoft.com>', - 'baudens' => 'David Baudens <baudens@mandrakesoft.com>', - 'florin' => 'Florin Grad <florin@mandrakesoft.com>', - 'alafox' => 'Alice Lafox <alice@lafox.com.ua>', - 'alus' => 'Arkadiusz Lipiec <alipiec@elka.pw.edu.pl>', + 'gc' => 'Guillaume Cottenceau <gc at mandrakesoft.com>', + 'fpons' => 'François Pons <fpons at mandrakesoft.com>', + 'pablo' => 'Pablo Saratxaga <pablo at mandrakesoft.com>', + 'damien' => 'dam\'s <dams at idm.fr>', + 'install' => 'DrakX <install at mandrakesoft.com>', + 'prigaux' => 'Pixel <pixel at mandrakesoft.com>', + 'flepied' => 'Frederic Lepied <flepied at mandrakesoft.com>', + 'chmouel' => 'Chmouel Boudjnah <chmouel at mandrakesoft.com>', + 'uid526' => 'dam\'s <damien at mandrakesoft.com>', + 'uid533' => 'François Pons <fpons at mandrakesoft.com>', + 'uid535' => 'Guillaume Cottenceau <gc at mandrakesoft.com>', + 'uid553' => 'Pixel <pixel at mandrakesoft.com>', + 'tvignaud' =>'Thierry Vignaud <tvignaud at mandrakesoft.com>', + 'sbenedict'=>'Stew Benedict <sbenedict at mandrakesoft.com>', + 'tkamppeter'=>'Till Kamppeter <till at mandrakesoft.com>', + 'yduret' => 'Yves Duret <yduret at mandrakesoft.com>', + 'daouda' => 'Daouda Lo <daouda at mandrakesoft.com>', + 'dchaumette' => 'Damien Chaumette <dchaumette at mandrakesoft.com>', + 'cbelisle' =>'Christian Belisle <cbelisle at mandrakesoft.com>', + 'warly' => 'Warly <warly at mandrakesoft.com>', + 'jgotti' => 'Jonathan Gotti <jgotti at mandrakesoft.com>', + 'fcrozat' => 'Frederic Crozat <fcrozat at mandrakesoft.com>', + 'baudens' => 'David Baudens <baudens at mandrakesoft.com>', + 'florin' => 'Florin Grad <florin at mandrakesoft.com>', + 'alafox' => 'Alice Lafox <alice at lafox.com.ua>', + 'alus' => 'Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>', + 'fabman' => 'Fabian Mandelbaum <fabman at 2vias.com.ar>', ); } |