| 94 |
94 |
| 95 /* Order: Alphabetical by Last Name */ |
95 /* Order: Alphabetical by Last Name */ |
| 96 static struct developer patch_writers[] = { |
96 static struct developer patch_writers[] = { |
| 97 {"John 'rekkanoryo' Bailey", NULL, NULL}, |
97 {"John 'rekkanoryo' Bailey", NULL, NULL}, |
| 98 {"Peter 'Bleeter' Lawler", NULL, NULL}, |
98 {"Peter 'Bleeter' Lawler", NULL, NULL}, |
| |
99 {"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL}, |
| 99 {NULL, NULL, NULL} |
100 {NULL, NULL, NULL} |
| 100 }; |
101 }; |
| 101 |
102 |
| 102 /* Order: Alphabetical by Last Name */ |
103 /* Order: Alphabetical by Last Name */ |
| 103 static struct developer retired_developers[] = { |
104 static struct developer retired_developers[] = { |