Updated copyright.
1 parent 6a9b63e commit cb2652fe4377d7dd9cf5c41806840863275e47bc
@tundra tundra authored on 1 Aug 2011
Showing 1 changed file
View
6
tren.py
#!/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
 
PROGNAME = "tren.py"
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)