X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=obexftp;fp=obexftp;h=2f9cd9ac4faf5a7dd93cef2db896c2a88c881802;hp=13963bec7cba27fbb6462a3c3135dc75edcd704e;hb=9f125289144236833ae61fb3e6d63698f6d1b237;hpb=cc3d442b8d684feac62ff6ea105b1851f9b9323b diff --git a/obexftp b/obexftp index 13963be..2f9cd9a 100755 --- a/obexftp +++ b/obexftp @@ -3,7 +3,7 @@ """ObexFTP Virtual FileSystem for Midnight Commander Author: Oleg BroytMann . -Copyright (C) 2004, 2005 PhiloSoft Design. +Copyright (C) 2004-2007 PhiloSoft Design. License: GPL. Manipulate a cell phone's filesystem calling obexftp binary. This is a complete @@ -66,11 +66,11 @@ named in $TMP environment variable. """ -__version__ = "1.2.3" +__version__ = "1.2.4" __revision__ = "$Id$" __date__ = "$Date$"[7:-2] __author__ = "Oleg Broytmann " -__copyright__ = "Copyright (C) 2004, 2005 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2007 PhiloSoft Design" # Change this to suite your needs @@ -96,7 +96,7 @@ ObexFTP Virtual FileSystem for Midnight Commander version %s Author: %s %s -This is not a program. Put the script in /usr/[local/][lib|shre]/mc/extfs. +This is not a program. Put the script in /usr/[local/][lib|share]/mc/extfs. For more information read the source!""", __version__, __author__, __copyright__ )