diff options
-rwxr-xr-x | tools/cvslog2changelog.pl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/cvslog2changelog.pl b/tools/cvslog2changelog.pl index 7109ad306..4f0cfe180 100755 --- a/tools/cvslog2changelog.pl +++ b/tools/cvslog2changelog.pl @@ -69,16 +69,19 @@ BEGIN { 'uid533' => 'François Pons <fpons@mandrakesoft.com>', 'uid535' => 'Guillaume Cottenceau <gc@mandrakesoft.com>', 'uid553' => 'Pixel <pixel@mandrakesoft.com>', - 'tvignaud' => 'Thierry Vignaud <tvignaud@mandrakesoft.com>', + 'tvignaud' =>'Thierry Vignaud <tvignaud@mandrakesoft.com>', 'sbenedict'=>'Stew Benedict <sbenedict@mandrakesoft.com>', - 'tkamppeter' => 'Till Kamppeter <till@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>', + '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>', ); } |