Use textual copyright symbol so it renders properly on different platforms.
1 parent e35f3e6 commit dd527265929a10cd920d146bff8b7a5b5a7aa70b
@tundra tundra authored on 14 Jan 2005
Showing 1 changed file
View
4
tconfpy.py
 
# Program Information
 
PROGNAME = "tconfpy"
RCSID = "$Id: tconfpy.py,v 2.102 2005/01/14 08:15:52 tundra Exp $"
RCSID = "$Id: tconfpy.py,v 2.103 2005/01/14 08:30:49 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
CPRT = chr(169)
CPRT = "(c)"
DATE = "2003-2005"
OWNER = "TundraWare Inc."
RIGHTS = "All Rights Reserved"
COPYRIGHT = "Copyright %s %s %s, %s." % (CPRT, DATE, OWNER, RIGHTS)