]> git.phdru.name Git - extfs.d.git/commitdiff
Removed svn:keywords.
authorOleg Broytman <phd@phdru.name>
Sun, 15 Apr 2012 18:42:39 +0000 (18:42 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 15 Apr 2012 18:42:39 +0000 (18:42 +0000)
git-svn-id: file:///home/phd/archive/SVN/mc-extfs/trunk@53 1a6e6372-1aea-0310-bd00-dc960550e1df

dummy
obexftp
torrent

diff --git a/dummy b/dummy
index ae60414aa578587112c02b2994d3d6217a185a18..4b0041c0dd038253ad42e53baa796022d35afdaf 100755 (executable)
--- 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 <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2004-2010 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design"
 __license__ = "GPL"
 
 
diff --git a/obexftp b/obexftp
index dd75d48530369d627899fe690b2cbc6c474d27d8..76e35a13dd6828cf96cb48958aa326b9fc8b6529 100755 (executable)
--- 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 <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2004-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design"
 __license__ = "GPL"
 
 
diff --git a/torrent b/torrent
index 511a85d891ee67969cdf57929be7e774e5943ce9..547236eecb6415a8a7b9aff70695174cb81f4497 100755 (executable)
--- 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 <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2010-2012 PhiloSoft Design"
 __license__ = "GPL"
 
 import locale, sys, os