diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-06-09 21:26:31 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-06-09 21:26:31 +0000 |
| commit | e7a2a5a62afe3da0940ed7da7bf4ba7f7d230fdd (patch) | |
| tree | b42fa7e76226b9ade40c6ae7c6a25195268dc6c4 /docutils/tools/buildhtml.py | |
| parent | 6bcd3487a1206beed5182ad4d557811b97fa76c7 (diff) | |
| download | docutils-e7a2a5a62afe3da0940ed7da7bf4ba7f7d230fdd.tar.gz | |
clarification of public domain status
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1409 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/buildhtml.py')
| -rwxr-xr-x | docutils/tools/buildhtml.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docutils/tools/buildhtml.py b/docutils/tools/buildhtml.py index caee095c6..dfba99945 100755 --- a/docutils/tools/buildhtml.py +++ b/docutils/tools/buildhtml.py @@ -1,5 +1,11 @@ #!/usr/bin/env python +# Author: David Goodger +# Contact: goodger@users.sourceforge.net +# Revision: $Revision$ +# Date: $Date$ +# Copyright: This module has been placed in the public domain. + """ Generates .html from all the .txt files in a directory. |
