diff --git a/tsshbatch.py b/tsshbatch.py index b245706..be1a60a 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # tsshbatch.py - Non-Interactive ssh Connection -# Copyright (c) 2011-2013 TundraWare Inc. +# Copyright (c) 2011-2014 TundraWare Inc. # Permission Hereby Granted For Unrestricted Personal Or Commercial Use # See "tsshbatch-license.txt" For Licensing Details # @@ -20,7 +20,7 @@ CMDINCL = PROGENV + "CMDS" HOSTINCL = PROGENV + "HOSTS" -CVSID = "$Id: tsshbatch.py,v 1.172 2014/01/20 17:32:20 tundra Exp $" +CVSID = "$Id: tsshbatch.py,v 1.173 2014/01/20 17:32:42 tundra Exp $" VERSION = CVSID.split()[2] CPRT = "(c)" DATE = "2011-2013"