Module: deluge Branch: 1.3-stable Commit: 1ac72b81b6ddb09efec5a3aa9655e4139297a4c2
Author: John Garland <[email protected]> Date: Tue May 11 03:51:07 2010 +1000 Update email address and copyright --- deluge/plugins/blocklist/blocklist/core.py | 2 +- .../plugins/blocklist/blocklist/decompressers.py | 2 +- deluge/plugins/blocklist/blocklist/detect.py | 2 +- deluge/plugins/blocklist/blocklist/readers.py | 2 +- deluge/plugins/blocklist/setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deluge/plugins/blocklist/blocklist/core.py b/deluge/plugins/blocklist/blocklist/core.py index f564b63..0b9c6e3 100644 --- a/deluge/plugins/blocklist/blocklist/core.py +++ b/deluge/plugins/blocklist/blocklist/core.py @@ -2,7 +2,7 @@ # core.py # # Copyright (C) 2008 Andrew Resch <[email protected]> -# Copyright (C) 2009 John Garland <[email protected]> +# Copyright (C) 2009-2010 John Garland <[email protected]> # # Deluge is free software. # diff --git a/deluge/plugins/blocklist/blocklist/decompressers.py b/deluge/plugins/blocklist/blocklist/decompressers.py index ccc4dfc..cfb3b7b 100644 --- a/deluge/plugins/blocklist/blocklist/decompressers.py +++ b/deluge/plugins/blocklist/blocklist/decompressers.py @@ -1,7 +1,7 @@ # # decompressers.py # -# Copyright (C) 2009 John Garland <[email protected]> +# Copyright (C) 2009-2010 John Garland <[email protected]> # # Deluge is free software. # diff --git a/deluge/plugins/blocklist/blocklist/detect.py b/deluge/plugins/blocklist/blocklist/detect.py index f429e1e..a5d32b6 100644 --- a/deluge/plugins/blocklist/blocklist/detect.py +++ b/deluge/plugins/blocklist/blocklist/detect.py @@ -1,7 +1,7 @@ # # detect.py # -# Copyright (C) 2009 John Garland <[email protected]> +# Copyright (C) 2009-2010 John Garland <[email protected]> # # Deluge is free software. # diff --git a/deluge/plugins/blocklist/blocklist/readers.py b/deluge/plugins/blocklist/blocklist/readers.py index 518c6b8..f1d9a4d 100644 --- a/deluge/plugins/blocklist/blocklist/readers.py +++ b/deluge/plugins/blocklist/blocklist/readers.py @@ -1,7 +1,7 @@ # # readers.py # -# Copyright (C) 2009 John Garland <[email protected]> +# Copyright (C) 2009-2010 John Garland <[email protected]> # # Deluge is free software. # diff --git a/deluge/plugins/blocklist/setup.py b/deluge/plugins/blocklist/setup.py index 7e76fae..f690278 100644 --- a/deluge/plugins/blocklist/setup.py +++ b/deluge/plugins/blocklist/setup.py @@ -35,7 +35,7 @@ from setuptools import setup __plugin_name__ = "Blocklist" __author__ = "John Garland" -__author_email__ = "[email protected]" +__author_email__ = "[email protected]" __version__ = "1.2" __url__ = "http://deluge-torrent.org" __license__ = "GPLv3" -- 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.
