diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-11-14 20:26:34 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-11-14 20:26:34 +0000 |
commit | deaf0271031b6040356c9c23595a00974ce51a6f (patch) | |
tree | 83cab1351e69f68bf5f4343ffa3c338b8eaccf8a | |
parent | 0c9b4dc173c9bc52acbde975cfba0151aae5bb88 (diff) | |
download | brdo-deaf0271031b6040356c9c23595a00974ce51a6f.tar.gz brdo-deaf0271031b6040356c9c23595a00974ce51a6f.tar.bz2 |
- Added the MAINTAINERS file to CVS.
-rw-r--r-- | MAINTAINERS | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 000000000..96d655076 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,44 @@ +List of maintainers +-------------------------------------------------------------------------------- + +LEGEND +====== + +- M: the maintainer +- S: status: + "supported" : someone is actually paid to look after this. + "maintained" : someone actually looks after it. + "fixes/patches" : it has a maintainer but they don't have time to + do much other than throw the odd patch in. + "orphan" : no current maintainer, but maybe you could take + the role as you write new code? +- W: website with status or information + +-------------------------------------------------------------------------------- + +BLOCK SYSTEM +M: Kjartan Mannes <kjartan@drop.org> +S: maintained + +CODING STYLE CHECKER +M: Alexander Schwartz <alexander.schwartz@gmx.net> +S: maintained + +POLL MODULE +P: Steven Wittens <unconed@drop.org> +S: maintained + +POSTGRES PORT +M: J C Lawrence <claw@kanga.nu> +S: fixes/patches + +THEME GOOFY, THEME UNCONED +P: Steven Wittens <unconed@drop.org> +S: maintained + +USER SYSTEM, DISTRIBUTED AUTHENTICATION +P: Moshe Weitzman <weitzman@prospero.com> +S: maintained + +THE REST: +P: Dries Buytaert <dries@drop.org> |