diff --git a/tren.py b/tren.py index 1c4977a..fb871e4 100755 --- a/tren.py +++ b/tren.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # tren.py -# Copyright (c) 2010 TundraWare Inc. +# Copyright (c) 2010-2011 TundraWare Inc. # For Updates See: http://www.tundraware.com/Software/tren # Program Information @@ -9,13 +9,13 @@ BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() INCLENV = PROGENV + "INCL" -RCSID = "$Id: tren.py,v 1.241 2011/08/01 17:50:37 tundra Exp $" +RCSID = "$Id: tren.py,v 1.242 2011/08/01 18:07:17 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information CPRT = "(c)" -DATE = "2010" +DATE = "2010-2011" OWNER = "TundraWare Inc." RIGHTS = "All Rights Reserved." COPYRIGHT = "Copyright %s %s, %s %s" % (CPRT, DATE, OWNER, RIGHTS)