summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-03-07 11:54:01 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-03-07 11:54:01 +0000
commit580d45a5934f1e44944123feb9efff88451af805 (patch)
tree13748f058e85322d153149f6078dae8acd23e510
parent29944326bf1e6c63afa074cfadd3ffbefca309c8 (diff)
downloaddrakx-backup-do-not-use-580d45a5934f1e44944123feb9efff88451af805.tar
drakx-backup-do-not-use-580d45a5934f1e44944123feb9efff88451af805.tar.gz
drakx-backup-do-not-use-580d45a5934f1e44944123feb9efff88451af805.tar.bz2
drakx-backup-do-not-use-580d45a5934f1e44944123feb9efff88451af805.tar.xz
drakx-backup-do-not-use-580d45a5934f1e44944123feb9efff88451af805.zip
add fabman
protect emails
-rwxr-xr-xtools/cvslog2changelog.pl53
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>',
);
}