| 69 |
69 |
| 70 /* Order: Lead Developer, then Alphabetical by Last Name */ |
70 /* Order: Lead Developer, then Alphabetical by Last Name */ |
| 71 static const struct developer developers[] = { |
71 static const struct developer developers[] = { |
| 72 {"Sean Egan", N_("lead developer"), "sean.egan@gmail.com"}, |
72 {"Sean Egan", N_("lead developer"), "sean.egan@gmail.com"}, |
| 73 {"Daniel 'datallah' Atallah", N_("developer"), NULL}, |
73 {"Daniel 'datallah' Atallah", N_("developer"), NULL}, |
| |
74 {"John 'rekkanoryo' Bailey", N_("developer"), NULL}, |
| 74 {"Ethan 'Paco-Paco' Blanton", N_("developer"), NULL}, |
75 {"Ethan 'Paco-Paco' Blanton", N_("developer"), NULL}, |
| 75 {"Thomas Butter", N_("developer"), NULL}, |
76 {"Thomas Butter", N_("developer"), NULL}, |
| 76 {"Ka-Hing Cheung", N_("developer"), NULL}, |
77 {"Ka-Hing Cheung", N_("developer"), NULL}, |
| 77 {"Sadrul Habib Chowdhury", N_("developer"), NULL}, |
78 {"Sadrul Habib Chowdhury", N_("developer"), NULL}, |
| 78 {"Mark 'KingAnt' Doliner", N_("developer"), NULL}, |
79 {"Mark 'KingAnt' Doliner", N_("developer"), NULL}, |
| 93 {NULL, NULL, NULL} |
94 {NULL, NULL, NULL} |
| 94 }; |
95 }; |
| 95 |
96 |
| 96 /* Order: Alphabetical by Last Name */ |
97 /* Order: Alphabetical by Last Name */ |
| 97 static const struct developer patch_writers[] = { |
98 static const struct developer patch_writers[] = { |
| 98 {"John 'rekkanoryo' Bailey", NULL, NULL}, |
|
| 99 {"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL}, |
99 {"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL}, |
| 100 {"Peter 'Fmoo' Ruibal", NULL, NULL}, |
100 {"Peter 'Fmoo' Ruibal", NULL, NULL}, |
| 101 {"Gabriel 'Nix' Schulhof", NULL, NULL}, |
101 {"Gabriel 'Nix' Schulhof", NULL, NULL}, |
| 102 {"Will 'resiak' Thompson", NULL, NULL}, |
102 {"Will 'resiak' Thompson", NULL, NULL}, |
| 103 {NULL, NULL, NULL} |
103 {NULL, NULL, NULL} |