"""
 Dummy VFS for Midnight Commander. Just for a test.
 
-Author: Oleg BroytMann <phd@phd.pp.ru>.
-Copyright (C) 2004 PhiloSoft Design.
-License: GPL.
-
 """
 
 __version__ = "1.0.1"
-__revision__ = "$Id: dummy,v 1.9 2004/06/13 20:49:36 phd Exp $"
-__date__ = "$Date: 2004/06/13 20:49:36 $"[7:-2]
-__author__ = "Oleg Broytmann <phd@phd.pp.ru>"
-__copyright__ = "Copyright (C) 2004 PhiloSoft Design"
+__revision__ = "$Id$"
+__date__ = "$Date$"[7:-2]
+__author__ = "Oleg Broytman <phd@phd.pp.ru>"
+__copyright__ = "Copyright (C) 2004-2009 PhiloSoft Design"
+__license__ = "GPL"
 
 
 import sys
 
 
 """ObexFTP Virtual FileSystem for Midnight Commander
 
-Author: Oleg BroytMann <phd@phd.pp.ru>.
-Copyright (C) 2004-2007 PhiloSoft Design.
-License: GPL.
-
 Manipulate a cell phone's filesystem calling obexftp binary. This is a complete
 user-mode solution, no kernel modules required (unlike SieFS or such). The
 script implements all commands of Midnight Commander VFS, except for
 __version__ = "1.2.4"
 __revision__ = "$Id$"
 __date__ = "$Date$"[7:-2]
-__author__ = "Oleg Broytmann <phd@phd.pp.ru>"
-__copyright__ = "Copyright (C) 2004-2007 PhiloSoft Design"
+__author__ = "Oleg Broytman <phd@phd.pp.ru>"
+__copyright__ = "Copyright (C) 2004-2009 PhiloSoft Design"
+__license__ = "GPL"
 
 
 # Change this to suite your needs
 
 
 
 AUTHOR
-   Oleg Broytmann <phd@phd.pp.ru>
+   Oleg Broytman <phd@phd.pp.ru>
 
 COPYRIGHT
-   Copyright (C) 2004-2007 PhiloSoft Design
+   Copyright (C) 2004-2009 PhiloSoft Design
 
 LICENSE
    GPL