]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg.py
More comments.
[xsetbg.git] / xsetbg.py
index 3b3b02f045c109a13c69141bcffb625ece9cff14..93791a4ef38830d5e0e4dacc1be9b0c49cc057b6 100755 (executable)
--- a/xsetbg.py
+++ b/xsetbg.py
@@ -1,16 +1,18 @@
 #! /usr/local/bin/python -O
-"""Select a random image from $HOME/lib/xsetbg/images subdirectories
+"""Set a random background image (XWin)
+
+Select a random image from $HOME/lib/xsetbg/images subdirectories
 and set it as the desktop wallpaper (display it in the root window).
 
-Author: Oleg BroytMann <phd@phd.pp.ru>
-Copyright (C) 2000-2006 PhiloSoft Design
 """
 
 __version__ = "$Revision$"[11:-2]
+__revision__ = "$Id$"[5:-2]
+__date__ = "$Date$"[7:-2]
+
 __author__ = "Oleg BroytMann <phd@phd.pp.ru>"
 __copyright__ = "Copyright (C) 2000-2006 PhiloSoft Design"
-__date__ = "$Date$"[7:-2]
-__revision__ = "$Id$"[5:-2]
+__license__ = "GNU GPL"
 
 
 import sys, os