]> git.phdru.name Git - xsetbg.git/commitdiff
Remove outdated __copyright__
authorOleg Broytman <phd@phdru.name>
Sun, 5 Jun 2016 00:08:11 +0000 (03:08 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 5 Jun 2016 00:08:11 +0000 (03:08 +0300)
dump_db.py
print-filename.py
print-stats.py
reload_db.py
rescan_fs.py
xsetbg-dbus-client.py
xsetbg-dbus.py
xsetbg-wsgi.py
xsetbg.py
xsetbg_conf.py
xsetbg_db.py

index 2bdffedf9972887873326bbf132c573347a40770..ea6b0f16ea8e7254dbc2bca9dc1f9fe3cde4bb5b 100755 (executable)
@@ -5,10 +5,6 @@ This file is a part of XSetBg.
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2006-2015 PhiloSoft Design"
-__license__ = "GNU GPL"
-
 import sys
 from m_lib.defenc import default_encoding
 from xsetbg_db import xsetbg_db
index 518ab21af9c86460ce0ab9eca73e2c19a8e28777..676aed241a61f27339d011788d0bd5d7491f0ec3 100755 (executable)
@@ -7,11 +7,6 @@ This file is a part of XSetBg.
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2004-2015 PhiloSoft Design"
-__license__ = "GNU GPL"
-
-
 import sys
 from xsetbg_db import xsetbg_db
 
index a87ad5cc411cdd24bf2f810b549d877ac893e156..415688edcb394ca6780ac17d5794af992bb5e94b 100755 (executable)
@@ -5,10 +5,6 @@ This file is a part of XSetBg.
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2006-2015 PhiloSoft Design"
-__license__ = "GNU GPL"
-
 import sys
 from time import localtime, asctime
 from xsetbg_db import xsetbg_db
index f6dff81d39e69b6fa6e3d5b95520ff594bacb6a4..3c9c56e64ef3d26ca6fcc0f3cd9f9589309fff4d 100755 (executable)
@@ -5,10 +5,6 @@ This file is a part of XSetBg.
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2007-2015 PhiloSoft Design"
-__license__ = "GNU GPL"
-
 import sys
 from sqlobject import SQLObjectNotFound
 from sqlobject.sqlbuilder import Insert
index 82dbcf81efcdc22a9e59cd3146e5b0c0950ab3e0..07d3fa31c07d6188353941416c4d69e709eb7c28 100755 (executable)
@@ -7,10 +7,6 @@ This file is a part of XSetBg.
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2015 PhiloSoft Design"
-__license__ = "GNU GPL"
-
 import os
 from sqlobject import SQLObjectNotFound
 from sqlobject.sqlbuilder import Insert, Update, Delete
index 6775159a09d4b6f6e98eaab883d785a716596591..e3a7825f5eae34fdafe0d7ea81e2234073602b95 100755 (executable)
@@ -3,11 +3,6 @@
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
-__license__ = "GNU GPL"
-
-
 import sys
 import dbus
 
index 48c3f6626bbbca6cecf06293bffc1a78511678dc..7e724b64a3a726e61aa2ef63b5b4457578bdf2fb 100755 (executable)
@@ -3,10 +3,6 @@
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
-__license__ = "GNU GPL"
-
 import gobject
 
 import dbus
index c682d4e4f4428fc8f88c2ea70c923299007d90be..f4b78737100232015282fd358a2b963ca7a49419 100755 (executable)
@@ -3,11 +3,6 @@
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
-__license__ = "GNU GPL"
-
-
 from wsgiref import simple_server
 from wsgiref.handlers import SimpleHandler
 from wsgiref.simple_server import WSGIServer, make_server
index 98b8aaafd7599d23e9d35d19c1063c16a036bb45..1aea77f28e2493885bdd24929ed0e9d79da47942 100644 (file)
--- a/xsetbg.py
+++ b/xsetbg.py
@@ -6,12 +6,6 @@ using xli program.
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2015 PhiloSoft Design"
-__license__ = "GNU GPL"
-
-__all__ = ['change']
-
 from fcntl import flock, LOCK_EX, LOCK_UN, LOCK_NB
 from datetime import timedelta
 import os
@@ -24,6 +18,8 @@ from time import time
 from xsetbg_conf import xsetbg_dir, xsetbg_conf
 from xsetbg_db import xsetbg_db
 
+__all__ = ['change']
+
 
 def error(error_str):
     sys.exit("%s: Error: %s\n" % (sys.argv[0], error_str))
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'])
index 71055c0df12e566d5ccf42a9cb8fea6764901aa4..53e0e3cae7773a2716dacc2ea4c270f57c4f6f0a 100755 (executable)
@@ -3,17 +3,13 @@
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2014, 2015 PhiloSoft Design"
-__license__ = "GNU GPL"
-
-__all__ = ['xsetbg_db_path', 'xsetbg_db']
-
 import os
 from sqlobject import SQLObject, connectionForURI, sqlhub, \
     UnicodeCol, IntCol, BoolCol, DatabaseIndex, dberrors
 from xsetbg_conf import xsetbg_conf
 
+__all__ = ['xsetbg_db_path', 'xsetbg_db']
+
 # octal; -rw-------; make the database file(s) readable only by the user
 os.umask(0066)