diff --git a/twander-license.txt b/twander-license.txt index b4956da..570f984 100644 --- a/twander-license.txt +++ b/twander-license.txt @@ -1,4 +1,4 @@ -$Id: twander-license.txt,v 1.4 2004/03/10 09:39:25 tundra Exp $ +$Id: twander-license.txt,v 1.5 2005/01/07 07:55:50 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-2004 TundraWare Inc. All Rights Reserved. +'twander' Is Copyright (c) 2002-2005 TundraWare Inc. All Rights Reserved. 3) TERMS diff --git a/twander.py b/twander.py index 17f959b..1fc7938 100755 --- a/twander.py +++ b/twander.py @@ -1,17 +1,17 @@ #!/usr/bin/env python # twander - Wander around the file system -# Copyright (c) 2002-2004 TundraWare Inc. All Rights Reserved. +# Copyright (c) 2002-2005 TundraWare Inc. All Rights Reserved. # For Updates See: http://www.tundraware.com/Software/twander # Program Information PROGNAME = "twander" -RCSID = "$Id: twander.py,v 3.147 2005/01/07 07:29:46 tundra Exp $" +RCSID = "$Id: twander.py,v 3.148 2005/01/07 07:54:44 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information -DATE = "2002-2004" +DATE = "2002-2005" CPRT = chr(169) OWNER = "TundraWare Inc." RIGHTS = "All Rights Reserved."