diff --git a/twander-license.txt b/twander-license.txt index f60a602..eed567d 100644 --- a/twander-license.txt +++ b/twander-license.txt @@ -1,4 +1,4 @@ -$Id: twander-license.txt,v 1.6 2006/12/15 07:35:33 tundra Exp $ +$Id: twander-license.txt,v 1.7 2007/01/02 20:07:39 tundra Exp $ In order to use, study, modify, or copy 'twander', you must read and agree to all the licensing terms below. If you do not agree with @@ -39,7 +39,7 @@ 2) OWNERSHIP -'twander' Is Copyright (c) 2002-2006 TundraWare Inc. All Rights Reserved. +'twander' Is Copyright (c) 2002-2007 TundraWare Inc. All Rights Reserved. 3) TERMS diff --git a/twander.py b/twander.py index 523fe25..8fa9a2e 100755 --- a/twander.py +++ b/twander.py @@ -1,17 +1,17 @@ #!/usr/bin/env python # twander - Wander around the file system -# Copyright (c) 2002-2006 TundraWare Inc. All Rights Reserved. +# Copyright (c) 2002-2007 TundraWare Inc. All Rights Reserved. # For Updates See: http://www.tundraware.com/Software/twander # Program Information PROGNAME = "twander" -RCSID = "$Id: twander.py,v 3.211 2007/01/02 19:53:29 tundra Exp $" +RCSID = "$Id: twander.py,v 3.212 2007/01/02 20:07:03 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information -DATE = "2002-2006" +DATE = "2002-2007" CPRT = "(c)" OWNER = "TundraWare Inc." RIGHTS = "All Rights Reserved."