A start on the TestModExp applet
"Author" => "Contact"
diff --git a/Tools/pynche/Main.py b/Tools/pynche/Main.py
index 8720800..5f365fa 100644
--- a/Tools/pynche/Main.py
+++ b/Tools/pynche/Main.py
@@ -1,6 +1,6 @@
 """Pynche -- The PYthon Natural Color and Hue Editor.
 
-Author:  Barry Warsaw
+Contact: Barry Warsaw
 Email:   bwarsaw@python.org
 Version: %(__version__)s
 
@@ -189,7 +189,7 @@
         elif opt in ('-v', '--version'):
             print '''\
 Pynche -- The PYthon Natural Color and Hue Editor.
-Author:  Barry Warsaw
+Contact: Barry Warsaw
 Email:   bwarsaw@python.org
 Version: %s''' % __version__
             sys.exit(0)