]> git.phdru.name Git - extfs.d.git/blobdiff - obexftp
"BroytMann" => "Broytman".
[extfs.d.git] / obexftp
diff --git a/obexftp b/obexftp
index 2f9cd9ac4faf5a7dd93cef2db896c2a88c881802..a5ef805791972a3074f3c6fb8cb8805b95e3bb87 100755 (executable)
--- a/obexftp
+++ b/obexftp
@@ -2,10 +2,6 @@
 
 """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
@@ -69,8 +65,9 @@ named in $TMP environment variable.
 __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