summaryrefslogtreecommitdiff
path: root/tools/dev
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-05-31 00:01:52 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-05-31 00:01:52 +0000
commita4036829690d948054c87071d7432d133f2620a3 (patch)
treedf43f19973d6b2baddeb3b42a9ac00fa03733ffa /tools/dev
parent0f39a1595d6bd87af6309a908baec093789ee4c5 (diff)
downloaddocutils-a4036829690d948054c87071d7432d133f2620a3.tar.gz
adjusted name and email address
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@5174 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'tools/dev')
-rwxr-xr-xtools/dev/create_unimap.py4
-rwxr-xr-xtools/dev/profile_docutils.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/dev/create_unimap.py b/tools/dev/create_unimap.py
index 2415be786..0f733c69f 100755
--- a/tools/dev/create_unimap.py
+++ b/tools/dev/create_unimap.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# $Id$
-# Author: Felix Wiemann <Felix.Wiemann@ososo.de>
+# Author: Lea Wiemann <LeWiemann@gmail.com>
# Copyright: This file has been placed in the public domain.
# Call: create_unimap.py < unicode.xml > unicode_latex.py
@@ -64,7 +64,7 @@ unicode_map.update(text_map)
# entries for those chars for which no text entry exists.
print '# $%s$' % 'Id'
-print '# Author: Felix Wiemann <Felix.Wiemann@ososo.de>'
+print '# Author: Lea Wiemann <LeWiemann@gmail.com>'
print '# Copyright: This file has been placed in the public domain.'
print
print '# This is a mapping of Unicode characters to LaTeX equivalents.'
diff --git a/tools/dev/profile_docutils.py b/tools/dev/profile_docutils.py
index e06848371..e342b0239 100755
--- a/tools/dev/profile_docutils.py
+++ b/tools/dev/profile_docutils.py
@@ -1,7 +1,7 @@
#!/usr/bin/python -i
# $Id$
-# Author: Felix Wiemann <Felix.Wiemann@ososo.de>
+# Author: Lea Wiemann <LeWiemann@gmail.com>
# Copyright: This script has been placed in the public domain.
import os.path