diff --git a/deluge/ui/webui/lib/egg_handler.py b/deluge/ui/webui/lib/egg_handler.py index aba9c9b3d..aab696644 100644 --- a/deluge/ui/webui/lib/egg_handler.py +++ b/deluge/ui/webui/lib/egg_handler.py @@ -1,6 +1,6 @@ #!/usr/bin/env python #(c) Martijn Voncken, mvoncken@gmail.com -#Same Licence as python 2.5 +#Same Licence as web.py 0.22 # """ static fileserving for web.py diff --git a/deluge/ui/webui/lib/egg_render.py b/deluge/ui/webui/lib/egg_render.py index ecf69a382..0a54f2fb0 100644 --- a/deluge/ui/webui/lib/egg_render.py +++ b/deluge/ui/webui/lib/egg_render.py @@ -1,7 +1,6 @@ #!/usr/bin/env python #(c) Martijn Voncken, mvoncken@gmail.com -#Same Licence as python 2.5 -# +#Same Licence as web.py 0.22 """ render object for web.py renders from egg instead of directory. diff --git a/deluge/ui/webui/lib/static_handler.py b/deluge/ui/webui/lib/static_handler.py index 9b4a8c3e0..df72a9693 100644 --- a/deluge/ui/webui/lib/static_handler.py +++ b/deluge/ui/webui/lib/static_handler.py @@ -1,6 +1,6 @@ #!/usr/bin/env python #(c) Martijn Voncken, mvoncken@gmail.com -#Same Licence as python 2.5 +#Same Licence as web.py 0.22 # """ static fileserving for web.py