Updated copyright.
1 parent abd3bdd commit 2862835295d48dba570e8badeb064e0769dbb3ac
@tundra tundra authored on 18 Nov 2010
Showing 3 changed files
View
4
tperimeter-license.txt
$Id: tperimeter-license.txt,v 1.103 2010/11/19 03:06:50 tundra Exp $
$Id: tperimeter-license.txt,v 1.104 2010/11/19 03:07:28 tundra Exp $
 
In order to use, study, modify, or copy 'tperimeter', you must read
and agree to all the licensing terms below. If you do not agree with
or do not understand *ANYTHING* you see in this document, you are NOT
 
 
2) OWNERSHIP
 
'tperimeter' Is Copyright (c) 2006 TundraWare Inc. All Rights Reserved.
'tperimeter' Is Copyright (c) 2006-2010 TundraWare Inc. All Rights Reserved.
 
 
3) TERMS
 
View
4
tperimeter.py
#!/usr/local/bin/python
# tperimeter.py
# Copyright (c) 2006-2008 TundraWare Inc. All Rights Reserved.
# Copyright (c) 2006-2010 TundraWare Inc. All Rights Reserved.
# For Updates See: http://www.tundraware.com/Software/tperimeter
 
# Program Information
 
PROGNAME = "tperimeter.py"
RCSID = "$Id: tperimeter.py,v 1.111 2008/06/24 19:20:12 tundra Exp $"
RCSID = "$Id: tperimeter.py,v 1.112 2010/11/19 03:08:22 tundra Exp $"
 
import os, re, sys, syslog
 
#####
View
tperimeter.txt