update the copyright to include my email address

This commit is contained in:
Damien Churchill 2008-10-30 13:10:25 +00:00
parent c1be1f3072
commit 47f2ebc37c
8 changed files with 9 additions and 9 deletions

View File

@ -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({

View File

@ -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({

View File

@ -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({

View File

@ -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 = {

View File

@ -4,7 +4,7 @@
* functionality * functionality
* *
* Copyright: * Copyright:
* Damien Churchill (c) 2008 * Damien Churchill (c) 2008 <damoxc@gmail.com>
*/ */

View File

@ -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({

View File

@ -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 = {

View File

@ -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;