]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg_conf.py
Remove outdated __copyright__
[xsetbg.git] / xsetbg_conf.py
index 368667c9b02e9362dc2d66f9a5e934da1080dca1..1066bfa7e8ba8f46577e0044e45270fe831553f4 100755 (executable)
@@ -3,15 +3,11 @@
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2014 PhiloSoft Design"
-__license__ = "GNU GPL"
-
-__all__ = ['xsetbg_conf']
-
 import os
 from ConfigParser import SafeConfigParser
 
+__all__ = ['xsetbg_conf']
+
 config_dirs = []
 if 'XDG_CONFIG_HOME' in os.environ:
     config_dirs.append(os.environ['XDG_CONFIG_HOME'])