update the copyright to include my email address
This commit is contained in:
parent
c1be1f3072
commit
47f2ebc37c
|
@ -1,9 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* Script: deluge-add.js
|
* 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:
|
* Copyright:
|
||||||
* Damien Churchill (c) 2008
|
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Deluge.Widgets.AddWindow = new Class({
|
Deluge.Widgets.AddWindow = new Class({
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Contains the various bars (Sidebar, Toolbar, Statusbar) used within deluge
|
* Contains the various bars (Sidebar, Toolbar, Statusbar) used within deluge
|
||||||
*
|
*
|
||||||
* Copyright:
|
* Copyright:
|
||||||
* Damien Churchill (c) 2008
|
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Deluge.Widgets.Toolbar = new Class({
|
Deluge.Widgets.Toolbar = new Class({
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Contains the tabs for the torrent details
|
* Contains the tabs for the torrent details
|
||||||
*
|
*
|
||||||
* Copyright:
|
* Copyright:
|
||||||
* Damien Churchill (c) 2008
|
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Deluge.Widgets.Details = new Class({
|
Deluge.Widgets.Details = new Class({
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Contains the layout for all the popup menus used within the ajax ui.
|
* Contains the layout for all the popup menus used within the ajax ui.
|
||||||
*
|
*
|
||||||
* Copyright:
|
* Copyright:
|
||||||
* Damien Churchill (c) 2008
|
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Deluge.Menus = {
|
Deluge.Menus = {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* functionality
|
* functionality
|
||||||
*
|
*
|
||||||
* Copyright:
|
* Copyright:
|
||||||
* Damien Churchill (c) 2008
|
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* The class for controlling the main torrent grid.
|
* The class for controlling the main torrent grid.
|
||||||
*
|
*
|
||||||
* Copyright:
|
* Copyright:
|
||||||
* Damien Churchill (c) 2008
|
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Deluge.Widgets.TorrentGrid = new Class({
|
Deluge.Widgets.TorrentGrid = new Class({
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* The main UI script.
|
* The main UI script.
|
||||||
*
|
*
|
||||||
* Copyright:
|
* Copyright:
|
||||||
* Damien Churchill (c) 2008
|
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Deluge.UI = {
|
Deluge.UI = {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* The core script for the deluge ajax ui
|
* The core script for the deluge ajax ui
|
||||||
*
|
*
|
||||||
* Copyright:
|
* Copyright:
|
||||||
* Damien Churchill (c) 2008
|
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Deluge = $empty;
|
var Deluge = $empty;
|
||||||
|
|
Loading…
Reference in New Issue