]> git.phdru.name Git - xsetbg.git/blobdiff - print-filename.py
More comments.
[xsetbg.git] / print-filename.py
index 72769b1a591245789db184c88f1a1f3dedcdf7fe..a710a939203b373fa8cd6ef0d24d4f8ea8396cca 100755 (executable)
@@ -1,14 +1,19 @@
 #! /usr/local/bin/python -O
-"""This file is a part of XSetBg.
-Author: Oleg BroytMann <phd@phd.pp.ru>
-Copyright (C) 2004-2006 PhiloSoft Design
+"""Print background filename
+
+Print the filename of the current or previous background image.
+
+This file is a part of XSetBg.
+
 """
 
 __version__ = "$Revision$"[11:-2]
+__revision__ = "$Id$"[5:-2]
+__date__ = "$Date$"[7:-2]
+
 __author__ = "Oleg BroytMann <phd@phd.pp.ru>"
 __copyright__ = "Copyright (C) 2004-2006 PhiloSoft Design"
-__date__ = "$Date$"[7:-2]
-__revision__ = "$Id$"[5:-2]
+__license__ = "GNU GPL"
 
 
 import sys, os, shelve