diff --git a/test-tc.py b/test-tc.py index 4d40e32..cd4f052 100755 --- a/test-tc.py +++ b/test-tc.py @@ -3,13 +3,13 @@ # Copyright (c) 2003-2005 TundraWare Inc. All Rights Reserved. PROGNAME = "tconfpy Test Driver" -RCSID = "$Id: test-tc.py,v 1.138 2005/01/13 22:10:03 tundra Exp $" +RCSID = "$Id: test-tc.py,v 1.139 2005/01/13 22:19:41 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information CPRT = chr(169) -DATE = "2004" +DATE = "2003-2005" OWNER = "TundraWare Inc." RIGHTS = "All Rights Reserved" COPYRIGHT = "Copyright %s %s %s, %s." % (CPRT, DATE, OWNER, RIGHTS)