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