diff --git a/createDirectory.py b/createDirectory.py index fb29126..143dfb5 100644 --- a/createDirectory.py +++ b/createDirectory.py @@ -1,6 +1,5 @@ #!/usr/bin/python -# Author: Ty Lim # Date: 2/4/2015 # File name: createDirectory.py # Python Version: 3.X diff --git a/createDirectoryWindows.py b/createDirectoryWindows.py index b2c8cb2..9d12b08 100644 --- a/createDirectoryWindows.py +++ b/createDirectoryWindows.py @@ -1,6 +1,5 @@ #!/usr/bin/python -# Author: Ty Lim # Date: 2/5/2015 # File name: createDirectory.py # Python Version: 2.X, Windows diff --git a/oracleGenerateDataSource.py b/oracleGenerateDataSource.py index 44ad13f..cb3d1bf 100644 --- a/oracleGenerateDataSource.py +++ b/oracleGenerateDataSource.py @@ -1,9 +1,8 @@ #!/usr/bin/python # Script Name: oracleDataSourceCreate.py -# Author: Ty Lim # Date: 06/30/2016 -# Description: Thi is a simple script that will generate an XML stub for a WebSphere Liberty JVM's server.xml file. +# Description: This is a simple script that will generate an XML stub for a WebSphere Liberty JVM's server.xml file. """ Sample Usage and Output: diff --git a/systemGather.py b/systemGather.py index da0cf3b..a2261cb 100644 --- a/systemGather.py +++ b/systemGather.py @@ -2,7 +2,6 @@ """ Name: systemGather.py - Author: Ty Lim Date: July 14, 2016 Description: Simple example on how to use the subprocess module to gather some system info. @@ -35,4 +34,4 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main()