Module: deluge Branch: master Commit: 6fd3cd56ff488cf8731554a2970a270b9e4f39d3
Author: Damien Churchill <[email protected]> Date: Tue Mar 9 13:08:39 2010 +0000 fix the header year and file path --- deluge/ui/web/server.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deluge/ui/web/server.py b/deluge/ui/web/server.py index 5d5a134..a387af9 100644 --- a/deluge/ui/web/server.py +++ b/deluge/ui/web/server.py @@ -1,7 +1,7 @@ # -# deluge/ui/web/webui.py +# deluge/ui/web/server.py # -# Copyright (C) 2009 Damien Churchill <[email protected]> +# Copyright (C) 2009-2010 Damien Churchill <[email protected]> # # Deluge is free software. # -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
