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
* 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 <damoxc@gmail.com>
*/
Deluge.Widgets.AddWindow = new Class({

View File

@ -3,7 +3,7 @@
* Contains the various bars (Sidebar, Toolbar, Statusbar) used within deluge
*
* Copyright:
* Damien Churchill (c) 2008
* Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
Deluge.Widgets.Toolbar = new Class({

View File

@ -3,7 +3,7 @@
* Contains the tabs for the torrent details
*
* Copyright:
* Damien Churchill (c) 2008
* Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
Deluge.Widgets.Details = new Class({

View File

@ -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 <damoxc@gmail.com>
*/
Deluge.Menus = {

View File

@ -4,7 +4,7 @@
* functionality
*
* 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.
*
* Copyright:
* Damien Churchill (c) 2008
* Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
Deluge.Widgets.TorrentGrid = new Class({

View File

@ -3,7 +3,7 @@
* The main UI script.
*
* Copyright:
* Damien Churchill (c) 2008
* Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
Deluge.UI = {

View File

@ -3,7 +3,7 @@
* The core script for the deluge ajax ui
*
* Copyright:
* Damien Churchill (c) 2008
* Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
var Deluge = $empty;