Minor edit to copyright message.
1 parent 2f2281c commit 0b258873fa635a8ca42ebf089a52fe05613053fc
@tundra tundra authored on 30 Jan 2010
Showing 1 changed file
View
4
tren.py
# Program Information
 
PROGNAME = "tren.py"
PROGENV = PROGNAME.split(".py")[0].upper()
RCSID = "$Id: tren.py,v 1.127 2010/01/30 19:41:15 tundra Exp $"
RCSID = "$Id: tren.py,v 1.128 2010/01/30 19:48:27 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
CPRT = "(c)"
DATE = "2010"
OWNER = "TundraWare Inc."
COPYRIGHT = "Copyright %s %s %s " % (CPRT, DATE, OWNER)
COPYRIGHT = "Copyright %s %s, %s " % (CPRT, DATE, OWNER)
 
PROGVER = PROGNAME + " " + VERSION + (" - %s\n" % COPYRIGHT)