committers-src.dot revision 168065
1# $FreeBSD: head/share/misc/committers-src.dot 168065 2007-03-30 17:47:04Z flz $
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
27cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"]
28dds [label="Diomidis Spinellis\ndds@FreeBSD.org\n2003/06/20"]
29flz [label="Florent Thoumie\nflz@FreeBSD.org\n2006/03/30"]
30schweikh [label="Jens Schweikhardt\nschweikh@FreeBSD.org\n????/??/??"]
31
32# Here are the mentor/mentee relationships.
33# Group together all the mentees for a particular mentor.
34# Keep the list sorted by mentor login.
35
36cperciva -> flz
37
38schweikh -> dds
39
40}
41