committers-src.dot revision 168140
1# $FreeBSD: head/share/misc/committers-src.dot 168140 2007-03-31 17:26:54Z rwatson $
2
3digraph src {
4
5# Node definitions follow this example:
6#
7#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
8#
9# ????/??/?? is the date when the commit bit was obtained, usually the one you
10# can find looking at CVS logs for the access (or avail) file under CVSROOT.
11#
12# For returned commit bits, the node definition will follow this example:
13#
14#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
15#
16# The first date is the same as for an active committer, the second date is
17# the date when the commit bit has been returned. Again, check CVS logs.
18
19node [color=grey62, style=filled, bgcolor=black];
20
21# Alumni go here.. Try to keep things sorted.
22
23sheldonh [label="Sheldon Hearn\nsheldonh@FreeBSD.org\n1999/06/14"]
24
25node [color=lightblue2, style=filled, bgcolor=black];
26
27# Current src committers go here. Try to keep things sorted.
28
29andre [label="Andr� Oppermann\nandre@FreeBSD.org\n2003/11/12"]
30anholt [label="Eric Anholt\nanholt@FreeBSD.org\n2002/04/22"]
31ariff [label="Ariff Abdullah\nariff@FreeBSD.org\n2005/11/14"]
32benjsc [label="Benjamin Close\nbenjsc@FreeBSD.org\n2007/02/09"]
33bmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2002/01/29"]
34bms [label="Bruce M Simpson\nbms@FreeBSD.org\n2003/08/06"]
35cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"]
36dds [label="Diomidis Spinellis\ndds@FreeBSD.org\n2003/06/20"]
37delphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"]
38des [label="Dag-Erling Smorgrav\ndes@FreeBSD.org\n1998/04/03"]
39dhartmei [label="Daniel Hartmeier\ndhartmei@FreeBSD.org\n2004/04/06"]
40dwmalone [label="David Malone\ndwmalone@FreeBSD.org\n2000/07/11"]
41fanf [label="Tony Finch\nfanf@FreeBSD.org\n2002/05/05"]
42flz [label="Florent Thoumie\nflz@FreeBSD.org\n2006/03/30"]
43grog [label="Greg Lehey\ngrog@FreeBSD.org\n1998/08/30"]
44iedowse [label="Ian Dowse\niedowse@FreeBSD.org\n2000/12/01"]
45jake [label="Jake Burkholder\njake@FreeBSD.org\n2000/05/16"]
46jkim [label="Jung-uk Kim\njkim@FreeBSD.org\n2005/07/06"]
47jls [label="Jordan Sissel\njls@FreeBSD.org\n2006/12/06"]
48joerg [label="Joerg Wunsch\njoerg@FreeBSD.org\n1994/08/22"]
49le [label="Lukas Ertl\nle@FreeBSD.org\n2004/02/02"]
50matteo [label="Matteo Riondato\nmatteo@FreeBSD.org\2006/01/18"]
51mlaier [label="Max Laier\nmlaier@FreeBSD.org\n2004/02/10"]
52murray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
53netchild [label="Alexander Leidinger\nnetchild@FreeBSD.org\n2005/03/31"]
54njl [label="Nate Lawson\njl@FreeBSD.org\n2002/08/07"]
55obrien [label="David E. O'Brien\nobrien@FreeBSD.org\n1996/10/29"]
56peadar [label="Peter Edwards\npeadar@FreeBSD.org\n2004/03/08"]
57philip [label="Philip Paeps\nphilip@FreBSD.org\n2004/01/21"]
58qingli [label="Qing Li\nqingli@FreeBSD.org\n2005/04/13"]
59rafan [label="Rong-En Fan\nrafan@FreeBSD.org\n2007/01/31"]
60rrs [label="Randall R Stewart\nrrs@FreeBSD.org\n2007/02/08"]
61rse [label="Ralf S. Engelschall\nrse@FreeBSD.org\n1997/07/31"]
62rwatson [label="Robert N. M. Watson\nrwatson@FreeBSD.org\n1999/12/16"]
63sam [label="Sam Leffler\nsam@FreeBSD.org\n2002/07/02"]
64schweikh [label="Jens Schweikhardt\nschweikh@FreeBSD.org\n2001/04/06"]
65simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2006/03/07"]
66thompsa [label="Andrew Thompson\nthompsa@FreeBSD.org\n2005/05/25"]
67
68# Here are the mentor/mentee relationships.
69# Group together all the mentees for a particular mentor.
70# Keep the list sorted by mentor login.
71
72andre -> qingli
73
74anholt -> jkim
75
76bms -> mlaier
77bms -> dhartmei
78bms -> thompsa
79
80bz -> syrinx
81
82cperciva -> flz
83cperciva -> simon
84
85delphij -> rafan
86
87des -> anholt
88
89eivind -> rwatson
90
91dwmalone -> fanf
92dwmalone -> peadar
93
94gnn -> jinmei
95gnn -> rrs
96
97jake -> bms
98
99joerg -> le
100joerg -> netchild
101
102grog -> le
103
104mlaier -> benjsc
105mlaier -> dhartmei
106mlaier -> thompsa
107
108murray -> delphij
109
110netchild -> ariff
111
112njl -> philip
113
114obrien -> sam
115
116philip -> jls
117philip -> matteo
118
119rwatson -> adrian
120rwatson -> brueffer
121rwatson -> bz
122rwatson -> cperciva
123rwatson -> emaste
124rwatson -> gnn
125rwatson -> kensmith
126rwatson -> kmacy
127rwatson -> linimon
128rwatson -> tmm
129rwatson -> wsalamon
130
131sam -> andre
132sam -> benjsc
133
134schweikh -> dds
135
136sheldonh -> dwmalone
137sheldonh -> iedowse
138
139ume -> jinmei
140
141}
142