]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg-wsgi.py
Remove outdated __copyright__
[xsetbg.git] / xsetbg-wsgi.py
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