diff --git a/tsshbatch.py b/tsshbatch.py index 49ba140..e4adb4b 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # tsshbatch.py - Non-Interactive ssh Connection -# Copyright (c) 2011-2014 TundraWare Inc. +# Copyright (c) 2011-2016 TundraWare Inc. # Permission Hereby Granted For Unrestricted Personal Or Commercial Use # See "tsshbatch-license.txt" For Licensing Details # @@ -20,10 +20,10 @@ CMDINCL = PROGENV + "CMDS" HOSTINCL = PROGENV + "HOSTS" -CVSID = "$Id: tsshbatch.py,v 1.213 2016/01/10 16:44:07 tundra Exp $" +CVSID = "$Id: tsshbatch.py,v 1.214 2016/01/10 17:15:54 tundra Exp $" VERSION = CVSID.split()[2] CPRT = "(c)" -PROGDATE = "2011-2014" +PROGDATE = "2011-2016" OWNER = "TundraWare Inc." RIGHTS = "All Rights Reserved." COPYRIGHT = "Copyright %s %s, %s %s" % (CPRT, PROGDATE, OWNER, RIGHTS)