From 4d79df5880fab8f9b5776030d203b69804360329 Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Tue, 23 Sep 2008 20:01:22 +0000 Subject: [PATCH] licence update fir webpy related files --- deluge/ui/webui/lib/egg_handler.py | 2 +- deluge/ui/webui/lib/egg_render.py | 3 +-- deluge/ui/webui/lib/static_handler.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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