| 100 }; |
100 }; |
| 101 |
101 |
| 102 /* Order: Alphabetical by Last Name */ |
102 /* Order: Alphabetical by Last Name */ |
| 103 static const struct developer patch_writers[] = { |
103 static const struct developer patch_writers[] = { |
| 104 {"Jakub 'haakon' Adam", NULL, NULL}, |
104 {"Jakub 'haakon' Adam", NULL, NULL}, |
| |
105 {"Krzysztof Klinikowski", NULL, NULL}, |
| 105 {"Peter 'Fmoo' Ruibal", NULL, NULL}, |
106 {"Peter 'Fmoo' Ruibal", NULL, NULL}, |
| 106 {"Gabriel 'Nix' Schulhof", NULL, NULL}, |
107 {"Gabriel 'Nix' Schulhof", NULL, NULL}, |
| |
108 {"Tomasz Wasilczyk", NULL, NULL}, |
| 107 {NULL, NULL, NULL} |
109 {NULL, NULL, NULL} |
| 108 }; |
110 }; |
| 109 |
111 |
| 110 /* Order: Alphabetical by Last Name */ |
112 /* Order: Alphabetical by Last Name */ |
| 111 static const struct developer retired_developers[] = { |
113 static const struct developer retired_developers[] = { |