]> granicus.if.org Git - python/commitdiff
"Author" -> "Contact"
authorBarry Warsaw <barry@python.org>
Mon, 14 Dec 1998 21:36:40 +0000 (21:36 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 14 Dec 1998 21:36:40 +0000 (21:36 +0000)
Tools/audiopy/README
Tools/audiopy/audiopy
Tools/world/README
Tools/world/world

index 501c087651c27b13d34f5544930a1120c43e6c3a..a49c75e85b70ed59a48c20a5dc8d74297424e39d 100644 (file)
@@ -1,6 +1,6 @@
 audiopy - a program to control the Solaris audio device.
 
-Author:  Barry Warsaw
+Contact: Barry Warsaw
 Email:   bwarsaw@python.org
 Version: 0.1
 
index 9abb43b0560f05a79af8a4b80300c722aed803b9..12994ab60994bbdee1468c933f0c2776963ac1a7 100755 (executable)
@@ -2,7 +2,7 @@
 
 """audiopy -- a program to control the Solaris audio device.
 
-Author:  Barry Warsaw
+Contact: Barry Warsaw
 Email:   bwarsaw@python.org
 Version: %(__version__)s
 
@@ -240,9 +240,9 @@ class MainWindow:
 Audiopy %s
 Control the Solaris audio device
 
-For information contact
-author: Barry A. Warsaw
-email : bwarsaw@python.org''' % __version__)
+For information
+Contact: Barry A. Warsaw
+Email:   bwarsaw@python.org''' % __version__)
 
     def __popup_using(self, event=None):
         if not self.__helpwin:
@@ -405,7 +405,7 @@ def main():
         elif arg in ('-v', '--version'):
             print '''\
 audiopy -- a program to control the Solaris audio device.
-Author:  Barry Warsaw
+Contact: Barry Warsaw
 Email:   bwarsaw@python.org
 Version: %s''' % __version__            
             sys.exit(0)
index 659def5d5c961aba31b7e80cec532945941d269d..f7bb61021e25913caa6747c711118a322806b1a9 100644 (file)
@@ -1,6 +1,6 @@
 world -- Print mappings between country names and DNS country codes.
 
-Author:  Barry Warsaw
+Contact: Barry Warsaw
 Email:   bwarsaw@python.org
 
 This script will take a list of Internet addresses and print out where in the
index b9ecb94cb8a4439cca80f83882983e9d151f8e13..f573cac1c52130e00d2a4fe5f89b5d50db3f7058 100755 (executable)
@@ -2,7 +2,7 @@
 
 """world -- Print mappings between country names and DNS country codes.
 
-Author:  Barry Warsaw
+Contact: Barry Warsaw
 Email:   bwarsaw@python.org
 Version: %(__version__)s