From 580d45a5934f1e44944123feb9efff88451af805 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 7 Mar 2003 11:54:01 +0000 Subject: add fabman protect emails --- tools/cvslog2changelog.pl | 53 ++++++++++++++++++++++++----------------------- 1 file 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 ', - 'fpons' => 'François Pons ', - 'pablo' => 'Pablo Saratxaga ', - 'damien' => 'dam\'s ', - 'install' => 'DrakX ', - 'prigaux' => 'Pixel ', - 'flepied' => 'Frederic Lepied ', - 'chmouel' => 'Chmouel Boudjnah ', - 'uid526' => 'dam\'s ', - 'uid533' => 'François Pons ', - 'uid535' => 'Guillaume Cottenceau ', - 'uid553' => 'Pixel ', - 'tvignaud' =>'Thierry Vignaud ', - 'sbenedict'=>'Stew Benedict ', - 'tkamppeter'=>'Till Kamppeter ', - 'yduret' => 'Yves Duret ', - 'daouda' => 'Daouda Lo ', - 'dchaumette' => 'Damien Chaumette ', - 'cbelisle' =>'Christian Belisle ', - 'warly' => 'Warly ', - 'jgotti' => 'Jonathan Gotti ', - 'fcrozat' => 'Frederic Crozat ', - 'baudens' => 'David Baudens ', - 'florin' => 'Florin Grad ', - 'alafox' => 'Alice Lafox ', - 'alus' => 'Arkadiusz Lipiec ', + 'gc' => 'Guillaume Cottenceau ', + 'fpons' => 'François Pons ', + 'pablo' => 'Pablo Saratxaga ', + 'damien' => 'dam\'s ', + 'install' => 'DrakX ', + 'prigaux' => 'Pixel ', + 'flepied' => 'Frederic Lepied ', + 'chmouel' => 'Chmouel Boudjnah ', + 'uid526' => 'dam\'s ', + 'uid533' => 'François Pons ', + 'uid535' => 'Guillaume Cottenceau ', + 'uid553' => 'Pixel ', + 'tvignaud' =>'Thierry Vignaud ', + 'sbenedict'=>'Stew Benedict ', + 'tkamppeter'=>'Till Kamppeter ', + 'yduret' => 'Yves Duret ', + 'daouda' => 'Daouda Lo ', + 'dchaumette' => 'Damien Chaumette ', + 'cbelisle' =>'Christian Belisle ', + 'warly' => 'Warly ', + 'jgotti' => 'Jonathan Gotti ', + 'fcrozat' => 'Frederic Crozat ', + 'baudens' => 'David Baudens ', + 'florin' => 'Florin Grad ', + 'alafox' => 'Alice Lafox ', + 'alus' => 'Arkadiusz Lipiec ', + 'fabman' => 'Fabian Mandelbaum ', ); } -- cgit v1.2.1