diff options
author | Ben Elliston <bje@gnu.org> | 2003-08-17 23:10:12 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2003-08-17 23:10:12 +0000 |
commit | 2c82698cec81a66bbbcc981bd428899955b947df (patch) | |
tree | d81f9b1f4c6672eac6a617899e0afd131628de8b | |
parent | 8c1451b2dc3c8b64da6eb45db166e91e180cd440 (diff) | |
download | dejagnu-2c82698cec81a66bbbcc981bd428899955b947df.tar.gz dejagnu-2c82698cec81a66bbbcc981bd428899955b947df.tar.bz2 dejagnu-2c82698cec81a66bbbcc981bd428899955b947df.zip |
* MAINTAINERS: New file.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | MAINTAINERS | 8 |
2 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2003-08-18 Ben Elliston <bje@wasabisystems.com> + + * MAINTAINERS: New file. + 2003-08-17 Ben Elliston <bje@wasabisystems.com> * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable. diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..1e63a9e --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,8 @@ +The maintainers of DejaGnu are: + + Rob Savoye <rob@welcomehome.org> + Ben Elliston <bje@wasabisystems.com> + +Code should be written to follow Tom Tromey's Tcl style guide: + + http://cafe.colorado.edu/~tromey/tcl-style-guide.html |