| 84 {"Etan 'deryni' Reisner", N_("developer"), NULL}, |
84 {"Etan 'deryni' Reisner", N_("developer"), NULL}, |
| 85 {"Tim 'marv' Ringenbach", N_("developer"), NULL}, |
85 {"Tim 'marv' Ringenbach", N_("developer"), NULL}, |
| 86 {"Luke 'LSchiere' Schierer", N_("support"), "lschiere@users.sf.net"}, |
86 {"Luke 'LSchiere' Schierer", N_("support"), "lschiere@users.sf.net"}, |
| 87 {"Megan 'Cae' Schneider", N_("support/QA"), NULL}, |
87 {"Megan 'Cae' Schneider", N_("support/QA"), NULL}, |
| 88 {"Evan Schoenberg", N_("developer"), NULL}, |
88 {"Evan Schoenberg", N_("developer"), NULL}, |
| |
89 {"Kevin 'SimGuy' Stange", N_("developer & webmaster"), NULL}, |
| 89 {"Stu 'nosnilmot' Tomlinson", N_("developer"), NULL}, |
90 {"Stu 'nosnilmot' Tomlinson", N_("developer"), NULL}, |
| 90 {"Nathan 'faceprint' Walp", N_("developer"), NULL}, |
91 {"Nathan 'faceprint' Walp", N_("developer"), NULL}, |
| 91 {NULL, NULL, NULL} |
92 {NULL, NULL, NULL} |
| 92 }; |
93 }; |
| 93 |
94 |
| 94 /* Order: Alphabetical by Last Name */ |
95 /* Order: Alphabetical by Last Name */ |
| 95 static struct developer patch_writers[] = { |
96 static struct developer patch_writers[] = { |
| 96 {"John 'rekkanoryo' Bailey", NULL, NULL}, |
97 {"John 'rekkanoryo' Bailey", NULL, NULL}, |
| 97 {"Peter 'Bleeter' Lawler", NULL, NULL}, |
98 {"Peter 'Bleeter' Lawler", NULL, NULL}, |
| 98 {"Kevin 'SimGuy' Stange", NULL, NULL}, |
|
| 99 {NULL, NULL, NULL} |
99 {NULL, NULL, NULL} |
| 100 }; |
100 }; |
| 101 |
101 |
| 102 /* Order: Alphabetical by Last Name */ |
102 /* Order: Alphabetical by Last Name */ |
| 103 static struct developer retired_developers[] = { |
103 static struct developer retired_developers[] = { |