committers-src.dot revision 168123
1# $FreeBSD: head/share/misc/committers-src.dot 168123 2007-03-31 11:40:36Z netchild $
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
23node [color=lightblue2, style=filled, bgcolor=black];
24
25# Current src committers go here. Try to keep things sorted.
26
27andre [label="Andr� Oppermann\nandre@FreeBSD.org\n2003/11/12"]
28anholt [label="Eric Anholt\nanholt@FreeBSD.org\n2002/04/22"]
29ariff [label="Ariff Abdullah\nariff@FreeBSD.org\n2005/11/14"]
30benjsc [label="Benjamin Close\nbenjsc@FreeBSD.org\n2007/02/09"]
31bms [label="Bruce M Simpson\nbms@FreeBSD.org\n2003/08/06"]
32cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"]
33dds [label="Diomidis Spinellis\ndds@FreeBSD.org\n2003/06/20"]
34delphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"]
35des [label="Dag-Erling Smorgrav\ndes@FreeBSD.org\n1998/04/03"]
36dhartmei [label="Daniel Hartmeier\ndhartmei@FreeBSD.org\n2004/04/06"]
37flz [label="Florent Thoumie\nflz@FreeBSD.org\n2006/03/30"]
38grog [label="Greg Lehey\ngrog@FreeBSD.org\n1998/08/30"]
39jake [label="Jake Burkholder\njake@FreeBSD.org\n2000/05/16"]
40jkim [label="Jung-uk Kim\njkim@FreeBSD.org\n2005/07/06"]
41jls [label="Jordan Sissel\njls@FreeBSD.org\n2006/12/06"]
42joerg [label="Joerg Wunsch\njoerg@FreeBSD.org\n1994/08/22"]
43le [label="Lukas Ertl\nle@FreeBSD.org\n2004/02/02"]
44matteo [label="Matteo Riondato\nmatteo@FreeBSD.org\2006/01/18"]
45mlaier [label="Max Laier\nmlaier@FreeBSD.org\n2004/02/10"]
46netchild [label="Alexander Leidinger\nnetchild@FreeBSD.org\n2005/03/31"]
47njl [label="Nate Lawson\njl@FreeBSD.org\n2002/08/07"]
48obrien [label="David E. O'Brien\nobrien@FreeBSD.org\n1996/10/29"]
49philip [label="Philip Paeps\nphilip@FreBSD.org\n2004/01/21"]
50qingli [label="Qing Li\nqingli@FreeBSD.org\n2005/04/13"]
51rafan [label="Rong-En Fan\nrafan@FreeBSD.org\n2007/01/31"]
52rrs [label="Randall R Stewart\rrs@FreeBSD.org\n2007/02/08"]
53rse [label="Ralf S. Engelschall\nrse@FreeBSD.org\n1997/07/31"]
54sam [label="Sam Leffler\nsam@FreeBSD.org\n2002/07/02"]
55schweikh [label="Jens Schweikhardt\nschweikh@FreeBSD.org\n2001/04/06"]
56simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2006/03/07"]
57thompsa [label="Andrew Thompson\nthompsa@FreeBSD.org\n2005/05/25"]
58
59# Here are the mentor/mentee relationships.
60# Group together all the mentees for a particular mentor.
61# Keep the list sorted by mentor login.
62
63andre -> qingli
64
65anholt -> jkim
66
67bms -> mlaier
68bms -> dhartmei
69bms -> thompsa
70
71cperciva -> flz
72cperciva -> simon
73
74delphij -> rafan
75
76des -> anholt
77
78jake -> bms
79
80joerg -> le
81joerg -> netchild
82
83grog -> le
84
85mlaier -> benjsc
86mlaier -> dhartmei
87mlaier -> thompsa
88
89netchild -> ariff
90
91njl -> philip
92
93obrien -> sam
94
95philip -> jls
96philip -> matteo
97
98sam -> andre
99sam -> benjsc
100
101schweikh -> dds
102
103}
104