comparison pidgin/gtkdialogs.c @ 24220:877d58c83ba1

Mark a few people as retired. If I made mistakes here, let me know and I will correct ASAP.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 21 Oct 2008 01:04:23 +0000
parents 74777888cbc7
children 1ccc28c2613a
comparison
equal deleted inserted replaced
24219:74777888cbc7 24220:877d58c83ba1
86 {"Bartosz Oler", N_("developer"), NULL}, 86 {"Bartosz Oler", N_("developer"), NULL},
87 {"Etan 'deryni' Reisner", N_("developer"), NULL}, 87 {"Etan 'deryni' Reisner", N_("developer"), NULL},
88 {"Tim 'marv' Ringenbach", N_("developer"), NULL}, 88 {"Tim 'marv' Ringenbach", N_("developer"), NULL},
89 {"Elliott 'QuLogic' Sales de Andrade", N_("developer"), NULL}, 89 {"Elliott 'QuLogic' Sales de Andrade", N_("developer"), NULL},
90 {"Luke 'LSchiere' Schierer", N_("support"), "lschiere@users.sf.net"}, 90 {"Luke 'LSchiere' Schierer", N_("support"), "lschiere@users.sf.net"},
91 {"Megan 'Cae' Schneider", N_("support/QA"), NULL},
92 {"Evan Schoenberg", N_("developer"), NULL}, 91 {"Evan Schoenberg", N_("developer"), NULL},
93 {"Kevin 'SimGuy' Stange", N_("developer & webmaster"), NULL}, 92 {"Kevin 'SimGuy' Stange", N_("developer & webmaster"), NULL},
94 {"Will 'resiak' Thompson", N_("developer"), NULL}, 93 {"Will 'resiak' Thompson", N_("developer"), NULL},
95 {"Stu 'nosnilmot' Tomlinson", N_("developer"), NULL}, 94 {"Stu 'nosnilmot' Tomlinson", N_("developer"), NULL},
96 {"Nathan 'faceprint' Walp", N_("developer"), NULL},
97 {NULL, NULL, NULL} 95 {NULL, NULL, NULL}
98 }; 96 };
99 97
100 /* Order: Alphabetical by Last Name */ 98 /* Order: Alphabetical by Last Name */
101 static const struct developer patch_writers[] = { 99 static const struct developer patch_writers[] = {
102 {"Felipe 'shx' Contreras", NULL, NULL},
103 {"Marcus 'malu' Lundblad", NULL, NULL}, 100 {"Marcus 'malu' Lundblad", NULL, NULL},
104 {"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL}, 101 {"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL},
105 {"Peter 'Fmoo' Ruibal", NULL, NULL}, 102 {"Peter 'Fmoo' Ruibal", NULL, NULL},
106 {"Gabriel 'Nix' Schulhof", NULL, NULL}, 103 {"Gabriel 'Nix' Schulhof", NULL, NULL},
107 {"Jorge 'Masca' VillaseƱor", NULL, NULL}, 104 {"Jorge 'Masca' VillaseƱor", NULL, NULL},
115 {"Rob Flynn", N_("maintainer"), NULL}, 112 {"Rob Flynn", N_("maintainer"), NULL},
116 {"Adam Fritzler", N_("libfaim maintainer"), NULL}, 113 {"Adam Fritzler", N_("libfaim maintainer"), NULL},
117 {"Christian 'ChipX86' Hammond", N_("developer & webmaster"), NULL}, 114 {"Christian 'ChipX86' Hammond", N_("developer & webmaster"), NULL},
118 /* If "lazy bum" translates literally into a serious insult, use something else or omit it. */ 115 /* If "lazy bum" translates literally into a serious insult, use something else or omit it. */
119 {"Syd Logan", N_("hacker and designated driver [lazy bum]"), NULL}, 116 {"Syd Logan", N_("hacker and designated driver [lazy bum]"), NULL},
117 {"Megan 'Cae' Schneider", N_("support/QA"), NULL},
120 {"Jim Seymour", N_("XMPP developer"), NULL}, 118 {"Jim Seymour", N_("XMPP developer"), NULL},
121 {"Mark Spencer", N_("original author"), "markster@marko.net"}, 119 {"Mark Spencer", N_("original author"), "markster@marko.net"},
120 {"Nathan 'faceprint' Walp", N_("developer"), NULL},
122 {"Eric Warmenhoven", N_("lead developer"), "warmenhoven@yahoo.com"}, 121 {"Eric Warmenhoven", N_("lead developer"), "warmenhoven@yahoo.com"},
123 {NULL, NULL, NULL} 122 {NULL, NULL, NULL}
124 }; 123 };
125 124
126 /* Order: Alphabetical by Last Name */ 125 /* Order: Alphabetical by Last Name */
127 static const struct developer retired_patch_writers[] = { 126 static const struct developer retired_patch_writers[] = {
127 {"Felipe 'shx' Contreras", NULL, NULL},
128 {"Decklin Foster", NULL, NULL}, 128 {"Decklin Foster", NULL, NULL},
129 {"Peter 'Bleeter' Lawler", NULL, NULL}, 129 {"Peter 'Bleeter' Lawler", NULL, NULL},
130 {"Robert 'Robot101' McQueen", NULL, NULL}, 130 {"Robert 'Robot101' McQueen", NULL, NULL},
131 {"Benjamin Miller", NULL, NULL}, 131 {"Benjamin Miller", NULL, NULL},
132 {NULL, NULL, NULL} 132 {NULL, NULL, NULL}