diff --git a/deluge/ui/webui/templates/ajax/static/js/deluge-add.js b/deluge/ui/webui/templates/ajax/static/js/deluge-add.js index 35cec3ca9..4b8dadd26 100644 --- a/deluge/ui/webui/templates/ajax/static/js/deluge-add.js +++ b/deluge/ui/webui/templates/ajax/static/js/deluge-add.js @@ -1,9 +1,9 @@ /* * Script: deluge-add.js - * Contains the add torrent window and (eventually) the torrent creator + * Contains the add torrent window and the torrent creator window. * * Copyright: - * Damien Churchill (c) 2008 + * Damien Churchill (c) 2008 */ Deluge.Widgets.AddWindow = new Class({ diff --git a/deluge/ui/webui/templates/ajax/static/js/deluge-bars.js b/deluge/ui/webui/templates/ajax/static/js/deluge-bars.js index fc26ce9e2..ffbf5e235 100644 --- a/deluge/ui/webui/templates/ajax/static/js/deluge-bars.js +++ b/deluge/ui/webui/templates/ajax/static/js/deluge-bars.js @@ -3,7 +3,7 @@ * Contains the various bars (Sidebar, Toolbar, Statusbar) used within deluge * * Copyright: - * Damien Churchill (c) 2008 + * Damien Churchill (c) 2008 */ Deluge.Widgets.Toolbar = new Class({ diff --git a/deluge/ui/webui/templates/ajax/static/js/deluge-details.js b/deluge/ui/webui/templates/ajax/static/js/deluge-details.js index fb627eeb3..98c23989c 100644 --- a/deluge/ui/webui/templates/ajax/static/js/deluge-details.js +++ b/deluge/ui/webui/templates/ajax/static/js/deluge-details.js @@ -3,7 +3,7 @@ * Contains the tabs for the torrent details * * Copyright: - * Damien Churchill (c) 2008 + * Damien Churchill (c) 2008 */ Deluge.Widgets.Details = new Class({ diff --git a/deluge/ui/webui/templates/ajax/static/js/deluge-menus.js b/deluge/ui/webui/templates/ajax/static/js/deluge-menus.js index f51d4e52c..3df411695 100644 --- a/deluge/ui/webui/templates/ajax/static/js/deluge-menus.js +++ b/deluge/ui/webui/templates/ajax/static/js/deluge-menus.js @@ -3,7 +3,7 @@ * Contains the layout for all the popup menus used within the ajax ui. * * Copyright: - * Damien Churchill (c) 2008 + * Damien Churchill (c) 2008 */ Deluge.Menus = { diff --git a/deluge/ui/webui/templates/ajax/static/js/deluge-preferences.js b/deluge/ui/webui/templates/ajax/static/js/deluge-preferences.js index 6538dc1a5..0c94a1325 100644 --- a/deluge/ui/webui/templates/ajax/static/js/deluge-preferences.js +++ b/deluge/ui/webui/templates/ajax/static/js/deluge-preferences.js @@ -4,7 +4,7 @@ * functionality * * Copyright: - * Damien Churchill (c) 2008 + * Damien Churchill (c) 2008 */ diff --git a/deluge/ui/webui/templates/ajax/static/js/deluge-torrent-grid.js b/deluge/ui/webui/templates/ajax/static/js/deluge-torrent-grid.js index 0925793b1..a18a50bdf 100644 --- a/deluge/ui/webui/templates/ajax/static/js/deluge-torrent-grid.js +++ b/deluge/ui/webui/templates/ajax/static/js/deluge-torrent-grid.js @@ -3,7 +3,7 @@ * The class for controlling the main torrent grid. * * Copyright: - * Damien Churchill (c) 2008 + * Damien Churchill (c) 2008 */ Deluge.Widgets.TorrentGrid = new Class({ diff --git a/deluge/ui/webui/templates/ajax/static/js/deluge-ui.js b/deluge/ui/webui/templates/ajax/static/js/deluge-ui.js index 8a0958270..d55a77c7d 100644 --- a/deluge/ui/webui/templates/ajax/static/js/deluge-ui.js +++ b/deluge/ui/webui/templates/ajax/static/js/deluge-ui.js @@ -3,7 +3,7 @@ * The main UI script. * * Copyright: - * Damien Churchill (c) 2008 + * Damien Churchill (c) 2008 */ Deluge.UI = { diff --git a/deluge/ui/webui/templates/ajax/static/js/deluge.js b/deluge/ui/webui/templates/ajax/static/js/deluge.js index 78ef2cf81..f1f7d6aae 100644 --- a/deluge/ui/webui/templates/ajax/static/js/deluge.js +++ b/deluge/ui/webui/templates/ajax/static/js/deluge.js @@ -3,7 +3,7 @@ * The core script for the deluge ajax ui * * Copyright: - * Damien Churchill (c) 2008 + * Damien Churchill (c) 2008 */ var Deluge = $empty;