diff --git a/deluge/ui/web/auth.py b/deluge/ui/web/auth.py index 101bc628a..d5f25688d 100644 --- a/deluge/ui/web/auth.py +++ b/deluge/ui/web/auth.py @@ -1,7 +1,7 @@ # # deluge/ui/web/auth.py # -# Copyright (C) 2009 Damien Churchill +# Copyright (C) 2009-2010 Damien Churchill # # Deluge is free software. # diff --git a/deluge/ui/web/common.py b/deluge/ui/web/common.py index 334830180..57fd43cf9 100644 --- a/deluge/ui/web/common.py +++ b/deluge/ui/web/common.py @@ -1,7 +1,7 @@ # # deluge/ui/web/common.py # -# Copyright (C) 2009 Damien Churchill +# Copyright (C) 2009-2010 Damien Churchill # # Deluge is free software. # diff --git a/deluge/ui/web/gen_gettext.py b/deluge/ui/web/gen_gettext.py index 302891817..2db1178f6 100644 --- a/deluge/ui/web/gen_gettext.py +++ b/deluge/ui/web/gen_gettext.py @@ -18,7 +18,7 @@ gettext_tpl = """## -*- coding: utf-8 -*- * translated strings to be used. * * Copyright: - * (c) 2009 Damien Churchill + * (c) 2009-2010 Damien Churchill */ GetText = { diff --git a/deluge/ui/web/js/Deluge.Add.File.js b/deluge/ui/web/js/Deluge.Add.File.js index 1044990a0..7c8b75663 100644 --- a/deluge/ui/web/js/Deluge.Add.File.js +++ b/deluge/ui/web/js/Deluge.Add.File.js @@ -3,7 +3,7 @@ Script: Deluge.Add.File.js Contains the Add Torrent by file window. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Add.Infohash.js b/deluge/ui/web/js/Deluge.Add.Infohash.js index d50c6c7bb..127c39349 100644 --- a/deluge/ui/web/js/Deluge.Add.Infohash.js +++ b/deluge/ui/web/js/Deluge.Add.Infohash.js @@ -3,7 +3,7 @@ Script: Deluge.Add.Infohash.js Contains the Add Torrent by infohash window. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Add.Url.js b/deluge/ui/web/js/Deluge.Add.Url.js index 0a8ae5796..4f474c6a9 100644 --- a/deluge/ui/web/js/Deluge.Add.Url.js +++ b/deluge/ui/web/js/Deluge.Add.Url.js @@ -3,7 +3,7 @@ Script: Deluge.Add.Url.js Contains the Add Torrent by url window. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Add.js b/deluge/ui/web/js/Deluge.Add.js index 1ab8d430d..7eaa96f05 100644 --- a/deluge/ui/web/js/Deluge.Add.js +++ b/deluge/ui/web/js/Deluge.Add.js @@ -3,7 +3,7 @@ Script: Deluge.Add.js Contains the Add Torrent window. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Client.js b/deluge/ui/web/js/Deluge.Client.js index e82528f92..f2fc94d58 100644 --- a/deluge/ui/web/js/Deluge.Client.js +++ b/deluge/ui/web/js/Deluge.Client.js @@ -3,7 +3,7 @@ Script: Deluge.Client.js A JSON-RPC proxy built on top of ext-core. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.ConnectionManager.js b/deluge/ui/web/js/Deluge.ConnectionManager.js index 0aa14e242..847c2cdd1 100644 --- a/deluge/ui/web/js/Deluge.ConnectionManager.js +++ b/deluge/ui/web/js/Deluge.ConnectionManager.js @@ -3,7 +3,7 @@ Script: deluge-connections.js Contains all objects and functions related to the connection manager. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Details.Details.js b/deluge/ui/web/js/Deluge.Details.Details.js index 98c8ef68e..7a81646ba 100644 --- a/deluge/ui/web/js/Deluge.Details.Details.js +++ b/deluge/ui/web/js/Deluge.Details.Details.js @@ -3,7 +3,7 @@ Script: Deluge.Details.Details.js The details tab displayed in the details panel. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Details.Files.js b/deluge/ui/web/js/Deluge.Details.Files.js index b96fe95b0..a7e44223f 100644 --- a/deluge/ui/web/js/Deluge.Details.Files.js +++ b/deluge/ui/web/js/Deluge.Details.Files.js @@ -3,7 +3,7 @@ Script: Deluge.Details.Files.js The files tab displayed in the details panel. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Details.Options.js b/deluge/ui/web/js/Deluge.Details.Options.js index 2887995d1..3c95fb380 100644 --- a/deluge/ui/web/js/Deluge.Details.Options.js +++ b/deluge/ui/web/js/Deluge.Details.Options.js @@ -3,7 +3,7 @@ Script: Deluge.Details.Options.js The options tab displayed in the details panel. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Details.Peers.js b/deluge/ui/web/js/Deluge.Details.Peers.js index 0b91cda71..b4d43c792 100644 --- a/deluge/ui/web/js/Deluge.Details.Peers.js +++ b/deluge/ui/web/js/Deluge.Details.Peers.js @@ -3,7 +3,7 @@ Script: Deluge.Details.Peers.js The peers tab displayed in the details panel. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Details.Status.js b/deluge/ui/web/js/Deluge.Details.Status.js index ad2c3a859..89e4f9c39 100644 --- a/deluge/ui/web/js/Deluge.Details.Status.js +++ b/deluge/ui/web/js/Deluge.Details.Status.js @@ -3,7 +3,7 @@ Script: Deluge.Details.Status.js The status tab displayed in the details panel. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Details.js b/deluge/ui/web/js/Deluge.Details.js index 5f9486834..39031ec11 100644 --- a/deluge/ui/web/js/Deluge.Details.js +++ b/deluge/ui/web/js/Deluge.Details.js @@ -4,7 +4,7 @@ Script: Deluge.Details.js it's containing tabs. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.EditTrackers.js b/deluge/ui/web/js/Deluge.EditTrackers.js index 71975b039..f5c364524 100644 --- a/deluge/ui/web/js/Deluge.EditTrackers.js +++ b/deluge/ui/web/js/Deluge.EditTrackers.js @@ -3,7 +3,7 @@ Script: Deluge.EditTrackers.js Contains the edit trackers window. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Events.js b/deluge/ui/web/js/Deluge.Events.js index 0e26ff48a..02afa8d09 100644 --- a/deluge/ui/web/js/Deluge.Events.js +++ b/deluge/ui/web/js/Deluge.Events.js @@ -3,7 +3,7 @@ Script: Deluge.Events.js Class for holding global events that occur within the UI. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Formatters.js b/deluge/ui/web/js/Deluge.Formatters.js index f8af86c53..7b064956a 100644 --- a/deluge/ui/web/js/Deluge.Formatters.js +++ b/deluge/ui/web/js/Deluge.Formatters.js @@ -3,7 +3,7 @@ Script: Deluge.Formatters.ks Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Keys.js b/deluge/ui/web/js/Deluge.Keys.js index 44a4679c1..d0961ee82 100644 --- a/deluge/ui/web/js/Deluge.Keys.js +++ b/deluge/ui/web/js/Deluge.Keys.js @@ -3,7 +3,7 @@ Script: Deluge.Keys.js The torrent status keys that are commonly used around the UI. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Login.js b/deluge/ui/web/js/Deluge.Login.js index 1cd5f7408..fb6715375 100644 --- a/deluge/ui/web/js/Deluge.Login.js +++ b/deluge/ui/web/js/Deluge.Login.js @@ -3,7 +3,7 @@ Script: deluge-login.js Contains all objects and functions related to the login system. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Menus.js b/deluge/ui/web/js/Deluge.Menus.js index e55cf5eb9..e0cbc2ded 100644 --- a/deluge/ui/web/js/Deluge.Menus.js +++ b/deluge/ui/web/js/Deluge.Menus.js @@ -3,7 +3,7 @@ Script: deluge-menus.js Contains all the menus contained within the UI for easy access and editing. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.MoveStorage.js b/deluge/ui/web/js/Deluge.MoveStorage.js index df6a30a47..f38ab986c 100644 --- a/deluge/ui/web/js/Deluge.MoveStorage.js +++ b/deluge/ui/web/js/Deluge.MoveStorage.js @@ -3,7 +3,7 @@ Script: Deluge.MoveStorage.js Contains the move storage window. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.MultiOptionsManager.js b/deluge/ui/web/js/Deluge.MultiOptionsManager.js index 627fe7864..91633926c 100644 --- a/deluge/ui/web/js/Deluge.MultiOptionsManager.js +++ b/deluge/ui/web/js/Deluge.MultiOptionsManager.js @@ -3,7 +3,7 @@ Script: Deluge.MultiOptionsManager.js Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.OptionsManager.js b/deluge/ui/web/js/Deluge.OptionsManager.js index 52c13ffc9..3a9e9c47e 100644 --- a/deluge/ui/web/js/Deluge.OptionsManager.js +++ b/deluge/ui/web/js/Deluge.OptionsManager.js @@ -3,7 +3,7 @@ Script: Deluge.OptionsManager.js Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Plugin.js b/deluge/ui/web/js/Deluge.Plugin.js index 47759cc05..83f45f48e 100644 --- a/deluge/ui/web/js/Deluge.Plugin.js +++ b/deluge/ui/web/js/Deluge.Plugin.js @@ -3,7 +3,7 @@ Script: Deluge.Plugin.js Contains a base class for plugins to extend. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Preferences.Bandwidth.js b/deluge/ui/web/js/Deluge.Preferences.Bandwidth.js index e3b265609..f81421dcf 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Bandwidth.js +++ b/deluge/ui/web/js/Deluge.Preferences.Bandwidth.js @@ -3,7 +3,7 @@ Script: Deluge.Preferences.Bandwidth.js The bandwidth preferences page. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Preferences.Cache.js b/deluge/ui/web/js/Deluge.Preferences.Cache.js index a974bf6f2..fea3b0f80 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Cache.js +++ b/deluge/ui/web/js/Deluge.Preferences.Cache.js @@ -3,7 +3,7 @@ Script: Deluge.Preferences.Cache.js The cache preferences page. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Preferences.Daemon.js b/deluge/ui/web/js/Deluge.Preferences.Daemon.js index 03a76a0c3..02378c9ec 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Daemon.js +++ b/deluge/ui/web/js/Deluge.Preferences.Daemon.js @@ -3,7 +3,7 @@ Script: Deluge.Preferences.Daemon.js The daemon preferences page. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Preferences.Downloads.js b/deluge/ui/web/js/Deluge.Preferences.Downloads.js index fc9b12543..b0ad76e5d 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Downloads.js +++ b/deluge/ui/web/js/Deluge.Preferences.Downloads.js @@ -3,7 +3,7 @@ Script: Deluge.Preferences.Downloads.js The downloads preferences page. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Preferences.Encryption.js b/deluge/ui/web/js/Deluge.Preferences.Encryption.js index 1b62369eb..1a8fd0e74 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Encryption.js +++ b/deluge/ui/web/js/Deluge.Preferences.Encryption.js @@ -3,7 +3,7 @@ Script: Deluge.Preferences.Encryption.js The encryption preferences page. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Preferences.Interface.js b/deluge/ui/web/js/Deluge.Preferences.Interface.js index 8606e144f..1b0975d06 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Interface.js +++ b/deluge/ui/web/js/Deluge.Preferences.Interface.js @@ -3,7 +3,7 @@ Script: Deluge.Preferences.Interface.js The interface preferences page. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Preferences.Network.js b/deluge/ui/web/js/Deluge.Preferences.Network.js index 7895c3ecc..e8fc7336c 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Network.js +++ b/deluge/ui/web/js/Deluge.Preferences.Network.js @@ -3,7 +3,7 @@ Script: Deluge.Preferences.Network.js The network preferences page. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Preferences.Other.js b/deluge/ui/web/js/Deluge.Preferences.Other.js index 07e7fd88b..552b23cbd 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Other.js +++ b/deluge/ui/web/js/Deluge.Preferences.Other.js @@ -3,7 +3,7 @@ Script: Deluge.Preferences.Other.js The other preferences page. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Preferences.Plugins.js b/deluge/ui/web/js/Deluge.Preferences.Plugins.js index 8485d9b6f..563332fdd 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Plugins.js +++ b/deluge/ui/web/js/Deluge.Preferences.Plugins.js @@ -3,7 +3,7 @@ Script: Deluge.Preferences.Plugins.js The plugins preferences page. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Preferences.Proxy.js b/deluge/ui/web/js/Deluge.Preferences.Proxy.js index a60b558c4..21a23c413 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Proxy.js +++ b/deluge/ui/web/js/Deluge.Preferences.Proxy.js @@ -3,7 +3,7 @@ Script: Deluge.Preferences.Proxy.js The proxy preferences page. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Preferences.Queue.js b/deluge/ui/web/js/Deluge.Preferences.Queue.js index 586c2ecbc..636accfc2 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Queue.js +++ b/deluge/ui/web/js/Deluge.Preferences.Queue.js @@ -3,7 +3,7 @@ Script: Deluge.Preferences.Queue.js The queue preferences page. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Preferences.js b/deluge/ui/web/js/Deluge.Preferences.js index 47de722f3..5a9bb8a19 100644 --- a/deluge/ui/web/js/Deluge.Preferences.js +++ b/deluge/ui/web/js/Deluge.Preferences.js @@ -3,7 +3,7 @@ Script: Deluge.Preferences.js Contains the preferences window. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Remove.js b/deluge/ui/web/js/Deluge.Remove.js index f63fcacaf..fe5acb7ce 100644 --- a/deluge/ui/web/js/Deluge.Remove.js +++ b/deluge/ui/web/js/Deluge.Remove.js @@ -3,7 +3,7 @@ Script: Deluge.Remove.js Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Sidebar.js b/deluge/ui/web/js/Deluge.Sidebar.js index 6c4245d23..40fafbca5 100644 --- a/deluge/ui/web/js/Deluge.Sidebar.js +++ b/deluge/ui/web/js/Deluge.Sidebar.js @@ -4,7 +4,7 @@ Script: deluge-bars.js sidebar. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Toolbar.js b/deluge/ui/web/js/Deluge.Toolbar.js index b69f64385..ace293c2d 100644 --- a/deluge/ui/web/js/Deluge.Toolbar.js +++ b/deluge/ui/web/js/Deluge.Toolbar.js @@ -3,7 +3,7 @@ Script: Deluge.Toolbar.js Contains the Deluge toolbar. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.Torrents.js b/deluge/ui/web/js/Deluge.Torrents.js index 781352cc9..592586846 100644 --- a/deluge/ui/web/js/Deluge.Torrents.js +++ b/deluge/ui/web/js/Deluge.Torrents.js @@ -3,7 +3,7 @@ Script: Deluge.Torrents.js Contains all objects and functions related to the torrent grid. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.UI.js b/deluge/ui/web/js/Deluge.UI.js index f51271880..5701ed163 100644 --- a/deluge/ui/web/js/Deluge.UI.js +++ b/deluge/ui/web/js/Deluge.UI.js @@ -4,7 +4,7 @@ Script: Deluge.UI.js of the server. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/js/Deluge.js b/deluge/ui/web/js/Deluge.js index 653371f0f..7283345a2 100644 --- a/deluge/ui/web/js/Deluge.js +++ b/deluge/ui/web/js/Deluge.js @@ -3,7 +3,7 @@ Script: Deluge.js Contains the keys for get_torrent(s)_status. Copyright: - (C) Damien Churchill 2009 + (C) Damien Churchill 2009-2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) diff --git a/deluge/ui/web/json_api.py b/deluge/ui/web/json_api.py index 736c8c43b..a014fa015 100644 --- a/deluge/ui/web/json_api.py +++ b/deluge/ui/web/json_api.py @@ -1,7 +1,7 @@ # # deluge/ui/web/json_api.py # -# Copyright (C) 2009 Damien Churchill +# Copyright (C) 2009-2010 Damien Churchill # # Deluge is free software. # diff --git a/deluge/ui/web/pluginmanager.py b/deluge/ui/web/pluginmanager.py index 455964991..efe1e556d 100644 --- a/deluge/ui/web/pluginmanager.py +++ b/deluge/ui/web/pluginmanager.py @@ -1,7 +1,7 @@ # # pluginmanager.py # -# Copyright (C) 2009 Damien Churchill +# Copyright (C) 2009-2010 Damien Churchill # # Deluge is free software. # diff --git a/deluge/ui/web/server.py b/deluge/ui/web/server.py index 677b0d959..95c22435a 100644 --- a/deluge/ui/web/server.py +++ b/deluge/ui/web/server.py @@ -1,7 +1,7 @@ # # deluge/ui/web/webui.py # -# Copyright (C) 2009 Damien Churchill +# Copyright (C) 2009-2010 Damien Churchill # # Deluge is free software. # diff --git a/deluge/ui/web/web.py b/deluge/ui/web/web.py index ba9554336..c53593c5e 100644 --- a/deluge/ui/web/web.py +++ b/deluge/ui/web/web.py @@ -1,7 +1,7 @@ # # deluge/ui/web/webui.py # -# Copyright (C) 2009 Damien Churchill +# Copyright (C) 2009-2010 Damien Churchill # # Deluge is free software. #