committers-src.dot revision 168131
1# $FreeBSD: head/share/misc/committers-src.dot 168131 2007-03-31 14:29:39Z bmah $
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\rrs@FreeBSD.org\n2007/02/08"]
61rse [label="Ralf S. Engelschall\nrse@FreeBSD.org\n1997/07/31"]
62sam [label="Sam Leffler\nsam@FreeBSD.org\n2002/07/02"]
63schweikh [label="Jens Schweikhardt\nschweikh@FreeBSD.org\n2001/04/06"]
64simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2006/03/07"]
65thompsa [label="Andrew Thompson\nthompsa@FreeBSD.org\n2005/05/25"]
66
67# Here are the mentor/mentee relationships.
68# Group together all the mentees for a particular mentor.
69# Keep the list sorted by mentor login.
70
71andre -> qingli
72
73anholt -> jkim
74
75bms -> mlaier
76bms -> dhartmei
77bms -> thompsa
78
79cperciva -> flz
80cperciva -> simon
81
82delphij -> rafan
83
84des -> anholt
85
86dwmalone -> fanf
87dwmalone -> peadar
88
89jake -> bms
90
91joerg -> le
92joerg -> netchild
93
94grog -> le
95
96mlaier -> benjsc
97mlaier -> dhartmei
98mlaier -> thompsa
99
100murray -> delphij
101
102netchild -> ariff
103
104njl -> philip
105
106obrien -> sam
107
108philip -> jls
109philip -> matteo
110
111sam -> andre
112sam -> benjsc
113
114schweikh -> dds
115
116sheldonh -> dwmalone
117sheldonh -> iedowse
118
119}
120