freebsd-dev/share/misc/committers-src.dot

70 lines
2.0 KiB
Plaintext
Raw Normal View History

# $FreeBSD$
digraph src {
# Node definitions follow this example:
#
# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
#
# ????/??/?? is the date when the commit bit was obtained, usually the one you
# can find looking at CVS logs for the access (or avail) file under CVSROOT.
#
# For returned commit bits, the node definition will follow this example:
#
# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
#
# The first date is the same as for an active committer, the second date is
# the date when the commit bit has been returned. Again, check CVS logs.
node [color=grey62, style=filled, bgcolor=black];
# Alumni go here.. Try to keep things sorted.
node [color=lightblue2, style=filled, bgcolor=black];
# Current src committers go here. Try to keep things sorted.
benjsc [label="Benjamin Close\nbenjsc@FreeBSD.org\n2007/02/09"]
bms [label="Bruce M Simpson\nbms@FreeBSD.org\n2003/08/06"]
cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"]
2007-03-30 17:22:08 +00:00
dds [label="Diomidis Spinellis\ndds@FreeBSD.org\n2003/06/20"]
dhartmei [label="Daniel Hartmeier\ndhartmei@FreeBSD.org\n2004/04/06"]
flz [label="Florent Thoumie\nflz@FreeBSD.org\n2006/03/30"]
grog [label="Greg Lehey\ngrog@FreeBSD.org\n1998/08/30"]
jake [label="Jake Burkholder\njake@FreeBSD.org\n2000/05/16"]
joerg [label="Joerg Wunsch\njoerg@FreeBSD.org\n????/??/??"]
le [label="Lukas Ertl\nle@FreeBSD.org\n2004/02/02"]
mlaier [label="Max Laier\nmlaier@FreeBSD.org\n2004/02/10"]
obrien [label="David E. O'Brien\nobrien@FreeBSD.org\n????/??/??"]
sam [label="Sam Leffler\nsam@FreeBSD.org\n2002/07/02"]
schweikh [label="Jens Schweikhardt\nschweikh@FreeBSD.org\n2001/04/06"]
thompsa [label="Andrew Thompson\nthompsa@FreeBSD.org\n2005/05/25"]
# Here are the mentor/mentee relationships.
# Group together all the mentees for a particular mentor.
# Keep the list sorted by mentor login.
cperciva -> flz
bms -> mlaier
bms -> dhartmei
bms -> thompsa
jake -> bms
joerg -> le
grog -> le
mlaier -> benjsc
mlaier -> dhartmei
mlaier -> thompsa
obrien -> sam
sam -> benjsc
2007-03-30 17:22:08 +00:00
schweikh -> dds
}