From: Barry Warsaw Date: Mon, 14 Dec 1998 21:36:40 +0000 (+0000) Subject: "Author" -> "Contact" X-Git-Tag: v1.5.2b1~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88604056c5d64cabfea975511c84155bbbc778e1;p=thirdparty%2FPython%2Fcpython.git "Author" -> "Contact" --- diff --git a/Tools/audiopy/README b/Tools/audiopy/README index 501c087651c2..a49c75e85b70 100644 --- a/Tools/audiopy/README +++ b/Tools/audiopy/README @@ -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 diff --git a/Tools/audiopy/audiopy b/Tools/audiopy/audiopy index 9abb43b0560f..12994ab60994 100755 --- a/Tools/audiopy/audiopy +++ b/Tools/audiopy/audiopy @@ -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) diff --git a/Tools/world/README b/Tools/world/README index 659def5d5c96..f7bb61021e25 100644 --- a/Tools/world/README +++ b/Tools/world/README @@ -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 diff --git a/Tools/world/world b/Tools/world/world index b9ecb94cb8a4..f573cac1c521 100755 --- a/Tools/world/world +++ b/Tools/world/world @@ -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