Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8860405

Browse files
committed
"Author" -> "Contact"
1 parent 4c07f81 commit 8860405

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Tools/audiopy/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
audiopy - a program to control the Solaris audio device.
22

3-
Author: Barry Warsaw
3+
Contact: Barry Warsaw
44
55
Version: 0.1
66

Tools/audiopy/audiopy

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"""audiopy -- a program to control the Solaris audio device.
44
5-
Author: Barry Warsaw
5+
Contact: Barry Warsaw
66
77
Version: %(__version__)s
88
@@ -240,9 +240,9 @@ class MainWindow:
240240
Audiopy %s
241241
Control the Solaris audio device
242242
243-
For information contact
244-
author: Barry A. Warsaw
245-
email : [email protected]''' % __version__)
243+
For information
244+
Contact: Barry A. Warsaw
245+
Email: [email protected]''' % __version__)
246246

247247
def __popup_using(self, event=None):
248248
if not self.__helpwin:
@@ -405,7 +405,7 @@ def main():
405405
elif arg in ('-v', '--version'):
406406
print '''\
407407
audiopy -- a program to control the Solaris audio device.
408-
Author: Barry Warsaw
408+
Contact: Barry Warsaw
409409
410410
Version: %s''' % __version__
411411
sys.exit(0)

Tools/world/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
world -- Print mappings between country names and DNS country codes.
22

3-
Author: Barry Warsaw
3+
Contact: Barry Warsaw
44
55

66
This script will take a list of Internet addresses and print out where in the

Tools/world/world

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"""world -- Print mappings between country names and DNS country codes.
44
5-
Author: Barry Warsaw
5+
Contact: Barry Warsaw
66
77
Version: %(__version__)s
88

0 commit comments

Comments
 (0)