From 24df3cbc06767429c0d9fa79ae46b1b1c3398dbb Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 16 Mar 2006 14:15:51 +0000 Subject: [PATCH] adding abdelrazak younes to the credits. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13394 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/CREDITS | 3 +++ lib/generate_contributions.py | 10 +++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/CREDITS b/lib/CREDITS index d69d079b5b..af3e501b0c 100644 --- a/lib/CREDITS +++ b/lib/CREDITS @@ -349,6 +349,9 @@ @bXiaokun Zhu @iE-mail: xiaokun@aero.gla.ac.uk bug reports and small fixes +@bAbdelrazak Younes +@iE-mail: younes.a@free.fr + Qt4 frontend, editing optimisations If your name doesn't appear here although you've done diff --git a/lib/generate_contributions.py b/lib/generate_contributions.py index 65ac5d264e..74729121e8 100755 --- a/lib/generate_contributions.py +++ b/lib/generate_contributions.py @@ -1244,7 +1244,15 @@ contributers = [ "", "", "", - u"bug reports and small fixes") ] + u"bug reports and small fixes"), + + contributer(u"Abdelrazak Younes", + "younes.a () free ! fr", + "GPL", + "Re: [Patch] RFQ: ParagraphList Rewrite", + "m=113993670602439", + "14 February 2006", + u"Qt4 frontend, editing optimisations") ] if __name__ == "__main__":