diff --git a/tsshbatch.py b/tsshbatch.py index 44fb4e8..4b571f7 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -2,6 +2,8 @@ # tsshbatch.py - Non-Interactive ssh Connection # Copyright (c) 2011 TundraWare Inc. # Permission Hereby Granted For Unrestricted Personal Or Commercial Use +# See "tsshbatch-license.txt" For Licensing Details +# # For Updates See: http://www.tundraware.com/Software/tsshbatch # A tip of the hat for some of the ideas in the program goes to: @@ -15,7 +17,7 @@ PROGNAME = "tsshbatch.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -RCSID = "$Id: tsshbatch.py,v 1.132 2012/01/04 21:03:31 tundra Exp $" +RCSID = "$Id: tsshbatch.py,v 1.133 2012/01/05 17:58:27 tundra Exp $" VERSION = RCSID.split()[2] CPRT = "(c)"