From d4f18638c91d6601adf2f6e1392b0af8781cbf93 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 15 Apr 2012 18:42:39 +0000 Subject: [PATCH] Removed svn:keywords. git-svn-id: file:///home/phd/archive/SVN/mc-extfs/trunk@53 1a6e6372-1aea-0310-bd00-dc960550e1df --- dummy | 14 ++++---------- obexftp | 7 ++----- torrent | 7 ++----- 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/dummy b/dummy index ae60414..4b0041c 100755 --- a/dummy +++ b/dummy @@ -1,15 +1,9 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python +"""Dummy VFS for Midnight Commander. Just for a test.""" -""" -Dummy VFS for Midnight Commander. Just for a test. - -""" - -__version__ = "1.0.1" -__revision__ = "$Id$" -__date__ = "$Date$"[7:-2] +__version__ = "1.0.2" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2010 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design" __license__ = "GPL" diff --git a/obexftp b/obexftp index dd75d48..76e35a1 100755 --- a/obexftp +++ b/obexftp @@ -1,5 +1,4 @@ #! /usr/bin/env python - """ObexFTP Virtual FileSystem for Midnight Commander Manipulate a cell phone's filesystem calling obexftp binary. This is a complete @@ -65,11 +64,9 @@ named in $TMP environment variable. """ -__version__ = "1.3.0" -__revision__ = "$Id$" -__date__ = "$Date$"[7:-2] +__version__ = "1.3.1" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2011 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design" __license__ = "GPL" diff --git a/torrent b/torrent index 511a85d..547236e 100755 --- a/torrent +++ b/torrent @@ -1,5 +1,4 @@ #! /usr/bin/env python - """Torrent Virtual FileSystem for Midnight Commander The script requires Midnight Commander 3.1+ @@ -28,11 +27,9 @@ year. The filesystem is, naturally, read-only. """ -__version__ = "1.0.0" -__revision__ = "$Id$" -__date__ = "$Date$" +__version__ = "1.0.1" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design" +__copyright__ = "Copyright (C) 2010-2012 PhiloSoft Design" __license__ = "GPL" import locale, sys, os -- 2.39.2