Updated copyright.
1 parent 6491f7d commit 34ba6fda8b52d897a0fac28f5c264153e808e6a2
@tundra tundra authored on 10 May 2006
Showing 1 changed file
View
6
tdir
#!/usr//bin/env python
"""
tdir - Display Formatted Directory Listings
Copyright (c) 2001, 2002 TundraWare Inc., All Rights Reserved.
Copyright (c) 2001-2006 TundraWare Inc., All Rights Reserved.
"""
 
# python Library Imports
 
import sys
 
# Version info
 
VERSION = "$Id: tdir,v 1.68 2006/05/10 18:33:04 tundra Exp $"
VERSION = "$Id: tdir,v 1.69 2006/05/10 18:46:39 tundra Exp $"
 
 
# Booleans
 
 
def Usage():
UsageInfo = (
("tdir " + VERSION.split()[2] +
" - Copyright (c) 2001, 2002 TundraWare Inc., All Rights Reserved. \n", ""),
" - Copyright (c) 2001-2006 TundraWare Inc., All Rights Reserved. \n", ""),
(" usage: tdir [-Rdefhtv] [-c #] [-s c] [-w #] [dir...] where,\n\n", ""),
("-D", "Do not display dot files\n"),
("-R", "Recurse down each named directory tree\n"),
("-c #", "Column width\n"),