From a1ec529a543b50a25f729d3b12dc07a2dd07cc1b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 27 Sep 2009 13:33:26 +0000 Subject: [PATCH] "BroytMann" => "Broytman". git-svn-id: file:///home/phd/archive/SVN/mc-extfs/trunk@39 1a6e6372-1aea-0310-bd00-dc960550e1df --- dummy | 13 +++++-------- obexftp | 9 +++------ obexftp-ANNOUNCE | 4 ++-- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/dummy b/dummy index 30b0188..034cf0f 100755 --- a/dummy +++ b/dummy @@ -3,17 +3,14 @@ """ Dummy VFS for Midnight Commander. Just for a test. -Author: Oleg BroytMann . -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 " -__copyright__ = "Copyright (C) 2004 PhiloSoft Design" +__revision__ = "$Id$" +__date__ = "$Date$"[7:-2] +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 2004-2009 PhiloSoft Design" +__license__ = "GPL" import sys diff --git a/obexftp b/obexftp index 2f9cd9a..a5ef805 100755 --- a/obexftp +++ b/obexftp @@ -2,10 +2,6 @@ """ObexFTP Virtual FileSystem for Midnight Commander -Author: Oleg BroytMann . -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 " -__copyright__ = "Copyright (C) 2004-2007 PhiloSoft Design" +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 2004-2009 PhiloSoft Design" +__license__ = "GPL" # Change this to suite your needs diff --git a/obexftp-ANNOUNCE b/obexftp-ANNOUNCE index 54723f4..711aa13 100644 --- a/obexftp-ANNOUNCE +++ b/obexftp-ANNOUNCE @@ -33,10 +33,10 @@ WHERE TO GET AUTHOR - Oleg Broytmann + Oleg Broytman COPYRIGHT - Copyright (C) 2004-2007 PhiloSoft Design + Copyright (C) 2004-2009 PhiloSoft Design LICENSE GPL -- 2.39.2